2025-09-07T06:18:14.5322340Z Current runner version: '2.328.0' 2025-09-07T06:18:14.5325250Z Runner name: 'i-07de67d0d8dadeb49' 2025-09-07T06:18:14.5325640Z Runner group name: 'default' 2025-09-07T06:18:14.5326110Z Machine name: 'ip-10-0-3-226' 2025-09-07T06:18:14.5327520Z ##[group]GITHUB_TOKEN Permissions 2025-09-07T06:18:14.5328470Z Contents: read 2025-09-07T06:18:14.5328740Z Metadata: read 2025-09-07T06:18:14.5329000Z ##[endgroup] 2025-09-07T06:18:14.5329900Z Secret source: Actions 2025-09-07T06:18:14.5330220Z Prepare workflow directory 2025-09-07T06:18:15.8903750Z Prepare all required actions 2025-09-07T06:18:15.8928400Z Getting action download info 2025-09-07T06:18:16.0723580Z Download action repository 'pytorch/test-infra@main' (SHA:548a4bc624d43a01cdf165a63b041f0ae014ddbd) 2025-09-07T06:18:16.7184430Z Download action repository 'pytorch/pytorch@main' (SHA:93fb23d6fae7c4e82c4239a1033e522088742634) 2025-09-07T06:18:21.5318270Z Getting action download info 2025-09-07T06:18:21.6602200Z Download action repository 'actions/checkout@v4' (SHA:08eba0b27e820071cde6df949e0beb9ba4906955) 2025-09-07T06:18:21.8780710Z Getting action download info 2025-09-07T06:18:22.0033030Z Uses: pytorch/pytorch/.github/workflows/_mac-test.yml@refs/heads/main (93fb23d6fae7c4e82c4239a1033e522088742634) 2025-09-07T06:18:22.0035550Z ##[group] Inputs 2025-09-07T06:18:22.0035790Z build-environment: macos-py3-arm64 2025-09-07T06:18:22.0036760Z test-matrix: {"include": [{"config": "default", "shard": 1, "num_shards": 3, "runner": "macos-m1-stable"}, {"config": "default", "shard": 2, "num_shards": 3, "runner": "macos-m1-stable"}, {"config": "default", "shard": 3, "num_shards": 3, "runner": "macos-m1-stable"}, {"config": "mps", "shard": 1, "num_shards": 1, "runner": "macos-m1-14"}, {"config": "mps", "shard": 1, "num_shards": 1, "runner": "macos-m2-15"}]} 2025-09-07T06:18:22.0037700Z sync-tag: 2025-09-07T06:18:22.0037900Z python-version: 3.12.7 2025-09-07T06:18:22.0038460Z timeout-minutes: 270 2025-09-07T06:18:22.0038840Z disable-monitor: false 2025-09-07T06:18:22.0039160Z monitor-log-interval: 5 2025-09-07T06:18:22.0039390Z monitor-data-collect-interval: 1 2025-09-07T06:18:22.0039650Z ##[endgroup] 2025-09-07T06:18:22.0039930Z Complete job name: macos-py3-arm64 / test (mps, 1, 1, macos-m2-15) 2025-09-07T06:18:22.0290220Z ##[group]Run sysctl machdep.cpu.brand_string kern.osproductversion 2025-09-07T06:18:22.0290550Z sysctl machdep.cpu.brand_string kern.osproductversion 2025-09-07T06:18:22.0318880Z shell: /bin/bash -e -l {0} 2025-09-07T06:18:22.0319140Z env: 2025-09-07T06:18:22.0319280Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:18:22.0319440Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:18:22.0319610Z TEST_CONFIG: mps 2025-09-07T06:18:22.0319820Z SHARD_NUMBER: 1 2025-09-07T06:18:22.0319950Z NUM_TEST_SHARDS: 1 2025-09-07T06:18:22.0320080Z PR_BODY: 2025-09-07T06:18:22.0320210Z ##[endgroup] 2025-09-07T06:18:22.8298950Z machdep.cpu.brand_string: Apple M2 Pro 2025-09-07T06:18:22.8299270Z kern.osproductversion: 15.2 2025-09-07T06:18:22.8343910Z ##[group]Run for PROCESS in "python" "conda" "ninja" "clang"; do 2025-09-07T06:18:22.8344290Z for PROCESS in "python" "conda" "ninja" "clang"; do 2025-09-07T06:18:22.8344550Z  echo "Cleaning up all remaining ${PROCESS} process" 2025-09-07T06:18:22.8344750Z  pkill "${PROCESS}" || true 2025-09-07T06:18:22.8344910Z done 2025-09-07T06:18:22.8358120Z shell: /bin/bash -e -l {0} 2025-09-07T06:18:22.8358260Z env: 2025-09-07T06:18:22.8358390Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:18:22.8358540Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:18:22.8358700Z TEST_CONFIG: mps 2025-09-07T06:18:22.8358830Z SHARD_NUMBER: 1 2025-09-07T06:18:22.8358940Z NUM_TEST_SHARDS: 1 2025-09-07T06:18:22.8359070Z PR_BODY: 2025-09-07T06:18:22.8359220Z ##[endgroup] 2025-09-07T06:18:23.3911730Z Cleaning up all remaining python process 2025-09-07T06:18:23.3985280Z Cleaning up all remaining conda process 2025-09-07T06:18:23.4035020Z Cleaning up all remaining ninja process 2025-09-07T06:18:23.4083540Z Cleaning up all remaining clang process 2025-09-07T06:18:23.4152560Z ##[group]Run if brew list miniconda; then 2025-09-07T06:18:23.4152800Z if brew list miniconda; then 2025-09-07T06:18:23.4152970Z  brew uninstall miniconda 2025-09-07T06:18:23.4153170Z  echo "REINSTALL_BREW_MINICONDA=1" >> "${GITHUB_ENV}" 2025-09-07T06:18:23.4153360Z fi 2025-09-07T06:18:23.4166180Z shell: /bin/bash -e -l {0} 2025-09-07T06:18:23.4166340Z env: 2025-09-07T06:18:23.4166440Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:18:23.4166610Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:18:23.4166770Z TEST_CONFIG: mps 2025-09-07T06:18:23.4166890Z SHARD_NUMBER: 1 2025-09-07T06:18:23.4167020Z NUM_TEST_SHARDS: 1 2025-09-07T06:18:23.4182830Z PR_BODY: 2025-09-07T06:18:23.4182960Z ##[endgroup] 2025-09-07T06:18:24.8348890Z /opt/homebrew/Caskroom/miniconda/.metadata/INSTALL_RECEIPT.json 2025-09-07T06:18:24.8349300Z /opt/homebrew/Caskroom/miniconda/.metadata/config.json 2025-09-07T06:18:24.8349750Z /opt/homebrew/Caskroom/miniconda/.metadata/py313_25.7.0-2/20250906130131.020/Casks/miniconda.rb 2025-09-07T06:18:24.8350220Z /opt/homebrew/Caskroom/miniconda/py313_25.7.0-2/Miniconda3-py313_25.7.0-2-MacOSX-arm64.sh 2025-09-07T06:18:24.8350630Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_set_recursion_limit.3 2025-09-07T06:18:24.8350960Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2syntax.3 2025-09-07T06:18:24.8351280Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2jit.3 2025-09-07T06:18:24.8351560Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2demo.3 2025-09-07T06:18:24.8352030Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_set_offset_limit.3 2025-09-07T06:18:24.8352580Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_match_context_create.3 2025-09-07T06:18:24.8353210Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2serialize.3 2025-09-07T06:18:24.8353700Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_set_bsr.3 2025-09-07T06:18:24.8354210Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2unicode.3 2025-09-07T06:18:24.8354910Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_substring_get_bynumber.3 2025-09-07T06:18:24.8355590Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_substring_copy_byname.3 2025-09-07T06:18:24.8356060Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2api.3 2025-09-07T06:18:24.8356750Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_set_parens_nest_limit.3 2025-09-07T06:18:24.8357360Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_get_startchar.3 2025-09-07T06:18:24.8357870Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2limits.3 2025-09-07T06:18:24.8358660Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_set_recursion_memory_management.3 2025-09-07T06:18:24.8359190Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_set_newline.3 2025-09-07T06:18:24.8359840Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_set_depth_limit.3 2025-09-07T06:18:24.8360440Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_match_data_free.3 2025-09-07T06:18:24.8361170Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_compile_context_free.3 2025-09-07T06:18:24.8361830Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_set_max_pattern_length.3 2025-09-07T06:18:24.8362390Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2matching.3 2025-09-07T06:18:24.8362920Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_jit_stack_free.3 2025-09-07T06:18:24.8363490Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_set_callout.3 2025-09-07T06:18:24.8364170Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_code_copy_with_tables.3 2025-09-07T06:18:24.8364790Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_set_glob_escape.3 2025-09-07T06:18:24.8365520Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_set_compile_extra_options.3 2025-09-07T06:18:24.8365910Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2.3 2025-09-07T06:18:24.8366500Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2perform.3 2025-09-07T06:18:24.8367540Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_pattern_info.3 2025-09-07T06:18:24.8367920Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_set_substitute_callout.3 2025-09-07T06:18:24.8368380Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_jit_stack_create.3 2025-09-07T06:18:24.8368890Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2build.3 2025-09-07T06:18:24.8369590Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_substring_length_byname.3 2025-09-07T06:18:24.8370200Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_serialize_free.3 2025-09-07T06:18:24.8370770Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_dfa_match.3 2025-09-07T06:18:24.8371310Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2convert.3 2025-09-07T06:18:24.8371900Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_jit_match.3 2025-09-07T06:18:24.8372620Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_substring_nametable_scan.3 2025-09-07T06:18:24.8373100Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_match.3 2025-09-07T06:18:24.8373800Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_converted_pattern_free.3 2025-09-07T06:18:24.8374370Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_set_heap_limit.3 2025-09-07T06:18:24.8375090Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_substring_number_from_name.3 2025-09-07T06:18:24.8375690Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_pattern_convert.3 2025-09-07T06:18:24.8376220Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_maketables.3 2025-09-07T06:18:24.8377070Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_match_context_free.3 2025-09-07T06:18:24.8377690Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_code_free.3 2025-09-07T06:18:24.8378400Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_jit_compile.3 2025-09-07T06:18:24.8378980Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_compile.3 2025-09-07T06:18:24.8379760Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_get_ovector_pointer.3 2025-09-07T06:18:24.8380550Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_substring_list_get.3 2025-09-07T06:18:24.8381300Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_general_context_free.3 2025-09-07T06:18:24.8382120Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_get_match_data_size.3 2025-09-07T06:18:24.8382890Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_convert_context_copy.3 2025-09-07T06:18:24.8383640Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_set_character_tables.3 2025-09-07T06:18:24.8384410Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_get_error_message.3 2025-09-07T06:18:24.8385200Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_compile_context_create.3 2025-09-07T06:18:24.8386040Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_set_glob_separator.3 2025-09-07T06:18:24.8386710Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_maketables_free.3 2025-09-07T06:18:24.8387550Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_convert_context_free.3 2025-09-07T06:18:24.8388210Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_serialize_decode.3 2025-09-07T06:18:24.8389010Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_general_context_copy.3 2025-09-07T06:18:24.8389630Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_code_copy.3 2025-09-07T06:18:24.8390240Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2compat.3 2025-09-07T06:18:24.8391110Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_match_data_create_from_pattern.3 2025-09-07T06:18:24.8391800Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_set_match_limit.3 2025-09-07T06:18:24.8392600Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_match_context_copy.3 2025-09-07T06:18:24.8393280Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_serialize_encode.3 2025-09-07T06:18:24.8393970Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_substitute.3 2025-09-07T06:18:24.8394770Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_get_ovector_count.3 2025-09-07T06:18:24.8395530Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_get_mark.3 2025-09-07T06:18:24.8396230Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_jit_stack_assign.3 2025-09-07T06:18:24.8397000Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_substring_list_free.3 2025-09-07T06:18:24.8397550Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2callout.3 2025-09-07T06:18:24.8398400Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_match_data_create.3 2025-09-07T06:18:24.8399210Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_substring_get_byname.3 2025-09-07T06:18:24.8399970Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_substring_copy_bynumber.3 2025-09-07T06:18:24.8400620Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2sample.3 2025-09-07T06:18:24.8401510Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_substring_length_bynumber.3 2025-09-07T06:18:24.8402110Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2partial.3 2025-09-07T06:18:24.8402750Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2posix.3 2025-09-07T06:18:24.8403540Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_convert_context_create.3 2025-09-07T06:18:24.8404330Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_compile_context_copy.3 2025-09-07T06:18:24.8404890Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_config.3 2025-09-07T06:18:24.8405840Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_set_compile_recursion_guard.3 2025-09-07T06:18:24.8406720Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_serialize_get_number_of_codes.3 2025-09-07T06:18:24.8407500Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_general_context_create.3 2025-09-07T06:18:24.8408280Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_jit_free_unused_memory.3 2025-09-07T06:18:24.8409080Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_callout_enumerate.3 2025-09-07T06:18:24.8409860Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_substring_free.3 2025-09-07T06:18:24.8410410Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2pattern.3 2025-09-07T06:18:24.8411020Z /opt/homebrew/Caskroom/miniconda/base/man/man1/bzegrep.1 2025-09-07T06:18:24.8411600Z /opt/homebrew/Caskroom/miniconda/base/man/man1/bzmore.1 2025-09-07T06:18:24.8412210Z /opt/homebrew/Caskroom/miniconda/base/man/man1/bzdiff.1 2025-09-07T06:18:24.8412780Z /opt/homebrew/Caskroom/miniconda/base/man/man1/bzfgrep.1 2025-09-07T06:18:24.8413360Z /opt/homebrew/Caskroom/miniconda/base/man/man1/bzip2.1 2025-09-07T06:18:24.8414060Z /opt/homebrew/Caskroom/miniconda/base/man/man1/pcre2grep.1 2025-09-07T06:18:24.8414590Z /opt/homebrew/Caskroom/miniconda/base/man/man1/bzcmp.1 2025-09-07T06:18:24.8415180Z /opt/homebrew/Caskroom/miniconda/base/man/man1/pcre2test.1 2025-09-07T06:18:24.8415760Z /opt/homebrew/Caskroom/miniconda/base/man/man1/bzgrep.1 2025-09-07T06:18:24.8416450Z /opt/homebrew/Caskroom/miniconda/base/man/man1/pcre2-config.1 2025-09-07T06:18:24.8416950Z /opt/homebrew/Caskroom/miniconda/base/man/man1/bzless.1 2025-09-07T06:18:24.8418030Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0.json 2025-09-07T06:18:24.8418810Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/pygments-2.19.1-py313hca03da5_0.json 2025-09-07T06:18:24.8419590Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/nlohmann_json-3.11.2-h313beb8_0.json 2025-09-07T06:18:24.8420400Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/pkce-1.0.3-py313hca03da5_0.json 2025-09-07T06:18:24.8421280Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/python-dotenv-1.1.0-py313hca03da5_0.json 2025-09-07T06:18:24.8422510Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/fmt-9.1.0-h48ca7d4_1.json 2025-09-07T06:18:24.8423380Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/jsonpointer-3.0.0-py313hca03da5_0.json 2025-09-07T06:18:24.8424100Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/tzdata-2025b-h04d1e81_0.json 2025-09-07T06:18:24.8424830Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/libmamba-2.0.5-h15e39b3_1.json 2025-09-07T06:18:24.8425940Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/tomli-2.2.1-py313hca03da5_0.json 2025-09-07T06:18:24.8426550Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/simdjson-3.10.1-h48ca7d4_0.json 2025-09-07T06:18:24.8427360Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/yaml-cpp-0.8.0-h313beb8_1.json 2025-09-07T06:18:24.8428100Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/libffi-3.4.4-hca03da5_1.json 2025-09-07T06:18:24.8428940Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/pysocks-1.7.1-py313hca03da5_0.json 2025-09-07T06:18:24.8429690Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/libxml2-2.13.8-h0b34f26_0.json 2025-09-07T06:18:24.8430500Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/click-8.2.1-py313hca03da5_0.json 2025-09-07T06:18:24.8431360Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/mdurl-0.1.0-py313hca03da5_0.json 2025-09-07T06:18:24.8432150Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/libsolv-0.7.30-h514c7bf_1.json 2025-09-07T06:18:24.8433180Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/markdown-it-py-2.2.0-py313hca03da5_1.json 2025-09-07T06:18:24.8434020Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/keyring-25.6.0-py313hca03da5_0.json 2025-09-07T06:18:24.8434860Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/conda-25.7.0-py313hca03da5_0.json 2025-09-07T06:18:24.8435540Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/pip-25.1-pyhc872135_2.json 2025-09-07T06:18:24.8436510Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/zstandard-0.23.0-py313h1a4646a_1.json 2025-09-07T06:18:24.8437340Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/cpp-expected-1.1.0-h48ca7d4_0.json 2025-09-07T06:18:24.8438180Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/colorama-0.4.6-py313hca03da5_0.json 2025-09-07T06:18:24.8438890Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/zstd-1.5.6-hfb09047_0.json 2025-09-07T06:18:24.8439780Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/icu-73.1-h313beb8_0.json 2025-09-07T06:18:24.8440670Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/cffi-1.17.1-py313h3eb5a62_1.json 2025-09-07T06:18:24.8441630Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/setuptools-78.1.1-py313hca03da5_0.json 2025-09-07T06:18:24.8442510Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/certifi-2025.8.3-py313hca03da5_0.json 2025-09-07T06:18:24.8443310Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/python-3.13.5-h2eb94d5_100_cp313.json 2025-09-07T06:18:24.8444180Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/cryptography-45.0.5-py313hace6d20_0.json 2025-09-07T06:18:24.8445090Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/annotated-types-0.6.0-py313hca03da5_0.json 2025-09-07T06:18:24.8445990Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/readchar-4.0.5-py313hca03da5_0.json 2025-09-07T06:18:24.8446870Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/libnghttp2-1.57.0-h62f6fdd_0.json 2025-09-07T06:18:24.8447910Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/pycparser-2.21-pyhd3eb1b0_0.json 2025-09-07T06:18:24.8449020Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/libmambapy-2.0.5-py313h48ca7d4_1.json 2025-09-07T06:18:24.8450050Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/more-itertools-10.3.0-py313hca03da5_0.json 2025-09-07T06:18:24.8450580Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/python_abi-3.13-0_cp313.json 2025-09-07T06:18:24.8451610Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/anaconda-anon-usage-0.7.2-py313hd6b623d_100.json 2025-09-07T06:18:24.8452180Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/bzip2-1.0.8-h80987f9_6.json 2025-09-07T06:18:24.8452820Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/xz-5.6.4-h80987f9_1.json 2025-09-07T06:18:24.8453810Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/libarchive-3.7.7-h8f13d7a_0.json 2025-09-07T06:18:24.8454890Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/packaging-25.0-py313hca03da5_0.json 2025-09-07T06:18:24.8455950Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/anaconda-auth-0.8.6-py313hca03da5_0.json 2025-09-07T06:18:24.8456910Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/tk-8.6.15-hcd8a7d5_0.json 2025-09-07T06:18:24.8457580Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/typing-extensions-4.12.2-py313hca03da5_0.json 2025-09-07T06:18:24.8458290Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/semver-3.0.2-py313hca03da5_1.json 2025-09-07T06:18:24.8458990Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/c-ares-1.34.5-h2ca31fc_0.json 2025-09-07T06:18:24.8459790Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/reproc-14.2.4-h313beb8_2.json 2025-09-07T06:18:24.8460710Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/ruamel.yaml-0.18.10-py313h80987f9_0.json 2025-09-07T06:18:24.8461870Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/typer-0.9.0-py313hca03da5_0.json 2025-09-07T06:18:24.8463090Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/conda-anaconda-tos-0.2.2-py313hca03da5_1.json 2025-09-07T06:18:24.8463860Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/pydantic-2.11.7-py313hca03da5_0.json 2025-09-07T06:18:24.8464790Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/rich-13.9.4-py313hca03da5_0.json 2025-09-07T06:18:24.8465850Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/ruamel.yaml.clib-0.2.12-py313h80987f9_0.json 2025-09-07T06:18:24.8466580Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/python.app-3-py313h80987f9_2.json 2025-09-07T06:18:24.8467600Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/jaraco.functools-4.1.0-py313hca03da5_0.json 2025-09-07T06:18:24.8468760Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/conda-package-handling-2.4.0-py313hca03da5_0.json 2025-09-07T06:18:24.8469640Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/typing-inspection-0.4.0-py313hca03da5_0.json 2025-09-07T06:18:24.8470470Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/tqdm-4.67.1-py313h7eb115d_0.json 2025-09-07T06:18:24.8471250Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/pcre2-10.42-hb066dcc_1.json 2025-09-07T06:18:24.8472180Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/frozendict-2.4.2-py313hca03da5_0.json 2025-09-07T06:18:24.8472840Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/readline-8.3-h0b18652_0.json 2025-09-07T06:18:24.8473550Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/libcxx-19.1.7-hb09ecce_3.json 2025-09-07T06:18:24.8474480Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/truststore-0.10.1-py313hca03da5_0.json 2025-09-07T06:18:24.8475560Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/jaraco.classes-3.4.0-py313hca03da5_0.json 2025-09-07T06:18:24.8476470Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/menuinst-2.3.1-py313hca03da5_0.json 2025-09-07T06:18:24.8477350Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/pluggy-1.5.0-py313hca03da5_0.json 2025-09-07T06:18:24.8478470Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/conda-package-streaming-0.12.0-py313hca03da5_0.json 2025-09-07T06:18:24.8479330Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/reproc-cpp-14.2.4-h313beb8_2.json 2025-09-07T06:18:24.8480370Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/brotlicffi-1.0.9.2-py313h313beb8_1.json 2025-09-07T06:18:24.8481130Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/openssl-3.0.17-h4ee41c1_0.json 2025-09-07T06:18:24.8481980Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/wheel-0.45.1-py313hca03da5_0.json 2025-09-07T06:18:24.8482850Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/libssh2-1.11.1-h3e2b118_0.json 2025-09-07T06:18:24.8483390Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/history 2025-09-07T06:18:24.8484330Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/boltons-25.0.0-py313hca03da5_0.json 2025-09-07T06:18:24.8485460Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/typing_extensions-4.12.2-py313hca03da5_0.json 2025-09-07T06:18:24.8486210Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/lz4-c-1.9.4-h313beb8_1.json 2025-09-07T06:18:24.8487210Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/pycosat-0.6.6-py313h80987f9_2.json 2025-09-07T06:18:24.8488270Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/pydantic-settings-2.6.1-py313hca03da5_0.json 2025-09-07T06:18:24.8489320Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/platformdirs-4.3.7-py313hca03da5_0.json 2025-09-07T06:18:24.8490140Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/conda-content-trust-0.2.0-py313hca03da5_1.json 2025-09-07T06:18:24.8490970Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/pybind11-abi-5-hd3eb1b0_0.json 2025-09-07T06:18:24.8492130Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/ca-certificates-2025.7.15-hca03da5_0.json 2025-09-07T06:18:24.8493210Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/sqlite-3.50.2-h79febb2_1.json 2025-09-07T06:18:24.8493950Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/libmpdec-4.0.0-h80987f9_0.json 2025-09-07T06:18:24.8494800Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/charset-normalizer-3.3.2-pyhd3eb1b0_0.json 2025-09-07T06:18:24.8495540Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/libcurl-8.14.1-hcdd2897_1.json 2025-09-07T06:18:24.8496280Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/archspec-0.2.3-pyhd3eb1b0_0.json 2025-09-07T06:18:24.8497100Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/spdlog-1.11.0-h48ca7d4_0.json 2025-09-07T06:18:24.8497980Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/idna-3.7-py313hca03da5_0.json 2025-09-07T06:18:24.8498910Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/expat-2.7.1-h313beb8_0.json 2025-09-07T06:18:24.8499900Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/jsonpatch-1.33-py313hca03da5_1.json 2025-09-07T06:18:24.8500940Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/requests-2.32.4-py313hca03da5_0.json 2025-09-07T06:18:24.8501710Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/ncurses-6.5-hee39554_0.json 2025-09-07T06:18:24.8502480Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/libiconv-1.16-h80987f9_3.json 2025-09-07T06:18:24.8503470Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/anaconda-cli-base-0.5.2-py313hca03da5_0.json 2025-09-07T06:18:24.8504450Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/jaraco.context-6.0.0-py313hca03da5_0.json 2025-09-07T06:18:24.8505080Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/zlib-1.2.13-h18a0788_1.json 2025-09-07T06:18:24.8505980Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/pyjwt-2.10.1-py313hca03da5_0.json 2025-09-07T06:18:24.8507230Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/pydantic-core-2.33.2-py313h5e3a92f_0.json 2025-09-07T06:18:24.8508030Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/shellingham-1.5.0-py313hca03da5_0.json 2025-09-07T06:18:24.8509030Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/distro-1.9.0-py313hca03da5_0.json 2025-09-07T06:18:24.8510180Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1.json 2025-09-07T06:18:24.8510930Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/urllib3-2.5.0-py313hca03da5_0.json 2025-09-07T06:18:24.8511740Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/libev-4.33-h1a28f6b_1.json 2025-09-07T06:18:24.8512040Z /opt/homebrew/Caskroom/miniconda/base/.condarc 2025-09-07T06:18:24.8512480Z /opt/homebrew/Caskroom/miniconda/base/condabin/conda 2025-09-07T06:18:24.8512910Z /opt/homebrew/Caskroom/miniconda/base/ssl/misc/tsget 2025-09-07T06:18:24.8513360Z /opt/homebrew/Caskroom/miniconda/base/ssl/misc/tsget.pl 2025-09-07T06:18:24.8513770Z /opt/homebrew/Caskroom/miniconda/base/ssl/misc/CA.pl 2025-09-07T06:18:24.8514260Z /opt/homebrew/Caskroom/miniconda/base/ssl/ct_log_list.cnf 2025-09-07T06:18:24.8514720Z /opt/homebrew/Caskroom/miniconda/base/ssl/openssl.cnf.dist 2025-09-07T06:18:24.8515130Z /opt/homebrew/Caskroom/miniconda/base/ssl/cert.pem 2025-09-07T06:18:24.8515560Z /opt/homebrew/Caskroom/miniconda/base/ssl/openssl.cnf 2025-09-07T06:18:24.8516220Z /opt/homebrew/Caskroom/miniconda/base/ssl/ct_log_list.cnf.dist 2025-09-07T06:18:24.8516860Z /opt/homebrew/Caskroom/miniconda/base/ssl/cacert.pem 2025-09-07T06:18:24.8517560Z /opt/homebrew/Caskroom/miniconda/base/cmake/pcre2-config-version.cmake 2025-09-07T06:18:24.8518130Z /opt/homebrew/Caskroom/miniconda/base/cmake/pcre2-config.cmake 2025-09-07T06:18:24.8518770Z /opt/homebrew/Caskroom/miniconda/base/bin/bzip2recover 2025-09-07T06:18:24.8520050Z /opt/homebrew/Caskroom/miniconda/base/bin/jsondiff 2025-09-07T06:18:24.8520370Z /opt/homebrew/Caskroom/miniconda/base/bin/lzmainfo 2025-09-07T06:18:24.8520610Z /opt/homebrew/Caskroom/miniconda/base/bin/unzstd 2025-09-07T06:18:24.8521050Z /opt/homebrew/Caskroom/miniconda/base/bin/bzfgrep 2025-09-07T06:18:24.8521500Z /opt/homebrew/Caskroom/miniconda/base/bin/anaconda 2025-09-07T06:18:24.8521990Z /opt/homebrew/Caskroom/miniconda/base/bin/tabs 2025-09-07T06:18:24.8522450Z /opt/homebrew/Caskroom/miniconda/base/bin/bzmore 2025-09-07T06:18:24.8522980Z /opt/homebrew/Caskroom/miniconda/base/bin/bzgrep 2025-09-07T06:18:24.8523470Z /opt/homebrew/Caskroom/miniconda/base/bin/pydoc3.13 2025-09-07T06:18:24.8524050Z /opt/homebrew/Caskroom/miniconda/base/bin/makeconv 2025-09-07T06:18:24.8524540Z /opt/homebrew/Caskroom/miniconda/base/bin/toe 2025-09-07T06:18:24.8525010Z /opt/homebrew/Caskroom/miniconda/base/bin/pcre2grep 2025-09-07T06:18:24.8525880Z /opt/homebrew/Caskroom/miniconda/base/bin/.conda-anaconda-tos-pre-unlink.sh 2025-09-07T06:18:24.8526430Z /opt/homebrew/Caskroom/miniconda/base/bin/mamba-package 2025-09-07T06:18:24.8527000Z /opt/homebrew/Caskroom/miniconda/base/bin/bzegrep 2025-09-07T06:18:24.8527530Z /opt/homebrew/Caskroom/miniconda/base/bin/nghttp 2025-09-07T06:18:24.8528000Z /opt/homebrew/Caskroom/miniconda/base/bin/c_rehash 2025-09-07T06:18:24.8528730Z /opt/homebrew/Caskroom/miniconda/base/bin/xzdec 2025-09-07T06:18:24.8529230Z /opt/homebrew/Caskroom/miniconda/base/bin/bzdiff 2025-09-07T06:18:24.8529910Z /opt/homebrew/Caskroom/miniconda/base/bin/repo2solv 2025-09-07T06:18:24.8530510Z /opt/homebrew/Caskroom/miniconda/base/bin/infotocap 2025-09-07T06:18:24.8530990Z /opt/homebrew/Caskroom/miniconda/base/bin/cph 2025-09-07T06:18:24.8531450Z /opt/homebrew/Caskroom/miniconda/base/bin/gencnval 2025-09-07T06:18:24.8531900Z /opt/homebrew/Caskroom/miniconda/base/bin/xmllint 2025-09-07T06:18:24.8532470Z /opt/homebrew/Caskroom/miniconda/base/bin/dotenv 2025-09-07T06:18:24.8532990Z /opt/homebrew/Caskroom/miniconda/base/bin/bsdcpio 2025-09-07T06:18:24.8533440Z /opt/homebrew/Caskroom/miniconda/base/bin/icu-config 2025-09-07T06:18:24.8533890Z /opt/homebrew/Caskroom/miniconda/base/bin/python3 2025-09-07T06:18:24.8534350Z /opt/homebrew/Caskroom/miniconda/base/bin/gencfu 2025-09-07T06:18:24.8534820Z /opt/homebrew/Caskroom/miniconda/base/bin/wish8.6 2025-09-07T06:18:24.8535430Z /opt/homebrew/Caskroom/miniconda/base/bin/zstdless 2025-09-07T06:18:24.8535880Z /opt/homebrew/Caskroom/miniconda/base/bin/iconv 2025-09-07T06:18:24.8536460Z /opt/homebrew/Caskroom/miniconda/base/bin/captoinfo 2025-09-07T06:18:24.8537070Z /opt/homebrew/Caskroom/miniconda/base/bin/nghttpx 2025-09-07T06:18:24.8537630Z /opt/homebrew/Caskroom/miniconda/base/bin/pydoc 2025-09-07T06:18:24.8538150Z /opt/homebrew/Caskroom/miniconda/base/bin/python 2025-09-07T06:18:24.8538660Z /opt/homebrew/Caskroom/miniconda/base/bin/conda 2025-09-07T06:18:24.8539370Z /opt/homebrew/Caskroom/miniconda/base/bin/unxz 2025-09-07T06:18:24.8539860Z /opt/homebrew/Caskroom/miniconda/base/bin/bunzip2 2025-09-07T06:18:24.8540400Z /opt/homebrew/Caskroom/miniconda/base/bin/pythonw 2025-09-07T06:18:24.8540840Z /opt/homebrew/Caskroom/miniconda/base/bin/nghttpd 2025-09-07T06:18:24.8541410Z /opt/homebrew/Caskroom/miniconda/base/bin/pip3 2025-09-07T06:18:24.8542070Z /opt/homebrew/Caskroom/miniconda/base/bin/distro 2025-09-07T06:18:24.8542600Z /opt/homebrew/Caskroom/miniconda/base/bin/bsdunzip 2025-09-07T06:18:24.8543160Z /opt/homebrew/Caskroom/miniconda/base/bin/pcre2test 2025-09-07T06:18:24.8543620Z /opt/homebrew/Caskroom/miniconda/base/bin/xzegrep 2025-09-07T06:18:24.8544150Z /opt/homebrew/Caskroom/miniconda/base/bin/bzcmp 2025-09-07T06:18:24.8544730Z /opt/homebrew/Caskroom/miniconda/base/bin/bzless 2025-09-07T06:18:24.8545290Z /opt/homebrew/Caskroom/miniconda/base/bin/tset 2025-09-07T06:18:24.8545850Z /opt/homebrew/Caskroom/miniconda/base/bin/wish 2025-09-07T06:18:24.8546410Z /opt/homebrew/Caskroom/miniconda/base/bin/unlzma 2025-09-07T06:18:24.8547070Z /opt/homebrew/Caskroom/miniconda/base/bin/lz4cat 2025-09-07T06:18:24.8547410Z /opt/homebrew/Caskroom/miniconda/base/bin/bsdtar 2025-09-07T06:18:24.8547910Z /opt/homebrew/Caskroom/miniconda/base/bin/reset 2025-09-07T06:18:24.8548790Z /opt/homebrew/Caskroom/miniconda/base/bin/bzcat 2025-09-07T06:18:24.8549300Z /opt/homebrew/Caskroom/miniconda/base/bin/pysemver 2025-09-07T06:18:24.8549760Z /opt/homebrew/Caskroom/miniconda/base/bin/xzfgrep 2025-09-07T06:18:24.8550570Z /opt/homebrew/Caskroom/miniconda/base/bin/.python.app-post-link.sh 2025-09-07T06:18:24.8551030Z /opt/homebrew/Caskroom/miniconda/base/bin/icuinfo 2025-09-07T06:18:24.8551580Z /opt/homebrew/Caskroom/miniconda/base/bin/xmlwf 2025-09-07T06:18:24.8552070Z /opt/homebrew/Caskroom/miniconda/base/bin/lz4 2025-09-07T06:18:24.8552650Z /opt/homebrew/Caskroom/miniconda/base/bin/wheel 2025-09-07T06:18:24.8553230Z /opt/homebrew/Caskroom/miniconda/base/bin/tclsh8.6 2025-09-07T06:18:24.8553750Z /opt/homebrew/Caskroom/miniconda/base/bin/xml2-config 2025-09-07T06:18:24.8557480Z /opt/homebrew/Caskroom/miniconda/base/bin/python3.1 2025-09-07T06:18:24.8557850Z /opt/homebrew/Caskroom/miniconda/base/bin/zstdgrep 2025-09-07T06:18:24.8558380Z /opt/homebrew/Caskroom/miniconda/base/bin/gendict 2025-09-07T06:18:24.8559010Z /opt/homebrew/Caskroom/miniconda/base/bin/conda-content-trust 2025-09-07T06:18:24.8559530Z /opt/homebrew/Caskroom/miniconda/base/bin/idle3 2025-09-07T06:18:24.8560060Z /opt/homebrew/Caskroom/miniconda/base/bin/xz 2025-09-07T06:18:24.8560660Z /opt/homebrew/Caskroom/miniconda/base/bin/python.app 2025-09-07T06:18:24.8561160Z /opt/homebrew/Caskroom/miniconda/base/bin/dumpsolv 2025-09-07T06:18:24.8561670Z /opt/homebrew/Caskroom/miniconda/base/bin/adig 2025-09-07T06:18:24.8562140Z /opt/homebrew/Caskroom/miniconda/base/bin/clear 2025-09-07T06:18:24.8562640Z /opt/homebrew/Caskroom/miniconda/base/bin/genrb 2025-09-07T06:18:24.8563340Z /opt/homebrew/Caskroom/miniconda/base/bin/python3-config 2025-09-07T06:18:24.8563900Z /opt/homebrew/Caskroom/miniconda/base/bin/curl-config 2025-09-07T06:18:24.8564470Z /opt/homebrew/Caskroom/miniconda/base/bin/tclsh 2025-09-07T06:18:24.8564860Z /opt/homebrew/Caskroom/miniconda/base/bin/pip 2025-09-07T06:18:24.8565560Z /opt/homebrew/Caskroom/miniconda/base/bin/ncursesw6-config 2025-09-07T06:18:24.8566090Z /opt/homebrew/Caskroom/miniconda/base/bin/tic 2025-09-07T06:18:24.8566530Z /opt/homebrew/Caskroom/miniconda/base/bin/lzless 2025-09-07T06:18:24.8567030Z /opt/homebrew/Caskroom/miniconda/base/bin/idle3.13 2025-09-07T06:18:24.8567670Z /opt/homebrew/Caskroom/miniconda/base/bin/.python.app-pre-unlink.sh 2025-09-07T06:18:24.8568070Z /opt/homebrew/Caskroom/miniconda/base/bin/tqdm 2025-09-07T06:18:24.8568570Z /opt/homebrew/Caskroom/miniconda/base/bin/keyring 2025-09-07T06:18:24.8569200Z /opt/homebrew/Caskroom/miniconda/base/bin/ahost 2025-09-07T06:18:24.8569800Z /opt/homebrew/Caskroom/miniconda/base/bin/sqlite3 2025-09-07T06:18:24.8570290Z /opt/homebrew/Caskroom/miniconda/base/bin/markdown-it 2025-09-07T06:18:24.8570960Z /opt/homebrew/Caskroom/miniconda/base/bin/infocmp 2025-09-07T06:18:24.8571450Z /opt/homebrew/Caskroom/miniconda/base/bin/xzless 2025-09-07T06:18:24.8572030Z /opt/homebrew/Caskroom/miniconda/base/bin/zstd 2025-09-07T06:18:24.8572620Z /opt/homebrew/Caskroom/miniconda/base/bin/lzcmp 2025-09-07T06:18:24.8573180Z /opt/homebrew/Caskroom/miniconda/base/bin/pcre2-config 2025-09-07T06:18:24.8573740Z /opt/homebrew/Caskroom/miniconda/base/bin/icuexportdata 2025-09-07T06:18:24.8574190Z /opt/homebrew/Caskroom/miniconda/base/bin/pygmentize 2025-09-07T06:18:24.8574760Z /opt/homebrew/Caskroom/miniconda/base/bin/xzcat 2025-09-07T06:18:24.8575520Z /opt/homebrew/Caskroom/miniconda/base/bin/pcre2posix_test 2025-09-07T06:18:24.8576130Z /opt/homebrew/Caskroom/miniconda/base/bin/archspec 2025-09-07T06:18:24.8576750Z /opt/homebrew/Caskroom/miniconda/base/bin/pkgdata 2025-09-07T06:18:24.8577370Z /opt/homebrew/Caskroom/miniconda/base/bin/conda2solv 2025-09-07T06:18:24.8577930Z /opt/homebrew/Caskroom/miniconda/base/bin/deactivate 2025-09-07T06:18:24.8578510Z /opt/homebrew/Caskroom/miniconda/base/bin/lz4c 2025-09-07T06:18:24.8591850Z /opt/homebrew/Caskroom/miniconda/base/bin/bsdcat 2025-09-07T06:18:24.8592090Z /opt/homebrew/Caskroom/miniconda/base/bin/zstdcat 2025-09-07T06:18:24.8592330Z /opt/homebrew/Caskroom/miniconda/base/bin/xzcmp 2025-09-07T06:18:24.8592570Z /opt/homebrew/Caskroom/miniconda/base/bin/lzcat 2025-09-07T06:18:24.8592790Z /opt/homebrew/Caskroom/miniconda/base/bin/unlz4 2025-09-07T06:18:24.8593030Z /opt/homebrew/Caskroom/miniconda/base/bin/mergesolv 2025-09-07T06:18:24.8593260Z /opt/homebrew/Caskroom/miniconda/base/bin/zstdmt 2025-09-07T06:18:24.8593480Z /opt/homebrew/Caskroom/miniconda/base/bin/lzdiff 2025-09-07T06:18:24.8593700Z /opt/homebrew/Caskroom/miniconda/base/bin/activate 2025-09-07T06:18:24.8593940Z /opt/homebrew/Caskroom/miniconda/base/bin/python3.13-config 2025-09-07T06:18:24.8594200Z /opt/homebrew/Caskroom/miniconda/base/bin/normalizer 2025-09-07T06:18:24.8594420Z /opt/homebrew/Caskroom/miniconda/base/bin/lzmadec 2025-09-07T06:18:24.8594640Z /opt/homebrew/Caskroom/miniconda/base/bin/genbrk 2025-09-07T06:18:24.8594860Z /opt/homebrew/Caskroom/miniconda/base/bin/lzgrep 2025-09-07T06:18:24.8595060Z /opt/homebrew/Caskroom/miniconda/base/bin/lzmore 2025-09-07T06:18:24.8595290Z /opt/homebrew/Caskroom/miniconda/base/bin/jsonpointer 2025-09-07T06:18:24.8595530Z /opt/homebrew/Caskroom/miniconda/base/bin/jsonpatch 2025-09-07T06:18:24.8595750Z /opt/homebrew/Caskroom/miniconda/base/bin/testsolv 2025-09-07T06:18:24.8595960Z /opt/homebrew/Caskroom/miniconda/base/bin/tput 2025-09-07T06:18:24.8596190Z /opt/homebrew/Caskroom/miniconda/base/bin/sqlite3_analyzer 2025-09-07T06:18:24.8596450Z /opt/homebrew/Caskroom/miniconda/base/bin/conda-token 2025-09-07T06:18:24.8596670Z /opt/homebrew/Caskroom/miniconda/base/bin/openssl 2025-09-07T06:18:24.8596880Z /opt/homebrew/Caskroom/miniconda/base/bin/derb 2025-09-07T06:18:24.8597100Z /opt/homebrew/Caskroom/miniconda/base/bin/xmlcatalog 2025-09-07T06:18:24.8597320Z /opt/homebrew/Caskroom/miniconda/base/bin/lzfgrep 2025-09-07T06:18:24.8597560Z /opt/homebrew/Caskroom/miniconda/base/bin/installcheck 2025-09-07T06:18:24.8597790Z /opt/homebrew/Caskroom/miniconda/base/bin/conda-env 2025-09-07T06:18:24.8598010Z /opt/homebrew/Caskroom/miniconda/base/bin/xzmore 2025-09-07T06:18:24.8598220Z /opt/homebrew/Caskroom/miniconda/base/bin/xzgrep 2025-09-07T06:18:24.8598420Z /opt/homebrew/Caskroom/miniconda/base/bin/pydoc3 2025-09-07T06:18:24.8598650Z /opt/homebrew/Caskroom/miniconda/base/bin/lzma 2025-09-07T06:18:24.8598890Z /opt/homebrew/Caskroom/miniconda/base/bin/lzegrep 2025-09-07T06:18:24.8599100Z /opt/homebrew/Caskroom/miniconda/base/bin/bzip2 2025-09-07T06:18:24.8599300Z /opt/homebrew/Caskroom/miniconda/base/bin/xzdiff 2025-09-07T06:18:24.8599530Z /opt/homebrew/Caskroom/miniconda/base/bin/python3.13 2025-09-07T06:18:24.8599750Z /opt/homebrew/Caskroom/miniconda/base/uninstall.sh 2025-09-07T06:18:24.8600060Z /opt/homebrew/Caskroom/miniconda/base/shell/condabin/conda-hook.ps1 2025-09-07T06:18:24.8600380Z /opt/homebrew/Caskroom/miniconda/base/shell/condabin/Conda.psm1 2025-09-07T06:18:24.8600650Z /opt/homebrew/Caskroom/miniconda/base/include/lzma.h 2025-09-07T06:18:24.8600890Z /opt/homebrew/Caskroom/miniconda/base/include/tkEntry.h 2025-09-07T06:18:24.8601150Z /opt/homebrew/Caskroom/miniconda/base/include/solv/repo_solv.h 2025-09-07T06:18:24.8601670Z /opt/homebrew/Caskroom/miniconda/base/include/solv/poolarch.h 2025-09-07T06:18:24.8602300Z /opt/homebrew/Caskroom/miniconda/base/include/solv/tools_util.h 2025-09-07T06:18:24.8602900Z /opt/homebrew/Caskroom/miniconda/base/include/solv/evr.h 2025-09-07T06:18:24.8603490Z /opt/homebrew/Caskroom/miniconda/base/include/solv/pooltypes.h 2025-09-07T06:18:24.8603970Z /opt/homebrew/Caskroom/miniconda/base/include/solv/pool.h 2025-09-07T06:18:24.8604590Z /opt/homebrew/Caskroom/miniconda/base/include/solv/policy.h 2025-09-07T06:18:24.8605410Z /opt/homebrew/Caskroom/miniconda/base/include/solv/solv_xfopen.h 2025-09-07T06:18:24.8606020Z /opt/homebrew/Caskroom/miniconda/base/include/solv/repo_conda.h 2025-09-07T06:18:24.8606870Z /opt/homebrew/Caskroom/miniconda/base/include/solv/solver.h 2025-09-07T06:18:24.8607350Z /opt/homebrew/Caskroom/miniconda/base/include/solv/solvable.h 2025-09-07T06:18:24.8607960Z /opt/homebrew/Caskroom/miniconda/base/include/solv/poolid.h 2025-09-07T06:18:24.8608570Z /opt/homebrew/Caskroom/miniconda/base/include/solv/strpool.h 2025-09-07T06:18:24.8609290Z /opt/homebrew/Caskroom/miniconda/base/include/solv/solverdebug.h 2025-09-07T06:18:24.8609870Z /opt/homebrew/Caskroom/miniconda/base/include/solv/testcase.h 2025-09-07T06:18:24.8610540Z /opt/homebrew/Caskroom/miniconda/base/include/solv/repo.h 2025-09-07T06:18:24.8611140Z /opt/homebrew/Caskroom/miniconda/base/include/solv/knownid.h 2025-09-07T06:18:24.8611790Z /opt/homebrew/Caskroom/miniconda/base/include/solv/solvversion.h 2025-09-07T06:18:24.8612460Z /opt/homebrew/Caskroom/miniconda/base/include/solv/repo_write.h 2025-09-07T06:18:24.8613090Z /opt/homebrew/Caskroom/miniconda/base/include/solv/poolvendor.h 2025-09-07T06:18:24.8613770Z /opt/homebrew/Caskroom/miniconda/base/include/solv/util.h 2025-09-07T06:18:24.8614370Z /opt/homebrew/Caskroom/miniconda/base/include/solv/repodata.h 2025-09-07T06:18:24.8614950Z /opt/homebrew/Caskroom/miniconda/base/include/solv/rules.h 2025-09-07T06:18:24.8615600Z /opt/homebrew/Caskroom/miniconda/base/include/solv/problems.h 2025-09-07T06:18:24.8616400Z /opt/homebrew/Caskroom/miniconda/base/include/solv/bitmap.h 2025-09-07T06:18:24.8617080Z /opt/homebrew/Caskroom/miniconda/base/include/solv/dirpool.h 2025-09-07T06:18:24.8617750Z /opt/homebrew/Caskroom/miniconda/base/include/solv/chksum.h 2025-09-07T06:18:24.8618440Z /opt/homebrew/Caskroom/miniconda/base/include/solv/transaction.h 2025-09-07T06:18:24.8619150Z /opt/homebrew/Caskroom/miniconda/base/include/solv/conda.h 2025-09-07T06:18:24.8619860Z /opt/homebrew/Caskroom/miniconda/base/include/solv/dataiterator.h 2025-09-07T06:18:24.8620420Z /opt/homebrew/Caskroom/miniconda/base/include/solv/hash.h 2025-09-07T06:18:24.8621130Z /opt/homebrew/Caskroom/miniconda/base/include/solv/selection.h 2025-09-07T06:18:24.8621770Z /opt/homebrew/Caskroom/miniconda/base/include/solv/queue.h 2025-09-07T06:18:24.8622220Z /opt/homebrew/Caskroom/miniconda/base/include/tdbc.h 2025-09-07T06:18:24.8622860Z /opt/homebrew/Caskroom/miniconda/base/include/libssh2_sftp.h 2025-09-07T06:18:24.8623490Z /opt/homebrew/Caskroom/miniconda/base/include/tkIntXlibDecls.h 2025-09-07T06:18:24.8624230Z /opt/homebrew/Caskroom/miniconda/base/include/tkMenubutton.h 2025-09-07T06:18:24.8624730Z /opt/homebrew/Caskroom/miniconda/base/include/termcap.h 2025-09-07T06:18:24.8625450Z /opt/homebrew/Caskroom/miniconda/base/include/expat_config.h 2025-09-07T06:18:24.8625920Z /opt/homebrew/Caskroom/miniconda/base/include/tkUuid.h 2025-09-07T06:18:24.8626430Z /opt/homebrew/Caskroom/miniconda/base/include/tkText.h 2025-09-07T06:18:24.8627020Z /opt/homebrew/Caskroom/miniconda/base/include/tkColor.h 2025-09-07T06:18:24.8627590Z /opt/homebrew/Caskroom/miniconda/base/include/cursesp.h 2025-09-07T06:18:24.8628150Z /opt/homebrew/Caskroom/miniconda/base/include/mysqlStubs.h 2025-09-07T06:18:24.8628710Z /opt/homebrew/Caskroom/miniconda/base/include/archive.h 2025-09-07T06:18:24.8629330Z /opt/homebrew/Caskroom/miniconda/base/include/ffitarget.h 2025-09-07T06:18:24.8630030Z /opt/homebrew/Caskroom/miniconda/base/include/archive_entry.h 2025-09-07T06:18:24.8630890Z /opt/homebrew/Caskroom/miniconda/base/include/reproc/export.h 2025-09-07T06:18:24.8631480Z /opt/homebrew/Caskroom/miniconda/base/include/reproc/drain.h 2025-09-07T06:18:24.8632110Z /opt/homebrew/Caskroom/miniconda/base/include/reproc/reproc.h 2025-09-07T06:18:24.8632680Z /opt/homebrew/Caskroom/miniconda/base/include/reproc/run.h 2025-09-07T06:18:24.8633250Z /opt/homebrew/Caskroom/miniconda/base/include/libcharset.h 2025-09-07T06:18:24.8633860Z /opt/homebrew/Caskroom/miniconda/base/include/tkMacOSXPrivate.h 2025-09-07T06:18:24.8634390Z /opt/homebrew/Caskroom/miniconda/base/include/tkPort.h 2025-09-07T06:18:24.8635130Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/chvalid.h 2025-09-07T06:18:24.8636500Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/parserInternals.h 2025-09-07T06:18:24.8636870Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xpointer.h 2025-09-07T06:18:24.8637400Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/debugXML.h 2025-09-07T06:18:24.8638180Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/schematron.h 2025-09-07T06:18:24.8638790Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/uri.h 2025-09-07T06:18:24.8639420Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/parser.h 2025-09-07T06:18:24.8640110Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/encoding.h 2025-09-07T06:18:24.8640800Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/tree.h 2025-09-07T06:18:24.8641470Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/threads.h 2025-09-07T06:18:24.8642130Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xmlversion.h 2025-09-07T06:18:24.8642870Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/globals.h 2025-09-07T06:18:24.8643720Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/catalog.h 2025-09-07T06:18:24.8644570Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/pattern.h 2025-09-07T06:18:24.8645350Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xmlreader.h 2025-09-07T06:18:24.8646000Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/HTMLtree.h 2025-09-07T06:18:24.8646770Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/SAX2.h 2025-09-07T06:18:24.8647420Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xmlexports.h 2025-09-07T06:18:24.8648150Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xlink.h 2025-09-07T06:18:24.8649020Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/SAX.h 2025-09-07T06:18:24.8650370Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/entities.h 2025-09-07T06:18:24.8651230Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xmlregexp.h 2025-09-07T06:18:24.8651890Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/list.h 2025-09-07T06:18:24.8652540Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xinclude.h 2025-09-07T06:18:24.8653410Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xmlerror.h 2025-09-07T06:18:24.8654290Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/schemasInternals.h 2025-09-07T06:18:24.8655010Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/dict.h 2025-09-07T06:18:24.8655840Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xmlIO.h 2025-09-07T06:18:24.8656910Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/HTMLparser.h 2025-09-07T06:18:24.8657460Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xmlautomata.h 2025-09-07T06:18:24.8658110Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xmlsave.h 2025-09-07T06:18:24.8659100Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xmlstring.h 2025-09-07T06:18:24.8659800Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xpath.h 2025-09-07T06:18:24.8660530Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/valid.h 2025-09-07T06:18:24.8661270Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xmlschemastypes.h 2025-09-07T06:18:24.8662100Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/c14n.h 2025-09-07T06:18:24.8663140Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xmlmodule.h 2025-09-07T06:18:24.8663830Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/relaxng.h 2025-09-07T06:18:24.8664530Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/nanohttp.h 2025-09-07T06:18:24.8665250Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xmlunicode.h 2025-09-07T06:18:24.8666020Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xmlwriter.h 2025-09-07T06:18:24.8667050Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xmlmemory.h 2025-09-07T06:18:24.8667840Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xpathInternals.h 2025-09-07T06:18:24.8668600Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/nanoftp.h 2025-09-07T06:18:24.8669270Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/hash.h 2025-09-07T06:18:24.8670030Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xmlschemas.h 2025-09-07T06:18:24.8670650Z /opt/homebrew/Caskroom/miniconda/base/include/nghttp2/nghttp2ver.h 2025-09-07T06:18:24.8671210Z /opt/homebrew/Caskroom/miniconda/base/include/nghttp2/nghttp2.h 2025-09-07T06:18:24.8671830Z /opt/homebrew/Caskroom/miniconda/base/include/pqStubs.h 2025-09-07T06:18:24.8672440Z /opt/homebrew/Caskroom/miniconda/base/include/tclOODecls.h 2025-09-07T06:18:24.8672910Z /opt/homebrew/Caskroom/miniconda/base/include/zdict.h 2025-09-07T06:18:24.8673440Z /opt/homebrew/Caskroom/miniconda/base/include/cursesf.h 2025-09-07T06:18:24.8674130Z /opt/homebrew/Caskroom/miniconda/base/include/itclTclIntStubsFcn.h 2025-09-07T06:18:24.8674780Z /opt/homebrew/Caskroom/miniconda/base/include/ares_version.h 2025-09-07T06:18:24.8675460Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses/termcap.h 2025-09-07T06:18:24.8676080Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses/cursesp.h 2025-09-07T06:18:24.8676820Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses/cursesf.h 2025-09-07T06:18:24.8677340Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses/etip.h 2025-09-07T06:18:24.8677900Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses/form.h 2025-09-07T06:18:24.8678610Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses/cursesw.h 2025-09-07T06:18:24.8679290Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses/unctrl.h 2025-09-07T06:18:24.8679900Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses/cursesapp.h 2025-09-07T06:18:24.8680520Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses/term.h 2025-09-07T06:18:24.8681110Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses/cursslk.h 2025-09-07T06:18:24.8681820Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses/panel.h 2025-09-07T06:18:24.8682510Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses/ncurses.h 2025-09-07T06:18:24.8683100Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses/eti.h 2025-09-07T06:18:24.8683800Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses/ncurses_dll.h 2025-09-07T06:18:24.8684430Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses/term_entry.h 2025-09-07T06:18:24.8684970Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses/menu.h 2025-09-07T06:18:24.8685560Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses/cursesm.h 2025-09-07T06:18:24.8686170Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses/curses.h 2025-09-07T06:18:24.8686690Z /opt/homebrew/Caskroom/miniconda/base/include/tclPort.h 2025-09-07T06:18:24.8687160Z /opt/homebrew/Caskroom/miniconda/base/include/etip.h 2025-09-07T06:18:24.8687610Z /opt/homebrew/Caskroom/miniconda/base/include/tkDList.h 2025-09-07T06:18:24.8688110Z /opt/homebrew/Caskroom/miniconda/base/include/itclIntDecls.h 2025-09-07T06:18:24.8688580Z /opt/homebrew/Caskroom/miniconda/base/include/tkMacOSXFont.h 2025-09-07T06:18:24.8689030Z /opt/homebrew/Caskroom/miniconda/base/include/tkUnixInt.h 2025-09-07T06:18:24.8689520Z /opt/homebrew/Caskroom/miniconda/base/include/test_data.hpp 2025-09-07T06:18:24.8690030Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/translit.h 2025-09-07T06:18:24.8690520Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ustdio.h 2025-09-07T06:18:24.8691030Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/utf_old.h 2025-09-07T06:18:24.8691530Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ucsdet.h 2025-09-07T06:18:24.8692020Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/tzfmt.h 2025-09-07T06:18:24.8692480Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ubrk.h 2025-09-07T06:18:24.8693060Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ufieldpositer.h 2025-09-07T06:18:24.8693720Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/localematcher.h 2025-09-07T06:18:24.8694140Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/stringpiece.h 2025-09-07T06:18:24.8694590Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ucat.h 2025-09-07T06:18:24.8695100Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/tblcoll.h 2025-09-07T06:18:24.8695660Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/stringoptions.h 2025-09-07T06:18:24.8696160Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/dtfmtsym.h 2025-09-07T06:18:24.8696660Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/unirepl.h 2025-09-07T06:18:24.8697150Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ptypes.h 2025-09-07T06:18:24.8697660Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/fmtable.h 2025-09-07T06:18:24.8698170Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/dtitvfmt.h 2025-09-07T06:18:24.8698670Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/choicfmt.h 2025-09-07T06:18:24.8699330Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/unumberrangeformatter.h 2025-09-07T06:18:24.8699920Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/numberrangeformatter.h 2025-09-07T06:18:24.8700720Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/usetiter.h 2025-09-07T06:18:24.8701390Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/errorcode.h 2025-09-07T06:18:24.8701890Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/tznames.h 2025-09-07T06:18:24.8702570Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/dtintrv.h 2025-09-07T06:18:24.8703350Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/usimplenumberformatter.h 2025-09-07T06:18:24.8703920Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ucurr.h 2025-09-07T06:18:24.8704590Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/icuplug.h 2025-09-07T06:18:24.8705210Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uregion.h 2025-09-07T06:18:24.8705880Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/utext.h 2025-09-07T06:18:24.8706580Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/edits.h 2025-09-07T06:18:24.8707290Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/parsepos.h 2025-09-07T06:18:24.8707920Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ucal.h 2025-09-07T06:18:24.8708600Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/fpositer.h 2025-09-07T06:18:24.8709190Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/dtitvinf.h 2025-09-07T06:18:24.8709710Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/rbnf.h 2025-09-07T06:18:24.8710360Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/udat.h 2025-09-07T06:18:24.8710990Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/urep.h 2025-09-07T06:18:24.8711630Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/utf32.h 2025-09-07T06:18:24.8712290Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/vtzone.h 2025-09-07T06:18:24.8712950Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ustring.h 2025-09-07T06:18:24.8713730Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ubiditransform.h 2025-09-07T06:18:24.8714310Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uenum.h 2025-09-07T06:18:24.8714960Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/umutablecptrie.h 2025-09-07T06:18:24.8715590Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/appendable.h 2025-09-07T06:18:24.8716350Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/usearch.h 2025-09-07T06:18:24.8717030Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/numsys.h 2025-09-07T06:18:24.8717720Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/timezone.h 2025-09-07T06:18:24.8718340Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uset.h 2025-09-07T06:18:24.8719110Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/casemap.h 2025-09-07T06:18:24.8719780Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/coleitr.h 2025-09-07T06:18:24.8720640Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/schriter.h 2025-09-07T06:18:24.8721150Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/msgfmt.h 2025-09-07T06:18:24.8721850Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/fieldpos.h 2025-09-07T06:18:24.8722470Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/simpletz.h 2025-09-07T06:18:24.8723120Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ucpmap.h 2025-09-07T06:18:24.8723750Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uldnames.h 2025-09-07T06:18:24.8724600Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/unumberformatter.h 2025-09-07T06:18:24.8725250Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uiter.h 2025-09-07T06:18:24.8725890Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/umsg.h 2025-09-07T06:18:24.8726520Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/sortkey.h 2025-09-07T06:18:24.8727270Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/simplenumberformatter.h 2025-09-07T06:18:24.8727960Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/docmain.h 2025-09-07T06:18:24.8728720Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uniset.h 2025-09-07T06:18:24.8729370Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/basictz.h 2025-09-07T06:18:24.8730090Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/udata.h 2025-09-07T06:18:24.8731120Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/stringtriebuilder.h 2025-09-07T06:18:24.8731790Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/chariter.h 2025-09-07T06:18:24.8732420Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/umisc.h 2025-09-07T06:18:24.8733060Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/reldatefmt.h 2025-09-07T06:18:24.8733730Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uloc.h 2025-09-07T06:18:24.8734320Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/plurrule.h 2025-09-07T06:18:24.8734970Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uformattednumber.h 2025-09-07T06:18:24.8735690Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/bytestriebuilder.h 2025-09-07T06:18:24.8736220Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/measunit.h 2025-09-07T06:18:24.8736780Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/utrace.h 2025-09-07T06:18:24.8737410Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/locdspnm.h 2025-09-07T06:18:24.8738010Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/gregocal.h 2025-09-07T06:18:24.8738590Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uchriter.h 2025-09-07T06:18:24.8739220Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/enumset.h 2025-09-07T06:18:24.8739850Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/nounit.h 2025-09-07T06:18:24.8740390Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/utf.h 2025-09-07T06:18:24.8741200Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/measure.h 2025-09-07T06:18:24.8741840Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/tzrule.h 2025-09-07T06:18:24.8742470Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/strenum.h 2025-09-07T06:18:24.8743130Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/regex.h 2025-09-07T06:18:24.8743720Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/gender.h 2025-09-07T06:18:24.8744510Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/dcfmtsym.h 2025-09-07T06:18:24.8745190Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ucnv_err.h 2025-09-07T06:18:24.8745900Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/decimfmt.h 2025-09-07T06:18:24.8746590Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/bytestrie.h 2025-09-07T06:18:24.8747230Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/udatpg.h 2025-09-07T06:18:24.8747920Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/listformatter.h 2025-09-07T06:18:24.8748530Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uobject.h 2025-09-07T06:18:24.8749240Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/calendar.h 2025-09-07T06:18:24.8750200Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ures.h 2025-09-07T06:18:24.8750530Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/normlzr.h 2025-09-07T06:18:24.8750980Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/usprep.h 2025-09-07T06:18:24.8751760Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/urename.h 2025-09-07T06:18:24.8752380Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/caniter.h 2025-09-07T06:18:24.8752940Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ucol.h 2025-09-07T06:18:24.8753860Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/upluralrules.h 2025-09-07T06:18:24.8754500Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ucharstrie.h 2025-09-07T06:18:24.8755210Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/tmunit.h 2025-09-07T06:18:24.8755970Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/unistr.h 2025-09-07T06:18:24.8756500Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/rbbi.h 2025-09-07T06:18:24.8757150Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ulocdata.h 2025-09-07T06:18:24.8757680Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/idna.h 2025-09-07T06:18:24.8758230Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/unorm2.h 2025-09-07T06:18:24.8759010Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/localebuilder.h 2025-09-07T06:18:24.8759620Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/dtptngen.h 2025-09-07T06:18:24.8760330Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/dbbi.h 2025-09-07T06:18:24.8760980Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/bytestream.h 2025-09-07T06:18:24.8761690Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uversion.h 2025-09-07T06:18:24.8762470Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/messagepattern.h 2025-09-07T06:18:24.8763050Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uidna.h 2025-09-07T06:18:24.8763760Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/filteredbrk.h 2025-09-07T06:18:24.8764440Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/tmutamt.h 2025-09-07T06:18:24.8765080Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/char16ptr.h 2025-09-07T06:18:24.8765820Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uformattedvalue.h 2025-09-07T06:18:24.8766400Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/symtable.h 2025-09-07T06:18:24.8767090Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ucasemap.h 2025-09-07T06:18:24.8767700Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ucoleitr.h 2025-09-07T06:18:24.8768500Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/compactdecimalformat.h 2025-09-07T06:18:24.8769050Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/unum.h 2025-09-07T06:18:24.8769760Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/udisplaycontext.h 2025-09-07T06:18:24.8770410Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/tztrans.h 2025-09-07T06:18:24.8771110Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/umachine.h 2025-09-07T06:18:24.8771880Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/numberformatter.h 2025-09-07T06:18:24.8772440Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/datefmt.h 2025-09-07T06:18:24.8773250Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/utmscale.h 2025-09-07T06:18:24.8773890Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/coll.h 2025-09-07T06:18:24.8774500Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/currpinf.h 2025-09-07T06:18:24.8775170Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uregex.h 2025-09-07T06:18:24.8775860Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/tmutfmt.h 2025-09-07T06:18:24.8776530Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/plurfmt.h 2025-09-07T06:18:24.8777300Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ustringtrie.h 2025-09-07T06:18:24.8778030Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/smpdtfmt.h 2025-09-07T06:18:24.8778910Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ucptrie.h 2025-09-07T06:18:24.8779610Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/udisplayoptions.h 2025-09-07T06:18:24.8780260Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/icudataver.h 2025-09-07T06:18:24.8780900Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uchar.h 2025-09-07T06:18:24.8781580Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/unorm.h 2025-09-07T06:18:24.8782240Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ushape.h 2025-09-07T06:18:24.8782900Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/unifunct.h 2025-09-07T06:18:24.8783640Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ugender.h 2025-09-07T06:18:24.8784520Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/selfmt.h 2025-09-07T06:18:24.8785160Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uformattable.h 2025-09-07T06:18:24.8785700Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ustream.h 2025-09-07T06:18:24.8786540Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/simpleformatter.h 2025-09-07T06:18:24.8787270Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ucnv_cb.h 2025-09-07T06:18:24.8787870Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/curramt.h 2025-09-07T06:18:24.8788520Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/locid.h 2025-09-07T06:18:24.8789350Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/udateintervalformat.h 2025-09-07T06:18:24.8790090Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/resbund.h 2025-09-07T06:18:24.8790760Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ubidi.h 2025-09-07T06:18:24.8791530Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/stsearch.h 2025-09-07T06:18:24.8792240Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/alphaindex.h 2025-09-07T06:18:24.8792910Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uvernum.h 2025-09-07T06:18:24.8793530Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/unimatch.h 2025-09-07T06:18:24.8794330Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/rbtz.h 2025-09-07T06:18:24.8794930Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ucnvsel.h 2025-09-07T06:18:24.8795530Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uspoof.h 2025-09-07T06:18:24.8796190Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/region.h 2025-09-07T06:18:24.8796960Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ureldatefmt.h 2025-09-07T06:18:24.8797520Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/utrans.h 2025-09-07T06:18:24.8798200Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/parseerr.h 2025-09-07T06:18:24.8798980Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/putil.h 2025-09-07T06:18:24.8799630Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/format.h 2025-09-07T06:18:24.8800470Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/scientificnumberformatter.h 2025-09-07T06:18:24.8801190Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/displayoptions.h 2025-09-07T06:18:24.8801940Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/normalizer2.h 2025-09-07T06:18:24.8802510Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/dtrule.h 2025-09-07T06:18:24.8803220Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/unumberoptions.h 2025-09-07T06:18:24.8804110Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ucnv.h 2025-09-07T06:18:24.8804800Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ucharstriebuilder.h 2025-09-07T06:18:24.8805400Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/search.h 2025-09-07T06:18:24.8806100Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/unumsys.h 2025-09-07T06:18:24.8806680Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uconfig.h 2025-09-07T06:18:24.8807280Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/utf16.h 2025-09-07T06:18:24.8807970Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/brkiter.h 2025-09-07T06:18:24.8808780Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/formattedvalue.h 2025-09-07T06:18:24.8809620Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/platform.h 2025-09-07T06:18:24.8810080Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/rep.h 2025-09-07T06:18:24.8810900Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/formattednumber.h 2025-09-07T06:18:24.8811630Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/std_string.h 2025-09-07T06:18:24.8812350Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/utf8.h 2025-09-07T06:18:24.8813120Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/localpointer.h 2025-09-07T06:18:24.8813790Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uclean.h 2025-09-07T06:18:24.8814430Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uscript.h 2025-09-07T06:18:24.8815130Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/numfmt.h 2025-09-07T06:18:24.8815900Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/currunit.h 2025-09-07T06:18:24.8816650Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/utypes.h 2025-09-07T06:18:24.8817580Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ulistformatter.h 2025-09-07T06:18:24.8818210Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/measfmt.h 2025-09-07T06:18:24.8818990Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/unifilt.h 2025-09-07T06:18:24.8819490Z /opt/homebrew/Caskroom/miniconda/base/include/form.h 2025-09-07T06:18:24.8820070Z /opt/homebrew/Caskroom/miniconda/base/include/tclUnixPort.h 2025-09-07T06:18:24.8820950Z /opt/homebrew/Caskroom/miniconda/base/include/reproc++/export.hpp 2025-09-07T06:18:24.8821750Z /opt/homebrew/Caskroom/miniconda/base/include/reproc++/reproc.hpp 2025-09-07T06:18:24.8822470Z /opt/homebrew/Caskroom/miniconda/base/include/reproc++/env.hpp 2025-09-07T06:18:24.8823310Z /opt/homebrew/Caskroom/miniconda/base/include/reproc++/detail/array.hpp 2025-09-07T06:18:24.8824060Z /opt/homebrew/Caskroom/miniconda/base/include/reproc++/detail/type_traits.hpp 2025-09-07T06:18:24.8824650Z /opt/homebrew/Caskroom/miniconda/base/include/reproc++/run.hpp 2025-09-07T06:18:24.8825270Z /opt/homebrew/Caskroom/miniconda/base/include/reproc++/input.hpp 2025-09-07T06:18:24.8830670Z /opt/homebrew/Caskroom/miniconda/base/include/reproc++/arguments.hpp 2025-09-07T06:18:24.8831030Z /opt/homebrew/Caskroom/miniconda/base/include/reproc++/drain.hpp 2025-09-07T06:18:24.8831330Z /opt/homebrew/Caskroom/miniconda/base/include/tcl.h 2025-09-07T06:18:24.8831600Z /opt/homebrew/Caskroom/miniconda/base/include/itclMigrate2TclCore.h 2025-09-07T06:18:24.8831880Z /opt/homebrew/Caskroom/miniconda/base/include/fmt/ostream.h 2025-09-07T06:18:24.8832130Z /opt/homebrew/Caskroom/miniconda/base/include/fmt/format-inl.h 2025-09-07T06:18:24.8832390Z /opt/homebrew/Caskroom/miniconda/base/include/fmt/ranges.h 2025-09-07T06:18:24.8832630Z /opt/homebrew/Caskroom/miniconda/base/include/fmt/xchar.h 2025-09-07T06:18:24.8832870Z /opt/homebrew/Caskroom/miniconda/base/include/fmt/core.h 2025-09-07T06:18:24.8833100Z /opt/homebrew/Caskroom/miniconda/base/include/fmt/chrono.h 2025-09-07T06:18:24.8833370Z /opt/homebrew/Caskroom/miniconda/base/include/fmt/os.h 2025-09-07T06:18:24.8833640Z /opt/homebrew/Caskroom/miniconda/base/include/fmt/color.h 2025-09-07T06:18:24.8833880Z /opt/homebrew/Caskroom/miniconda/base/include/fmt/args.h 2025-09-07T06:18:24.8834180Z /opt/homebrew/Caskroom/miniconda/base/include/fmt/printf.h 2025-09-07T06:18:24.8834700Z /opt/homebrew/Caskroom/miniconda/base/include/fmt/compile.h 2025-09-07T06:18:24.8835220Z /opt/homebrew/Caskroom/miniconda/base/include/fmt/format.h 2025-09-07T06:18:24.8835800Z /opt/homebrew/Caskroom/miniconda/base/include/fmt/std.h 2025-09-07T06:18:24.8836340Z /opt/homebrew/Caskroom/miniconda/base/include/pcre2posix.h 2025-09-07T06:18:24.8836820Z /opt/homebrew/Caskroom/miniconda/base/include/cursesw.h 2025-09-07T06:18:24.8837320Z /opt/homebrew/Caskroom/miniconda/base/include/itcl.h 2025-09-07T06:18:24.8837870Z /opt/homebrew/Caskroom/miniconda/base/include/ares_build.h 2025-09-07T06:18:24.8838480Z /opt/homebrew/Caskroom/miniconda/base/include/tclIntDecls.h 2025-09-07T06:18:24.8839250Z /opt/homebrew/Caskroom/miniconda/base/include/lz4.h 2025-09-07T06:18:24.8839890Z /opt/homebrew/Caskroom/miniconda/base/include/readline/readline.h 2025-09-07T06:18:24.8840540Z /opt/homebrew/Caskroom/miniconda/base/include/readline/keymaps.h 2025-09-07T06:18:24.8841130Z /opt/homebrew/Caskroom/miniconda/base/include/readline/tilde.h 2025-09-07T06:18:24.8841770Z /opt/homebrew/Caskroom/miniconda/base/include/readline/rlconf.h 2025-09-07T06:18:24.8842480Z /opt/homebrew/Caskroom/miniconda/base/include/readline/chardefs.h 2025-09-07T06:18:24.8843120Z /opt/homebrew/Caskroom/miniconda/base/include/readline/history.h 2025-09-07T06:18:24.8843770Z /opt/homebrew/Caskroom/miniconda/base/include/readline/rlstdc.h 2025-09-07T06:18:24.8844520Z /opt/homebrew/Caskroom/miniconda/base/include/readline/rltypedefs.h 2025-09-07T06:18:24.8845130Z /opt/homebrew/Caskroom/miniconda/base/include/tkImgPhoto.h 2025-09-07T06:18:24.8845700Z /opt/homebrew/Caskroom/miniconda/base/include/bzlib.h 2025-09-07T06:18:24.8846360Z /opt/homebrew/Caskroom/miniconda/base/include/localcharset.h 2025-09-07T06:18:24.8846950Z /opt/homebrew/Caskroom/miniconda/base/include/ares.h 2025-09-07T06:18:24.8847700Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/activation.hpp 2025-09-07T06:18:24.8848660Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/environments_manager.hpp 2025-09-07T06:18:24.8849340Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/transaction.hpp 2025-09-07T06:18:24.8850150Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/package_handling.hpp 2025-09-07T06:18:24.8850870Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/invoke.hpp 2025-09-07T06:18:24.8851640Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/prefix_data.hpp 2025-09-07T06:18:24.8852360Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/common_types.hpp 2025-09-07T06:18:24.8853060Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/palette.hpp 2025-09-07T06:18:24.8853750Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/link.hpp 2025-09-07T06:18:24.8854420Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/error_handling.hpp 2025-09-07T06:18:24.8855100Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/repo_checker_store.hpp 2025-09-07T06:18:24.8855790Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/package_fetcher.hpp 2025-09-07T06:18:24.8856240Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/execution.hpp 2025-09-07T06:18:24.8856780Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/subdirdata.hpp 2025-09-07T06:18:24.8857470Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/shell_init.hpp 2025-09-07T06:18:24.8857920Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/fsutil.hpp 2025-09-07T06:18:24.8858530Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/channel_context.hpp 2025-09-07T06:18:24.8859360Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/env_lockfile.hpp 2025-09-07T06:18:24.8860060Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/util_scope.hpp 2025-09-07T06:18:24.8860870Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/transaction_context.hpp 2025-09-07T06:18:24.8861750Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/download_progress_bar.hpp 2025-09-07T06:18:24.8862400Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/context.hpp 2025-09-07T06:18:24.8863190Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/timeref.hpp 2025-09-07T06:18:24.8863850Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/util_os.hpp 2025-09-07T06:18:24.8864510Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/tasksync.hpp 2025-09-07T06:18:24.8865180Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/history.hpp 2025-09-07T06:18:24.8865940Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/progress_bar.hpp 2025-09-07T06:18:24.8866520Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/run.hpp 2025-09-07T06:18:24.8867430Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/package_paths.hpp 2025-09-07T06:18:24.8868140Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/package_database_loader.hpp 2025-09-07T06:18:24.8869060Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/virtual_packages.hpp 2025-09-07T06:18:24.8870490Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/thread_utils.hpp 2025-09-07T06:18:24.8871070Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/output.hpp 2025-09-07T06:18:24.8871830Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/package_cache.hpp 2025-09-07T06:18:24.8872490Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/pinning.hpp 2025-09-07T06:18:24.8873130Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/query.hpp 2025-09-07T06:18:24.8873750Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/util.hpp 2025-09-07T06:18:24.8874430Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/menuinst.hpp 2025-09-07T06:18:24.8875070Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/cast.hpp 2025-09-07T06:18:24.8875840Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/os_unix.hpp 2025-09-07T06:18:24.8876520Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/cryptography.hpp 2025-09-07T06:18:24.8877110Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/build.hpp 2025-09-07T06:18:24.8877770Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/json.hpp 2025-09-07T06:18:24.8878450Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/os_osx.hpp 2025-09-07T06:18:24.8879120Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/weakening_map.hpp 2025-09-07T06:18:24.8879890Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/path_manip.hpp 2025-09-07T06:18:24.8880620Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/flat_binary_tree.hpp 2025-09-07T06:18:24.8881280Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/variant_cmp.hpp 2025-09-07T06:18:24.8881970Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/encoding.hpp 2025-09-07T06:18:24.8882780Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/functional.hpp 2025-09-07T06:18:24.8883560Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/flat_bool_expr_tree.hpp 2025-09-07T06:18:24.8884410Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/type_traits.hpp 2025-09-07T06:18:24.8885170Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/random.hpp 2025-09-07T06:18:24.8885840Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/os_linux.hpp 2025-09-07T06:18:24.8886580Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/heap_optional.hpp 2025-09-07T06:18:24.8887260Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/graph.hpp 2025-09-07T06:18:24.8888010Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/loop_control.hpp 2025-09-07T06:18:24.8888780Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/url.hpp 2025-09-07T06:18:24.8889530Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/os_win.hpp 2025-09-07T06:18:24.8890290Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/url_manip.hpp 2025-09-07T06:18:24.8890980Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/string.hpp 2025-09-07T06:18:24.8891690Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/deprecation.hpp 2025-09-07T06:18:24.8892420Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/parsers.hpp 2025-09-07T06:18:24.8893210Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/cfile.hpp 2025-09-07T06:18:24.8893960Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/os.hpp 2025-09-07T06:18:24.8894840Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/conditional.hpp 2025-09-07T06:18:24.8895530Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/flat_set.hpp 2025-09-07T06:18:24.8896180Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/compare.hpp 2025-09-07T06:18:24.8896920Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/iterator.hpp 2025-09-07T06:18:24.8897860Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/environment.hpp 2025-09-07T06:18:24.8898410Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/tuple_hash.hpp 2025-09-07T06:18:24.8898990Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/specs/archive.hpp 2025-09-07T06:18:24.8899770Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/specs/package_info.hpp 2025-09-07T06:18:24.8900540Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/specs/match_spec.hpp 2025-09-07T06:18:24.8901290Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/specs/glob_spec.hpp 2025-09-07T06:18:24.8902000Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/specs/repo_data.hpp 2025-09-07T06:18:24.8902700Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/specs/regex_spec.hpp 2025-09-07T06:18:24.8903560Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/specs/chimera_string_spec.hpp 2025-09-07T06:18:24.8904200Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/specs/platform.hpp 2025-09-07T06:18:24.8904850Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/specs/error.hpp 2025-09-07T06:18:24.8905440Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/specs/version.hpp 2025-09-07T06:18:24.8906090Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/specs/channel.hpp 2025-09-07T06:18:24.8906910Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/specs/conda_url.hpp 2025-09-07T06:18:24.8907670Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/specs/unresolved_channel.hpp 2025-09-07T06:18:24.8908390Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/specs/build_number_spec.hpp 2025-09-07T06:18:24.8909200Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/specs/authentication_info.hpp 2025-09-07T06:18:24.8909980Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/specs/version_spec.hpp 2025-09-07T06:18:24.8910750Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/solver/request.hpp 2025-09-07T06:18:24.8911430Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/solver/solution.hpp 2025-09-07T06:18:24.8912200Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/solver/problems_graph.hpp 2025-09-07T06:18:24.8912960Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/solver/libsolv/solver.hpp 2025-09-07T06:18:24.8913790Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/solver/libsolv/unsolvable.hpp 2025-09-07T06:18:24.8914600Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/solver/libsolv/database.hpp 2025-09-07T06:18:24.8915440Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/solver/libsolv/parameters.hpp 2025-09-07T06:18:24.8916160Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/solver/libsolv/repo_info.hpp 2025-09-07T06:18:24.8916700Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/version.hpp 2025-09-07T06:18:24.8917470Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/download/mirror_map.hpp 2025-09-07T06:18:24.8918310Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/download/downloader.hpp 2025-09-07T06:18:24.8919080Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/download/mirror.hpp 2025-09-07T06:18:24.8919930Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/download/request.hpp 2025-09-07T06:18:24.8920740Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/api/update.hpp 2025-09-07T06:18:24.8921410Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/api/info.hpp 2025-09-07T06:18:24.8922230Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/api/configuration_impl.hpp 2025-09-07T06:18:24.8922920Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/api/shell.hpp 2025-09-07T06:18:24.8923800Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/api/channel_loader.hpp 2025-09-07T06:18:24.8924570Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/api/install.hpp 2025-09-07T06:18:24.8925280Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/api/c_api.h 2025-09-07T06:18:24.8926000Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/api/repoquery.hpp 2025-09-07T06:18:24.8926750Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/api/config.hpp 2025-09-07T06:18:24.8927420Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/api/list.hpp 2025-09-07T06:18:24.8928140Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/api/configuration.hpp 2025-09-07T06:18:24.8928770Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/api/create.hpp 2025-09-07T06:18:24.8929420Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/api/clean.hpp 2025-09-07T06:18:24.8930040Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/api/constants.hpp 2025-09-07T06:18:24.8930810Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/api/remove.hpp 2025-09-07T06:18:24.8931700Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/fs/filesystem.hpp 2025-09-07T06:18:24.8932470Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/validation/errors.hpp 2025-09-07T06:18:24.8933360Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/validation/keys.hpp 2025-09-07T06:18:24.8934210Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/validation/update_framework_v0_6.hpp 2025-09-07T06:18:24.8934930Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/validation/repo_checker.hpp 2025-09-07T06:18:24.8935750Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/validation/tools.hpp 2025-09-07T06:18:24.8936800Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/validation/update_framework_v1.hpp 2025-09-07T06:18:24.8937590Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/validation/update_framework.hpp 2025-09-07T06:18:24.8938170Z /opt/homebrew/Caskroom/miniconda/base/include/tclInt.h 2025-09-07T06:18:24.8938880Z /opt/homebrew/Caskroom/miniconda/base/include/tclThread.h 2025-09-07T06:18:24.8939380Z /opt/homebrew/Caskroom/miniconda/base/include/tkScale.h 2025-09-07T06:18:24.8940000Z /opt/homebrew/Caskroom/miniconda/base/include/tl/expected.hpp 2025-09-07T06:18:24.8940730Z /opt/homebrew/Caskroom/miniconda/base/include/tclIntPlatDecls.h 2025-09-07T06:18:24.8941410Z /opt/homebrew/Caskroom/miniconda/base/include/unctrl.h 2025-09-07T06:18:24.8942050Z /opt/homebrew/Caskroom/miniconda/base/include/tdbcInt.h 2025-09-07T06:18:24.8942600Z /opt/homebrew/Caskroom/miniconda/base/include/cursesapp.h 2025-09-07T06:18:24.8943080Z /opt/homebrew/Caskroom/miniconda/base/include/tk3d.h 2025-09-07T06:18:24.8943950Z /opt/homebrew/Caskroom/miniconda/base/include/expat_external.h 2025-09-07T06:18:24.8944550Z /opt/homebrew/Caskroom/miniconda/base/include/tdbcDecls.h 2025-09-07T06:18:24.8945020Z /opt/homebrew/Caskroom/miniconda/base/include/ev++.h 2025-09-07T06:18:24.8945610Z /opt/homebrew/Caskroom/miniconda/base/include/tclOOInt.h 2025-09-07T06:18:24.8946290Z /opt/homebrew/Caskroom/miniconda/base/include/tkUnixDefault.h 2025-09-07T06:18:24.8946990Z /opt/homebrew/Caskroom/miniconda/base/include/tclOO.h 2025-09-07T06:18:24.8947690Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/traits.h 2025-09-07T06:18:24.8948530Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/eventhandler.h 2025-09-07T06:18:24.8949120Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/emitter.h 2025-09-07T06:18:24.8949780Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/anchor.h 2025-09-07T06:18:24.8950340Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/mark.h 2025-09-07T06:18:24.8950930Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/emitterdef.h 2025-09-07T06:18:24.8951540Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/parser.h 2025-09-07T06:18:24.8952110Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/null.h 2025-09-07T06:18:24.8952760Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/exceptions.h 2025-09-07T06:18:24.8953580Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/emitterstyle.h 2025-09-07T06:18:24.8954190Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/noexcept.h 2025-09-07T06:18:24.8954980Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/emittermanip.h 2025-09-07T06:18:24.8955690Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/emitfromevents.h 2025-09-07T06:18:24.8956200Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/dll.h 2025-09-07T06:18:24.8957260Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/contrib/graphbuilder.h 2025-09-07T06:18:24.8957860Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/contrib/anchordict.h 2025-09-07T06:18:24.8958330Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/yaml.h 2025-09-07T06:18:24.8959040Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/node/type.h 2025-09-07T06:18:24.8959920Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/node/parse.h 2025-09-07T06:18:24.8960560Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/node/node.h 2025-09-07T06:18:24.8961540Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/node/detail/node_data.h 2025-09-07T06:18:24.8962250Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/node/detail/node_ref.h 2025-09-07T06:18:24.8962910Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/node/detail/node.h 2025-09-07T06:18:24.8963660Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/node/detail/memory.h 2025-09-07T06:18:24.8964480Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/node/detail/node_iterator.h 2025-09-07T06:18:24.8965100Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/node/detail/impl.h 2025-09-07T06:18:24.8965880Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/node/detail/iterator_fwd.h 2025-09-07T06:18:24.8966730Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/node/detail/iterator.h 2025-09-07T06:18:24.8967360Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/node/ptr.h 2025-09-07T06:18:24.8968150Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/node/convert.h 2025-09-07T06:18:24.8968860Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/node/impl.h 2025-09-07T06:18:24.8969610Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/node/emit.h 2025-09-07T06:18:24.8970270Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/node/iterator.h 2025-09-07T06:18:24.8971120Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/ostream_wrapper.h 2025-09-07T06:18:24.8971860Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/stlemitter.h 2025-09-07T06:18:24.8972480Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/binary.h 2025-09-07T06:18:24.8973140Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/depthguard.h 2025-09-07T06:18:24.8973730Z /opt/homebrew/Caskroom/miniconda/base/include/simdjson.h 2025-09-07T06:18:24.8974250Z /opt/homebrew/Caskroom/miniconda/base/include/term.h 2025-09-07T06:18:24.8974790Z /opt/homebrew/Caskroom/miniconda/base/include/cursslk.h 2025-09-07T06:18:24.8975490Z /opt/homebrew/Caskroom/miniconda/base/include/tkMacOSXColor.h 2025-09-07T06:18:24.8976270Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/pattern_formatter-inl.h 2025-09-07T06:18:24.8976930Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/fwd.h 2025-09-07T06:18:24.8977530Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/version.h 2025-09-07T06:18:24.8978160Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/spdlog.h 2025-09-07T06:18:24.8978790Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/fmt/ranges.h 2025-09-07T06:18:24.8979510Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/fmt/xchar.h 2025-09-07T06:18:24.8980150Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/fmt/chrono.h 2025-09-07T06:18:24.8980900Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/fmt/bin_to_hex.h 2025-09-07T06:18:24.8981450Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/fmt/fmt.h 2025-09-07T06:18:24.8982120Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/fmt/compile.h 2025-09-07T06:18:24.8982760Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/fmt/ostr.h 2025-09-07T06:18:24.8983350Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/logger-inl.h 2025-09-07T06:18:24.8984000Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/qt_sinks.h 2025-09-07T06:18:24.8984870Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/ansicolor_sink-inl.h 2025-09-07T06:18:24.8985670Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/hourly_file_sink.h 2025-09-07T06:18:24.8986510Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/stdout_sinks.h 2025-09-07T06:18:24.8987320Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/basic_file_sink.h 2025-09-07T06:18:24.8988080Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/rotating_file_sink.h 2025-09-07T06:18:24.8988880Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/daily_file_sink.h 2025-09-07T06:18:24.8989650Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/ringbuffer_sink.h 2025-09-07T06:18:24.8990400Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/ansicolor_sink.h 2025-09-07T06:18:24.8991100Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/systemd_sink.h 2025-09-07T06:18:24.8991700Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/base_sink.h 2025-09-07T06:18:24.8992520Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/stdout_color_sinks.h 2025-09-07T06:18:24.8993290Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/dist_sink.h 2025-09-07T06:18:24.8994160Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/msvc_sink.h 2025-09-07T06:18:24.8994910Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/tcp_sink.h 2025-09-07T06:18:24.8995740Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/mongo_sink.h 2025-09-07T06:18:24.8996480Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/sink-inl.h 2025-09-07T06:18:24.8997370Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/wincolor_sink-inl.h 2025-09-07T06:18:24.8998100Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/android_sink.h 2025-09-07T06:18:24.8999070Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/stdout_sinks-inl.h 2025-09-07T06:18:24.8999630Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/sink.h 2025-09-07T06:18:24.9000370Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/syslog_sink.h 2025-09-07T06:18:24.9001170Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/dup_filter_sink.h 2025-09-07T06:18:24.9002000Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/win_eventlog_sink.h 2025-09-07T06:18:24.9003020Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/stdout_color_sinks-inl.h 2025-09-07T06:18:24.9003990Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/ostream_sink.h 2025-09-07T06:18:24.9004640Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/udp_sink.h 2025-09-07T06:18:24.9005670Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/rotating_file_sink-inl.h 2025-09-07T06:18:24.9006560Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/basic_file_sink-inl.h 2025-09-07T06:18:24.9007180Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/null_sink.h 2025-09-07T06:18:24.9008000Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/base_sink-inl.h 2025-09-07T06:18:24.9008830Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/wincolor_sink.h 2025-09-07T06:18:24.9009520Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/formatter.h 2025-09-07T06:18:24.9010320Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/common-inl.h 2025-09-07T06:18:24.9011200Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/log_msg_buffer-inl.h 2025-09-07T06:18:24.9012000Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/log_msg-inl.h 2025-09-07T06:18:24.9012740Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/udp_client.h 2025-09-07T06:18:24.9013520Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/file_helper.h 2025-09-07T06:18:24.9014350Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/periodic_worker-inl.h 2025-09-07T06:18:24.9015120Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/udp_client-windows.h 2025-09-07T06:18:24.9016000Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/periodic_worker.h 2025-09-07T06:18:24.9016760Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/mpmc_blocking_q.h 2025-09-07T06:18:24.9017430Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/os.h 2025-09-07T06:18:24.9018220Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/thread_pool-inl.h 2025-09-07T06:18:24.9018960Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/fmt_helper.h 2025-09-07T06:18:24.9019670Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/null_mutex.h 2025-09-07T06:18:24.9020350Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/registry.h 2025-09-07T06:18:24.9021210Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/backtracer.h 2025-09-07T06:18:24.9021840Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/registry-inl.h 2025-09-07T06:18:24.9022420Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/thread_pool.h 2025-09-07T06:18:24.9023030Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/circular_q.h 2025-09-07T06:18:24.9023700Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/synchronous_factory.h 2025-09-07T06:18:24.9024230Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/os-inl.h 2025-09-07T06:18:24.9024770Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/log_msg.h 2025-09-07T06:18:24.9025400Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/backtracer-inl.h 2025-09-07T06:18:24.9026050Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/file_helper-inl.h 2025-09-07T06:18:24.9026640Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/log_msg_buffer.h 2025-09-07T06:18:24.9027200Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/tcp_client.h 2025-09-07T06:18:24.9027850Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/console_globals.h 2025-09-07T06:18:24.9028450Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/windows_include.h 2025-09-07T06:18:24.9029100Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/tcp_client-windows.h 2025-09-07T06:18:24.9029600Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/async_logger.h 2025-09-07T06:18:24.9030090Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/cfg/env.h 2025-09-07T06:18:24.9030620Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/cfg/argv.h 2025-09-07T06:18:24.9031210Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/cfg/helpers-inl.h 2025-09-07T06:18:24.9031750Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/cfg/helpers.h 2025-09-07T06:18:24.9032250Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/tweakme.h 2025-09-07T06:18:24.9032760Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/async.h 2025-09-07T06:18:24.9033300Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/common.h 2025-09-07T06:18:24.9033910Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/async_logger-inl.h 2025-09-07T06:18:24.9034380Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/stopwatch.h 2025-09-07T06:18:24.9035010Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/pattern_formatter.h 2025-09-07T06:18:24.9035520Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/logger.h 2025-09-07T06:18:24.9036090Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/spdlog-inl.h 2025-09-07T06:18:24.9036530Z /opt/homebrew/Caskroom/miniconda/base/include/itcl2TclOO.h 2025-09-07T06:18:24.9036970Z /opt/homebrew/Caskroom/miniconda/base/include/tkUndo.h 2025-09-07T06:18:24.9037570Z /opt/homebrew/Caskroom/miniconda/base/include/curl/stdcheaders.h 2025-09-07T06:18:24.9038120Z /opt/homebrew/Caskroom/miniconda/base/include/curl/header.h 2025-09-07T06:18:24.9038870Z /opt/homebrew/Caskroom/miniconda/base/include/curl/options.h 2025-09-07T06:18:24.9039530Z /opt/homebrew/Caskroom/miniconda/base/include/curl/mprintf.h 2025-09-07T06:18:24.9040080Z /opt/homebrew/Caskroom/miniconda/base/include/curl/easy.h 2025-09-07T06:18:24.9040670Z /opt/homebrew/Caskroom/miniconda/base/include/curl/curl.h 2025-09-07T06:18:24.9041210Z /opt/homebrew/Caskroom/miniconda/base/include/curl/websockets.h 2025-09-07T06:18:24.9041880Z /opt/homebrew/Caskroom/miniconda/base/include/curl/curlver.h 2025-09-07T06:18:24.9042550Z /opt/homebrew/Caskroom/miniconda/base/include/curl/system.h 2025-09-07T06:18:24.9043080Z /opt/homebrew/Caskroom/miniconda/base/include/curl/typecheck-gcc.h 2025-09-07T06:18:24.9043600Z /opt/homebrew/Caskroom/miniconda/base/include/curl/multi.h 2025-09-07T06:18:24.9044250Z /opt/homebrew/Caskroom/miniconda/base/include/curl/urlapi.h 2025-09-07T06:18:24.9044980Z /opt/homebrew/Caskroom/miniconda/base/include/tkMacOSXDefault.h 2025-09-07T06:18:24.9045690Z /opt/homebrew/Caskroom/miniconda/base/include/tkMacOSXWm.h 2025-09-07T06:18:24.9046330Z /opt/homebrew/Caskroom/miniconda/base/include/tkInt.h 2025-09-07T06:18:24.9046960Z /opt/homebrew/Caskroom/miniconda/base/include/tkFileFilter.h 2025-09-07T06:18:24.9047530Z /opt/homebrew/Caskroom/miniconda/base/include/tkMenu.h 2025-09-07T06:18:24.9047980Z /opt/homebrew/Caskroom/miniconda/base/include/tk.h 2025-09-07T06:18:24.9048670Z /opt/homebrew/Caskroom/miniconda/base/include/tkIntDecls.h 2025-09-07T06:18:24.9049300Z /opt/homebrew/Caskroom/miniconda/base/include/odbcStubs.h 2025-09-07T06:18:24.9049970Z /opt/homebrew/Caskroom/miniconda/base/include/iconv.h 2025-09-07T06:18:24.9050580Z /opt/homebrew/Caskroom/miniconda/base/include/fakepq.h 2025-09-07T06:18:24.9051300Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/gtest-matchers.h 2025-09-07T06:18:24.9052120Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/gtest-death-test.h 2025-09-07T06:18:24.9052680Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/gtest-spi.h 2025-09-07T06:18:24.9053540Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/internal/gtest-string.h 2025-09-07T06:18:24.9054480Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/internal/gtest-death-test-internal.h 2025-09-07T06:18:24.9055130Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/internal/gtest-port.h 2025-09-07T06:18:24.9055850Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/internal/gtest-port-arch.h 2025-09-07T06:18:24.9056600Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/internal/gtest-internal.h 2025-09-07T06:18:24.9057540Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/internal/gtest-param-util.h 2025-09-07T06:18:24.9058290Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/internal/gtest-type-util.h 2025-09-07T06:18:24.9059140Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/internal/gtest-filepath.h 2025-09-07T06:18:24.9059890Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/internal/custom/gtest-port.h 2025-09-07T06:18:24.9060630Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/internal/custom/README.md 2025-09-07T06:18:24.9061430Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/internal/custom/gtest.h 2025-09-07T06:18:24.9062420Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/internal/custom/gtest-printers.h 2025-09-07T06:18:24.9063040Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/gtest-message.h 2025-09-07T06:18:24.9063720Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/gtest-param-test.h 2025-09-07T06:18:24.9064370Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/gtest-typed-test.h 2025-09-07T06:18:24.9065190Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/gtest_pred_impl.h 2025-09-07T06:18:24.9065980Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/gtest_prod.h 2025-09-07T06:18:24.9066670Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/gtest-test-part.h 2025-09-07T06:18:24.9067270Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/gtest.h 2025-09-07T06:18:24.9067970Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/gtest-printers.h 2025-09-07T06:18:24.9068440Z /opt/homebrew/Caskroom/miniconda/base/include/panel.h 2025-09-07T06:18:24.9069160Z /opt/homebrew/Caskroom/miniconda/base/include/lz4frame_static.h 2025-09-07T06:18:24.9069790Z /opt/homebrew/Caskroom/miniconda/base/include/expat.h 2025-09-07T06:18:24.9070340Z /opt/homebrew/Caskroom/miniconda/base/include/itclInt.h 2025-09-07T06:18:24.9070880Z /opt/homebrew/Caskroom/miniconda/base/include/ks_names.h 2025-09-07T06:18:24.9071390Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses.h 2025-09-07T06:18:24.9072050Z /opt/homebrew/Caskroom/miniconda/base/include/tkPlatDecls.h 2025-09-07T06:18:24.9072510Z /opt/homebrew/Caskroom/miniconda/base/include/lz4hc.h 2025-09-07T06:18:24.9073260Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/ordered_map.hpp 2025-09-07T06:18:24.9073930Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/json.hpp 2025-09-07T06:18:24.9074660Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/adl_serializer.hpp 2025-09-07T06:18:24.9075730Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/byte_container_with_subtype.hpp 2025-09-07T06:18:24.9076330Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/hash.hpp 2025-09-07T06:18:24.9077080Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/string_escape.hpp 2025-09-07T06:18:24.9077850Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/json_ref.hpp 2025-09-07T06:18:24.9078910Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/conversions/to_chars.hpp 2025-09-07T06:18:24.9079730Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/conversions/from_json.hpp 2025-09-07T06:18:24.9080530Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/conversions/to_json.hpp 2025-09-07T06:18:24.9081270Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/value_t.hpp 2025-09-07T06:18:24.9082150Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/input/position_t.hpp 2025-09-07T06:18:24.9082990Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/input/parser.hpp 2025-09-07T06:18:24.9083850Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/input/json_sax.hpp 2025-09-07T06:18:24.9084780Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/input/binary_reader.hpp 2025-09-07T06:18:24.9085540Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/input/input_adapters.hpp 2025-09-07T06:18:24.9086350Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/input/lexer.hpp 2025-09-07T06:18:24.9087280Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/string_concat.hpp 2025-09-07T06:18:24.9088230Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/macro_scope.hpp 2025-09-07T06:18:24.9089080Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/output/output_adapters.hpp 2025-09-07T06:18:24.9089980Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/output/serializer.hpp 2025-09-07T06:18:24.9090770Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/output/binary_writer.hpp 2025-09-07T06:18:24.9091560Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/meta/is_sax.hpp 2025-09-07T06:18:24.9092510Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/meta/call_std/end.hpp 2025-09-07T06:18:24.9093410Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/meta/call_std/begin.hpp 2025-09-07T06:18:24.9094120Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/meta/identity_tag.hpp 2025-09-07T06:18:24.9094920Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/meta/type_traits.hpp 2025-09-07T06:18:24.9095850Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/meta/cpp_future.hpp 2025-09-07T06:18:24.9096620Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/meta/detected.hpp 2025-09-07T06:18:24.9097410Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/meta/void_t.hpp 2025-09-07T06:18:24.9098220Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/meta/std_fs.hpp 2025-09-07T06:18:24.9099020Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/json_pointer.hpp 2025-09-07T06:18:24.9099770Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/exceptions.hpp 2025-09-07T06:18:24.9100520Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/abi_macros.hpp 2025-09-07T06:18:24.9101350Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/macro_unscope.hpp 2025-09-07T06:18:24.9102130Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/iterators/iter_impl.hpp 2025-09-07T06:18:24.9103320Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/iterators/json_reverse_iterator.hpp 2025-09-07T06:18:24.9104130Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/iterators/iteration_proxy.hpp 2025-09-07T06:18:24.9105050Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/iterators/iterator_traits.hpp 2025-09-07T06:18:24.9105980Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/iterators/internal_iterator.hpp 2025-09-07T06:18:24.9106910Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/iterators/primitive_iterator.hpp 2025-09-07T06:18:24.9107730Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/thirdparty/hedley/hedley.hpp 2025-09-07T06:18:24.9108560Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/thirdparty/hedley/hedley_undef.hpp 2025-09-07T06:18:24.9109170Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/json_fwd.hpp 2025-09-07T06:18:24.9110240Z /opt/homebrew/Caskroom/miniconda/base/include/eti.h 2025-09-07T06:18:24.9110880Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses_dll.h 2025-09-07T06:18:24.9111380Z /opt/homebrew/Caskroom/miniconda/base/include/zlib.h 2025-09-07T06:18:24.9112160Z /opt/homebrew/Caskroom/miniconda/base/include/tkButton.h 2025-09-07T06:18:24.9112870Z /opt/homebrew/Caskroom/miniconda/base/include/tkScrollbar.h 2025-09-07T06:18:24.9113530Z /opt/homebrew/Caskroom/miniconda/base/include/term_entry.h 2025-09-07T06:18:24.9113990Z /opt/homebrew/Caskroom/miniconda/base/include/menu.h 2025-09-07T06:18:24.9114550Z /opt/homebrew/Caskroom/miniconda/base/include/pcre2.h 2025-09-07T06:18:24.9115190Z /opt/homebrew/Caskroom/miniconda/base/include/tkMacOSX.h 2025-09-07T06:18:24.9115830Z /opt/homebrew/Caskroom/miniconda/base/include/sqlite3.h 2025-09-07T06:18:24.9116500Z /opt/homebrew/Caskroom/miniconda/base/include/tclOOIntDecls.h 2025-09-07T06:18:24.9117130Z /opt/homebrew/Caskroom/miniconda/base/include/zstd_errors.h 2025-09-07T06:18:24.9117750Z /opt/homebrew/Caskroom/miniconda/base/include/sqlite3ext.h 2025-09-07T06:18:24.9118420Z /opt/homebrew/Caskroom/miniconda/base/include/libssh2.h 2025-09-07T06:18:24.9119060Z /opt/homebrew/Caskroom/miniconda/base/include/X11/DECkeysym.h 2025-09-07T06:18:24.9119580Z /opt/homebrew/Caskroom/miniconda/base/include/X11/Xutil.h 2025-09-07T06:18:24.9120150Z /opt/homebrew/Caskroom/miniconda/base/include/X11/ap_keysym.h 2025-09-07T06:18:24.9120700Z /opt/homebrew/Caskroom/miniconda/base/include/X11/Xatom.h 2025-09-07T06:18:24.9121330Z /opt/homebrew/Caskroom/miniconda/base/include/X11/Xlib.h 2025-09-07T06:18:24.9122000Z /opt/homebrew/Caskroom/miniconda/base/include/X11/cursorfont.h 2025-09-07T06:18:24.9122640Z /opt/homebrew/Caskroom/miniconda/base/include/X11/Sunkeysym.h 2025-09-07T06:18:24.9123240Z /opt/homebrew/Caskroom/miniconda/base/include/X11/Xfuncproto.h 2025-09-07T06:18:24.9123870Z /opt/homebrew/Caskroom/miniconda/base/include/X11/keysymdef.h 2025-09-07T06:18:24.9124440Z /opt/homebrew/Caskroom/miniconda/base/include/X11/HPkeysym.h 2025-09-07T06:18:24.9125130Z /opt/homebrew/Caskroom/miniconda/base/include/X11/keysym.h 2025-09-07T06:18:24.9125850Z /opt/homebrew/Caskroom/miniconda/base/include/X11/XF86keysym.h 2025-09-07T06:18:24.9126340Z /opt/homebrew/Caskroom/miniconda/base/include/X11/X.h 2025-09-07T06:18:24.9126840Z /opt/homebrew/Caskroom/miniconda/base/include/X11/xbytes.h 2025-09-07T06:18:24.9127530Z /opt/homebrew/Caskroom/miniconda/base/include/tclTomMathDecls.h 2025-09-07T06:18:24.9128040Z /opt/homebrew/Caskroom/miniconda/base/include/tclTomMath.h 2025-09-07T06:18:24.9128610Z /opt/homebrew/Caskroom/miniconda/base/include/tkMacOSXInt.h 2025-09-07T06:18:24.9129310Z /opt/homebrew/Caskroom/miniconda/base/include/tkMacOSXCursors.h 2025-09-07T06:18:24.9140780Z /opt/homebrew/Caskroom/miniconda/base/include/tkMacOSXConstants.h 2025-09-07T06:18:24.9140980Z /opt/homebrew/Caskroom/miniconda/base/include/ev.h 2025-09-07T06:18:24.9141140Z /opt/homebrew/Caskroom/miniconda/base/include/tkMacOSXEvent.h 2025-09-07T06:18:24.9141510Z /opt/homebrew/Caskroom/miniconda/base/include/lz4frame.h 2025-09-07T06:18:24.9141750Z /opt/homebrew/Caskroom/miniconda/base/include/ares_nameser.h 2025-09-07T06:18:24.9141870Z /opt/homebrew/Caskroom/miniconda/base/include/tkMacOSXPort.h 2025-09-07T06:18:24.9141990Z /opt/homebrew/Caskroom/miniconda/base/include/tkCanvas.h 2025-09-07T06:18:24.9142100Z /opt/homebrew/Caskroom/miniconda/base/include/tkArray.h 2025-09-07T06:18:24.9142190Z /opt/homebrew/Caskroom/miniconda/base/include/zstd.h 2025-09-07T06:18:24.9142300Z /opt/homebrew/Caskroom/miniconda/base/include/fakemysql.h 2025-09-07T06:18:24.9142420Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/pem2.h 2025-09-07T06:18:24.9142540Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/kdf.h 2025-09-07T06:18:24.9142660Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/pem.h 2025-09-07T06:18:24.9142790Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/asyncerr.h 2025-09-07T06:18:24.9142900Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/md2.h 2025-09-07T06:18:24.9143030Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/ssl3.h 2025-09-07T06:18:24.9143160Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/ossl_typ.h 2025-09-07T06:18:24.9143270Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/dtls1.h 2025-09-07T06:18:24.9143410Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/err.h 2025-09-07T06:18:24.9143560Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/bn.h 2025-09-07T06:18:24.9143680Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/blowfish.h 2025-09-07T06:18:24.9143800Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/cms.h 2025-09-07T06:18:24.9144170Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/engine.h 2025-09-07T06:18:24.9144850Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/conf_api.h 2025-09-07T06:18:24.9145690Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/esserr.h 2025-09-07T06:18:24.9146520Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/core.h 2025-09-07T06:18:24.9147130Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/x509.h 2025-09-07T06:18:24.9147870Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/asn1_mac.h 2025-09-07T06:18:24.9148540Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/objectserr.h 2025-09-07T06:18:24.9149130Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/params.h 2025-09-07T06:18:24.9149730Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/cmserr.h 2025-09-07T06:18:24.9150330Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/http.h 2025-09-07T06:18:24.9150980Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/ui.h 2025-09-07T06:18:24.9151700Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/sha.h 2025-09-07T06:18:24.9152330Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/symhacks.h 2025-09-07T06:18:24.9152900Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/asn1.h 2025-09-07T06:18:24.9153550Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/bioerr.h 2025-09-07T06:18:24.9154240Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/opensslconf.h 2025-09-07T06:18:24.9154850Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/bio.h 2025-09-07T06:18:24.9155400Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/rc2.h 2025-09-07T06:18:24.9156070Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/types.h 2025-09-07T06:18:24.9156720Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/dh.h 2025-09-07T06:18:24.9157530Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/cryptoerr_legacy.h 2025-09-07T06:18:24.9158120Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/proverr.h 2025-09-07T06:18:24.9158730Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/x509v3.h 2025-09-07T06:18:24.9159440Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/core_object.h 2025-09-07T06:18:24.9160130Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/decodererr.h 2025-09-07T06:18:24.9160830Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/param_build.h 2025-09-07T06:18:24.9161380Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/conf.h 2025-09-07T06:18:24.9162170Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/conftypes.h 2025-09-07T06:18:24.9162680Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/md5.h 2025-09-07T06:18:24.9163400Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/decoder.h 2025-09-07T06:18:24.9163950Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/pemerr.h 2025-09-07T06:18:24.9164710Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/crmferr.h 2025-09-07T06:18:24.9165350Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/x509_vfy.h 2025-09-07T06:18:24.9166000Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/txt_db.h 2025-09-07T06:18:24.9166600Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/cmp.h 2025-09-07T06:18:24.9167320Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/comperr.h 2025-09-07T06:18:24.9167900Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/cterr.h 2025-09-07T06:18:24.9168640Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/self_test.h 2025-09-07T06:18:24.9169430Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/safestack.h 2025-09-07T06:18:24.9170120Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/configuration.h 2025-09-07T06:18:24.9170740Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/fips_names.h 2025-09-07T06:18:24.9171410Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/ecdsa.h 2025-09-07T06:18:24.9171990Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/sslerr.h 2025-09-07T06:18:24.9172780Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/prov_ssl.h 2025-09-07T06:18:24.9173320Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/fipskey.h 2025-09-07T06:18:24.9173890Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/rc5.h 2025-09-07T06:18:24.9174660Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/uierr.h 2025-09-07T06:18:24.9175440Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/x509v3err.h 2025-09-07T06:18:24.9176060Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/objects.h 2025-09-07T06:18:24.9176590Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/pkcs12.h 2025-09-07T06:18:24.9177270Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/crypto.h 2025-09-07T06:18:24.9177900Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/crmf.h 2025-09-07T06:18:24.9178470Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/cmp_util.h 2025-09-07T06:18:24.9179320Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/opensslv.h 2025-09-07T06:18:24.9179890Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/evperr.h 2025-09-07T06:18:24.9180650Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/pkcs7.h 2025-09-07T06:18:24.9181230Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/obj_mac.h 2025-09-07T06:18:24.9181750Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/ct.h 2025-09-07T06:18:24.9182320Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/async.h 2025-09-07T06:18:24.9182920Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/buffer.h 2025-09-07T06:18:24.9183570Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/ssl.h 2025-09-07T06:18:24.9184230Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/srp.h 2025-09-07T06:18:24.9185170Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/camellia.h 2025-09-07T06:18:24.9185730Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/httperr.h 2025-09-07T06:18:24.9186440Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/dherr.h 2025-09-07T06:18:24.9187050Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/evp.h 2025-09-07T06:18:24.9187540Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/e_os2.h 2025-09-07T06:18:24.9188010Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/trace.h 2025-09-07T06:18:24.9188500Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/md4.h 2025-09-07T06:18:24.9189040Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/core_names.h 2025-09-07T06:18:24.9189490Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/hmac.h 2025-09-07T06:18:24.9190110Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/provider.h 2025-09-07T06:18:24.9190510Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/aes.h 2025-09-07T06:18:24.9191010Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/engineerr.h 2025-09-07T06:18:24.9191500Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/comp.h 2025-09-07T06:18:24.9192000Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/macros.h 2025-09-07T06:18:24.9192500Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/pkcs12err.h 2025-09-07T06:18:24.9193020Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/encoder.h 2025-09-07T06:18:24.9193490Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/cast.h 2025-09-07T06:18:24.9194040Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/sslerr_legacy.h 2025-09-07T06:18:24.9194500Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/rc4.h 2025-09-07T06:18:24.9194990Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/stack.h 2025-09-07T06:18:24.9195470Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/des.h 2025-09-07T06:18:24.9195930Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/ocsp.h 2025-09-07T06:18:24.9196410Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/ec.h 2025-09-07T06:18:24.9196890Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/ecdh.h 2025-09-07T06:18:24.9197440Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/rand.h 2025-09-07T06:18:24.9198100Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/ecerr.h 2025-09-07T06:18:24.9198760Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/ts.h 2025-09-07T06:18:24.9199540Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/core_dispatch.h 2025-09-07T06:18:24.9200450Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/cryptoerr.h 2025-09-07T06:18:24.9201110Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/storeerr.h 2025-09-07T06:18:24.9201760Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/buffererr.h 2025-09-07T06:18:24.9202270Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/seed.h 2025-09-07T06:18:24.9202900Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/modes.h 2025-09-07T06:18:24.9203450Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/ssl2.h 2025-09-07T06:18:24.9204200Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/tserr.h 2025-09-07T06:18:24.9204790Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/rsa.h 2025-09-07T06:18:24.9205400Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/ripemd.h 2025-09-07T06:18:24.9206110Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/whrlpool.h 2025-09-07T06:18:24.9206760Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/encodererr.h 2025-09-07T06:18:24.9207300Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/cmperr.h 2025-09-07T06:18:24.9207860Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/tls1.h 2025-09-07T06:18:24.9208540Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/rsaerr.h 2025-09-07T06:18:24.9209180Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/randerr.h 2025-09-07T06:18:24.9209910Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/mdc2.h 2025-09-07T06:18:24.9210530Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/ocsperr.h 2025-09-07T06:18:24.9211330Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/x509err.h 2025-09-07T06:18:24.9211920Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/pkcs7err.h 2025-09-07T06:18:24.9212670Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/dsa.h 2025-09-07T06:18:24.9213230Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/kdferr.h 2025-09-07T06:18:24.9213950Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/srtp.h 2025-09-07T06:18:24.9214640Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/asn1t.h 2025-09-07T06:18:24.9215190Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/dsaerr.h 2025-09-07T06:18:24.9215860Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/bnerr.h 2025-09-07T06:18:24.9216460Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/conferr.h 2025-09-07T06:18:24.9217180Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/cmac.h 2025-09-07T06:18:24.9217830Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/ebcdic.h 2025-09-07T06:18:24.9218560Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/store.h 2025-09-07T06:18:24.9219200Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/idea.h 2025-09-07T06:18:24.9219910Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/lhash.h 2025-09-07T06:18:24.9220550Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/ess.h 2025-09-07T06:18:24.9221380Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/asn1err.h 2025-09-07T06:18:24.9221990Z /opt/homebrew/Caskroom/miniconda/base/include/libssh2_publickey.h 2025-09-07T06:18:24.9222590Z /opt/homebrew/Caskroom/miniconda/base/include/ares_dns_record.h 2025-09-07T06:18:24.9223050Z /opt/homebrew/Caskroom/miniconda/base/include/tclDecls.h 2025-09-07T06:18:24.9223760Z /opt/homebrew/Caskroom/miniconda/base/include/tkIntPlatDecls.h 2025-09-07T06:18:24.9224250Z /opt/homebrew/Caskroom/miniconda/base/include/cursesm.h 2025-09-07T06:18:24.9224830Z /opt/homebrew/Caskroom/miniconda/base/include/tkDecls.h 2025-09-07T06:18:24.9225310Z /opt/homebrew/Caskroom/miniconda/base/include/tkBusy.h 2025-09-07T06:18:24.9226120Z /opt/homebrew/Caskroom/miniconda/base/include/lzma/index.h 2025-09-07T06:18:24.9226700Z /opt/homebrew/Caskroom/miniconda/base/include/lzma/version.h 2025-09-07T06:18:24.9227320Z /opt/homebrew/Caskroom/miniconda/base/include/lzma/index_hash.h 2025-09-07T06:18:24.9227880Z /opt/homebrew/Caskroom/miniconda/base/include/lzma/lzma12.h 2025-09-07T06:18:24.9228510Z /opt/homebrew/Caskroom/miniconda/base/include/lzma/container.h 2025-09-07T06:18:24.9229070Z /opt/homebrew/Caskroom/miniconda/base/include/lzma/delta.h 2025-09-07T06:18:24.9229670Z /opt/homebrew/Caskroom/miniconda/base/include/lzma/vli.h 2025-09-07T06:18:24.9230400Z /opt/homebrew/Caskroom/miniconda/base/include/lzma/check.h 2025-09-07T06:18:24.9230910Z /opt/homebrew/Caskroom/miniconda/base/include/lzma/bcj.h 2025-09-07T06:18:24.9231550Z /opt/homebrew/Caskroom/miniconda/base/include/lzma/stream_flags.h 2025-09-07T06:18:24.9232110Z /opt/homebrew/Caskroom/miniconda/base/include/lzma/block.h 2025-09-07T06:18:24.9232710Z /opt/homebrew/Caskroom/miniconda/base/include/lzma/hardware.h 2025-09-07T06:18:24.9233380Z /opt/homebrew/Caskroom/miniconda/base/include/lzma/filter.h 2025-09-07T06:18:24.9233920Z /opt/homebrew/Caskroom/miniconda/base/include/lzma/base.h 2025-09-07T06:18:24.9234500Z /opt/homebrew/Caskroom/miniconda/base/include/fakesql.h 2025-09-07T06:18:24.9235130Z /opt/homebrew/Caskroom/miniconda/base/include/itclDecls.h 2025-09-07T06:18:24.9235800Z /opt/homebrew/Caskroom/miniconda/base/include/tclPlatDecls.h 2025-09-07T06:18:24.9236440Z /opt/homebrew/Caskroom/miniconda/base/include/tkMacOSXXCursors.h 2025-09-07T06:18:24.9236930Z /opt/homebrew/Caskroom/miniconda/base/include/ffi.h 2025-09-07T06:18:24.9237590Z /opt/homebrew/Caskroom/miniconda/base/include/default.h 2025-09-07T06:18:24.9238220Z /opt/homebrew/Caskroom/miniconda/base/include/tkUnixPort.h 2025-09-07T06:18:24.9238890Z /opt/homebrew/Caskroom/miniconda/base/include/tkMacOSXDebug.h 2025-09-07T06:18:24.9239440Z /opt/homebrew/Caskroom/miniconda/base/include/zconf.h 2025-09-07T06:18:24.9239990Z /opt/homebrew/Caskroom/miniconda/base/include/ares_dns.h 2025-09-07T06:18:24.9240620Z /opt/homebrew/Caskroom/miniconda/base/include/ncursesw/termcap.h 2025-09-07T06:18:24.9241540Z /opt/homebrew/Caskroom/miniconda/base/include/ncursesw/cursesp.h 2025-09-07T06:18:24.9242250Z /opt/homebrew/Caskroom/miniconda/base/include/ncursesw/cursesf.h 2025-09-07T06:18:24.9242870Z /opt/homebrew/Caskroom/miniconda/base/include/ncursesw/etip.h 2025-09-07T06:18:24.9243460Z /opt/homebrew/Caskroom/miniconda/base/include/ncursesw/form.h 2025-09-07T06:18:24.9244280Z /opt/homebrew/Caskroom/miniconda/base/include/ncursesw/cursesw.h 2025-09-07T06:18:24.9245040Z /opt/homebrew/Caskroom/miniconda/base/include/ncursesw/unctrl.h 2025-09-07T06:18:24.9245770Z /opt/homebrew/Caskroom/miniconda/base/include/ncursesw/cursesapp.h 2025-09-07T06:18:24.9246330Z /opt/homebrew/Caskroom/miniconda/base/include/ncursesw/term.h 2025-09-07T06:18:24.9246930Z /opt/homebrew/Caskroom/miniconda/base/include/ncursesw/cursslk.h 2025-09-07T06:18:24.9247480Z /opt/homebrew/Caskroom/miniconda/base/include/ncursesw/panel.h 2025-09-07T06:18:24.9248290Z /opt/homebrew/Caskroom/miniconda/base/include/ncursesw/ncurses.h 2025-09-07T06:18:24.9248780Z /opt/homebrew/Caskroom/miniconda/base/include/ncursesw/eti.h 2025-09-07T06:18:24.9249510Z /opt/homebrew/Caskroom/miniconda/base/include/ncursesw/ncurses_dll.h 2025-09-07T06:18:24.9250210Z /opt/homebrew/Caskroom/miniconda/base/include/ncursesw/term_entry.h 2025-09-07T06:18:24.9250740Z /opt/homebrew/Caskroom/miniconda/base/include/ncursesw/menu.h 2025-09-07T06:18:24.9251430Z /opt/homebrew/Caskroom/miniconda/base/include/ncursesw/cursesm.h 2025-09-07T06:18:24.9252060Z /opt/homebrew/Caskroom/miniconda/base/include/ncursesw/curses.h 2025-09-07T06:18:24.9252730Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pystats.h 2025-09-07T06:18:24.9253420Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/intrcheck.h 2025-09-07T06:18:24.9254250Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/sliceobject.h 2025-09-07T06:18:24.9254940Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/bltinmodule.h 2025-09-07T06:18:24.9255670Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/tupleobject.h 2025-09-07T06:18:24.9256280Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/marshal.h 2025-09-07T06:18:24.9257030Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/py_curses.h 2025-09-07T06:18:24.9257600Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/errcode.h 2025-09-07T06:18:24.9258260Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/iterobject.h 2025-09-07T06:18:24.9258930Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/rangeobject.h 2025-09-07T06:18:24.9259660Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pystrtod.h 2025-09-07T06:18:24.9260390Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/warnings.h 2025-09-07T06:18:24.9261120Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/opcode_ids.h 2025-09-07T06:18:24.9261680Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pyhash.h 2025-09-07T06:18:24.9262430Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pycapsule.h 2025-09-07T06:18:24.9263150Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pyerrors.h 2025-09-07T06:18:24.9263890Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/fileutils.h 2025-09-07T06:18:24.9264600Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/dictobject.h 2025-09-07T06:18:24.9265310Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/ceval.h 2025-09-07T06:18:24.9265920Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pystate.h 2025-09-07T06:18:24.9266560Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/floatobject.h 2025-09-07T06:18:24.9267240Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/exports.h 2025-09-07T06:18:24.9267990Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/structmember.h 2025-09-07T06:18:24.9268680Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/monitoring.h 2025-09-07T06:18:24.9269370Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/lock.h 2025-09-07T06:18:24.9270030Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/patchlevel.h 2025-09-07T06:18:24.9270670Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/frameobject.h 2025-09-07T06:18:24.9271300Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/abstract.h 2025-09-07T06:18:24.9272100Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/modsupport.h 2025-09-07T06:18:24.9272700Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pylifecycle.h 2025-09-07T06:18:24.9273580Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_stackref.h 2025-09-07T06:18:24.9274420Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_pyerrors.h 2025-09-07T06:18:24.9275250Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_warnings.h 2025-09-07T06:18:24.9276220Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_identifier.h 2025-09-07T06:18:24.9277040Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_importdl.h 2025-09-07T06:18:24.9277770Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_time.h 2025-09-07T06:18:24.9278760Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_object_alloc.h 2025-09-07T06:18:24.9279700Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_capsule.h 2025-09-07T06:18:24.9280630Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_global_strings.h 2025-09-07T06:18:24.9281510Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_uop_metadata.h 2025-09-07T06:18:24.9282310Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_asdl.h 2025-09-07T06:18:24.9283450Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_instruction_sequence.h 2025-09-07T06:18:24.9284180Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_getopt.h 2025-09-07T06:18:24.9284940Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_intrinsics.h 2025-09-07T06:18:24.9286010Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_hamt.h 2025-09-07T06:18:24.9286820Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_pymath.h 2025-09-07T06:18:24.9287610Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_freelist.h 2025-09-07T06:18:24.9288430Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_parser.h 2025-09-07T06:18:24.9289270Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_runtime_init.h 2025-09-07T06:18:24.9290280Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_emscripten_trampoline.h 2025-09-07T06:18:24.9291070Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_pylifecycle.h 2025-09-07T06:18:24.9291770Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_runtime.h 2025-09-07T06:18:24.9292590Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_modsupport.h 2025-09-07T06:18:24.9293520Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_emscripten_signal.h 2025-09-07T06:18:24.9294320Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_backoff.h 2025-09-07T06:18:24.9295190Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_namespace.h 2025-09-07T06:18:24.9296040Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_genobject.h 2025-09-07T06:18:24.9296840Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_brc.h 2025-09-07T06:18:24.9297820Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_opcode_utils.h 2025-09-07T06:18:24.9298740Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_gil.h 2025-09-07T06:18:24.9299480Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_exceptions.h 2025-09-07T06:18:24.9300290Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_token.h 2025-09-07T06:18:24.9301180Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_compile.h 2025-09-07T06:18:24.9302080Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_atexit.h 2025-09-07T06:18:24.9302820Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_mimalloc.h 2025-09-07T06:18:24.9303830Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_signal.h 2025-09-07T06:18:24.9304730Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_object_state.h 2025-09-07T06:18:24.9305740Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_lock.h 2025-09-07T06:18:24.9306210Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_cell.h 2025-09-07T06:18:24.9306980Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_semaphore.h 2025-09-07T06:18:24.9307970Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_sliceobject.h 2025-09-07T06:18:24.9308770Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_code.h 2025-09-07T06:18:24.9309590Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_unionobject.h 2025-09-07T06:18:24.9310500Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_pyhash.h 2025-09-07T06:18:24.9311290Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_object_stack.h 2025-09-07T06:18:24.9312000Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_tuple.h 2025-09-07T06:18:24.9312790Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_long.h 2025-09-07T06:18:24.9313760Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_faulthandler.h 2025-09-07T06:18:24.9314570Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_ucnhash.h 2025-09-07T06:18:24.9315490Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_weakref.h 2025-09-07T06:18:24.9316480Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_fileutils.h 2025-09-07T06:18:24.9317570Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_pyatomic_ft_wrappers.h 2025-09-07T06:18:24.9318620Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_llist.h 2025-09-07T06:18:24.9319560Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/mimalloc/mimalloc.h 2025-09-07T06:18:24.9320590Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/mimalloc/mimalloc/internal.h 2025-09-07T06:18:24.9321420Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/mimalloc/mimalloc/types.h 2025-09-07T06:18:24.9322300Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/mimalloc/mimalloc/track.h 2025-09-07T06:18:24.9323110Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/mimalloc/mimalloc/prim.h 2025-09-07T06:18:24.9323950Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/mimalloc/mimalloc/atomic.h 2025-09-07T06:18:24.9324850Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_floatobject.h 2025-09-07T06:18:24.9325700Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_critical_section.h 2025-09-07T06:18:24.9326370Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_call.h 2025-09-07T06:18:24.9327350Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_hashtable.h 2025-09-07T06:18:24.9328320Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_abstract.h 2025-09-07T06:18:24.9329060Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_list.h 2025-09-07T06:18:24.9329890Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_pymem.h 2025-09-07T06:18:24.9330890Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_structseq.h 2025-09-07T06:18:24.9331640Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_bitutils.h 2025-09-07T06:18:24.9333110Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_complexobject.h 2025-09-07T06:18:24.9334230Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_unicodeobject_generated.h 2025-09-07T06:18:24.9335120Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_memoryobject.h 2025-09-07T06:18:24.9336170Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_runtime_init_generated.h 2025-09-07T06:18:24.9336950Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_pystate.h 2025-09-07T06:18:24.9337860Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_pythonrun.h 2025-09-07T06:18:24.9338740Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_gc.h 2025-09-07T06:18:24.9339620Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_traceback.h 2025-09-07T06:18:24.9340520Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_dict.h 2025-09-07T06:18:24.9341290Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_strhex.h 2025-09-07T06:18:24.9342630Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_global_objects_fini_generated.h 2025-09-07T06:18:24.9343420Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_descrobject.h 2025-09-07T06:18:24.9344290Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_obmalloc_init.h 2025-09-07T06:18:24.9345150Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_import.h 2025-09-07T06:18:24.9346010Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_symtable.h 2025-09-07T06:18:24.9346830Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_pystats.h 2025-09-07T06:18:24.9347660Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_sysmodule.h 2025-09-07T06:18:24.9348490Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_ast_state.h 2025-09-07T06:18:24.9349390Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_pymem_init.h 2025-09-07T06:18:24.9350160Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_pyarena.h 2025-09-07T06:18:24.9351080Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_initconfig.h 2025-09-07T06:18:24.9351860Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_bytesobject.h 2025-09-07T06:18:24.9352730Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_frame.h 2025-09-07T06:18:24.9353400Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_interp.h 2025-09-07T06:18:24.9353980Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_dtoa.h 2025-09-07T06:18:24.9354620Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_format.h 2025-09-07T06:18:24.9355280Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_function.h 2025-09-07T06:18:24.9355890Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_qsbr.h 2025-09-07T06:18:24.9356550Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_condvar.h 2025-09-07T06:18:24.9357250Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_ceval_state.h 2025-09-07T06:18:24.9357910Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_flowgraph.h 2025-09-07T06:18:24.9358560Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_optimizer.h 2025-09-07T06:18:24.9359250Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_dict_state.h 2025-09-07T06:18:24.9360060Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_fileutils_windows.h 2025-09-07T06:18:24.9361130Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_typeobject.h 2025-09-07T06:18:24.9362170Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_setobject.h 2025-09-07T06:18:24.9363070Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_tracemalloc.h 2025-09-07T06:18:24.9363990Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_bytes_methods.h 2025-09-07T06:18:24.9364860Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_object.h 2025-09-07T06:18:24.9365810Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_instruments.h 2025-09-07T06:18:24.9366640Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_ceval.h 2025-09-07T06:18:24.9367660Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_pathconfig.h 2025-09-07T06:18:24.9368400Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_moduleobject.h 2025-09-07T06:18:24.9369300Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_global_objects.h 2025-09-07T06:18:24.9370310Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_typevarobject.h 2025-09-07T06:18:24.9371220Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_tstate.h 2025-09-07T06:18:24.9372090Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_pybuffer.h 2025-09-07T06:18:24.9373190Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_parking_lot.h 2025-09-07T06:18:24.9373990Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_uop_ids.h 2025-09-07T06:18:24.9374850Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_unicodeobject.h 2025-09-07T06:18:24.9375750Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_crossinterp.h 2025-09-07T06:18:24.9376530Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_range.h 2025-09-07T06:18:24.9377630Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_pythread.h 2025-09-07T06:18:24.9378640Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_blocks_output_buffer.h 2025-09-07T06:18:24.9379370Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_obmalloc.h 2025-09-07T06:18:24.9380240Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_context.h 2025-09-07T06:18:24.9381170Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_opcode_metadata.h 2025-09-07T06:18:24.9381910Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_codecs.h 2025-09-07T06:18:24.9382760Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_jit.h 2025-09-07T06:18:24.9383600Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_ast.h 2025-09-07T06:18:24.9384250Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/datetime.h 2025-09-07T06:18:24.9384970Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/methodobject.h 2025-09-07T06:18:24.9385790Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pymem.h 2025-09-07T06:18:24.9386470Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/boolobject.h 2025-09-07T06:18:24.9387250Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/fileobject.h 2025-09-07T06:18:24.9388030Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pyexpat.h 2025-09-07T06:18:24.9388810Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pystrcmp.h 2025-09-07T06:18:24.9389540Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pymath.h 2025-09-07T06:18:24.9390170Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pyconfig.h 2025-09-07T06:18:24.9391090Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/weakrefobject.h 2025-09-07T06:18:24.9391710Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pymacconfig.h 2025-09-07T06:18:24.9392430Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/critical_section.h 2025-09-07T06:18:24.9393150Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pymacro.h 2025-09-07T06:18:24.9393870Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/enumobject.h 2025-09-07T06:18:24.9394640Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/moduleobject.h 2025-09-07T06:18:24.9395380Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/typeslots.h 2025-09-07T06:18:24.9396330Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/compile.h 2025-09-07T06:18:24.9396960Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/setobject.h 2025-09-07T06:18:24.9397650Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/codecs.h 2025-09-07T06:18:24.9398440Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/classobject.h 2025-09-07T06:18:24.9399070Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/pystats.h 2025-09-07T06:18:24.9399910Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/cellobject.h 2025-09-07T06:18:24.9400770Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/tupleobject.h 2025-09-07T06:18:24.9401550Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/warnings.h 2025-09-07T06:18:24.9402290Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/pyhash.h 2025-09-07T06:18:24.9403030Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/pyerrors.h 2025-09-07T06:18:24.9403870Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/fileutils.h 2025-09-07T06:18:24.9404680Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/dictobject.h 2025-09-07T06:18:24.9405420Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/ceval.h 2025-09-07T06:18:24.9406100Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/pystate.h 2025-09-07T06:18:24.9406880Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/floatobject.h 2025-09-07T06:18:24.9407650Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/longintrepr.h 2025-09-07T06:18:24.9408330Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/code.h 2025-09-07T06:18:24.9409170Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/pthread_stubs.h 2025-09-07T06:18:24.9409920Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/pyctype.h 2025-09-07T06:18:24.9410680Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/monitoring.h 2025-09-07T06:18:24.9411410Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/lock.h 2025-09-07T06:18:24.9412370Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/frameobject.h 2025-09-07T06:18:24.9413150Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/abstract.h 2025-09-07T06:18:24.9413900Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/context.h 2025-09-07T06:18:24.9414580Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/modsupport.h 2025-09-07T06:18:24.9415300Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/pylifecycle.h 2025-09-07T06:18:24.9416600Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/methodobject.h 2025-09-07T06:18:24.9417330Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/genobject.h 2025-09-07T06:18:24.9418090Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/pymem.h 2025-09-07T06:18:24.9418870Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/fileobject.h 2025-09-07T06:18:24.9419610Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/weakrefobject.h 2025-09-07T06:18:24.9420420Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/pyatomic_gcc.h 2025-09-07T06:18:24.9421240Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/pyfpe.h 2025-09-07T06:18:24.9421980Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/critical_section.h 2025-09-07T06:18:24.9422710Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/odictobject.h 2025-09-07T06:18:24.9423730Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/compile.h 2025-09-07T06:18:24.9424440Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/tracemalloc.h 2025-09-07T06:18:24.9425090Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/setobject.h 2025-09-07T06:18:24.9425830Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/pyatomic_std.h 2025-09-07T06:18:24.9426610Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/complexobject.h 2025-09-07T06:18:24.9427330Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/pyatomic.h 2025-09-07T06:18:24.9428050Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/pyframe.h 2025-09-07T06:18:24.9429160Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/picklebufobject.h 2025-09-07T06:18:24.9429820Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/object.h 2025-09-07T06:18:24.9430900Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/bytearrayobject.h 2025-09-07T06:18:24.9431710Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/pytime.h 2025-09-07T06:18:24.9432600Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/import.h 2025-09-07T06:18:24.9433570Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/pyatomic_msc.h 2025-09-07T06:18:24.9434280Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/pythonrun.h 2025-09-07T06:18:24.9435130Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/unicodeobject.h 2025-09-07T06:18:24.9436120Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/traceback.h 2025-09-07T06:18:24.9437040Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/funcobject.h 2025-09-07T06:18:24.9437820Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/initconfig.h 2025-09-07T06:18:24.9438710Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/pythread.h 2025-09-07T06:18:24.9439470Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/memoryobject.h 2025-09-07T06:18:24.9440270Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/descrobject.h 2025-09-07T06:18:24.9441090Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/objimpl.h 2025-09-07T06:18:24.9441840Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/sysmodule.h 2025-09-07T06:18:24.9442770Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/longobject.h 2025-09-07T06:18:24.9443630Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/bytesobject.h 2025-09-07T06:18:24.9444580Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/listobject.h 2025-09-07T06:18:24.9445310Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/pydebug.h 2025-09-07T06:18:24.9446160Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/complexobject.h 2025-09-07T06:18:24.9446770Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pyatomic.h 2025-09-07T06:18:24.9447590Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pyframe.h 2025-09-07T06:18:24.9448290Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/object.h 2025-09-07T06:18:24.9449010Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/structseq.h 2025-09-07T06:18:24.9449780Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pybuffer.h 2025-09-07T06:18:24.9450840Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/bytearrayobject.h 2025-09-07T06:18:24.9451410Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/import.h 2025-09-07T06:18:24.9452070Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/osdefs.h 2025-09-07T06:18:24.9452860Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pythonrun.h 2025-09-07T06:18:24.9453550Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/unicodeobject.h 2025-09-07T06:18:24.9454280Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/traceback.h 2025-09-07T06:18:24.9454930Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pythread.h 2025-09-07T06:18:24.9455560Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/Python.h 2025-09-07T06:18:24.9456310Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/memoryobject.h 2025-09-07T06:18:24.9456900Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/opcode.h 2025-09-07T06:18:24.9457640Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/descrobject.h 2025-09-07T06:18:24.9458260Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/objimpl.h 2025-09-07T06:18:24.9458890Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pyport.h 2025-09-07T06:18:24.9459570Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pydtrace.h 2025-09-07T06:18:24.9460450Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/sysmodule.h 2025-09-07T06:18:24.9461050Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/longobject.h 2025-09-07T06:18:24.9461680Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/osmodule.h 2025-09-07T06:18:24.9462530Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pytypedefs.h 2025-09-07T06:18:24.9463340Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/bytesobject.h 2025-09-07T06:18:24.9464060Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/listobject.h 2025-09-07T06:18:24.9464990Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/genericaliasobject.h 2025-09-07T06:18:24.9465890Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/dynamic_annotations.h 2025-09-07T06:18:24.9466430Z /opt/homebrew/Caskroom/miniconda/base/include/tkFont.h 2025-09-07T06:18:24.9467470Z /opt/homebrew/Caskroom/miniconda/base/include/gmock/gmock-matchers.h 2025-09-07T06:18:24.9468190Z /opt/homebrew/Caskroom/miniconda/base/include/gmock/gmock-more-actions.h 2025-09-07T06:18:24.9468960Z /opt/homebrew/Caskroom/miniconda/base/include/gmock/internal/gmock-port.h 2025-09-07T06:18:24.9469830Z /opt/homebrew/Caskroom/miniconda/base/include/gmock/internal/gmock-internal-utils.h 2025-09-07T06:18:24.9470640Z /opt/homebrew/Caskroom/miniconda/base/include/gmock/internal/gmock-pp.h 2025-09-07T06:18:24.9471420Z /opt/homebrew/Caskroom/miniconda/base/include/gmock/internal/custom/gmock-port.h 2025-09-07T06:18:24.9472170Z /opt/homebrew/Caskroom/miniconda/base/include/gmock/internal/custom/gmock-matchers.h 2025-09-07T06:18:24.9473180Z /opt/homebrew/Caskroom/miniconda/base/include/gmock/internal/custom/gmock-generated-actions.h 2025-09-07T06:18:24.9473830Z /opt/homebrew/Caskroom/miniconda/base/include/gmock/internal/custom/README.md 2025-09-07T06:18:24.9474540Z /opt/homebrew/Caskroom/miniconda/base/include/gmock/gmock-function-mocker.h 2025-09-07T06:18:24.9475240Z /opt/homebrew/Caskroom/miniconda/base/include/gmock/gmock-more-matchers.h 2025-09-07T06:18:24.9475910Z /opt/homebrew/Caskroom/miniconda/base/include/gmock/gmock-cardinalities.h 2025-09-07T06:18:24.9476600Z /opt/homebrew/Caskroom/miniconda/base/include/gmock/gmock-spec-builders.h 2025-09-07T06:18:24.9477240Z /opt/homebrew/Caskroom/miniconda/base/include/gmock/gmock-nice-strict.h 2025-09-07T06:18:24.9477890Z /opt/homebrew/Caskroom/miniconda/base/include/gmock/gmock.h 2025-09-07T06:18:24.9478580Z /opt/homebrew/Caskroom/miniconda/base/include/gmock/gmock-actions.h 2025-09-07T06:18:24.9479280Z /opt/homebrew/Caskroom/miniconda/base/include/tkMacOSXKeysyms.h 2025-09-07T06:18:24.9479840Z /opt/homebrew/Caskroom/miniconda/base/include/tkSelect.h 2025-09-07T06:18:24.9480520Z /opt/homebrew/Caskroom/miniconda/base/include/curses.h 2025-09-07T06:18:24.9480950Z /opt/homebrew/Caskroom/miniconda/base/_conda 2025-09-07T06:18:24.9481610Z /opt/homebrew/Caskroom/miniconda/base/etc/profile.d/conda.csh 2025-09-07T06:18:24.9482170Z /opt/homebrew/Caskroom/miniconda/base/etc/profile.d/conda.sh 2025-09-07T06:18:24.9482750Z /opt/homebrew/Caskroom/miniconda/base/etc/profile.d/mamba.sh 2025-09-07T06:18:24.9483390Z /opt/homebrew/Caskroom/miniconda/base/etc/fish/conf.d/conda.fish 2025-09-07T06:18:24.9484070Z /opt/homebrew/Caskroom/miniconda/base/python.app/Contents/MacOS/python 2025-09-07T06:18:24.9485050Z /opt/homebrew/Caskroom/miniconda/base/python.app/Contents/Resources/qt_menu.nib/classes.nib 2025-09-07T06:18:24.9485990Z /opt/homebrew/Caskroom/miniconda/base/python.app/Contents/Resources/qt_menu.nib/info.nib 2025-09-07T06:18:24.9487270Z /opt/homebrew/Caskroom/miniconda/base/python.app/Contents/Resources/qt_menu.nib/keyedobjects.nib 2025-09-07T06:18:24.9488040Z /opt/homebrew/Caskroom/miniconda/base/python.app/Contents/Resources/empty.lproj 2025-09-07T06:18:24.9488550Z /opt/homebrew/Caskroom/miniconda/base/python.app/Contents/lib 2025-09-07T06:18:24.9489270Z /opt/homebrew/Caskroom/miniconda/base/python.app/Contents/Info.plist 2025-09-07T06:18:24.9489940Z /opt/homebrew/Caskroom/miniconda/base/python.app/Contents/PkgInfo 2025-09-07T06:18:24.9491060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/bin/markdown-it 2025-09-07T06:18:24.9492110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/info/repodata_record.json 2025-09-07T06:18:24.9493310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/info/test/run_test.sh 2025-09-07T06:18:24.9494400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/info/test/run_test.py 2025-09-07T06:18:24.9495570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/info/test/test_time_dependencies.json 2025-09-07T06:18:24.9496650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/info/licenses/LICENSE 2025-09-07T06:18:24.9497920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/info/recipe/conda_build_config.yaml 2025-09-07T06:18:24.9499030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/info/recipe/meta.yaml 2025-09-07T06:18:24.9500100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/info/recipe/meta.yaml.template 2025-09-07T06:18:24.9501050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/info/paths.json 2025-09-07T06:18:24.9502120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/info/hash_input.json 2025-09-07T06:18:24.9503030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/info/files 2025-09-07T06:18:24.9504040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/info/about.json 2025-09-07T06:18:24.9504970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/info/has_prefix 2025-09-07T06:18:24.9505840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/info/index.json 2025-09-07T06:18:24.9506740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/info/git 2025-09-07T06:18:24.9508410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/parser_block.py 2025-09-07T06:18:24.9509880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/tree.py 2025-09-07T06:18:24.9511160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/token.py 2025-09-07T06:18:24.9512530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/_punycode.py 2025-09-07T06:18:24.9514060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/renderer.py 2025-09-07T06:18:24.9515530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_block/html_block.py 2025-09-07T06:18:24.9516940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_block/list.py 2025-09-07T06:18:24.9518420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_block/fence.py 2025-09-07T06:18:24.9519810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_block/code.py 2025-09-07T06:18:24.9521320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_block/lheading.py 2025-09-07T06:18:24.9522460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_block/__init__.py 2025-09-07T06:18:24.9524030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/blockquote.cpython-313.pyc 2025-09-07T06:18:24.9525270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/heading.cpython-313.pyc 2025-09-07T06:18:24.9526620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/paragraph.cpython-313.pyc 2025-09-07T06:18:24.9528000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/state_block.cpython-313.pyc 2025-09-07T06:18:24.9529430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/list.cpython-313.pyc 2025-09-07T06:18:24.9531020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/hr.cpython-313.pyc 2025-09-07T06:18:24.9532540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/table.cpython-313.pyc 2025-09-07T06:18:24.9534190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/code.cpython-313.pyc 2025-09-07T06:18:24.9536100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/html_block.cpython-313.pyc 2025-09-07T06:18:24.9537640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/reference.cpython-313.pyc 2025-09-07T06:18:24.9539510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/fence.cpython-313.pyc 2025-09-07T06:18:24.9541160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:24.9543020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/lheading.cpython-313.pyc 2025-09-07T06:18:24.9544380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_block/hr.py 2025-09-07T06:18:24.9545920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_block/heading.py 2025-09-07T06:18:24.9547410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_block/blockquote.py 2025-09-07T06:18:24.9548900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_block/paragraph.py 2025-09-07T06:18:24.9550310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_block/reference.py 2025-09-07T06:18:24.9551600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_block/table.py 2025-09-07T06:18:24.9553180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_block/state_block.py 2025-09-07T06:18:24.9554470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/ruler.py 2025-09-07T06:18:24.9555920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_core/smartquotes.py 2025-09-07T06:18:24.9557430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_core/normalize.py 2025-09-07T06:18:24.9558720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_core/replacements.py 2025-09-07T06:18:24.9560170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_core/__init__.py 2025-09-07T06:18:24.9561890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_core/__pycache__/block.cpython-313.pyc 2025-09-07T06:18:24.9563800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_core/__pycache__/state_core.cpython-313.pyc 2025-09-07T06:18:24.9565490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_core/__pycache__/normalize.cpython-313.pyc 2025-09-07T06:18:24.9567190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_core/__pycache__/linkify.cpython-313.pyc 2025-09-07T06:18:24.9568770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_core/__pycache__/inline.cpython-313.pyc 2025-09-07T06:18:24.9570490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_core/__pycache__/replacements.cpython-313.pyc 2025-09-07T06:18:24.9572170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_core/__pycache__/smartquotes.cpython-313.pyc 2025-09-07T06:18:24.9573890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_core/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:24.9575300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_core/state_core.py 2025-09-07T06:18:24.9577030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_core/linkify.py 2025-09-07T06:18:24.9578530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_core/block.py 2025-09-07T06:18:24.9580010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_core/inline.py 2025-09-07T06:18:24.9581230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/__init__.py 2025-09-07T06:18:24.9582640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/parser_core.py 2025-09-07T06:18:24.9584180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/__pycache__/main.cpython-313.pyc 2025-09-07T06:18:24.9585810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/__pycache__/renderer.cpython-313.pyc 2025-09-07T06:18:24.9587420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/__pycache__/parser_block.cpython-313.pyc 2025-09-07T06:18:24.9588870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/__pycache__/ruler.cpython-313.pyc 2025-09-07T06:18:24.9590480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/__pycache__/parser_core.cpython-313.pyc 2025-09-07T06:18:24.9591970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/__pycache__/_compat.cpython-313.pyc 2025-09-07T06:18:24.9593530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/__pycache__/token.cpython-313.pyc 2025-09-07T06:18:24.9595090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:24.9596690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/__pycache__/tree.cpython-313.pyc 2025-09-07T06:18:24.9598370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/__pycache__/parser_inline.cpython-313.pyc 2025-09-07T06:18:24.9600100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/__pycache__/_punycode.cpython-313.pyc 2025-09-07T06:18:24.9601630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:24.9602910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/cli/__init__.py 2025-09-07T06:18:24.9604490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/cli/__pycache__/parse.cpython-313.pyc 2025-09-07T06:18:24.9605940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/cli/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:24.9607260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/cli/parse.py 2025-09-07T06:18:24.9608450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/port.yaml 2025-09-07T06:18:24.9609880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/common/__init__.py 2025-09-07T06:18:24.9611640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/common/__pycache__/normalize_url.cpython-313.pyc 2025-09-07T06:18:24.9613160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/common/__pycache__/html_re.cpython-313.pyc 2025-09-07T06:18:24.9614750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/common/__pycache__/entities.cpython-313.pyc 2025-09-07T06:18:24.9616340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/common/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:24.9617980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/common/__pycache__/html_blocks.cpython-313.pyc 2025-09-07T06:18:24.9619530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/common/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:24.9620930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/common/html_blocks.py 2025-09-07T06:18:24.9622310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/common/html_re.py 2025-09-07T06:18:24.9623590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/common/utils.py 2025-09-07T06:18:24.9624960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/common/normalize_url.py 2025-09-07T06:18:24.9626420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/common/entities.py 2025-09-07T06:18:24.9627490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/utils.py 2025-09-07T06:18:24.9628710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/py.typed 2025-09-07T06:18:24.9630260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_inline/link.py 2025-09-07T06:18:24.9631630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_inline/escape.py 2025-09-07T06:18:24.9633150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_inline/autolink.py 2025-09-07T06:18:24.9634590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_inline/strikethrough.py 2025-09-07T06:18:24.9635970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_inline/html_inline.py 2025-09-07T06:18:24.9637340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_inline/__init__.py 2025-09-07T06:18:24.9638830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_inline/state_inline.py 2025-09-07T06:18:24.9640350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/autolink.cpython-313.pyc 2025-09-07T06:18:24.9641960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/link.cpython-313.pyc 2025-09-07T06:18:24.9643840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/balance_pairs.cpython-313.pyc 2025-09-07T06:18:24.9645550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/image.cpython-313.pyc 2025-09-07T06:18:24.9647180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/entity.cpython-313.pyc 2025-09-07T06:18:24.9648850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/text.cpython-313.pyc 2025-09-07T06:18:24.9650560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/escape.cpython-313.pyc 2025-09-07T06:18:24.9652190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/backticks.cpython-313.pyc 2025-09-07T06:18:24.9653900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/html_inline.cpython-313.pyc 2025-09-07T06:18:24.9655510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/newline.cpython-313.pyc 2025-09-07T06:18:24.9657560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/emphasis.cpython-313.pyc 2025-09-07T06:18:24.9659290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/state_inline.cpython-313.pyc 2025-09-07T06:18:24.9661070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/text_collapse.cpython-313.pyc 2025-09-07T06:18:24.9662620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:24.9664300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/strikethrough.cpython-313.pyc 2025-09-07T06:18:24.9665680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_inline/text_collapse.py 2025-09-07T06:18:24.9667110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_inline/text.py 2025-09-07T06:18:24.9668580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_inline/backticks.py 2025-09-07T06:18:24.9670090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_inline/entity.py 2025-09-07T06:18:24.9671650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_inline/balance_pairs.py 2025-09-07T06:18:24.9673020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_inline/newline.py 2025-09-07T06:18:24.9675160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_inline/emphasis.py 2025-09-07T06:18:24.9676600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/rules_inline/image.py 2025-09-07T06:18:24.9677860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/_compat.py 2025-09-07T06:18:24.9679270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/parser_inline.py 2025-09-07T06:18:24.9680610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/presets/commonmark.py 2025-09-07T06:18:24.9682050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/presets/__init__.py 2025-09-07T06:18:24.9683540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/presets/__pycache__/zero.cpython-313.pyc 2025-09-07T06:18:24.9684920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/presets/__pycache__/commonmark.cpython-313.pyc 2025-09-07T06:18:24.9686170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/presets/__pycache__/default.cpython-313.pyc 2025-09-07T06:18:24.9687440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/presets/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:24.9688460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/presets/zero.py 2025-09-07T06:18:24.9689510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/presets/default.py 2025-09-07T06:18:24.9690500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/main.py 2025-09-07T06:18:24.9691640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/helpers/__init__.py 2025-09-07T06:18:24.9693210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/helpers/__pycache__/parse_link_label.cpython-313.pyc 2025-09-07T06:18:24.9694440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/helpers/__pycache__/parse_link_title.cpython-313.pyc 2025-09-07T06:18:24.9696260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/helpers/__pycache__/parse_link_destination.cpython-313.pyc 2025-09-07T06:18:24.9697850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/helpers/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:24.9699280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/helpers/parse_link_destination.py 2025-09-07T06:18:24.9700590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/helpers/parse_link_label.py 2025-09-07T06:18:24.9702100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/helpers/parse_link_title.py 2025-09-07T06:18:24.9703610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it_py-2.2.0.dist-info/RECORD 2025-09-07T06:18:24.9705000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it_py-2.2.0.dist-info/LICENSE 2025-09-07T06:18:24.9706520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it_py-2.2.0.dist-info/direct_url.json 2025-09-07T06:18:24.9707980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it_py-2.2.0.dist-info/WHEEL 2025-09-07T06:18:24.9709610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it_py-2.2.0.dist-info/entry_points.txt 2025-09-07T06:18:24.9711080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it_py-2.2.0.dist-info/LICENSE.markdown-it 2025-09-07T06:18:24.9712640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it_py-2.2.0.dist-info/REQUESTED 2025-09-07T06:18:24.9714310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it_py-2.2.0.dist-info/INSTALLER 2025-09-07T06:18:24.9715830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it_py-2.2.0.dist-info/METADATA 2025-09-07T06:18:24.9716390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1.conda 2025-09-07T06:18:24.9717370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1.conda 2025-09-07T06:18:24.9718310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1.conda 2025-09-07T06:18:24.9719180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0.conda 2025-09-07T06:18:24.9719970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1.conda 2025-09-07T06:18:24.9721040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/include/readline/readline.h 2025-09-07T06:18:24.9722120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/include/readline/keymaps.h 2025-09-07T06:18:24.9723110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/include/readline/tilde.h 2025-09-07T06:18:24.9724030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/include/readline/rlconf.h 2025-09-07T06:18:24.9724940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/include/readline/chardefs.h 2025-09-07T06:18:24.9726020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/include/readline/history.h 2025-09-07T06:18:24.9726950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/include/readline/rlstdc.h 2025-09-07T06:18:24.9727970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/include/readline/rltypedefs.h 2025-09-07T06:18:24.9728960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/info/repodata_record.json 2025-09-07T06:18:24.9729750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/info/test/run_test.sh 2025-09-07T06:18:24.9730850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/info/test/test_time_dependencies.json 2025-09-07T06:18:24.9731690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/info/licenses/COPYING 2025-09-07T06:18:24.9732740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/info/recipe/patches/readline83-001.patch 2025-09-07T06:18:24.9733500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/info/recipe/build.sh 2025-09-07T06:18:24.9734480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:24.9735270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/info/recipe/meta.yaml 2025-09-07T06:18:24.9736360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/info/recipe/meta.yaml.template 2025-09-07T06:18:24.9737440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/info/run_exports.json 2025-09-07T06:18:24.9738160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/info/paths.json 2025-09-07T06:18:24.9739110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/info/hash_input.json 2025-09-07T06:18:24.9739960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/info/files 2025-09-07T06:18:24.9740900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/info/about.json 2025-09-07T06:18:24.9741750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/info/has_prefix 2025-09-07T06:18:24.9742490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/info/index.json 2025-09-07T06:18:24.9743250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/info/git 2025-09-07T06:18:24.9744130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/lib/pkgconfig/readline.pc 2025-09-07T06:18:24.9745100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/lib/pkgconfig/history.pc 2025-09-07T06:18:24.9746040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/lib/libreadline.8.3.dylib 2025-09-07T06:18:24.9746910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/lib/libreadline.a 2025-09-07T06:18:24.9747820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/lib/libhistory.8.dylib 2025-09-07T06:18:24.9748730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/lib/libhistory.8.3.dylib 2025-09-07T06:18:24.9749670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/lib/libhistory.dylib 2025-09-07T06:18:24.9750590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/lib/libreadline.8.dylib 2025-09-07T06:18:24.9751330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/lib/libhistory.a 2025-09-07T06:18:24.9752230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/lib/libreadline.dylib 2025-09-07T06:18:24.9753160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/share/man/man3/history.3 2025-09-07T06:18:24.9754040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/share/man/man3/readline.3 2025-09-07T06:18:24.9755160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/share/info/readline.info 2025-09-07T06:18:24.9756120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/share/info/rluserman.info 2025-09-07T06:18:24.9757090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/share/info/history.info 2025-09-07T06:18:24.9757940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/share/doc/readline/INSTALL 2025-09-07T06:18:24.9758850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/share/doc/readline/CHANGES 2025-09-07T06:18:24.9759710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/share/doc/readline/README 2025-09-07T06:18:24.9760680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/share/doc/readline/rluserman.html 2025-09-07T06:18:24.9761570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/share/doc/readline/history.html 2025-09-07T06:18:24.9762580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/share/doc/readline/readline.html 2025-09-07T06:18:24.9763480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0.conda 2025-09-07T06:18:24.9764810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/info/repodata_record.json 2025-09-07T06:18:24.9765760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/info/test/run_test.sh 2025-09-07T06:18:24.9766820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/info/test/run_test.py 2025-09-07T06:18:24.9768060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/info/test/test_time_dependencies.json 2025-09-07T06:18:24.9769040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/info/licenses/LICENSE 2025-09-07T06:18:24.9770300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/info/recipe/conda_build_config.yaml 2025-09-07T06:18:24.9771270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/info/recipe/meta.yaml 2025-09-07T06:18:24.9772330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/info/recipe/meta.yaml.template 2025-09-07T06:18:24.9773240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/info/paths.json 2025-09-07T06:18:24.9774440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/info/hash_input.json 2025-09-07T06:18:24.9775280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/info/files 2025-09-07T06:18:24.9776320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/info/about.json 2025-09-07T06:18:24.9777350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/info/index.json 2025-09-07T06:18:24.9778180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/info/git 2025-09-07T06:18:24.9779500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/lib/python3.13/site-packages/brotlicffi/_api.py 2025-09-07T06:18:24.9780780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/lib/python3.13/site-packages/brotlicffi/__init__.py 2025-09-07T06:18:24.9782180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/lib/python3.13/site-packages/brotlicffi/_build.py 2025-09-07T06:18:24.9783860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/lib/python3.13/site-packages/brotlicffi/__pycache__/_api.cpython-313.pyc 2025-09-07T06:18:24.9785330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/lib/python3.13/site-packages/brotlicffi/__pycache__/_build.cpython-313.pyc 2025-09-07T06:18:24.9790730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/lib/python3.13/site-packages/brotlicffi/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:24.9791120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/lib/python3.13/site-packages/brotlicffi/_brotlicffi.abi3.so 2025-09-07T06:18:24.9791520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/lib/python3.13/site-packages/brotlicffi-1.0.9.2.dist-info/RECORD 2025-09-07T06:18:24.9792130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/lib/python3.13/site-packages/brotlicffi-1.0.9.2.dist-info/LICENSE 2025-09-07T06:18:24.9792960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/lib/python3.13/site-packages/brotlicffi-1.0.9.2.dist-info/direct_url.json 2025-09-07T06:18:24.9794500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/lib/python3.13/site-packages/brotlicffi-1.0.9.2.dist-info/WHEEL 2025-09-07T06:18:24.9795870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/lib/python3.13/site-packages/brotlicffi-1.0.9.2.dist-info/top_level.txt 2025-09-07T06:18:24.9797140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/lib/python3.13/site-packages/brotlicffi-1.0.9.2.dist-info/REQUESTED 2025-09-07T06:18:24.9798750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/lib/python3.13/site-packages/brotlicffi-1.0.9.2.dist-info/INSTALLER 2025-09-07T06:18:24.9800260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/lib/python3.13/site-packages/brotlicffi-1.0.9.2.dist-info/METADATA 2025-09-07T06:18:24.9801260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-extensions-4.12.2-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:24.9802390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-extensions-4.12.2-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:24.9803490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-extensions-4.12.2-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:24.9804750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-extensions-4.12.2-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:24.9805910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-extensions-4.12.2-py313hca03da5_0/info/licenses/LICENSE 2025-09-07T06:18:24.9807240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-extensions-4.12.2-py313hca03da5_0/info/recipe/parent/meta.yaml 2025-09-07T06:18:24.9808390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-extensions-4.12.2-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:24.9809450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-extensions-4.12.2-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:24.9810520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-extensions-4.12.2-py313hca03da5_0/info/paths.json 2025-09-07T06:18:24.9811570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-extensions-4.12.2-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:24.9812500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-extensions-4.12.2-py313hca03da5_0/info/files 2025-09-07T06:18:24.9813430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-extensions-4.12.2-py313hca03da5_0/info/about.json 2025-09-07T06:18:24.9814460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-extensions-4.12.2-py313hca03da5_0/info/index.json 2025-09-07T06:18:24.9815460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-extensions-4.12.2-py313hca03da5_0/info/git 2025-09-07T06:18:24.9816400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:24.9817290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:24.9818500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/test_queue_monkeypatch.py 2025-09-07T06:18:24.9819500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/test_retry.py 2025-09-07T06:18:24.9820590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/port_helpers.py 2025-09-07T06:18:24.9821530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/conftest.py 2025-09-07T06:18:24.9822650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/test_response.py 2025-09-07T06:18:24.9824000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/test_connectionpool.py 2025-09-07T06:18:24.9824980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/test_compatibility.py 2025-09-07T06:18:24.9826060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/test_poolmanager.py 2025-09-07T06:18:24.9827330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/test_no_ssl.py 2025-09-07T06:18:24.9828740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/with_dummyserver/test_connectionpool.py 2025-09-07T06:18:24.9830050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/with_dummyserver/test_poolmanager.py 2025-09-07T06:18:24.9831300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/with_dummyserver/test_no_ssl.py 2025-09-07T06:18:24.9832640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/with_dummyserver/test_connection.py 2025-09-07T06:18:24.9833920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/with_dummyserver/__init__.py 2025-09-07T06:18:24.9835150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/with_dummyserver/test_proxy_poolmanager.py 2025-09-07T06:18:24.9836450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/with_dummyserver/test_chunked_transfer.py 2025-09-07T06:18:24.9837600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/with_dummyserver/test_https.py 2025-09-07T06:18:24.9838920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/with_dummyserver/test_socketlevel.py 2025-09-07T06:18:24.9839950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/test_connection.py 2025-09-07T06:18:24.9841080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/test_filepost.py 2025-09-07T06:18:24.9842120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/test_exceptions.py 2025-09-07T06:18:24.9843150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/__init__.py 2025-09-07T06:18:24.9844140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/test_wait.py 2025-09-07T06:18:24.9845080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/test_util.py 2025-09-07T06:18:24.9846360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/contrib/test_socks.py 2025-09-07T06:18:24.9847270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/contrib/duplicate_san.pem 2025-09-07T06:18:24.9848050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/contrib/__init__.py 2025-09-07T06:18:24.9848990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/contrib/test_pyopenssl.py 2025-09-07T06:18:24.9849960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/contrib/emscripten/conftest.py 2025-09-07T06:18:24.9850910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/contrib/emscripten/__init__.py 2025-09-07T06:18:24.9851960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/contrib/emscripten/test_emscripten.py 2025-09-07T06:18:24.9853110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/contrib/emscripten/templates/pyodide-console.html 2025-09-07T06:18:24.9854110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/contrib/test_pyopenssl_dependencies.py 2025-09-07T06:18:24.9855030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/test_ssl.py 2025-09-07T06:18:24.9856150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/test_proxymanager.py 2025-09-07T06:18:24.9857200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/test_fields.py 2025-09-07T06:18:24.9858310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/tz_stub.py 2025-09-07T06:18:24.9859410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/test_http2_connection.py 2025-09-07T06:18:24.9860490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/test_collections.py 2025-09-07T06:18:24.9861550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/test_ssltransport.py 2025-09-07T06:18:24.9862410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:24.9863590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:24.9864550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/dummyserver/testcase.py 2025-09-07T06:18:24.9865640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/dummyserver/hypercornserver.py 2025-09-07T06:18:24.9866830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/dummyserver/asgi_proxy.py 2025-09-07T06:18:24.9868020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/dummyserver/__init__.py 2025-09-07T06:18:24.9869210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/dummyserver/socketserver.py 2025-09-07T06:18:24.9870380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/dummyserver/certs/server.key 2025-09-07T06:18:24.9871560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/dummyserver/certs/server.crt 2025-09-07T06:18:24.9872630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/dummyserver/certs/cacert.pem 2025-09-07T06:18:24.9873740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/dummyserver/certs/cacert.key 2025-09-07T06:18:24.9874940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/dummyserver/certs/README.rst 2025-09-07T06:18:24.9875980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/dummyserver/app.py 2025-09-07T06:18:24.9877020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/licenses/LICENSE.txt 2025-09-07T06:18:24.9878480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/recipe/patches/0001-remove-dummyserver-usage-in-tests.patch 2025-09-07T06:18:24.9879530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:24.9880500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:24.9881570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:24.9882480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/paths.json 2025-09-07T06:18:24.9883320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:24.9884220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/files 2025-09-07T06:18:24.9885280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/about.json 2025-09-07T06:18:24.9886160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/index.json 2025-09-07T06:18:24.9887040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/git 2025-09-07T06:18:24.9888850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3-2.5.0.dist-info/RECORD 2025-09-07T06:18:24.9890460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3-2.5.0.dist-info/licenses/LICENSE.txt 2025-09-07T06:18:24.9891950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3-2.5.0.dist-info/direct_url.json 2025-09-07T06:18:24.9893110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3-2.5.0.dist-info/WHEEL 2025-09-07T06:18:24.9894490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3-2.5.0.dist-info/REQUESTED 2025-09-07T06:18:24.9895850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3-2.5.0.dist-info/INSTALLER 2025-09-07T06:18:24.9897420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3-2.5.0.dist-info/METADATA 2025-09-07T06:18:24.9898650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/filepost.py 2025-09-07T06:18:24.9899770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/fields.py 2025-09-07T06:18:24.9901140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/ssltransport.py 2025-09-07T06:18:24.9902520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/util.py 2025-09-07T06:18:24.9903840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/proxy.py 2025-09-07T06:18:24.9905310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/wait.py 2025-09-07T06:18:24.9906530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/request.py 2025-09-07T06:18:24.9908040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/timeout.py 2025-09-07T06:18:24.9909490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/__init__.py 2025-09-07T06:18:24.9910830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/response.py 2025-09-07T06:18:24.9912420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/ssl_.py 2025-09-07T06:18:24.9914190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/__pycache__/wait.cpython-313.pyc 2025-09-07T06:18:24.9915760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/__pycache__/ssltransport.cpython-313.pyc 2025-09-07T06:18:24.9917320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-313.pyc 2025-09-07T06:18:24.9918830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/__pycache__/response.cpython-313.pyc 2025-09-07T06:18:24.9920360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/__pycache__/timeout.cpython-313.pyc 2025-09-07T06:18:24.9921980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/__pycache__/util.cpython-313.pyc 2025-09-07T06:18:24.9923560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/__pycache__/proxy.cpython-313.pyc 2025-09-07T06:18:24.9925180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/__pycache__/connection.cpython-313.pyc 2025-09-07T06:18:24.9926590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/__pycache__/ssl_.cpython-313.pyc 2025-09-07T06:18:24.9928130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/__pycache__/request.cpython-313.pyc 2025-09-07T06:18:24.9929580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:24.9931160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/__pycache__/retry.cpython-313.pyc 2025-09-07T06:18:24.9932700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/__pycache__/url.cpython-313.pyc 2025-09-07T06:18:24.9933870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/retry.py 2025-09-07T06:18:24.9935140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/url.py 2025-09-07T06:18:24.9936340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/connection.py 2025-09-07T06:18:24.9937990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/ssl_match_hostname.py 2025-09-07T06:18:24.9939390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/_version.py 2025-09-07T06:18:24.9940700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/_base_connection.py 2025-09-07T06:18:24.9941980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/__init__.py 2025-09-07T06:18:24.9943310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/poolmanager.py 2025-09-07T06:18:24.9944560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/response.py 2025-09-07T06:18:24.9946110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/__pycache__/poolmanager.cpython-313.pyc 2025-09-07T06:18:24.9947760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/__pycache__/connectionpool.cpython-313.pyc 2025-09-07T06:18:24.9949260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/__pycache__/fields.cpython-313.pyc 2025-09-07T06:18:24.9950760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/__pycache__/filepost.cpython-313.pyc 2025-09-07T06:18:24.9952280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/__pycache__/_request_methods.cpython-313.pyc 2025-09-07T06:18:24.9953900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/__pycache__/response.cpython-313.pyc 2025-09-07T06:18:24.9955450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/__pycache__/exceptions.cpython-313.pyc 2025-09-07T06:18:24.9956950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/__pycache__/_version.cpython-313.pyc 2025-09-07T06:18:24.9958400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/__pycache__/connection.cpython-313.pyc 2025-09-07T06:18:24.9960050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/__pycache__/_base_connection.cpython-313.pyc 2025-09-07T06:18:24.9961330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:24.9962950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/__pycache__/_collections.cpython-313.pyc 2025-09-07T06:18:24.9964290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/contrib/__init__.py 2025-09-07T06:18:24.9965840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/contrib/__pycache__/pyopenssl.cpython-313.pyc 2025-09-07T06:18:24.9967340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/contrib/__pycache__/socks.cpython-313.pyc 2025-09-07T06:18:24.9968870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/contrib/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:24.9970220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/contrib/emscripten/fetch.py 2025-09-07T06:18:24.9971660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/contrib/emscripten/request.py 2025-09-07T06:18:24.9972990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/contrib/emscripten/__init__.py 2025-09-07T06:18:24.9974490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/contrib/emscripten/response.py 2025-09-07T06:18:24.9976220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/contrib/emscripten/__pycache__/fetch.cpython-313.pyc 2025-09-07T06:18:24.9978010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/contrib/emscripten/__pycache__/response.cpython-313.pyc 2025-09-07T06:18:24.9979800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/contrib/emscripten/__pycache__/connection.cpython-313.pyc 2025-09-07T06:18:24.9981650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/contrib/emscripten/__pycache__/request.cpython-313.pyc 2025-09-07T06:18:24.9983370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/contrib/emscripten/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:24.9984600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/contrib/emscripten/connection.py 2025-09-07T06:18:24.9986370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/contrib/emscripten/emscripten_fetch_worker.js 2025-09-07T06:18:24.9987520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/contrib/socks.py 2025-09-07T06:18:24.9988910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/contrib/pyopenssl.py 2025-09-07T06:18:24.9990330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/http2/__init__.py 2025-09-07T06:18:24.9991980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/http2/__pycache__/probe.cpython-313.pyc 2025-09-07T06:18:24.9993630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/http2/__pycache__/connection.cpython-313.pyc 2025-09-07T06:18:24.9995290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/http2/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:24.9996440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/http2/connection.py 2025-09-07T06:18:24.9997830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/http2/probe.py 2025-09-07T06:18:24.9998930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/connection.py 2025-09-07T06:18:25.0000080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/_collections.py 2025-09-07T06:18:25.0001140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/py.typed 2025-09-07T06:18:25.0002320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/exceptions.py 2025-09-07T06:18:25.0003560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/_request_methods.py 2025-09-07T06:18:25.0004970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/connectionpool.py 2025-09-07T06:18:25.0005780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0.conda 2025-09-07T06:18:25.0006500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/bin/lz4cat 2025-09-07T06:18:25.0007380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/bin/lz4 2025-09-07T06:18:25.0008140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/bin/lz4c 2025-09-07T06:18:25.0008850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/bin/unlz4 2025-09-07T06:18:25.0009740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/include/lz4.h 2025-09-07T06:18:25.0010630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/include/lz4frame_static.h 2025-09-07T06:18:25.0011400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/include/lz4hc.h 2025-09-07T06:18:25.0012350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/include/lz4frame.h 2025-09-07T06:18:25.0013260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/info/repodata_record.json 2025-09-07T06:18:25.0013980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/info/licenses/lib/LICENSE 2025-09-07T06:18:25.0014700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/info/recipe/bld_static.bat 2025-09-07T06:18:25.0015360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/info/recipe/bld.bat 2025-09-07T06:18:25.0016050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/info/recipe/build.sh 2025-09-07T06:18:25.0016880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/info/recipe/conda_build_config.yaml 2025-09-07T06:18:25.0017610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/info/recipe/build_static.sh 2025-09-07T06:18:25.0018260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/info/recipe/meta.yaml 2025-09-07T06:18:25.0019060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/info/recipe/meta.yaml.template 2025-09-07T06:18:25.0019710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/info/run_exports.json 2025-09-07T06:18:25.0020340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/info/paths.json 2025-09-07T06:18:25.0021030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/info/hash_input.json 2025-09-07T06:18:25.0021610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/info/files 2025-09-07T06:18:25.0022250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/info/about.json 2025-09-07T06:18:25.0023000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/info/has_prefix 2025-09-07T06:18:25.0023550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/info/index.json 2025-09-07T06:18:25.0024280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/info/git 2025-09-07T06:18:25.0025200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/lib/pkgconfig/liblz4.pc 2025-09-07T06:18:25.0025990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/lib/liblz4.1.9.4.dylib 2025-09-07T06:18:25.0027000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/lib/liblz4.dylib 2025-09-07T06:18:25.0028020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/lib/liblz4.1.dylib 2025-09-07T06:18:25.0028950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/share/man/man1/lz4cat.1 2025-09-07T06:18:25.0029750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/share/man/man1/unlz4.1 2025-09-07T06:18:25.0030720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/share/man/man1/lz4.1 2025-09-07T06:18:25.0031790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/share/man/man1/lz4c.1 2025-09-07T06:18:25.0032570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/include/ffitarget.h 2025-09-07T06:18:25.0033380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/include/ffi.h 2025-09-07T06:18:25.0034460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/repodata_record.json 2025-09-07T06:18:25.0035320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/run_test.sh 2025-09-07T06:18:25.0036750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/err_bad_typedef.c 2025-09-07T06:18:25.0037690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/float3.c 2025-09-07T06:18:25.0038820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/strlen4.c 2025-09-07T06:18:25.0040100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/struct_by_value_3.c 2025-09-07T06:18:25.0041200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/pyobjc_tc.c 2025-09-07T06:18:25.0042510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/call.exp 2025-09-07T06:18:25.0043740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/bpo-38748.c 2025-09-07T06:18:25.0044810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/many2.c 2025-09-07T06:18:25.0046080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/return_fl3.c 2025-09-07T06:18:25.0047190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/struct5.c 2025-09-07T06:18:25.0048320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/struct1.c 2025-09-07T06:18:25.0049580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/struct10.c 2025-09-07T06:18:25.0050690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/align_stdcall.c 2025-09-07T06:18:25.0052450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/struct_by_value_4.c 2025-09-07T06:18:25.0053420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/va_3.c 2025-09-07T06:18:25.0054620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/align_mixed.c 2025-09-07T06:18:25.0055610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/ffitest.h 2025-09-07T06:18:25.0056830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/strlen3.c 2025-09-07T06:18:25.0057850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/va_struct3.c 2025-09-07T06:18:25.0058810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/float4.c 2025-09-07T06:18:25.0059810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/struct6.c 2025-09-07T06:18:25.0060940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/return_uc.c 2025-09-07T06:18:25.0062230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/struct_by_value_small.c 2025-09-07T06:18:25.0063230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/strlen.c 2025-09-07T06:18:25.0064400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/return_sl.c 2025-09-07T06:18:25.0065550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/struct8.c 2025-09-07T06:18:25.0066710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/struct2.c 2025-09-07T06:18:25.0067750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/return_ll1.c 2025-09-07T06:18:25.0068930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/return_ldl.c 2025-09-07T06:18:25.0070160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/float1.c 2025-09-07T06:18:25.0071250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/return_ll.c 2025-09-07T06:18:25.0072440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/return_dbl.c 2025-09-07T06:18:25.0073490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/va_2.c 2025-09-07T06:18:25.0074540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/return_dbl2.c 2025-09-07T06:18:25.0075670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/many.c 2025-09-07T06:18:25.0076720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/many_mixed.c 2025-09-07T06:18:25.0077800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/va_struct2.c 2025-09-07T06:18:25.0078850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/strlen2.c 2025-09-07T06:18:25.0079920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/offsets.c 2025-09-07T06:18:25.0081090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/struct7.c 2025-09-07T06:18:25.0082230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/negint.c 2025-09-07T06:18:25.0083330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/return_sc.c 2025-09-07T06:18:25.0084440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/float_va.c 2025-09-07T06:18:25.0085540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/pr1172638.c 2025-09-07T06:18:25.0086890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/return_fl1.c 2025-09-07T06:18:25.0087850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/float.c 2025-09-07T06:18:25.0089080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/struct3.c 2025-09-07T06:18:25.0090200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/return_ul.c 2025-09-07T06:18:25.0091330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/struct9.c 2025-09-07T06:18:25.0092540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/s55.c 2025-09-07T06:18:25.0093780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/return_fl.c 2025-09-07T06:18:25.0094810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/va_1.c 2025-09-07T06:18:25.0095850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/float2.c 2025-09-07T06:18:25.0097080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/va_struct1.c 2025-09-07T06:18:25.0098370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/struct_by_value_2.c 2025-09-07T06:18:25.0099520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/struct_by_value_big.c 2025-09-07T06:18:25.0100550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/return_dbl1.c 2025-09-07T06:18:25.0101590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/return_fl2.c 2025-09-07T06:18:25.0102740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/promotion.c 2025-09-07T06:18:25.0103950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/struct4.c 2025-09-07T06:18:25.0105270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/uninitialized.c 2025-09-07T06:18:25.0106620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/many_double.c 2025-09-07T06:18:25.0107760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/config/default.exp 2025-09-07T06:18:25.0109100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/complex_defs_float.inc 2025-09-07T06:18:25.0110310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/return_complex_float.c 2025-09-07T06:18:25.0111550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/return_complex1_float.c 2025-09-07T06:18:25.0112850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/complex_defs_double.inc 2025-09-07T06:18:25.0114230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/complex.inc 2025-09-07T06:18:25.0115510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/cls_align_complex_double.c 2025-09-07T06:18:25.0116690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/cls_complex_va_longdouble.c 2025-09-07T06:18:25.0117950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/return_complex2_longdouble.c 2025-09-07T06:18:25.0119250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/complex_float.c 2025-09-07T06:18:25.0120500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/return_complex.inc 2025-09-07T06:18:25.0121600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/ffitest.h 2025-09-07T06:18:25.0122990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/return_complex1_double.c 2025-09-07T06:18:25.0124370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/cls_complex_struct_longdouble.c 2025-09-07T06:18:25.0125620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/cls_align_complex_longdouble.c 2025-09-07T06:18:25.0126870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/cls_complex_struct_double.c 2025-09-07T06:18:25.0128110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/return_complex2_float.c 2025-09-07T06:18:25.0129300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/cls_complex_va_double.c 2025-09-07T06:18:25.0130650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/cls_complex_float.c 2025-09-07T06:18:25.0131790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/complex_int.c 2025-09-07T06:18:25.0133170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/cls_align_complex_float.c 2025-09-07T06:18:25.0134390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/many_complex.inc 2025-09-07T06:18:25.0135570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/many_complex_longdouble.c 2025-09-07T06:18:25.0136730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/cls_align_complex.inc 2025-09-07T06:18:25.0138000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/cls_complex_struct_float.c 2025-09-07T06:18:25.0139190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/many_complex_double.c 2025-09-07T06:18:25.0140370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/complex_double.c 2025-09-07T06:18:25.0141700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/complex_longdouble.c 2025-09-07T06:18:25.0142900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/cls_complex_va.inc 2025-09-07T06:18:25.0144250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/cls_complex_struct.inc 2025-09-07T06:18:25.0145510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/complex_defs_longdouble.inc 2025-09-07T06:18:25.0146740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/cls_complex_longdouble.c 2025-09-07T06:18:25.0147910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/return_complex1.inc 2025-09-07T06:18:25.0149000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/many_complex_float.c 2025-09-07T06:18:25.0150200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/cls_complex_va_float.c 2025-09-07T06:18:25.0151620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/return_complex_double.c 2025-09-07T06:18:25.0152710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/return_complex2.inc 2025-09-07T06:18:25.0153900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/cls_complex_double.c 2025-09-07T06:18:25.0155210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/return_complex_longdouble.c 2025-09-07T06:18:25.0156610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/return_complex2_double.c 2025-09-07T06:18:25.0157470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/complex.exp 2025-09-07T06:18:25.0158890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/return_complex1_longdouble.c 2025-09-07T06:18:25.0160080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/cls_complex.inc 2025-09-07T06:18:25.0161000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/Makefile.am 2025-09-07T06:18:25.0162320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/nested_struct9.c 2025-09-07T06:18:25.0163500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/nested_struct13.c 2025-09-07T06:18:25.0164580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_struct_va1.c 2025-09-07T06:18:25.0165600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_4byte.c 2025-09-07T06:18:25.0166750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_align_uint32.c 2025-09-07T06:18:25.0167920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_20byte.c 2025-09-07T06:18:25.0169120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_3float.c 2025-09-07T06:18:25.0170200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/nested_struct3.c 2025-09-07T06:18:25.0171310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_7_1_byte.c 2025-09-07T06:18:25.0172450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/err_bad_abi.c 2025-09-07T06:18:25.0173570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_6_1_byte.c 2025-09-07T06:18:25.0174690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_ulong_va.c 2025-09-07T06:18:25.0175960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_ushort.c 2025-09-07T06:18:25.0177050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_4_1byte.c 2025-09-07T06:18:25.0177980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/nested_struct7.c 2025-09-07T06:18:25.0178890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_schar.c 2025-09-07T06:18:25.0179760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_6byte.c 2025-09-07T06:18:25.0180800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_sint.c 2025-09-07T06:18:25.0181600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_2byte.c 2025-09-07T06:18:25.0182500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/closure_fn2.c 2025-09-07T06:18:25.0183460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/closure_fn6.c 2025-09-07T06:18:25.0184510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_multi_sshortchar.c 2025-09-07T06:18:25.0185870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_align_float.c 2025-09-07T06:18:25.0187140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/nested_struct.c 2025-09-07T06:18:25.0188270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_24byte.c 2025-09-07T06:18:25.0189460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_uchar.c 2025-09-07T06:18:25.0190610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_19byte.c 2025-09-07T06:18:25.0191810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/nested_struct10.c 2025-09-07T06:18:25.0193080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_7byte.c 2025-09-07T06:18:25.0194430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_sshort.c 2025-09-07T06:18:25.0195660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_double.c 2025-09-07T06:18:25.0197010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/ffitest.h 2025-09-07T06:18:25.0198230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/nested_struct4.c 2025-09-07T06:18:25.0199430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_5byte.c 2025-09-07T06:18:25.0200750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/single_entry_structs3.c 2025-09-07T06:18:25.0201940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_64byte.c 2025-09-07T06:18:25.0203440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/unwindtest_ffi_call.cc 2025-09-07T06:18:25.0204680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_align_sint32.c 2025-09-07T06:18:25.0205820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/huge_struct.c 2025-09-07T06:18:25.0207090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/problem1.c 2025-09-07T06:18:25.0208170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/stret_large2.c 2025-09-07T06:18:25.0209340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/closure_fn1.c 2025-09-07T06:18:25.0210440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_18byte.c 2025-09-07T06:18:25.0211700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_align_pointer.c 2025-09-07T06:18:25.0212810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_uint.c 2025-09-07T06:18:25.0213980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/unwindtest.cc 2025-09-07T06:18:25.0215240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/closure_fn5.c 2025-09-07T06:18:25.0216350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_20byte1.c 2025-09-07T06:18:25.0217400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_9byte2.c 2025-09-07T06:18:25.0218720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/closure_loc_fn0.c 2025-09-07T06:18:25.0219940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_longdouble.c 2025-09-07T06:18:25.0221380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_double_va.c 2025-09-07T06:18:25.0222350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_16byte.c 2025-09-07T06:18:25.0223500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_3_1byte.c 2025-09-07T06:18:25.0224800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/nested_struct1.c 2025-09-07T06:18:25.0225970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/nested_struct11.c 2025-09-07T06:18:25.0227340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_align_longdouble_split.c 2025-09-07T06:18:25.0228510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/single_entry_structs2.c 2025-09-07T06:18:25.0229720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_align_sint16.c 2025-09-07T06:18:25.0230770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_3byte1.c 2025-09-07T06:18:25.0232060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/nested_struct5.c 2025-09-07T06:18:25.0233270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_multi_sshort.c 2025-09-07T06:18:25.0234540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/closure.exp 2025-09-07T06:18:25.0235620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/stret_medium2.c 2025-09-07T06:18:25.0241290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/closure_fn0.c 2025-09-07T06:18:25.0241930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_float.c 2025-09-07T06:18:25.0242490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_longdouble_va.c 2025-09-07T06:18:25.0243070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/stret_medium.c 2025-09-07T06:18:25.0243630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_align_uint64.c 2025-09-07T06:18:25.0244200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_12byte.c 2025-09-07T06:18:25.0244750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_5_1_byte.c 2025-09-07T06:18:25.0245310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_dbls_struct.c 2025-09-07T06:18:25.0246780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_align_longdouble_split2.c 2025-09-07T06:18:25.0247920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/testclosure.c 2025-09-07T06:18:25.0249160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/closure_fn4.c 2025-09-07T06:18:25.0250390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/nested_struct2.c 2025-09-07T06:18:25.0251460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/nested_struct12.c 2025-09-07T06:18:25.0252650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/nested_struct8.c 2025-09-07T06:18:25.0253880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/stret_large.c 2025-09-07T06:18:25.0255070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_multi_uchar.c 2025-09-07T06:18:25.0256360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_9byte1.c 2025-09-07T06:18:25.0257730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_multi_ushort.c 2025-09-07T06:18:25.0258950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_align_uint16.c 2025-09-07T06:18:25.0260340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_many_mixed_float_double.c 2025-09-07T06:18:25.0261620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/single_entry_structs1.c 2025-09-07T06:18:25.0262970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_align_longdouble.c 2025-09-07T06:18:25.0264150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/nested_struct6.c 2025-09-07T06:18:25.0265340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_3byte2.c 2025-09-07T06:18:25.0266530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_uint_va.c 2025-09-07T06:18:25.0267930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_many_mixed_args.c 2025-09-07T06:18:25.0269380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_multi_ushortchar.c 2025-09-07T06:18:25.0270440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_align_sint64.c 2025-09-07T06:18:25.0271710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/closure_fn3.c 2025-09-07T06:18:25.0272910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_pointer_stack.c 2025-09-07T06:18:25.0274190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_multi_schar.c 2025-09-07T06:18:25.0275410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_1_1byte.c 2025-09-07T06:18:25.0276670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/closure_simple.c 2025-09-07T06:18:25.0277860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_align_double.c 2025-09-07T06:18:25.0279170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_pointer.c 2025-09-07T06:18:25.0280380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_ulonglong.c 2025-09-07T06:18:25.0281640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_8byte.c 2025-09-07T06:18:25.0282740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/lib/wrapper.exp 2025-09-07T06:18:25.0283900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/lib/target-libpath.exp 2025-09-07T06:18:25.0285150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/lib/libffi.exp 2025-09-07T06:18:25.0286410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.go/static-chain.h 2025-09-07T06:18:25.0287530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.go/go.exp 2025-09-07T06:18:25.0288610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.go/closure1.c 2025-09-07T06:18:25.0289580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.go/ffitest.h 2025-09-07T06:18:25.0290780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.go/aa-direct.c 2025-09-07T06:18:25.0292000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.bhaible/test-call.c 2025-09-07T06:18:25.0293200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.bhaible/alignof.h 2025-09-07T06:18:25.0294370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.bhaible/bhaible.exp 2025-09-07T06:18:25.0295760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.bhaible/Makefile 2025-09-07T06:18:25.0296860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.bhaible/test-callback.c 2025-09-07T06:18:25.0297930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.bhaible/README 2025-09-07T06:18:25.0299140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.bhaible/testcases.c 2025-09-07T06:18:25.0300090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/Makefile.in 2025-09-07T06:18:25.0301140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/test_time_dependencies.json 2025-09-07T06:18:25.0302070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/licenses/LICENSE 2025-09-07T06:18:25.0303030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/recipe/run_test.sh 2025-09-07T06:18:25.0303970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/recipe/win_cmake.patch 2025-09-07T06:18:25.0305170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/recipe/0004-LIBFFI_CLOSURE.patch 2025-09-07T06:18:25.0306050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/recipe/bld.bat 2025-09-07T06:18:25.0307090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/recipe/fix_w3264_masm.patch 2025-09-07T06:18:25.0307830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/recipe/build.sh 2025-09-07T06:18:25.0309080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/recipe/0001-arm64-changes-from-v3.3-patch.patch 2025-09-07T06:18:25.0310040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/recipe/conda_build_config.yaml 2025-09-07T06:18:25.0311740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/recipe/0002-Don-t-define-FFI_COMPLEX_TYPEDEF-ifndef-FFI_TARGET_H.patch 2025-09-07T06:18:25.0312470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/recipe/meta.yaml 2025-09-07T06:18:25.0313350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/recipe/run_test.bat 2025-09-07T06:18:25.0314300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/recipe/meta.yaml.template 2025-09-07T06:18:25.0315090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/run_exports.json 2025-09-07T06:18:25.0315960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/paths.json 2025-09-07T06:18:25.0316780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/hash_input.json 2025-09-07T06:18:25.0317620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/files 2025-09-07T06:18:25.0318430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/about.json 2025-09-07T06:18:25.0319210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/has_prefix 2025-09-07T06:18:25.0320050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/index.json 2025-09-07T06:18:25.0320820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/git 2025-09-07T06:18:25.0321710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/lib/libffi.8.dylib 2025-09-07T06:18:25.0322660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/lib/pkgconfig/libffi.pc 2025-09-07T06:18:25.0323560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/lib/libffi.dylib 2025-09-07T06:18:25.0324570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/lib/libffi.7.dylib 2025-09-07T06:18:25.0325260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/lib/libffi.a 2025-09-07T06:18:25.0326450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/share/man/man3/ffi_call.3 2025-09-07T06:18:25.0327420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/share/man/man3/ffi_prep_cif_var.3 2025-09-07T06:18:25.0328310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/share/man/man3/ffi_prep_cif.3 2025-09-07T06:18:25.0329170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/share/man/man3/ffi.3 2025-09-07T06:18:25.0330050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/share/info/libffi.info 2025-09-07T06:18:25.0330730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python_abi-3.13-0_cp313.conda 2025-09-07T06:18:25.0331880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:25.0332970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:25.0334080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:25.0335490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:25.0336560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/info/licenses/LICENSE 2025-09-07T06:18:25.0338060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/info/recipe/patches/0002-disable-downloads-inside-conda-build.patch 2025-09-07T06:18:25.0339740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/info/recipe/patches/0021-Add-d1trimfile-SRC_DIR-to-make-pdbs-more-relocatable.patch 2025-09-07T06:18:25.0340450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/info/recipe/bld.bat 2025-09-07T06:18:25.0341310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/info/recipe/build.sh 2025-09-07T06:18:25.0342650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:25.0343670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:25.0344530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:25.0345250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/info/paths.json 2025-09-07T06:18:25.0346010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:25.0346660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/info/files 2025-09-07T06:18:25.0347570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/info/about.json 2025-09-07T06:18:25.0348710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/info/index.json 2025-09-07T06:18:25.0349590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/info/git 2025-09-07T06:18:25.0351150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/distutils-precedence.pth 2025-09-07T06:18:25.0352350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_path.py 2025-09-07T06:18:25.0353890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/cli-arm64.exe 2025-09-07T06:18:25.0355210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/logging.py 2025-09-07T06:18:25.0356710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/windows_support.py 2025-09-07T06:18:25.0358120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_normalization.py 2025-09-07T06:18:25.0359490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/package_index.py 2025-09-07T06:18:25.0360770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/compat/py39.py 2025-09-07T06:18:25.0362300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/compat/__init__.py 2025-09-07T06:18:25.0363490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/compat/py312.py 2025-09-07T06:18:25.0365080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/compat/__pycache__/py312.cpython-313.pyc 2025-09-07T06:18:25.0366700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/compat/__pycache__/py310.cpython-313.pyc 2025-09-07T06:18:25.0368320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/compat/__pycache__/py311.cpython-313.pyc 2025-09-07T06:18:25.0369820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/compat/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.0371300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/compat/__pycache__/py39.cpython-313.pyc 2025-09-07T06:18:25.0372620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/compat/py311.py 2025-09-07T06:18:25.0373920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/compat/py310.py 2025-09-07T06:18:25.0375120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/archive_util.py 2025-09-07T06:18:25.0376460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_imp.py 2025-09-07T06:18:25.0377750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/version.py 2025-09-07T06:18:25.0378980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/modified.py 2025-09-07T06:18:25.0380300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/tags.py 2025-09-07T06:18:25.0381940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/_musllinux.py 2025-09-07T06:18:25.0383380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/metadata.py 2025-09-07T06:18:25.0384730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/version.py 2025-09-07T06:18:25.0386300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/licenses/__init__.py 2025-09-07T06:18:25.0388140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/licenses/_spdx.py 2025-09-07T06:18:25.0389870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/licenses/__pycache__/_spdx.cpython-313.pyc 2025-09-07T06:18:25.0391570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/licenses/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.0392960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/__init__.py 2025-09-07T06:18:25.0394680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-313.pyc 2025-09-07T06:18:25.0396500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-313.pyc 2025-09-07T06:18:25.0398270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/_musllinux.cpython-313.pyc 2025-09-07T06:18:25.0399820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:25.0401470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/tags.cpython-313.pyc 2025-09-07T06:18:25.0403130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/metadata.cpython-313.pyc 2025-09-07T06:18:25.0404810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/_tokenizer.cpython-313.pyc 2025-09-07T06:18:25.0406390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/_manylinux.cpython-313.pyc 2025-09-07T06:18:25.0408250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-313.pyc 2025-09-07T06:18:25.0409820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.0411670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-313.pyc 2025-09-07T06:18:25.0413430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:25.0415200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/_elffile.cpython-313.pyc 2025-09-07T06:18:25.0416730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/_parser.cpython-313.pyc 2025-09-07T06:18:25.0418140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/_parser.py 2025-09-07T06:18:25.0419860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/utils.py 2025-09-07T06:18:25.0421310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/requirements.py 2025-09-07T06:18:25.0423300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/_structures.py 2025-09-07T06:18:25.0424410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/markers.py 2025-09-07T06:18:25.0425680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/py.typed 2025-09-07T06:18:25.0427160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/_manylinux.py 2025-09-07T06:18:25.0428730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/_tokenizer.py 2025-09-07T06:18:25.0430440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/specifiers.py 2025-09-07T06:18:25.0432250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/_elffile.py 2025-09-07T06:18:25.0433740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/RECORD 2025-09-07T06:18:25.0435270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/LICENSE 2025-09-07T06:18:25.0437090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/WHEEL 2025-09-07T06:18:25.0438750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/top_level.txt 2025-09-07T06:18:25.0440220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/REQUESTED 2025-09-07T06:18:25.0441900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/INSTALLER 2025-09-07T06:18:25.0443500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/METADATA 2025-09-07T06:18:25.0445130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/RECORD 2025-09-07T06:18:25.0447040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/LICENSE 2025-09-07T06:18:25.0448620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/WHEEL 2025-09-07T06:18:25.0450270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/top_level.txt 2025-09-07T06:18:25.0451890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/REQUESTED 2025-09-07T06:18:25.0453550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/INSTALLER 2025-09-07T06:18:25.0455230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/METADATA 2025-09-07T06:18:25.0456930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/RECORD 2025-09-07T06:18:25.0458570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/LICENSE 2025-09-07T06:18:25.0460250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/WHEEL 2025-09-07T06:18:25.0461900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/top_level.txt 2025-09-07T06:18:25.0463700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/REQUESTED 2025-09-07T06:18:25.0465280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/INSTALLER 2025-09-07T06:18:25.0466860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/METADATA 2025-09-07T06:18:25.0468260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/inflect/compat/py38.py 2025-09-07T06:18:25.0469690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/inflect/compat/__init__.py 2025-09-07T06:18:25.0471680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/inflect/compat/__pycache__/py38.cpython-313.pyc 2025-09-07T06:18:25.0473460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/inflect/compat/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.0474870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/inflect/__init__.py 2025-09-07T06:18:25.0476780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/inflect/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.0478250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/inflect/py.typed 2025-09-07T06:18:25.0479900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco/__pycache__/context.cpython-313.pyc 2025-09-07T06:18:25.0481290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco/context.py 2025-09-07T06:18:25.0482840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco/functools/__init__.pyi 2025-09-07T06:18:25.0484400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco/functools/__init__.py 2025-09-07T06:18:25.0486160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco/functools/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.0487630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco/functools/py.typed 2025-09-07T06:18:25.0489250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/to-qwerty.py 2025-09-07T06:18:25.0490990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/show-newlines.py 2025-09-07T06:18:25.0492580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/to-dvorak.py 2025-09-07T06:18:25.0494120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/__init__.py 2025-09-07T06:18:25.0495990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/__pycache__/strip-prefix.cpython-313.pyc 2025-09-07T06:18:25.0497740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/__pycache__/to-qwerty.cpython-313.pyc 2025-09-07T06:18:25.0499570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/__pycache__/show-newlines.cpython-313.pyc 2025-09-07T06:18:25.0501270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/__pycache__/layouts.cpython-313.pyc 2025-09-07T06:18:25.0502880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/__pycache__/to-dvorak.cpython-313.pyc 2025-09-07T06:18:25.0504470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.0505980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/strip-prefix.py 2025-09-07T06:18:25.0507610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/Lorem ipsum.txt 2025-09-07T06:18:25.0508830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/layouts.py 2025-09-07T06:18:25.0509990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco/collections/__init__.py 2025-09-07T06:18:25.0511520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco/collections/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.0512840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco/collections/py.typed 2025-09-07T06:18:25.0514580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/RECORD 2025-09-07T06:18:25.0516230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/LICENSE 2025-09-07T06:18:25.0517810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/WHEEL 2025-09-07T06:18:25.0519930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/top_level.txt 2025-09-07T06:18:25.0521710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/INSTALLER 2025-09-07T06:18:25.0523350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/METADATA 2025-09-07T06:18:25.0524940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/RECORD 2025-09-07T06:18:25.0526780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/LICENSE 2025-09-07T06:18:25.0528220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/WHEEL 2025-09-07T06:18:25.0529880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/top_level.txt 2025-09-07T06:18:25.0531460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/INSTALLER 2025-09-07T06:18:25.0533290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/METADATA 2025-09-07T06:18:25.0534860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/RECORD 2025-09-07T06:18:25.0536420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/LICENSE 2025-09-07T06:18:25.0537940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/WHEEL 2025-09-07T06:18:25.0539540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/top_level.txt 2025-09-07T06:18:25.0541020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/INSTALLER 2025-09-07T06:18:25.0542730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/METADATA 2025-09-07T06:18:25.0544230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/_meta.py 2025-09-07T06:18:25.0546000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/compat/py39.py 2025-09-07T06:18:25.0547640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/compat/__init__.py 2025-09-07T06:18:25.0549500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/compat/__pycache__/py311.cpython-313.pyc 2025-09-07T06:18:25.0551310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/compat/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.0553200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/compat/__pycache__/py39.cpython-313.pyc 2025-09-07T06:18:25.0554790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/compat/py311.py 2025-09-07T06:18:25.0556270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/_text.py 2025-09-07T06:18:25.0557850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/__init__.py 2025-09-07T06:18:25.0559250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/_functools.py 2025-09-07T06:18:25.0561210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_functools.cpython-313.pyc 2025-09-07T06:18:25.0563090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_text.cpython-313.pyc 2025-09-07T06:18:25.0565070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_compat.cpython-313.pyc 2025-09-07T06:18:25.0566810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_meta.cpython-313.pyc 2025-09-07T06:18:25.0568650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_adapters.cpython-313.pyc 2025-09-07T06:18:25.0570400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/diagnose.cpython-313.pyc 2025-09-07T06:18:25.0572160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.0573980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_collections.cpython-313.pyc 2025-09-07T06:18:25.0575750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_itertools.cpython-313.pyc 2025-09-07T06:18:25.0577210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/diagnose.py 2025-09-07T06:18:25.0578810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/_collections.py 2025-09-07T06:18:25.0580260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/_itertools.py 2025-09-07T06:18:25.0581900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/py.typed 2025-09-07T06:18:25.0583450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/_adapters.py 2025-09-07T06:18:25.0584880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/_compat.py 2025-09-07T06:18:25.0586190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/metadata.py 2025-09-07T06:18:25.0587730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/macosx_libfile.py 2025-09-07T06:18:25.0589240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/util.py 2025-09-07T06:18:25.0590640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/_setuptools_logging.py 2025-09-07T06:18:25.0592000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/__init__.py 2025-09-07T06:18:25.0593740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/__pycache__/_bdist_wheel.cpython-313.pyc 2025-09-07T06:18:25.0595360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/__pycache__/bdist_wheel.cpython-313.pyc 2025-09-07T06:18:25.0597010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/__pycache__/metadata.cpython-313.pyc 2025-09-07T06:18:25.0598730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/__pycache__/util.cpython-313.pyc 2025-09-07T06:18:25.0600390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/__pycache__/macosx_libfile.cpython-313.pyc 2025-09-07T06:18:25.0602070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/__pycache__/wheelfile.cpython-313.pyc 2025-09-07T06:18:25.0604000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/__pycache__/_setuptools_logging.cpython-313.pyc 2025-09-07T06:18:25.0605670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:25.0607340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.0608760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/cli/pack.py 2025-09-07T06:18:25.0610170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/cli/tags.py 2025-09-07T06:18:25.0611640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/cli/convert.py 2025-09-07T06:18:25.0613140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/cli/__init__.py 2025-09-07T06:18:25.0614800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/cli/__pycache__/pack.cpython-313.pyc 2025-09-07T06:18:25.0616350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/cli/__pycache__/tags.cpython-313.pyc 2025-09-07T06:18:25.0618010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/cli/__pycache__/unpack.cpython-313.pyc 2025-09-07T06:18:25.0619920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/cli/__pycache__/convert.cpython-313.pyc 2025-09-07T06:18:25.0621480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/cli/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.0622760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/cli/unpack.py 2025-09-07T06:18:25.0624300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/bdist_wheel.py 2025-09-07T06:18:25.0626020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/tags.py 2025-09-07T06:18:25.0627710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/_musllinux.py 2025-09-07T06:18:25.0629240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/version.py 2025-09-07T06:18:25.0630730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE 2025-09-07T06:18:25.0632220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE.APACHE 2025-09-07T06:18:25.0633870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__init__.py 2025-09-07T06:18:25.0635720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/markers.cpython-313.pyc 2025-09-07T06:18:25.0637460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/requirements.cpython-313.pyc 2025-09-07T06:18:25.0639670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_musllinux.cpython-313.pyc 2025-09-07T06:18:25.0641580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:25.0643470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/tags.cpython-313.pyc 2025-09-07T06:18:25.0645260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_tokenizer.cpython-313.pyc 2025-09-07T06:18:25.0647090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_manylinux.cpython-313.pyc 2025-09-07T06:18:25.0649040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_structures.cpython-313.pyc 2025-09-07T06:18:25.0650830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.0652830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/specifiers.cpython-313.pyc 2025-09-07T06:18:25.0654550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:25.0656440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_elffile.cpython-313.pyc 2025-09-07T06:18:25.0658280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_parser.cpython-313.pyc 2025-09-07T06:18:25.0659730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/_parser.py 2025-09-07T06:18:25.0661370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE.BSD 2025-09-07T06:18:25.0662860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/utils.py 2025-09-07T06:18:25.0664490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/requirements.py 2025-09-07T06:18:25.0666150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/_structures.py 2025-09-07T06:18:25.0667790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/markers.py 2025-09-07T06:18:25.0669480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/_manylinux.py 2025-09-07T06:18:25.0670780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/_tokenizer.py 2025-09-07T06:18:25.0672140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/specifiers.py 2025-09-07T06:18:25.0673290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/_elffile.py 2025-09-07T06:18:25.0674550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/vendor.txt 2025-09-07T06:18:25.0676090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/__init__.py 2025-09-07T06:18:25.0677840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.0679170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/_bdist_wheel.py 2025-09-07T06:18:25.0680590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/wheelfile.py 2025-09-07T06:18:25.0681990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/__main__.py 2025-09-07T06:18:25.0683500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/zipp/compat/__init__.py 2025-09-07T06:18:25.0685170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/zipp/compat/__pycache__/py310.cpython-313.pyc 2025-09-07T06:18:25.0686780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/zipp/compat/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.0688040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/zipp/compat/py310.py 2025-09-07T06:18:25.0689560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/zipp/__init__.py 2025-09-07T06:18:25.0691090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/zipp/__pycache__/glob.cpython-313.pyc 2025-09-07T06:18:25.0692720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/zipp/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.0694070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/zipp/glob.py 2025-09-07T06:18:25.0695520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/RECORD 2025-09-07T06:18:25.0697090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/LICENSE 2025-09-07T06:18:25.0698830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/WHEEL 2025-09-07T06:18:25.0700430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/top_level.txt 2025-09-07T06:18:25.0701980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/INSTALLER 2025-09-07T06:18:25.0703740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/METADATA 2025-09-07T06:18:25.0705590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/__pycache__/typing_extensions.cpython-313.pyc 2025-09-07T06:18:25.0707140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/__init__.pyi 2025-09-07T06:18:25.0708600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/more.pyi 2025-09-07T06:18:25.0710100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/__init__.py 2025-09-07T06:18:25.0711910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/__pycache__/more.cpython-313.pyc 2025-09-07T06:18:25.0713870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/__pycache__/recipes.cpython-313.pyc 2025-09-07T06:18:25.0715550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.0717120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/more.py 2025-09-07T06:18:25.0718540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/recipes.py 2025-09-07T06:18:25.0720080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/py.typed 2025-09-07T06:18:25.0721580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/recipes.pyi 2025-09-07T06:18:25.0723120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/backports/tarfile/compat/py38.py 2025-09-07T06:18:25.0724700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/backports/tarfile/compat/__init__.py 2025-09-07T06:18:25.0726640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/backports/tarfile/compat/__pycache__/py38.cpython-313.pyc 2025-09-07T06:18:25.0728460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/backports/tarfile/compat/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.0729810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/backports/tarfile/__init__.py 2025-09-07T06:18:25.0731760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/backports/tarfile/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:25.0733620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/backports/tarfile/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.0735020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/backports/tarfile/__main__.py 2025-09-07T06:18:25.0736380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/backports/__init__.py 2025-09-07T06:18:25.0738200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/backports/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.0739650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/autocommand/__init__.py 2025-09-07T06:18:25.0741530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/autocommand/__pycache__/autocommand.cpython-313.pyc 2025-09-07T06:18:25.0743340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/autocommand/__pycache__/automain.cpython-313.pyc 2025-09-07T06:18:25.0744950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/autocommand/__pycache__/errors.cpython-313.pyc 2025-09-07T06:18:25.0746640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/autocommand/__pycache__/autoasync.cpython-313.pyc 2025-09-07T06:18:25.0748300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/autocommand/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.0750090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/autocommand/__pycache__/autoparse.cpython-313.pyc 2025-09-07T06:18:25.0751370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/autocommand/automain.py 2025-09-07T06:18:25.0752900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/autocommand/errors.py 2025-09-07T06:18:25.0754600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/autocommand/autocommand.py 2025-09-07T06:18:25.0756080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/autocommand/autoasync.py 2025-09-07T06:18:25.0757840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/autocommand/autoparse.py 2025-09-07T06:18:25.0759290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/tomli/_types.py 2025-09-07T06:18:25.0760680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/tomli/__init__.py 2025-09-07T06:18:25.0762370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/tomli/__pycache__/_types.cpython-313.pyc 2025-09-07T06:18:25.0764090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/tomli/__pycache__/_re.cpython-313.pyc 2025-09-07T06:18:25.0766110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/tomli/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.0767710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/tomli/__pycache__/_parser.cpython-313.pyc 2025-09-07T06:18:25.0768990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/tomli/_parser.py 2025-09-07T06:18:25.0770380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/tomli/_re.py 2025-09-07T06:18:25.0771820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/tomli/py.typed 2025-09-07T06:18:25.0773570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/RECORD 2025-09-07T06:18:25.0775110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/LICENSE 2025-09-07T06:18:25.0776630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/WHEEL 2025-09-07T06:18:25.0778410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/top_level.txt 2025-09-07T06:18:25.0780100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/REQUESTED 2025-09-07T06:18:25.0781730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/INSTALLER 2025-09-07T06:18:25.0783380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/METADATA 2025-09-07T06:18:25.0784830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/RECORD 2025-09-07T06:18:25.0786480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/LICENSE 2025-09-07T06:18:25.0788160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/WHEEL 2025-09-07T06:18:25.0789970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/entry_points.txt 2025-09-07T06:18:25.0791740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/top_level.txt 2025-09-07T06:18:25.0793390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/INSTALLER 2025-09-07T06:18:25.0794990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/METADATA 2025-09-07T06:18:25.0796510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging-24.2.dist-info/RECORD 2025-09-07T06:18:25.0798140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE 2025-09-07T06:18:25.0799590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE.APACHE 2025-09-07T06:18:25.0801110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging-24.2.dist-info/WHEEL 2025-09-07T06:18:25.0802810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE.BSD 2025-09-07T06:18:25.0804450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging-24.2.dist-info/REQUESTED 2025-09-07T06:18:25.0806140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging-24.2.dist-info/INSTALLER 2025-09-07T06:18:25.0807820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging-24.2.dist-info/METADATA 2025-09-07T06:18:25.0809110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/RECORD 2025-09-07T06:18:25.0810540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/WHEEL 2025-09-07T06:18:25.0812100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/entry_points.txt 2025-09-07T06:18:25.0813660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/LICENSE.txt 2025-09-07T06:18:25.0815180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/REQUESTED 2025-09-07T06:18:25.0816680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/INSTALLER 2025-09-07T06:18:25.0818240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/METADATA 2025-09-07T06:18:25.0819900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/RECORD 2025-09-07T06:18:25.0821470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/LICENSE 2025-09-07T06:18:25.0823040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/WHEEL 2025-09-07T06:18:25.0824590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/top_level.txt 2025-09-07T06:18:25.0826270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/REQUESTED 2025-09-07T06:18:25.0827840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/INSTALLER 2025-09-07T06:18:25.0829360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/METADATA 2025-09-07T06:18:25.0830880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/RECORD 2025-09-07T06:18:25.0832330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/LICENSE 2025-09-07T06:18:25.0833490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/WHEEL 2025-09-07T06:18:25.0834710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/REQUESTED 2025-09-07T06:18:25.0836210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/INSTALLER 2025-09-07T06:18:25.0837430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/METADATA 2025-09-07T06:18:25.0839040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/RECORD 2025-09-07T06:18:25.0840690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/LICENSE 2025-09-07T06:18:25.0842320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/WHEEL 2025-09-07T06:18:25.0843910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/INSTALLER 2025-09-07T06:18:25.0845340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/METADATA 2025-09-07T06:18:25.0846880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/RECORD 2025-09-07T06:18:25.0848420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/LICENSE 2025-09-07T06:18:25.0850040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/WHEEL 2025-09-07T06:18:25.0851770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/REQUESTED 2025-09-07T06:18:25.0853280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/INSTALLER 2025-09-07T06:18:25.0854940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/METADATA 2025-09-07T06:18:25.0856660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/RECORD 2025-09-07T06:18:25.0858330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/licenses/LICENSE 2025-09-07T06:18:25.0859870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/WHEEL 2025-09-07T06:18:25.0861670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/REQUESTED 2025-09-07T06:18:25.0863390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/INSTALLER 2025-09-07T06:18:25.0864840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/METADATA 2025-09-07T06:18:25.0866200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_checkers.py 2025-09-07T06:18:25.0867650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_suppression.py 2025-09-07T06:18:25.0869220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_importhook.py 2025-09-07T06:18:25.0870760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_pytest_plugin.py 2025-09-07T06:18:25.0872390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_functions.py 2025-09-07T06:18:25.0873670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__init__.py 2025-09-07T06:18:25.0875420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/_config.cpython-313.pyc 2025-09-07T06:18:25.0877150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/_suppression.cpython-313.pyc 2025-09-07T06:18:25.0878920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/_memo.cpython-313.pyc 2025-09-07T06:18:25.0880890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/_union_transformer.cpython-313.pyc 2025-09-07T06:18:25.0882600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/_decorators.cpython-313.pyc 2025-09-07T06:18:25.0884300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/_utils.cpython-313.pyc 2025-09-07T06:18:25.0886000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/_exceptions.cpython-313.pyc 2025-09-07T06:18:25.0887900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/_checkers.cpython-313.pyc 2025-09-07T06:18:25.0889540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/_pytest_plugin.cpython-313.pyc 2025-09-07T06:18:25.0891310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/_transformer.cpython-313.pyc 2025-09-07T06:18:25.0893050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.0895040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/_functions.cpython-313.pyc 2025-09-07T06:18:25.0896720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/_importhook.cpython-313.pyc 2025-09-07T06:18:25.0898080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_decorators.py 2025-09-07T06:18:25.0899490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_memo.py 2025-09-07T06:18:25.0901110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_transformer.py 2025-09-07T06:18:25.0902660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/py.typed 2025-09-07T06:18:25.0904100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_union_transformer.py 2025-09-07T06:18:25.0905540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_config.py 2025-09-07T06:18:25.0906950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_exceptions.py 2025-09-07T06:18:25.0908390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_utils.py 2025-09-07T06:18:25.0909980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typing_extensions.py 2025-09-07T06:18:25.0911490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/macos.py 2025-09-07T06:18:25.0912810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/unix.py 2025-09-07T06:18:25.0914360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/version.py 2025-09-07T06:18:25.0915870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/__init__.py 2025-09-07T06:18:25.0917480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/__pycache__/api.cpython-313.pyc 2025-09-07T06:18:25.0919350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/__pycache__/android.cpython-313.pyc 2025-09-07T06:18:25.0921030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/__pycache__/windows.cpython-313.pyc 2025-09-07T06:18:25.0922930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/__pycache__/macos.cpython-313.pyc 2025-09-07T06:18:25.0924700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:25.0926410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.0928200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:25.0929920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/__pycache__/unix.cpython-313.pyc 2025-09-07T06:18:25.0931290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/api.py 2025-09-07T06:18:25.0932590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/android.py 2025-09-07T06:18:25.0933900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/py.typed 2025-09-07T06:18:25.0935450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/windows.py 2025-09-07T06:18:25.0936900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/__main__.py 2025-09-07T06:18:25.0938270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/discovery.py 2025-09-07T06:18:25.0939700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/__init__.py 2025-09-07T06:18:25.0941380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/__pycache__/expand.cpython-313.pyc 2025-09-07T06:18:25.0943020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/__pycache__/setupcfg.cpython-313.pyc 2025-09-07T06:18:25.0944660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/__pycache__/_apply_pyprojecttoml.cpython-313.pyc 2025-09-07T06:18:25.0946360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/__pycache__/pyprojecttoml.cpython-313.pyc 2025-09-07T06:18:25.0948010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.0949730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py 2025-09-07T06:18:25.0951670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/extra_validations.py 2025-09-07T06:18:25.0953300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/error_reporting.py 2025-09-07T06:18:25.0955010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/__init__.py 2025-09-07T06:18:25.0956900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/__pycache__/formats.cpython-313.pyc 2025-09-07T06:18:25.0958850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_validations.cpython-313.pyc 2025-09-07T06:18:25.0960690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/__pycache__/extra_validations.cpython-313.pyc 2025-09-07T06:18:25.0962750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/__pycache__/error_reporting.cpython-313.pyc 2025-09-07T06:18:25.0964610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_exceptions.cpython-313.pyc 2025-09-07T06:18:25.0966370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.0967880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/NOTICE 2025-09-07T06:18:25.0969990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_validations.py 2025-09-07T06:18:25.0971600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/formats.py 2025-09-07T06:18:25.0972770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/NOTICE 2025-09-07T06:18:25.0973980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/setupcfg.py 2025-09-07T06:18:25.0975620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/setuptools.schema.json 2025-09-07T06:18:25.0977190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py 2025-09-07T06:18:25.0978750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/distutils.schema.json 2025-09-07T06:18:25.0980030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/pyprojecttoml.py 2025-09-07T06:18:25.0981240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/expand.py 2025-09-07T06:18:25.0982460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_static.py 2025-09-07T06:18:25.0984070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/warnings.py 2025-09-07T06:18:25.0985190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/cli-64.exe 2025-09-07T06:18:25.0986470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_reqs.py 2025-09-07T06:18:25.0988050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_bdist_deprecations.py 2025-09-07T06:18:25.0989470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_build_py.py 2025-09-07T06:18:25.0991010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_build_meta.py 2025-09-07T06:18:25.0992290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/server.py 2025-09-07T06:18:25.0993790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_warnings.py 2025-09-07T06:18:25.0995140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/compat/py39.py 2025-09-07T06:18:25.0996240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/compat/__init__.py 2025-09-07T06:18:25.0997660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/compat/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.0998870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/compat/__pycache__/py39.cpython-313.pyc 2025-09-07T06:18:25.0999850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/textwrap.py 2025-09-07T06:18:25.1000930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_logging.py 2025-09-07T06:18:25.1002030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_virtualenv.py 2025-09-07T06:18:25.1003110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_namespaces.py 2025-09-07T06:18:25.1004240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_shutil_wrapper.py 2025-09-07T06:18:25.1005330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/script-with-bom.py 2025-09-07T06:18:25.1006560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_distutils_adoption.py 2025-09-07T06:18:25.1007900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/config/test_pyprojecttoml_dynamic_deps.py 2025-09-07T06:18:25.1008940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/config/__init__.py 2025-09-07T06:18:25.1010750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/config/test_expand.py 2025-09-07T06:18:25.1012350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/config/__pycache__/test_expand.cpython-313.pyc 2025-09-07T06:18:25.1014100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/config/__pycache__/test_pyprojecttoml_dynamic_deps.cpython-313.pyc 2025-09-07T06:18:25.1015730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/config/__pycache__/test_pyprojecttoml.cpython-313.pyc 2025-09-07T06:18:25.1017660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/config/__pycache__/test_setupcfg.cpython-313.pyc 2025-09-07T06:18:25.1019410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/config/__pycache__/test_apply_pyprojecttoml.cpython-313.pyc 2025-09-07T06:18:25.1020940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/config/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.1022490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/config/setupcfg_examples.txt 2025-09-07T06:18:25.1023920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/config/test_setupcfg.py 2025-09-07T06:18:25.1025260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/config/test_pyprojecttoml.py 2025-09-07T06:18:25.1026650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/config/downloads/preload.py 2025-09-07T06:18:25.1028170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/config/downloads/__init__.py 2025-09-07T06:18:25.1030130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/config/downloads/__pycache__/preload.cpython-313.pyc 2025-09-07T06:18:25.1031890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/config/downloads/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.1033390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/config/test_apply_pyprojecttoml.py 2025-09-07T06:18:25.1034640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_depends.py 2025-09-07T06:18:25.1036290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/integration/__init__.py 2025-09-07T06:18:25.1038160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/integration/__pycache__/helpers.cpython-313.pyc 2025-09-07T06:18:25.1040070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/integration/__pycache__/test_pip_install_sdist.cpython-313.pyc 2025-09-07T06:18:25.1041610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/integration/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.1043100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/integration/helpers.py 2025-09-07T06:18:25.1044810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/integration/test_pip_install_sdist.py 2025-09-07T06:18:25.1046220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_core_metadata.py 2025-09-07T06:18:25.1047560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_extern.py 2025-09-07T06:18:25.1048890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__init__.py 2025-09-07T06:18:25.1050560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_packageindex.cpython-313.pyc 2025-09-07T06:18:25.1052280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_shutil_wrapper.cpython-313.pyc 2025-09-07T06:18:25.1058180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/script-with-bom.cpython-313.pyc 2025-09-07T06:18:25.1058630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_bdist_deprecations.cpython-313.pyc 2025-09-07T06:18:25.1059020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_install_scripts.cpython-313.pyc 2025-09-07T06:18:25.1059410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_config_discovery.cpython-313.pyc 2025-09-07T06:18:25.1061070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_distutils_adoption.cpython-313.pyc 2025-09-07T06:18:25.1062710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/namespaces.cpython-313.pyc 2025-09-07T06:18:25.1064550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_manifest.cpython-313.pyc 2025-09-07T06:18:25.1066370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_bdist_egg.cpython-313.pyc 2025-09-07T06:18:25.1067830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_egg_info.cpython-313.pyc 2025-09-07T06:18:25.1069530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_build_py.cpython-313.pyc 2025-09-07T06:18:25.1070880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/server.cpython-313.pyc 2025-09-07T06:18:25.1072660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_archive_util.cpython-313.pyc 2025-09-07T06:18:25.1074300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_sdist.cpython-313.pyc 2025-09-07T06:18:25.1076040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/contexts.cpython-313.pyc 2025-09-07T06:18:25.1077590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_warnings.cpython-313.pyc 2025-09-07T06:18:25.1079140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_core_metadata.cpython-313.pyc 2025-09-07T06:18:25.1080770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/textwrap.cpython-313.pyc 2025-09-07T06:18:25.1082370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_build_clib.cpython-313.pyc 2025-09-07T06:18:25.1084090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_setopt.cpython-313.pyc 2025-09-07T06:18:25.1085800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_namespaces.cpython-313.pyc 2025-09-07T06:18:25.1087490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_wheel.cpython-313.pyc 2025-09-07T06:18:25.1089080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_depends.cpython-313.pyc 2025-09-07T06:18:25.1090920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/text.cpython-313.pyc 2025-09-07T06:18:25.1092670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/environment.cpython-313.pyc 2025-09-07T06:18:25.1094330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_find_packages.cpython-313.pyc 2025-09-07T06:18:25.1095990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_bdist_wheel.cpython-313.pyc 2025-09-07T06:18:25.1097770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_easy_install.cpython-313.pyc 2025-09-07T06:18:25.1099350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_dist.cpython-313.pyc 2025-09-07T06:18:25.1100990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_dist_info.cpython-313.pyc 2025-09-07T06:18:25.1102760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_setuptools.cpython-313.pyc 2025-09-07T06:18:25.1104230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/fixtures.cpython-313.pyc 2025-09-07T06:18:25.1105810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_virtualenv.cpython-313.pyc 2025-09-07T06:18:25.1107270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_develop.cpython-313.pyc 2025-09-07T06:18:25.1108840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_build.cpython-313.pyc 2025-09-07T06:18:25.1110540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_sandbox.cpython-313.pyc 2025-09-07T06:18:25.1112230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_extern.cpython-313.pyc 2025-09-07T06:18:25.1113840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_build_meta.cpython-313.pyc 2025-09-07T06:18:25.1115280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_glob.cpython-313.pyc 2025-09-07T06:18:25.1116960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_find_py_modules.cpython-313.pyc 2025-09-07T06:18:25.1118710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_editable_install.cpython-313.pyc 2025-09-07T06:18:25.1120390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_unicode_utils.cpython-313.pyc 2025-09-07T06:18:25.1122100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_build_ext.cpython-313.pyc 2025-09-07T06:18:25.1123540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.1125390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_logging.cpython-313.pyc 2025-09-07T06:18:25.1127110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_windows_wrappers.cpython-313.pyc 2025-09-07T06:18:25.1129020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__pycache__/mod_with_constant.cpython-313.pyc 2025-09-07T06:18:25.1130480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_manifest.py 2025-09-07T06:18:25.1131860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_build_clib.py 2025-09-07T06:18:25.1133170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_setopt.py 2025-09-07T06:18:25.1134640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_wheel.py 2025-09-07T06:18:25.1136140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_egg_info.py 2025-09-07T06:18:25.1137470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_build.py 2025-09-07T06:18:25.1139010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_install_scripts.py 2025-09-07T06:18:25.1140560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_find_py_modules.py 2025-09-07T06:18:25.1141980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_build_ext.py 2025-09-07T06:18:25.1143470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_unicode_utils.py 2025-09-07T06:18:25.1144750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/text.py 2025-09-07T06:18:25.1146150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_bdist_egg.py 2025-09-07T06:18:25.1147520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_sandbox.py 2025-09-07T06:18:25.1148800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_glob.py 2025-09-07T06:18:25.1150070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/environment.py 2025-09-07T06:18:25.1151590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_config_discovery.py 2025-09-07T06:18:25.1152970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_windows_wrappers.py 2025-09-07T06:18:25.1154660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/mod_with_constant.py 2025-09-07T06:18:25.1156040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_find_packages.py 2025-09-07T06:18:25.1157070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/contexts.py 2025-09-07T06:18:25.1158280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_packageindex.py 2025-09-07T06:18:25.1159310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_setuptools.py 2025-09-07T06:18:25.1160320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_dist.py 2025-09-07T06:18:25.1161440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_bdist_wheel.py 2025-09-07T06:18:25.1162510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_develop.py 2025-09-07T06:18:25.1163650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_editable_install.py 2025-09-07T06:18:25.1164940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_easy_install.py 2025-09-07T06:18:25.1166300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/fixtures.py 2025-09-07T06:18:25.1167710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/namespaces.py 2025-09-07T06:18:25.1168950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_sdist.py 2025-09-07T06:18:25.1170340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_archive_util.py 2025-09-07T06:18:25.1171990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/indexes/test_links_priority/external.html 2025-09-07T06:18:25.1173750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/indexes/test_links_priority/simple/foobar/index.html 2025-09-07T06:18:25.1174890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_dist_info.py 2025-09-07T06:18:25.1176200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/gui-64.exe 2025-09-07T06:18:25.1177330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/depends.py 2025-09-07T06:18:25.1178680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__init__.py 2025-09-07T06:18:25.1180160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/dist.cpython-313.pyc 2025-09-07T06:18:25.1181680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/modified.cpython-313.pyc 2025-09-07T06:18:25.1182990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/sandbox.cpython-313.pyc 2025-09-07T06:18:25.1184530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/discovery.cpython-313.pyc 2025-09-07T06:18:25.1186070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/unicode_utils.cpython-313.pyc 2025-09-07T06:18:25.1187630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/launch.cpython-313.pyc 2025-09-07T06:18:25.1189100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/namespaces.cpython-313.pyc 2025-09-07T06:18:25.1190590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/msvc.cpython-313.pyc 2025-09-07T06:18:25.1192160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/windows_support.cpython-313.pyc 2025-09-07T06:18:25.1193650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/_entry_points.cpython-313.pyc 2025-09-07T06:18:25.1195120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/_normalization.cpython-313.pyc 2025-09-07T06:18:25.1196480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/logging.cpython-313.pyc 2025-09-07T06:18:25.1198090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/glob.cpython-313.pyc 2025-09-07T06:18:25.1199820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/_core_metadata.cpython-313.pyc 2025-09-07T06:18:25.1201260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/_path.cpython-313.pyc 2025-09-07T06:18:25.1202920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/errors.cpython-313.pyc 2025-09-07T06:18:25.1204560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/archive_util.cpython-313.pyc 2025-09-07T06:18:25.1206060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/_reqs.cpython-313.pyc 2025-09-07T06:18:25.1207570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/wheel.cpython-313.pyc 2025-09-07T06:18:25.1209290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/_importlib.cpython-313.pyc 2025-09-07T06:18:25.1210640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/warnings.cpython-313.pyc 2025-09-07T06:18:25.1212260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/_imp.cpython-313.pyc 2025-09-07T06:18:25.1213980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/_static.cpython-313.pyc 2025-09-07T06:18:25.1215620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/extension.cpython-313.pyc 2025-09-07T06:18:25.1217240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/build_meta.cpython-313.pyc 2025-09-07T06:18:25.1218720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/depends.cpython-313.pyc 2025-09-07T06:18:25.1220280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/monkey.cpython-313.pyc 2025-09-07T06:18:25.1221920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/installer.cpython-313.pyc 2025-09-07T06:18:25.1223300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.1224940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:25.1226520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/_shutil.cpython-313.pyc 2025-09-07T06:18:25.1228170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/package_index.cpython-313.pyc 2025-09-07T06:18:25.1229590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/_itertools.cpython-313.pyc 2025-09-07T06:18:25.1230740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/installer.py 2025-09-07T06:18:25.1232100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/glob.py 2025-09-07T06:18:25.1233380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/sandbox.py 2025-09-07T06:18:25.1234670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/script.tmpl 2025-09-07T06:18:25.1235790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/launch.py 2025-09-07T06:18:25.1237060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/extension.py 2025-09-07T06:18:25.1238270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_core_metadata.py 2025-09-07T06:18:25.1239700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/unicode_utils.py 2025-09-07T06:18:25.1240890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_itertools.py 2025-09-07T06:18:25.1242140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/monkey.py 2025-09-07T06:18:25.1243580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/build_meta.py 2025-09-07T06:18:25.1244630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/cli.exe 2025-09-07T06:18:25.1246080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/errors.py 2025-09-07T06:18:25.1247580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/build.py 2025-09-07T06:18:25.1248990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/bdist_egg.py 2025-09-07T06:18:25.1250170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/alias.py 2025-09-07T06:18:25.1251460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/build_ext.py 2025-09-07T06:18:25.1252860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/easy_install.py 2025-09-07T06:18:25.1254230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/editable_wheel.py 2025-09-07T06:18:25.1255620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/launcher manifest.xml 2025-09-07T06:18:25.1257010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/install_scripts.py 2025-09-07T06:18:25.1258270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/dist_info.py 2025-09-07T06:18:25.1259790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/install_lib.py 2025-09-07T06:18:25.1261110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/build_py.py 2025-09-07T06:18:25.1262620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/__init__.py 2025-09-07T06:18:25.1264390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/__pycache__/develop.cpython-313.pyc 2025-09-07T06:18:25.1266000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/__pycache__/setopt.cpython-313.pyc 2025-09-07T06:18:25.1267460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/__pycache__/rotate.cpython-313.pyc 2025-09-07T06:18:25.1269300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/__pycache__/editable_wheel.cpython-313.pyc 2025-09-07T06:18:25.1270830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/__pycache__/alias.cpython-313.pyc 2025-09-07T06:18:25.1272490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/__pycache__/dist_info.cpython-313.pyc 2025-09-07T06:18:25.1274160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/__pycache__/build_clib.cpython-313.pyc 2025-09-07T06:18:25.1275780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/__pycache__/easy_install.cpython-313.pyc 2025-09-07T06:18:25.1277280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/__pycache__/saveopts.cpython-313.pyc 2025-09-07T06:18:25.1279020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/__pycache__/build_ext.cpython-313.pyc 2025-09-07T06:18:25.1280550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/__pycache__/install_lib.cpython-313.pyc 2025-09-07T06:18:25.1282150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-313.pyc 2025-09-07T06:18:25.1283720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/__pycache__/_requirestxt.cpython-313.pyc 2025-09-07T06:18:25.1285230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/__pycache__/build.cpython-313.pyc 2025-09-07T06:18:25.1286710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/__pycache__/test.cpython-313.pyc 2025-09-07T06:18:25.1288270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/__pycache__/bdist_wheel.cpython-313.pyc 2025-09-07T06:18:25.1289910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/__pycache__/install.cpython-313.pyc 2025-09-07T06:18:25.1291430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-313.pyc 2025-09-07T06:18:25.1293190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-313.pyc 2025-09-07T06:18:25.1294830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/__pycache__/install_scripts.cpython-313.pyc 2025-09-07T06:18:25.1296420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/__pycache__/sdist.cpython-313.pyc 2025-09-07T06:18:25.1297900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.1299580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/__pycache__/build_py.cpython-313.pyc 2025-09-07T06:18:25.1301290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/__pycache__/egg_info.cpython-313.pyc 2025-09-07T06:18:25.1302500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/sdist.py 2025-09-07T06:18:25.1303760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/test.py 2025-09-07T06:18:25.1305130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/saveopts.py 2025-09-07T06:18:25.1306450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/bdist_rpm.py 2025-09-07T06:18:25.1308010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/build_clib.py 2025-09-07T06:18:25.1309450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/bdist_wheel.py 2025-09-07T06:18:25.1310860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/egg_info.py 2025-09-07T06:18:25.1312290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/_requirestxt.py 2025-09-07T06:18:25.1313600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/install.py 2025-09-07T06:18:25.1315010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/develop.py 2025-09-07T06:18:25.1316110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/rotate.py 2025-09-07T06:18:25.1317250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/install_egg_info.py 2025-09-07T06:18:25.1318270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/setopt.py 2025-09-07T06:18:25.1319270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/msvc.py 2025-09-07T06:18:25.1320540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_importlib.py 2025-09-07T06:18:25.1321860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_entry_points.py 2025-09-07T06:18:25.1322930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/cli-32.exe 2025-09-07T06:18:25.1324080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/gui-32.exe 2025-09-07T06:18:25.1325470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/gui.exe 2025-09-07T06:18:25.1326830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/dist.py 2025-09-07T06:18:25.1328440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/_msvccompiler.py 2025-09-07T06:18:25.1329770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/_modified.py 2025-09-07T06:18:25.1331210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/unixccompiler.py 2025-09-07T06:18:25.1332630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/filelist.py 2025-09-07T06:18:25.1334110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/ccompiler.py 2025-09-07T06:18:25.1335600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compat/py39.py 2025-09-07T06:18:25.1337180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compat/__init__.py 2025-09-07T06:18:25.1338630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compat/numpy.py 2025-09-07T06:18:25.1340360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compat/__pycache__/numpy.cpython-313.pyc 2025-09-07T06:18:25.1341900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compat/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.1343630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compat/__pycache__/py39.cpython-313.pyc 2025-09-07T06:18:25.1345040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/archive_util.py 2025-09-07T06:18:25.1346360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/cmd.py 2025-09-07T06:18:25.1348040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/version.py 2025-09-07T06:18:25.1349300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/log.py 2025-09-07T06:18:25.1350640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/util.py 2025-09-07T06:18:25.1352220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/fancy_getopt.py 2025-09-07T06:18:25.1353670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_bdist.py 2025-09-07T06:18:25.1355390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_text_file.py 2025-09-07T06:18:25.1356970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_version.py 2025-09-07T06:18:25.1358560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_install_lib.py 2025-09-07T06:18:25.1360020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_build_py.py 2025-09-07T06:18:25.1361570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_extension.py 2025-09-07T06:18:25.1363070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/compat/py39.py 2025-09-07T06:18:25.1364780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/compat/__init__.py 2025-09-07T06:18:25.1366490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/compat/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.1368290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/compat/__pycache__/py39.cpython-313.pyc 2025-09-07T06:18:25.1369820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_spawn.py 2025-09-07T06:18:25.1371270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/support.py 2025-09-07T06:18:25.1372790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_bdist_rpm.py 2025-09-07T06:18:25.1374290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_install_data.py 2025-09-07T06:18:25.1375920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_filelist.py 2025-09-07T06:18:25.1377260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_core.py 2025-09-07T06:18:25.1378630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_cmd.py 2025-09-07T06:18:25.1380140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__init__.py 2025-09-07T06:18:25.1381690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_sysconfig.py 2025-09-07T06:18:25.1383460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_extension.cpython-313.pyc 2025-09-07T06:18:25.1385070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/unix_compat.cpython-313.pyc 2025-09-07T06:18:25.1386920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_install_scripts.cpython-313.pyc 2025-09-07T06:18:25.1388660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_build_scripts.cpython-313.pyc 2025-09-07T06:18:25.1390430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_clean.cpython-313.pyc 2025-09-07T06:18:25.1392210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_util.cpython-313.pyc 2025-09-07T06:18:25.1393940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_build_py.cpython-313.pyc 2025-09-07T06:18:25.1395640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_bdist.cpython-313.pyc 2025-09-07T06:18:25.1397250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_install.cpython-313.pyc 2025-09-07T06:18:25.1399020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_archive_util.cpython-313.pyc 2025-09-07T06:18:25.1400580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_sdist.cpython-313.pyc 2025-09-07T06:18:25.1402360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_version.cpython-313.pyc 2025-09-07T06:18:25.1404020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_build_clib.cpython-313.pyc 2025-09-07T06:18:25.1405930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_config_cmd.cpython-313.pyc 2025-09-07T06:18:25.1407740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_log.cpython-313.pyc 2025-09-07T06:18:25.1409530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_dir_util.cpython-313.pyc 2025-09-07T06:18:25.1411210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_dist.cpython-313.pyc 2025-09-07T06:18:25.1413090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/support.cpython-313.pyc 2025-09-07T06:18:25.1415020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_install_lib.cpython-313.pyc 2025-09-07T06:18:25.1416850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_bdist_dumb.cpython-313.pyc 2025-09-07T06:18:25.1418690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_build.cpython-313.pyc 2025-09-07T06:18:25.1420430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_core.cpython-313.pyc 2025-09-07T06:18:25.1422060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_text_file.cpython-313.pyc 2025-09-07T06:18:25.1423980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_sysconfig.cpython-313.pyc 2025-09-07T06:18:25.1425820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_file_util.cpython-313.pyc 2025-09-07T06:18:25.1427520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_install_headers.cpython-313.pyc 2025-09-07T06:18:25.1429150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_modified.cpython-313.pyc 2025-09-07T06:18:25.1430780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_cmd.cpython-313.pyc 2025-09-07T06:18:25.1432530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_build_ext.cpython-313.pyc 2025-09-07T06:18:25.1434160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_filelist.cpython-313.pyc 2025-09-07T06:18:25.1436190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_bdist_rpm.cpython-313.pyc 2025-09-07T06:18:25.1438140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.1439860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_check.cpython-313.pyc 2025-09-07T06:18:25.1441530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_install_data.cpython-313.pyc 2025-09-07T06:18:25.1443630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_versionpredicate.cpython-313.pyc 2025-09-07T06:18:25.1445240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_spawn.cpython-313.pyc 2025-09-07T06:18:25.1446780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_util.py 2025-09-07T06:18:25.1448170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_modified.py 2025-09-07T06:18:25.1449820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_build_clib.py 2025-09-07T06:18:25.1451040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_log.py 2025-09-07T06:18:25.1452430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_build.py 2025-09-07T06:18:25.1454180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_install_scripts.py 2025-09-07T06:18:25.1455690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_build_ext.py 2025-09-07T06:18:25.1457200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_dir_util.py 2025-09-07T06:18:25.1458670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/unix_compat.py 2025-09-07T06:18:25.1460390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_install_headers.py 2025-09-07T06:18:25.1461840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_clean.py 2025-09-07T06:18:25.1463350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_check.py 2025-09-07T06:18:25.1464970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_versionpredicate.py 2025-09-07T06:18:25.1466460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_build_scripts.py 2025-09-07T06:18:25.1468030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_bdist_dumb.py 2025-09-07T06:18:25.1469480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_file_util.py 2025-09-07T06:18:25.1471030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_dist.py 2025-09-07T06:18:25.1472490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_install.py 2025-09-07T06:18:25.1474040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_config_cmd.py 2025-09-07T06:18:25.1475670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_sdist.py 2025-09-07T06:18:25.1477150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_archive_util.py 2025-09-07T06:18:25.1478650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/versionpredicate.py 2025-09-07T06:18:25.1480010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/__init__.py 2025-09-07T06:18:25.1481100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/file_util.py 2025-09-07T06:18:25.1482140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/core.py 2025-09-07T06:18:25.1483580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/dist.cpython-313.pyc 2025-09-07T06:18:25.1484680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/cmd.cpython-313.pyc 2025-09-07T06:18:25.1486050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/fancy_getopt.cpython-313.pyc 2025-09-07T06:18:25.1487260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/spawn.cpython-313.pyc 2025-09-07T06:18:25.1488660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/_macos_compat.cpython-313.pyc 2025-09-07T06:18:25.1489900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/filelist.cpython-313.pyc 2025-09-07T06:18:25.1491150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/core.cpython-313.pyc 2025-09-07T06:18:25.1492660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/zosccompiler.cpython-313.pyc 2025-09-07T06:18:25.1494290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/ccompiler.cpython-313.pyc 2025-09-07T06:18:25.1495850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/dir_util.cpython-313.pyc 2025-09-07T06:18:25.1497630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/sysconfig.cpython-313.pyc 2025-09-07T06:18:25.1499270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/file_util.cpython-313.pyc 2025-09-07T06:18:25.1501100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/errors.cpython-313.pyc 2025-09-07T06:18:25.1502620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/_msvccompiler.cpython-313.pyc 2025-09-07T06:18:25.1504140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/debug.cpython-313.pyc 2025-09-07T06:18:25.1505700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/text_file.cpython-313.pyc 2025-09-07T06:18:25.1507480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/versionpredicate.cpython-313.pyc 2025-09-07T06:18:25.1509130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/archive_util.cpython-313.pyc 2025-09-07T06:18:25.1511090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/cygwinccompiler.cpython-313.pyc 2025-09-07T06:18:25.1512820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/unixccompiler.cpython-313.pyc 2025-09-07T06:18:25.1514440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/_modified.cpython-313.pyc 2025-09-07T06:18:25.1516010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/util.cpython-313.pyc 2025-09-07T06:18:25.1517400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/log.cpython-313.pyc 2025-09-07T06:18:25.1519070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/extension.cpython-313.pyc 2025-09-07T06:18:25.1520750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/dep_util.cpython-313.pyc 2025-09-07T06:18:25.1522380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.1523800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/_log.cpython-313.pyc 2025-09-07T06:18:25.1525340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:25.1526720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/cygwinccompiler.py 2025-09-07T06:18:25.1528070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/zosccompiler.py 2025-09-07T06:18:25.1529430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/extension.py 2025-09-07T06:18:25.1530690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/debug.py 2025-09-07T06:18:25.1532050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/spawn.py 2025-09-07T06:18:25.1533490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/text_file.py 2025-09-07T06:18:25.1534810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/errors.py 2025-09-07T06:18:25.1536100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/dep_util.py 2025-09-07T06:18:25.1537510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/build.py 2025-09-07T06:18:25.1539000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/build_ext.py 2025-09-07T06:18:25.1540350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/config.py 2025-09-07T06:18:25.1541760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/clean.py 2025-09-07T06:18:25.1543270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/check.py 2025-09-07T06:18:25.1544900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/install_scripts.py 2025-09-07T06:18:25.1546320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/_framework_compat.py 2025-09-07T06:18:25.1547860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/install_headers.py 2025-09-07T06:18:25.1549310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/install_lib.py 2025-09-07T06:18:25.1550680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/build_py.py 2025-09-07T06:18:25.1552280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/bdist_dumb.py 2025-09-07T06:18:25.1553590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/__init__.py 2025-09-07T06:18:25.1555330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/install_headers.cpython-313.pyc 2025-09-07T06:18:25.1556910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/config.cpython-313.pyc 2025-09-07T06:18:25.1558630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/build_clib.cpython-313.pyc 2025-09-07T06:18:25.1560230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/check.cpython-313.pyc 2025-09-07T06:18:25.1562090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/_framework_compat.cpython-313.pyc 2025-09-07T06:18:25.1563960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/build_ext.cpython-313.pyc 2025-09-07T06:18:25.1565800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/install_lib.cpython-313.pyc 2025-09-07T06:18:25.1567630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/bdist_rpm.cpython-313.pyc 2025-09-07T06:18:25.1569410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/install_data.cpython-313.pyc 2025-09-07T06:18:25.1571100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/build.cpython-313.pyc 2025-09-07T06:18:25.1572880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/install.cpython-313.pyc 2025-09-07T06:18:25.1575090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/install_egg_info.cpython-313.pyc 2025-09-07T06:18:25.1576820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/install_scripts.cpython-313.pyc 2025-09-07T06:18:25.1578450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/bdist_dumb.cpython-313.pyc 2025-09-07T06:18:25.1579990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/sdist.cpython-313.pyc 2025-09-07T06:18:25.1582010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/build_scripts.cpython-313.pyc 2025-09-07T06:18:25.1584060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.1585710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/bdist.cpython-313.pyc 2025-09-07T06:18:25.1587380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/build_py.cpython-313.pyc 2025-09-07T06:18:25.1588920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/clean.cpython-313.pyc 2025-09-07T06:18:25.1590300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/sdist.py 2025-09-07T06:18:25.1591800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/bdist.py 2025-09-07T06:18:25.1593360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/build_scripts.py 2025-09-07T06:18:25.1594930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/bdist_rpm.py 2025-09-07T06:18:25.1596420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/build_clib.py 2025-09-07T06:18:25.1597850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/install.py 2025-09-07T06:18:25.1599480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/install_egg_info.py 2025-09-07T06:18:25.1601130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/install_data.py 2025-09-07T06:18:25.1602530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/dir_util.py 2025-09-07T06:18:25.1603990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/unix.py 2025-09-07T06:18:25.1605480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/zos.py 2025-09-07T06:18:25.1607110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/tests/test_unix.py 2025-09-07T06:18:25.1608830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/tests/test_cygwin.py 2025-09-07T06:18:25.1610650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_cygwin.cpython-313.pyc 2025-09-07T06:18:25.1612350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_unix.cpython-313.pyc 2025-09-07T06:18:25.1614340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_mingw.cpython-313.pyc 2025-09-07T06:18:25.1616090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_msvc.cpython-313.pyc 2025-09-07T06:18:25.1617690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_base.cpython-313.pyc 2025-09-07T06:18:25.1619330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/tests/test_mingw.py 2025-09-07T06:18:25.1621020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/tests/test_base.py 2025-09-07T06:18:25.1622650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/tests/test_msvc.py 2025-09-07T06:18:25.1624420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/__pycache__/zos.cpython-313.pyc 2025-09-07T06:18:25.1626060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/__pycache__/msvc.cpython-313.pyc 2025-09-07T06:18:25.1627740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/__pycache__/base.cpython-313.pyc 2025-09-07T06:18:25.1629440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/__pycache__/errors.cpython-313.pyc 2025-09-07T06:18:25.1631140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/__pycache__/cygwin.cpython-313.pyc 2025-09-07T06:18:25.1632820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/__pycache__/unix.cpython-313.pyc 2025-09-07T06:18:25.1634130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/cygwin.py 2025-09-07T06:18:25.1635640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/errors.py 2025-09-07T06:18:25.1637240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/msvc.py 2025-09-07T06:18:25.1638720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/base.py 2025-09-07T06:18:25.1639870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/sysconfig.py 2025-09-07T06:18:25.1641000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/_macos_compat.py 2025-09-07T06:18:25.1642260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/dist.py 2025-09-07T06:18:25.1643590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/_log.py 2025-09-07T06:18:25.1644820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/wheel.py 2025-09-07T06:18:25.1646070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/gui-arm64.exe 2025-09-07T06:18:25.1647400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/namespaces.py 2025-09-07T06:18:25.1648800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/script (dev).tmpl 2025-09-07T06:18:25.1650050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_shutil.py 2025-09-07T06:18:25.1651480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/pkg_resources/tests/test_resources.py 2025-09-07T06:18:25.1653170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/pkg_resources/tests/test_integration_zope_interface.py 2025-09-07T06:18:25.1654420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/pkg_resources/tests/__init__.py 2025-09-07T06:18:25.1656180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/pkg_resources/tests/__pycache__/test_working_set.cpython-313.pyc 2025-09-07T06:18:25.1657790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/pkg_resources/tests/__pycache__/test_find_distributions.cpython-313.pyc 2025-09-07T06:18:25.1659580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/pkg_resources/tests/__pycache__/test_pkg_resources.cpython-313.pyc 2025-09-07T06:18:25.1661510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/pkg_resources/tests/__pycache__/test_integration_zope_interface.cpython-313.pyc 2025-09-07T06:18:25.1663010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/pkg_resources/tests/__pycache__/test_markers.cpython-313.pyc 2025-09-07T06:18:25.1664580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/pkg_resources/tests/__pycache__/test_resources.cpython-313.pyc 2025-09-07T06:18:25.1666220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/pkg_resources/tests/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.1667560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/pkg_resources/tests/test_markers.py 2025-09-07T06:18:25.1668980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/pkg_resources/tests/test_working_set.py 2025-09-07T06:18:25.1670400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/pkg_resources/tests/test_find_distributions.py 2025-09-07T06:18:25.1672210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/pkg_resources/tests/data/my-test-package-zip/my-test-package.zip 2025-09-07T06:18:25.1673940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/pkg_resources/tests/data/my-test-package_zipped-egg/my_test_package-1.0-py3.7.egg 2025-09-07T06:18:25.1676100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/PKG-INFO 2025-09-07T06:18:25.1678030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/zip-safe 2025-09-07T06:18:25.1680200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/SOURCES.txt 2025-09-07T06:18:25.1682360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/top_level.txt 2025-09-07T06:18:25.1684580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/dependency_links.txt 2025-09-07T06:18:25.1686360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/pkg_resources/tests/data/my-test-package-source/__pycache__/setup.cpython-313.pyc 2025-09-07T06:18:25.1687790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/pkg_resources/tests/data/my-test-package-source/setup.py 2025-09-07T06:18:25.1689390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/pkg_resources/tests/data/my-test-package-source/setup.cfg 2025-09-07T06:18:25.1690800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/pkg_resources/tests/test_pkg_resources.py 2025-09-07T06:18:25.1692190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/pkg_resources/__init__.py 2025-09-07T06:18:25.1693810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/pkg_resources/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.1695220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/pkg_resources/py.typed 2025-09-07T06:18:25.1696540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/pkg_resources/api_tests.txt 2025-09-07T06:18:25.1697800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/_distutils_hack/__init__.py 2025-09-07T06:18:25.1699340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/_distutils_hack/__pycache__/override.cpython-313.pyc 2025-09-07T06:18:25.1700740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/_distutils_hack/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.1701950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/_distutils_hack/override.py 2025-09-07T06:18:25.1703410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools-78.1.1-py3.13.egg-info/PKG-INFO 2025-09-07T06:18:25.1704790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools-78.1.1-py3.13.egg-info/SOURCES.txt 2025-09-07T06:18:25.1706270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools-78.1.1-py3.13.egg-info/entry_points.txt 2025-09-07T06:18:25.1707830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools-78.1.1-py3.13.egg-info/requires.txt 2025-09-07T06:18:25.1709380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools-78.1.1-py3.13.egg-info/top_level.txt 2025-09-07T06:18:25.1710890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools-78.1.1-py3.13.egg-info/dependency_links.txt 2025-09-07T06:18:25.1711550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0.conda 2025-09-07T06:18:25.1712150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6.conda 2025-09-07T06:18:25.1713160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0.conda 2025-09-07T06:18:25.1713820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/bin/unzstd 2025-09-07T06:18:25.1714560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/bin/zstdless 2025-09-07T06:18:25.1715350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/bin/zstdgrep 2025-09-07T06:18:25.1716040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/bin/zstd 2025-09-07T06:18:25.1716790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/bin/zstdcat 2025-09-07T06:18:25.1717460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/bin/zstdmt 2025-09-07T06:18:25.1718300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/include/zdict.h 2025-09-07T06:18:25.1719300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/include/zstd_errors.h 2025-09-07T06:18:25.1720010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/include/zstd.h 2025-09-07T06:18:25.1720890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/info/repodata_record.json 2025-09-07T06:18:25.1721680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/info/test/run_test.sh 2025-09-07T06:18:25.1722770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/info/test/test_time_dependencies.json 2025-09-07T06:18:25.1723770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/info/licenses/LICENSE 2025-09-07T06:18:25.1724730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/info/recipe/patches/4019.patch 2025-09-07T06:18:25.1725600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/info/recipe/bld.bat 2025-09-07T06:18:25.1726480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/info/recipe/build.sh 2025-09-07T06:18:25.1727590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:25.1728490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/info/recipe/meta.yaml 2025-09-07T06:18:25.1729500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/info/recipe/meta.yaml.template 2025-09-07T06:18:25.1730350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/info/run_exports.json 2025-09-07T06:18:25.1731160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/info/paths.json 2025-09-07T06:18:25.1732060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/info/hash_input.json 2025-09-07T06:18:25.1732830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/info/files 2025-09-07T06:18:25.1733600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/info/about.json 2025-09-07T06:18:25.1734360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/info/has_prefix 2025-09-07T06:18:25.1735180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/info/index.json 2025-09-07T06:18:25.1735850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/info/git 2025-09-07T06:18:25.1736700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/lib/pkgconfig/libzstd.pc 2025-09-07T06:18:25.1737830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/lib/cmake/zstd/zstdConfigVersion.cmake 2025-09-07T06:18:25.1738920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/lib/cmake/zstd/zstdTargets.cmake 2025-09-07T06:18:25.1739730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/lib/cmake/zstd/zstdConfig.cmake 2025-09-07T06:18:25.1740810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/lib/cmake/zstd/zstdTargets-release.cmake 2025-09-07T06:18:25.1741570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/lib/libzstd.1.5.6.dylib 2025-09-07T06:18:25.1742400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/lib/libzstd.a 2025-09-07T06:18:25.1743340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/lib/libzstd.1.dylib 2025-09-07T06:18:25.1744210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/lib/libzstd.dylib 2025-09-07T06:18:25.1745220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/share/man/man1/unzstd.1 2025-09-07T06:18:25.1746210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/share/man/man1/zstdcat.1 2025-09-07T06:18:25.1747170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/share/man/man1/zstdless.1 2025-09-07T06:18:25.1748100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/share/man/man1/zstd.1 2025-09-07T06:18:25.1748940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/share/man/man1/zstdgrep.1 2025-09-07T06:18:25.1749750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1.conda 2025-09-07T06:18:25.1750440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0.conda 2025-09-07T06:18:25.1751120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/bin/wish8.6 2025-09-07T06:18:25.1751770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/bin/wish 2025-09-07T06:18:25.1752470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/bin/tclsh8.6 2025-09-07T06:18:25.1753210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/bin/tclsh 2025-09-07T06:18:25.1754180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/bin/sqlite3_analyzer 2025-09-07T06:18:25.1754920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkEntry.h 2025-09-07T06:18:25.1755640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tdbc.h 2025-09-07T06:18:25.1756520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkIntXlibDecls.h 2025-09-07T06:18:25.1757340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkMenubutton.h 2025-09-07T06:18:25.1758040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkUuid.h 2025-09-07T06:18:25.1758870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkText.h 2025-09-07T06:18:25.1759600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkColor.h 2025-09-07T06:18:25.1760400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/mysqlStubs.h 2025-09-07T06:18:25.1761240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkMacOSXPrivate.h 2025-09-07T06:18:25.1762060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkPort.h 2025-09-07T06:18:25.1762860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/pqStubs.h 2025-09-07T06:18:25.1763640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tclOODecls.h 2025-09-07T06:18:25.1764610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/itclTclIntStubsFcn.h 2025-09-07T06:18:25.1765440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tclPort.h 2025-09-07T06:18:25.1766230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkDList.h 2025-09-07T06:18:25.1767000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/itclIntDecls.h 2025-09-07T06:18:25.1767850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkMacOSXFont.h 2025-09-07T06:18:25.1768590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkUnixInt.h 2025-09-07T06:18:25.1769560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tclUnixPort.h 2025-09-07T06:18:25.1770350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tcl.h 2025-09-07T06:18:25.1771320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/itclMigrate2TclCore.h 2025-09-07T06:18:25.1772070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/itcl.h 2025-09-07T06:18:25.1772990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tclIntDecls.h 2025-09-07T06:18:25.1773940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkImgPhoto.h 2025-09-07T06:18:25.1774730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tclInt.h 2025-09-07T06:18:25.1775560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tclThread.h 2025-09-07T06:18:25.1776400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkScale.h 2025-09-07T06:18:25.1777470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tclIntPlatDecls.h 2025-09-07T06:18:25.1778320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tdbcInt.h 2025-09-07T06:18:25.1779280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tk3d.h 2025-09-07T06:18:25.1780290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tdbcDecls.h 2025-09-07T06:18:25.1781230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tclOOInt.h 2025-09-07T06:18:25.1781970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkUnixDefault.h 2025-09-07T06:18:25.1782780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tclOO.h 2025-09-07T06:18:25.1783840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkMacOSXColor.h 2025-09-07T06:18:25.1784570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/itcl2TclOO.h 2025-09-07T06:18:25.1785260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkUndo.h 2025-09-07T06:18:25.1786220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkMacOSXDefault.h 2025-09-07T06:18:25.1787030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkMacOSXWm.h 2025-09-07T06:18:25.1787820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkInt.h 2025-09-07T06:18:25.1788750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkFileFilter.h 2025-09-07T06:18:25.1789550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkMenu.h 2025-09-07T06:18:25.1790280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tk.h 2025-09-07T06:18:25.1791260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkIntDecls.h 2025-09-07T06:18:25.1791990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/odbcStubs.h 2025-09-07T06:18:25.1792820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/fakepq.h 2025-09-07T06:18:25.1793650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/itclInt.h 2025-09-07T06:18:25.1794440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/ks_names.h 2025-09-07T06:18:25.1795220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkPlatDecls.h 2025-09-07T06:18:25.1796090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkButton.h 2025-09-07T06:18:25.1797080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkScrollbar.h 2025-09-07T06:18:25.1798110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkMacOSX.h 2025-09-07T06:18:25.1799020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tclOOIntDecls.h 2025-09-07T06:18:25.1799900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/X11/DECkeysym.h 2025-09-07T06:18:25.1800640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/X11/Xutil.h 2025-09-07T06:18:25.1801510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/X11/ap_keysym.h 2025-09-07T06:18:25.1802380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/X11/Xatom.h 2025-09-07T06:18:25.1803190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/X11/Xlib.h 2025-09-07T06:18:25.1804050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/X11/cursorfont.h 2025-09-07T06:18:25.1805020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/X11/Sunkeysym.h 2025-09-07T06:18:25.1805910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/X11/Xfuncproto.h 2025-09-07T06:18:25.1807200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/X11/keysymdef.h 2025-09-07T06:18:25.1807960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/X11/HPkeysym.h 2025-09-07T06:18:25.1808840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/X11/keysym.h 2025-09-07T06:18:25.1809660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/X11/XF86keysym.h 2025-09-07T06:18:25.1810370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/X11/X.h 2025-09-07T06:18:25.1811280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/X11/xbytes.h 2025-09-07T06:18:25.1812090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tclTomMathDecls.h 2025-09-07T06:18:25.1812900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tclTomMath.h 2025-09-07T06:18:25.1813700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkMacOSXInt.h 2025-09-07T06:18:25.1814590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkMacOSXCursors.h 2025-09-07T06:18:25.1815540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkMacOSXConstants.h 2025-09-07T06:18:25.1816310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkMacOSXEvent.h 2025-09-07T06:18:25.1817070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkMacOSXPort.h 2025-09-07T06:18:25.1817930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkCanvas.h 2025-09-07T06:18:25.1818690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkArray.h 2025-09-07T06:18:25.1819500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/fakemysql.h 2025-09-07T06:18:25.1820320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tclDecls.h 2025-09-07T06:18:25.1821180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkIntPlatDecls.h 2025-09-07T06:18:25.1821960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkDecls.h 2025-09-07T06:18:25.1822740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkBusy.h 2025-09-07T06:18:25.1823470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/fakesql.h 2025-09-07T06:18:25.1824220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/itclDecls.h 2025-09-07T06:18:25.1825090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tclPlatDecls.h 2025-09-07T06:18:25.1825920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkMacOSXXCursors.h 2025-09-07T06:18:25.1826630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/default.h 2025-09-07T06:18:25.1827390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkUnixPort.h 2025-09-07T06:18:25.1828290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkMacOSXDebug.h 2025-09-07T06:18:25.1829150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkFont.h 2025-09-07T06:18:25.1830030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkMacOSXKeysyms.h 2025-09-07T06:18:25.1830790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkSelect.h 2025-09-07T06:18:25.1831650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/repodata_record.json 2025-09-07T06:18:25.1832460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/test/run_test.sh 2025-09-07T06:18:25.1833290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/test/hello.tcl 2025-09-07T06:18:25.1834230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/licenses/tcl8.6.15/license.terms 2025-09-07T06:18:25.1834990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/recipe/hello.tcl 2025-09-07T06:18:25.1836080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/recipe/patches/0002-win-unvendor-zlib.patch 2025-09-07T06:18:25.1837030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/recipe/patches/0001-osx-lt-11.patch 2025-09-07T06:18:25.1837770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/recipe/bld.bat 2025-09-07T06:18:25.1838730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/recipe/build.sh 2025-09-07T06:18:25.1839690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:25.1840610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/recipe/meta.yaml 2025-09-07T06:18:25.1841480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:25.1842190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/run_exports.json 2025-09-07T06:18:25.1842920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/paths.json 2025-09-07T06:18:25.1843730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/hash_input.json 2025-09-07T06:18:25.1844450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/files 2025-09-07T06:18:25.1845220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/about.json 2025-09-07T06:18:25.1846020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/has_prefix 2025-09-07T06:18:25.1846750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/index.json 2025-09-07T06:18:25.1847430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/git 2025-09-07T06:18:25.1848490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tdbcmysql1.1.9/tdbcmysql.tcl 2025-09-07T06:18:25.1849510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tdbcmysql1.1.9/libtdbcmysql1.1.9.dylib 2025-09-07T06:18:25.1850420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tdbcmysql1.1.9/pkgIndex.tcl 2025-09-07T06:18:25.1851180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/libtcl8.6.dylib 2025-09-07T06:18:25.1852050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/pkgconfig/tcl.pc 2025-09-07T06:18:25.1853030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/pkgconfig/tk.pc 2025-09-07T06:18:25.1853920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tdbcodbc1.1.9/tdbcodbc.tcl 2025-09-07T06:18:25.1855080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tdbcodbc1.1.9/libtdbcodbc1.1.9.dylib 2025-09-07T06:18:25.1855950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tdbcodbc1.1.9/pkgIndex.tcl 2025-09-07T06:18:25.1856940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/sqlite3.45.3/libsqlite3.45.3.dylib 2025-09-07T06:18:25.1857870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/sqlite3.45.3/pkgIndex.tcl 2025-09-07T06:18:25.1858780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/libtclstub8.6.a 2025-09-07T06:18:25.1859620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/Tk.tiff 2025-09-07T06:18:25.1860660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/thread2.8.10/libthread2.8.10.dylib 2025-09-07T06:18:25.1861580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/thread2.8.10/pkgIndex.tcl 2025-09-07T06:18:25.1862430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/thread2.8.10/ttrace.tcl 2025-09-07T06:18:25.1863320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/panedwindow.tcl 2025-09-07T06:18:25.1864090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/tkfbox.tcl 2025-09-07T06:18:25.1864910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgbox.tcl 2025-09-07T06:18:25.1865700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/button.tcl 2025-09-07T06:18:25.1866500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/text.tcl 2025-09-07T06:18:25.1867390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/megawidget.tcl 2025-09-07T06:18:25.1868160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/tk.tcl 2025-09-07T06:18:25.1869150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/fontchooser.tcl 2025-09-07T06:18:25.1869980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/panedwindow.tcl 2025-09-07T06:18:25.1870920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/scrollbar.tcl 2025-09-07T06:18:25.1871760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/sizegrip.tcl 2025-09-07T06:18:25.1872700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/button.tcl 2025-09-07T06:18:25.1873650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/defaults.tcl 2025-09-07T06:18:25.1874500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/utils.tcl 2025-09-07T06:18:25.1875350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/ttk.tcl 2025-09-07T06:18:25.1876320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/treeview.tcl 2025-09-07T06:18:25.1877380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/classicTheme.tcl 2025-09-07T06:18:25.1878400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/spinbox.tcl 2025-09-07T06:18:25.1879400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/clamTheme.tcl 2025-09-07T06:18:25.1880490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/aquaTheme.tcl 2025-09-07T06:18:25.1881350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/xpTheme.tcl 2025-09-07T06:18:25.1882260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/entry.tcl 2025-09-07T06:18:25.1883150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/notebook.tcl 2025-09-07T06:18:25.1883970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/fonts.tcl 2025-09-07T06:18:25.1884850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/vistaTheme.tcl 2025-09-07T06:18:25.1885730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/altTheme.tcl 2025-09-07T06:18:25.1886620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/combobox.tcl 2025-09-07T06:18:25.1887570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/winTheme.tcl 2025-09-07T06:18:25.1888410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/scale.tcl 2025-09-07T06:18:25.1889350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/menubutton.tcl 2025-09-07T06:18:25.1890300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/progress.tcl 2025-09-07T06:18:25.1891170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/cursors.tcl 2025-09-07T06:18:25.1892020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/obsolete.tcl 2025-09-07T06:18:25.1892870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/mkpsenc.tcl 2025-09-07T06:18:25.1893850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/images/logoMed.gif 2025-09-07T06:18:25.1894710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/images/logo.eps 2025-09-07T06:18:25.1895730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/images/pwrdLogo150.gif 2025-09-07T06:18:25.1896560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/images/tai-ku.gif 2025-09-07T06:18:25.1897370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/images/README 2025-09-07T06:18:25.1898400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/images/pwrdLogo.eps 2025-09-07T06:18:25.1899350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/images/pwrdLogo200.gif 2025-09-07T06:18:25.1900280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/images/logoLarge.gif 2025-09-07T06:18:25.1901280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/images/pwrdLogo175.gif 2025-09-07T06:18:25.1902300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/images/pwrdLogo75.gif 2025-09-07T06:18:25.1903140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/images/pwrdLogo100.gif 2025-09-07T06:18:25.1904060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/images/logo100.gif 2025-09-07T06:18:25.1904910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/images/logo64.gif 2025-09-07T06:18:25.1905720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/spinbox.tcl 2025-09-07T06:18:25.1906580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/unsupported.tcl 2025-09-07T06:18:25.1907380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/clrpick.tcl 2025-09-07T06:18:25.1908180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/entry.tcl 2025-09-07T06:18:25.1909050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/console.tcl 2025-09-07T06:18:25.1909940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/icons.tcl 2025-09-07T06:18:25.1910790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/choosedir.tcl 2025-09-07T06:18:25.1911620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/menu.tcl 2025-09-07T06:18:25.1912420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/dialog.tcl 2025-09-07T06:18:25.1913300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/comdlg.tcl 2025-09-07T06:18:25.1914080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/tclIndex 2025-09-07T06:18:25.1914900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgs/pl.msg 2025-09-07T06:18:25.1915710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgs/el.msg 2025-09-07T06:18:25.1916540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgs/sv.msg 2025-09-07T06:18:25.1917480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgs/en.msg 2025-09-07T06:18:25.1918470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgs/eo.msg 2025-09-07T06:18:25.1919290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgs/ru.msg 2025-09-07T06:18:25.1920140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgs/fr.msg 2025-09-07T06:18:25.1921000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgs/nl.msg 2025-09-07T06:18:25.1921970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgs/cs.msg 2025-09-07T06:18:25.1922930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgs/en_gb.msg 2025-09-07T06:18:25.1923850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgs/es.msg 2025-09-07T06:18:25.1924760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgs/hu.msg 2025-09-07T06:18:25.1925650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgs/da.msg 2025-09-07T06:18:25.1926420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgs/fi.msg 2025-09-07T06:18:25.1927280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgs/zh_cn.msg 2025-09-07T06:18:25.1928140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgs/pt.msg 2025-09-07T06:18:25.1929080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgs/de.msg 2025-09-07T06:18:25.1929900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgs/it.msg 2025-09-07T06:18:25.1930840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/tearoff.tcl 2025-09-07T06:18:25.1931720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/pkgIndex.tcl 2025-09-07T06:18:25.1932660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/tkAppInit.c 2025-09-07T06:18:25.1933510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/bgerror.tcl 2025-09-07T06:18:25.1934690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/scrlbar.tcl 2025-09-07T06:18:25.1935430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/safetk.tcl 2025-09-07T06:18:25.1936440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/iconlist.tcl 2025-09-07T06:18:25.1937240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/optMenu.tcl 2025-09-07T06:18:25.1938090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/xmfbox.tcl 2025-09-07T06:18:25.1939070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/listbox.tcl 2025-09-07T06:18:25.1939820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/focus.tcl 2025-09-07T06:18:25.1940650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/style.tcl 2025-09-07T06:18:25.1941490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/bitmap.tcl 2025-09-07T06:18:25.1942460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/aniwave.tcl 2025-09-07T06:18:25.1943460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/bind.tcl 2025-09-07T06:18:25.1944570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/image1.tcl 2025-09-07T06:18:25.1945540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/textpeer.tcl 2025-09-07T06:18:25.1946370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/msgbox.tcl 2025-09-07T06:18:25.1947250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/button.tcl 2025-09-07T06:18:25.1948060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/en.msg 2025-09-07T06:18:25.1948850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/text.tcl 2025-09-07T06:18:25.1949690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/image2.tcl 2025-09-07T06:18:25.1953910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/paned2.tcl 2025-09-07T06:18:25.1954200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/filebox.tcl 2025-09-07T06:18:25.1954380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/sayings.tcl 2025-09-07T06:18:25.1954560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/plot.tcl 2025-09-07T06:18:25.1954740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/ttkscale.tcl 2025-09-07T06:18:25.1955640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/goldberg.tcl 2025-09-07T06:18:25.1956620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/widget 2025-09-07T06:18:25.1957660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/ttkprogress.tcl 2025-09-07T06:18:25.1958550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/paned1.tcl 2025-09-07T06:18:25.1959390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/ttknote.tcl 2025-09-07T06:18:25.1960180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/form.tcl 2025-09-07T06:18:25.1961190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/images/flagup.xbm 2025-09-07T06:18:25.1962120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/images/letters.xbm 2025-09-07T06:18:25.1963100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/images/earthris.gif 2025-09-07T06:18:25.1964060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/images/gray25.xbm 2025-09-07T06:18:25.1965340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/images/earthmenu.png 2025-09-07T06:18:25.1966300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/images/ouster.png 2025-09-07T06:18:25.1967360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/images/noletter.xbm 2025-09-07T06:18:25.1968350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/images/teapot.ppm 2025-09-07T06:18:25.1969340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/images/pattern.xbm 2025-09-07T06:18:25.1970420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/images/tcllogo.gif 2025-09-07T06:18:25.1971480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/images/flagdown.xbm 2025-09-07T06:18:25.1972550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/images/earth.gif 2025-09-07T06:18:25.1973630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/tree.tcl 2025-09-07T06:18:25.1974700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/floor.tcl 2025-09-07T06:18:25.1975520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/clrpick.tcl 2025-09-07T06:18:25.1976430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/spin.tcl 2025-09-07T06:18:25.1977300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/timer 2025-09-07T06:18:25.1978210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/ttkpane.tcl 2025-09-07T06:18:25.1979120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/fontchoose.tcl 2025-09-07T06:18:25.1979970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/dialog1.tcl 2025-09-07T06:18:25.1980970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/license.terms 2025-09-07T06:18:25.1981790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/nl.msg 2025-09-07T06:18:25.1982690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/dialog2.tcl 2025-09-07T06:18:25.1983660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/twind.tcl 2025-09-07T06:18:25.1984580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/menu.tcl 2025-09-07T06:18:25.1985560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/knightstour.tcl 2025-09-07T06:18:25.1986390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/README 2025-09-07T06:18:25.1987390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/cscroll.tcl 2025-09-07T06:18:25.1988340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/anilabel.tcl 2025-09-07T06:18:25.1989080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/ixset 2025-09-07T06:18:25.1989930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/arrow.tcl 2025-09-07T06:18:25.1990800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/toolbar.tcl 2025-09-07T06:18:25.1991710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/ttkmenu.tcl 2025-09-07T06:18:25.1992610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/search.tcl 2025-09-07T06:18:25.1993520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/tclIndex 2025-09-07T06:18:25.1994440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/ctext.tcl 2025-09-07T06:18:25.1995450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/menubu.tcl 2025-09-07T06:18:25.1996390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/label.tcl 2025-09-07T06:18:25.1997390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/tcolor 2025-09-07T06:18:25.1998220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/ttkspin.tcl 2025-09-07T06:18:25.1999130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/puzzle.tcl 2025-09-07T06:18:25.2000250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/hscale.tcl 2025-09-07T06:18:25.2001160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/hello 2025-09-07T06:18:25.2001990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/browse 2025-09-07T06:18:25.2002900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/ttkbut.tcl 2025-09-07T06:18:25.2003860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/labelframe.tcl 2025-09-07T06:18:25.2004750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/states.tcl 2025-09-07T06:18:25.2005740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/unicodeout.tcl 2025-09-07T06:18:25.2006680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/rolodex 2025-09-07T06:18:25.2007560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/entry1.tcl 2025-09-07T06:18:25.2008380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/combo.tcl 2025-09-07T06:18:25.2009250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/check.tcl 2025-09-07T06:18:25.2010190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/pendulum.tcl 2025-09-07T06:18:25.2011180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/mclist.tcl 2025-09-07T06:18:25.2012110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/entry2.tcl 2025-09-07T06:18:25.2013110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/radio.tcl 2025-09-07T06:18:25.2014020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/colors.tcl 2025-09-07T06:18:25.2014930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/icon.tcl 2025-09-07T06:18:25.2015870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/rmt 2025-09-07T06:18:25.2016800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/items.tcl 2025-09-07T06:18:25.2017700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/entry3.tcl 2025-09-07T06:18:25.2018560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/ruler.tcl 2025-09-07T06:18:25.2019430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/vscale.tcl 2025-09-07T06:18:25.2020210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/scale.tcl 2025-09-07T06:18:25.2021020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/palette.tcl 2025-09-07T06:18:25.2021830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/word.tcl 2025-09-07T06:18:25.2022680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/tm.tcl 2025-09-07T06:18:25.2023440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/clock.tcl 2025-09-07T06:18:25.2024300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/history.tcl 2025-09-07T06:18:25.2025160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp869.enc 2025-09-07T06:18:25.2026050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp855.enc 2025-09-07T06:18:25.2026950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/iso2022-jp.enc 2025-09-07T06:18:25.2028030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/jis0201.enc 2025-09-07T06:18:25.2028780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp857.enc 2025-09-07T06:18:25.2029830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/macJapan.enc 2025-09-07T06:18:25.2030820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/macUkraine.enc 2025-09-07T06:18:25.2031760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp936.enc 2025-09-07T06:18:25.2032580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp932.enc 2025-09-07T06:18:25.2033550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/tis-620.enc 2025-09-07T06:18:25.2034630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp852.enc 2025-09-07T06:18:25.2035650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/iso2022-kr.enc 2025-09-07T06:18:25.2036550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/macIceland.enc 2025-09-07T06:18:25.2037710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp850.enc 2025-09-07T06:18:25.2038650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/jis0212.enc 2025-09-07T06:18:25.2039480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/symbol.enc 2025-09-07T06:18:25.2040460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/macTurkish.enc 2025-09-07T06:18:25.2041460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/ascii.enc 2025-09-07T06:18:25.2042510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/macGreek.enc 2025-09-07T06:18:25.2043540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/gb12345.enc 2025-09-07T06:18:25.2044570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/iso8859-6.enc 2025-09-07T06:18:25.2045530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/iso8859-7.enc 2025-09-07T06:18:25.2046510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/iso8859-5.enc 2025-09-07T06:18:25.2047540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/iso8859-4.enc 2025-09-07T06:18:25.2048600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/iso8859-1.enc 2025-09-07T06:18:25.2049530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/dingbats.enc 2025-09-07T06:18:25.2050480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp950.enc 2025-09-07T06:18:25.2051430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp1258.enc 2025-09-07T06:18:25.2052490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp775.enc 2025-09-07T06:18:25.2053440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/iso8859-3.enc 2025-09-07T06:18:25.2054470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/iso8859-2.enc 2025-09-07T06:18:25.2055560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/gb2312-raw.enc 2025-09-07T06:18:25.2056530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/macCyrillic.enc 2025-09-07T06:18:25.2057360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp1256.enc 2025-09-07T06:18:25.2058390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/gb1988.enc 2025-09-07T06:18:25.2059290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/ebcdic.enc 2025-09-07T06:18:25.2060300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/euc-jp.enc 2025-09-07T06:18:25.2061180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/iso8859-13.enc 2025-09-07T06:18:25.2062100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/ksc5601.enc 2025-09-07T06:18:25.2062990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/big5.enc 2025-09-07T06:18:25.2064000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp1257.enc 2025-09-07T06:18:25.2064990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/gb2312.enc 2025-09-07T06:18:25.2065920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp1255.enc 2025-09-07T06:18:25.2066910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp949.enc 2025-09-07T06:18:25.2067980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/iso8859-11.enc 2025-09-07T06:18:25.2069010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/iso8859-10.enc 2025-09-07T06:18:25.2070270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp1254.enc 2025-09-07T06:18:25.2071320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp1250.enc 2025-09-07T06:18:25.2072250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/macCentEuro.enc 2025-09-07T06:18:25.2073210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/iso8859-14.enc 2025-09-07T06:18:25.2074320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/iso8859-9.enc 2025-09-07T06:18:25.2075340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/euc-kr.enc 2025-09-07T06:18:25.2076430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/iso8859-8.enc 2025-09-07T06:18:25.2077370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/iso8859-15.enc 2025-09-07T06:18:25.2078230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp1251.enc 2025-09-07T06:18:25.2079170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp1253.enc 2025-09-07T06:18:25.2080280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/iso8859-16.enc 2025-09-07T06:18:25.2081320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp437.enc 2025-09-07T06:18:25.2082160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp1252.enc 2025-09-07T06:18:25.2083060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/koi8-u.enc 2025-09-07T06:18:25.2084010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/macThai.enc 2025-09-07T06:18:25.2084870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/shiftjis.enc 2025-09-07T06:18:25.2085660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp861.enc 2025-09-07T06:18:25.2086740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/macRomania.enc 2025-09-07T06:18:25.2087700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp860.enc 2025-09-07T06:18:25.2088740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp874.enc 2025-09-07T06:18:25.2089700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cns11643.enc 2025-09-07T06:18:25.2090720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/koi8-t.enc 2025-09-07T06:18:25.2091820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/macRoman.enc 2025-09-07T06:18:25.2092750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/jis0208.enc 2025-09-07T06:18:25.2093770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp862.enc 2025-09-07T06:18:25.2094850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/iso2022.enc 2025-09-07T06:18:25.2095840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/macDingbats.enc 2025-09-07T06:18:25.2096790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp863.enc 2025-09-07T06:18:25.2097690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp866.enc 2025-09-07T06:18:25.2098580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/koi8-r.enc 2025-09-07T06:18:25.2099570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp737.enc 2025-09-07T06:18:25.2100460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/koi8-ru.enc 2025-09-07T06:18:25.2101430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp864.enc 2025-09-07T06:18:25.2102510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/macCroatian.enc 2025-09-07T06:18:25.2103470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/euc-cn.enc 2025-09-07T06:18:25.2104570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp865.enc 2025-09-07T06:18:25.2105530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/opt0.4/optparse.tcl 2025-09-07T06:18:25.2106430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/opt0.4/pkgIndex.tcl 2025-09-07T06:18:25.2107250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/tclIndex 2025-09-07T06:18:25.2108070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/kok.msg 2025-09-07T06:18:25.2109150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/sw.msg 2025-09-07T06:18:25.2109980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/pl.msg 2025-09-07T06:18:25.2110840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/fa.msg 2025-09-07T06:18:25.2111720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/de_at.msg 2025-09-07T06:18:25.2112680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es_bo.msg 2025-09-07T06:18:25.2113490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/el.msg 2025-09-07T06:18:25.2114310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/sv.msg 2025-09-07T06:18:25.2115170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/gl_es.msg 2025-09-07T06:18:25.2116100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/en_bw.msg 2025-09-07T06:18:25.2116960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/fr_ca.msg 2025-09-07T06:18:25.2117890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/fr_be.msg 2025-09-07T06:18:25.2118970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/hi.msg 2025-09-07T06:18:25.2119920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/ja.msg 2025-09-07T06:18:25.2120680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/eo.msg 2025-09-07T06:18:25.2121550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/pt_br.msg 2025-09-07T06:18:25.2122350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/bn_in.msg 2025-09-07T06:18:25.2123540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/ru_ua.msg 2025-09-07T06:18:25.2124320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/en_ca.msg 2025-09-07T06:18:25.2125240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/en_be.msg 2025-09-07T06:18:25.2126140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/sq.msg 2025-09-07T06:18:25.2126970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/ru.msg 2025-09-07T06:18:25.2127790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es_cl.msg 2025-09-07T06:18:25.2128600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/kw.msg 2025-09-07T06:18:25.2129560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es_ar.msg 2025-09-07T06:18:25.2130360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/ar_in.msg 2025-09-07T06:18:25.2131260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/en_zw.msg 2025-09-07T06:18:25.2132090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/sr.msg 2025-09-07T06:18:25.2133090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/it_ch.msg 2025-09-07T06:18:25.2134100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es_co.msg 2025-09-07T06:18:25.2134940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/gv.msg 2025-09-07T06:18:25.2135870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/fr.msg 2025-09-07T06:18:25.2136730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/ga.msg 2025-09-07T06:18:25.2137670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es_ni.msg 2025-09-07T06:18:25.2138530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/en_za.msg 2025-09-07T06:18:25.2139340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/af.msg 2025-09-07T06:18:25.2140220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es_hn.msg 2025-09-07T06:18:25.2141010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/lv.msg 2025-09-07T06:18:25.2142000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/mr.msg 2025-09-07T06:18:25.2142820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/ms.msg 2025-09-07T06:18:25.2143700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/ar.msg 2025-09-07T06:18:25.2144630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es_do.msg 2025-09-07T06:18:25.2145470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es_gt.msg 2025-09-07T06:18:25.2146300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/lt.msg 2025-09-07T06:18:25.2147200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/te.msg 2025-09-07T06:18:25.2148070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/tr.msg 2025-09-07T06:18:25.2148960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/en_ie.msg 2025-09-07T06:18:25.2149860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/nl_be.msg 2025-09-07T06:18:25.2150870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es_py.msg 2025-09-07T06:18:25.2151660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/ta.msg 2025-09-07T06:18:25.2152510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/vi.msg 2025-09-07T06:18:25.2153320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/mt.msg 2025-09-07T06:18:25.2154400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/nn.msg 2025-09-07T06:18:25.2155150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es_sv.msg 2025-09-07T06:18:25.2155980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/nl.msg 2025-09-07T06:18:25.2156820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/bn.msg 2025-09-07T06:18:25.2157730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/ar_lb.msg 2025-09-07T06:18:25.2158580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/zh.msg 2025-09-07T06:18:25.2159550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/fa_in.msg 2025-09-07T06:18:25.2160770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/ko_kr.msg 2025-09-07T06:18:25.2161620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/en_in.msg 2025-09-07T06:18:25.2162480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es_pa.msg 2025-09-07T06:18:25.2163310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/te_in.msg 2025-09-07T06:18:25.2164280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/uk.msg 2025-09-07T06:18:25.2165320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/en_hk.msg 2025-09-07T06:18:25.2166200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/zh_hk.msg 2025-09-07T06:18:25.2167040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/ga_ie.msg 2025-09-07T06:18:25.2168100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/cs.msg 2025-09-07T06:18:25.2169100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es_ec.msg 2025-09-07T06:18:25.2169800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/nb.msg 2025-09-07T06:18:25.2170840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/hi_in.msg 2025-09-07T06:18:25.2171810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/af_za.msg 2025-09-07T06:18:25.2172690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/fo_fo.msg 2025-09-07T06:18:25.2173850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/fa_ir.msg 2025-09-07T06:18:25.2174900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/th.msg 2025-09-07T06:18:25.2175800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/ca.msg 2025-09-07T06:18:25.2176820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/be.msg 2025-09-07T06:18:25.2177860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/mk.msg 2025-09-07T06:18:25.2178700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/kok_in.msg 2025-09-07T06:18:25.2179560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/en_gb.msg 2025-09-07T06:18:25.2180540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/en_sg.msg 2025-09-07T06:18:25.2181630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/zh_sg.msg 2025-09-07T06:18:25.2182500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/kw_gb.msg 2025-09-07T06:18:25.2183500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/bg.msg 2025-09-07T06:18:25.2184330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es_pe.msg 2025-09-07T06:18:25.2185150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es_pr.msg 2025-09-07T06:18:25.2186140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/en_ph.msg 2025-09-07T06:18:25.2187120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/ms_my.msg 2025-09-07T06:18:25.2188100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es_uy.msg 2025-09-07T06:18:25.2188980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/mr_in.msg 2025-09-07T06:18:25.2189800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/gv_gb.msg 2025-09-07T06:18:25.2190700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/ar_sy.msg 2025-09-07T06:18:25.2191460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/gl.msg 2025-09-07T06:18:25.2192290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es.msg 2025-09-07T06:18:25.2193380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/ko.msg 2025-09-07T06:18:25.2194240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/hu.msg 2025-09-07T06:18:25.2195050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/da.msg 2025-09-07T06:18:25.2195900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/fi.msg 2025-09-07T06:18:25.2196840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/sh.msg 2025-09-07T06:18:25.2197760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/fr_ch.msg 2025-09-07T06:18:25.2198630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/ar_jo.msg 2025-09-07T06:18:25.2199550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/is.msg 2025-09-07T06:18:25.2200500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/kl.msg 2025-09-07T06:18:25.2201330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/de_be.msg 2025-09-07T06:18:25.2202360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/id.msg 2025-09-07T06:18:25.2203160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/sk.msg 2025-09-07T06:18:25.2204170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/ro.msg 2025-09-07T06:18:25.2205020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/zh_cn.msg 2025-09-07T06:18:25.2206050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/id_id.msg 2025-09-07T06:18:25.2206940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/eu_es.msg 2025-09-07T06:18:25.2207820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/pt.msg 2025-09-07T06:18:25.2208620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/eu.msg 2025-09-07T06:18:25.2209530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es_cr.msg 2025-09-07T06:18:25.2210430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/ta_in.msg 2025-09-07T06:18:25.2211250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/he.msg 2025-09-07T06:18:25.2212040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/hr.msg 2025-09-07T06:18:25.2212870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es_mx.msg 2025-09-07T06:18:25.2213780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/et.msg 2025-09-07T06:18:25.2214600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/fo.msg 2025-09-07T06:18:25.2215670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es_ve.msg 2025-09-07T06:18:25.2216520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/zh_tw.msg 2025-09-07T06:18:25.2217460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/sl.msg 2025-09-07T06:18:25.2218510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/de.msg 2025-09-07T06:18:25.2219310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/it.msg 2025-09-07T06:18:25.2220290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/en_au.msg 2025-09-07T06:18:25.2221190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/kl_gl.msg 2025-09-07T06:18:25.2222050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/en_nz.msg 2025-09-07T06:18:25.2222840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/safe.tcl 2025-09-07T06:18:25.2223720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/parray.tcl 2025-09-07T06:18:25.2224540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/tclAppInit.c 2025-09-07T06:18:25.2225330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/package.tcl 2025-09-07T06:18:25.2226270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/auto.tcl 2025-09-07T06:18:25.2227130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/http1.0/http.tcl 2025-09-07T06:18:25.2228220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/http1.0/pkgIndex.tcl 2025-09-07T06:18:25.2229040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/init.tcl 2025-09-07T06:18:25.2229900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/libtkstub8.6.a 2025-09-07T06:18:25.2230700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tclConfig.sh 2025-09-07T06:18:25.2231930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tdbcpostgres1.1.9/tdbcpostgres.tcl 2025-09-07T06:18:25.2233030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tdbcpostgres1.1.9/pkgIndex.tcl 2025-09-07T06:18:25.2234160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tdbcpostgres1.1.9/libtdbcpostgres1.1.9.dylib 2025-09-07T06:18:25.2235110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tdbc1.1.9/libtdbcstub1.1.9.a 2025-09-07T06:18:25.2236250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tdbc1.1.9/libtdbc1.1.9.dylib 2025-09-07T06:18:25.2237150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tdbc1.1.9/pkgIndex.tcl 2025-09-07T06:18:25.2237870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tdbc1.1.9/tdbc.tcl 2025-09-07T06:18:25.2238760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tdbc1.1.9/tdbcConfig.sh 2025-09-07T06:18:25.2239420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/Tk.icns 2025-09-07T06:18:25.2240400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tclooConfig.sh 2025-09-07T06:18:25.2241290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/libtk8.6.dylib 2025-09-07T06:18:25.2242010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tkConfig.sh 2025-09-07T06:18:25.2243070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8/8.6/tdbc/sqlite3-1.1.9.uuid 2025-09-07T06:18:25.2244110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8/8.6/tdbc/sqlite3-1.1.9.tm 2025-09-07T06:18:25.2244930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8/8.6/http-2.9.8.tm 2025-09-07T06:18:25.2245950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8/8.4/platform/shell-1.1.4.tm 2025-09-07T06:18:25.2246930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8/8.4/platform-1.0.19.tm 2025-09-07T06:18:25.2247870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8/8.5/msgcat-1.6.1.tm 2025-09-07T06:18:25.2248940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8/8.5/tcltest-2.5.8.tm 2025-09-07T06:18:25.2249900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/itcl4.3.0/itcl.tcl 2025-09-07T06:18:25.2250950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/itcl4.3.0/itclConfig.sh 2025-09-07T06:18:25.2251840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/itcl4.3.0/libitcl4.3.0.dylib 2025-09-07T06:18:25.2252730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/itcl4.3.0/pkgIndex.tcl 2025-09-07T06:18:25.2253590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/itcl4.3.0/itclHullCmds.tcl 2025-09-07T06:18:25.2254500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/itcl4.3.0/itclWidget.tcl 2025-09-07T06:18:25.2255410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/itcl4.3.0/libitclstub4.3.0.a 2025-09-07T06:18:25.2256140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1.conda 2025-09-07T06:18:25.2256840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1.conda 2025-09-07T06:18:25.2257710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/bin/pygmentize 2025-09-07T06:18:25.2258720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:25.2259610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:25.2260550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:25.2261760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:25.2262590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/info/licenses/LICENSE 2025-09-07T06:18:25.2263750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:25.2264900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:25.2266030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:25.2266850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/info/paths.json 2025-09-07T06:18:25.2267870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:25.2268810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/info/files 2025-09-07T06:18:25.2269820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/info/about.json 2025-09-07T06:18:25.2270720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/info/has_prefix 2025-09-07T06:18:25.2271490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/info/index.json 2025-09-07T06:18:25.2272230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/info/git 2025-09-07T06:18:25.2273790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments-2.19.1.dist-info/RECORD 2025-09-07T06:18:25.2275300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments-2.19.1.dist-info/licenses/LICENSE 2025-09-07T06:18:25.2276730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments-2.19.1.dist-info/licenses/AUTHORS 2025-09-07T06:18:25.2278160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments-2.19.1.dist-info/direct_url.json 2025-09-07T06:18:25.2279410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments-2.19.1.dist-info/WHEEL 2025-09-07T06:18:25.2280800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments-2.19.1.dist-info/entry_points.txt 2025-09-07T06:18:25.2282160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments-2.19.1.dist-info/REQUESTED 2025-09-07T06:18:25.2283600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments-2.19.1.dist-info/INSTALLER 2025-09-07T06:18:25.2284890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments-2.19.1.dist-info/METADATA 2025-09-07T06:18:25.2286290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/filters/__init__.py 2025-09-07T06:18:25.2287890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/filters/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.2289160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/modeline.py 2025-09-07T06:18:25.2290480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/console.py 2025-09-07T06:18:25.2291650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/scanner.py 2025-09-07T06:18:25.2293010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatter.py 2025-09-07T06:18:25.2294270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/soong.py 2025-09-07T06:18:25.2295650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/c_like.py 2025-09-07T06:18:25.2296720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/ampl.py 2025-09-07T06:18:25.2297720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/agile.py 2025-09-07T06:18:25.2298760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/graphics.py 2025-09-07T06:18:25.2299990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/hdl.py 2025-09-07T06:18:25.2301250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/ecl.py 2025-09-07T06:18:25.2302790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/futhark.py 2025-09-07T06:18:25.2303950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/ada.py 2025-09-07T06:18:25.2305600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_postgres_builtins.py 2025-09-07T06:18:25.2306870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/console.py 2025-09-07T06:18:25.2308130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/mime.py 2025-09-07T06:18:25.2309490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_lua_builtins.py 2025-09-07T06:18:25.2310830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/capnproto.py 2025-09-07T06:18:25.2312220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/nimrod.py 2025-09-07T06:18:25.2313630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/rebol.py 2025-09-07T06:18:25.2315090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/objective.py 2025-09-07T06:18:25.2316390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/sas.py 2025-09-07T06:18:25.2317840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_qlik_builtins.py 2025-09-07T06:18:25.2319060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/phix.py 2025-09-07T06:18:25.2320290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/graphql.py 2025-09-07T06:18:25.2321540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/usd.py 2025-09-07T06:18:25.2322780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/crystal.py 2025-09-07T06:18:25.2324100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/verifpal.py 2025-09-07T06:18:25.2325460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_sourcemod_builtins.py 2025-09-07T06:18:25.2326700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/web.py 2025-09-07T06:18:25.2327950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/ldap.py 2025-09-07T06:18:25.2329350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/verification.py 2025-09-07T06:18:25.2330710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/erlang.py 2025-09-07T06:18:25.2332030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/apdlexer.py 2025-09-07T06:18:25.2333380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/slash.py 2025-09-07T06:18:25.2334620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/boa.py 2025-09-07T06:18:25.2335990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/elpi.py 2025-09-07T06:18:25.2337370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/maxima.py 2025-09-07T06:18:25.2338820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/chapel.py 2025-09-07T06:18:25.2340050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/configs.py 2025-09-07T06:18:25.2341440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/clean.py 2025-09-07T06:18:25.2342670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/mojo.py 2025-09-07T06:18:25.2343990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/jslt.py 2025-09-07T06:18:25.2345120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/ul4.py 2025-09-07T06:18:25.2346450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/numbair.py 2025-09-07T06:18:25.2347730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/qvt.py 2025-09-07T06:18:25.2349210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/tablegen.py 2025-09-07T06:18:25.2350370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/inferno.py 2025-09-07T06:18:25.2351670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/tlb.py 2025-09-07T06:18:25.2352940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/nix.py 2025-09-07T06:18:25.2354310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/wren.py 2025-09-07T06:18:25.2355680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/parasail.py 2025-09-07T06:18:25.2356850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/smithy.py 2025-09-07T06:18:25.2358140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_css_builtins.py 2025-09-07T06:18:25.2359560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/graphviz.py 2025-09-07T06:18:25.2360860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/r.py 2025-09-07T06:18:25.2362240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/pawn.py 2025-09-07T06:18:25.2363490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/dns.py 2025-09-07T06:18:25.2365070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/maple.py 2025-09-07T06:18:25.2366480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/idl.py 2025-09-07T06:18:25.2367780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/iolang.py 2025-09-07T06:18:25.2369130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/amdgpu.py 2025-09-07T06:18:25.2370510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/dsls.py 2025-09-07T06:18:25.2371970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/supercollider.py 2025-09-07T06:18:25.2373260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/comal.py 2025-09-07T06:18:25.2374590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/solidity.py 2025-09-07T06:18:25.2375870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_scilab_builtins.py 2025-09-07T06:18:25.2377180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_lilypond_builtins.py 2025-09-07T06:18:25.2378530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/hare.py 2025-09-07T06:18:25.2379780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/lisp.py 2025-09-07T06:18:25.2381000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/j.py 2025-09-07T06:18:25.2382300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/blueprint.py 2025-09-07T06:18:25.2383880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/mosel.py 2025-09-07T06:18:25.2385190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_googlesql_builtins.py 2025-09-07T06:18:25.2386590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_vbscript_builtins.py 2025-09-07T06:18:25.2387890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_openedge_builtins.py 2025-09-07T06:18:25.2389050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/smalltalk.py 2025-09-07T06:18:25.2390340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/spice.py 2025-09-07T06:18:25.2391680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/monte.py 2025-09-07T06:18:25.2392980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_luau_builtins.py 2025-09-07T06:18:25.2394310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/webmisc.py 2025-09-07T06:18:25.2395470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/teal.py 2025-09-07T06:18:25.2396680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/c_cpp.py 2025-09-07T06:18:25.2397950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/perl.py 2025-09-07T06:18:25.2399430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/robotframework.py 2025-09-07T06:18:25.2400590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/textfmts.py 2025-09-07T06:18:25.2401950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/jsonnet.py 2025-09-07T06:18:25.2403150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/cplint.py 2025-09-07T06:18:25.2404430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/jsx.py 2025-09-07T06:18:25.2405650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/prolog.py 2025-09-07T06:18:25.2406810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/rnc.py 2025-09-07T06:18:25.2408100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/wowtoc.py 2025-09-07T06:18:25.2409570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_julia_builtins.py 2025-09-07T06:18:25.2410740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/algebra.py 2025-09-07T06:18:25.2412040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/typoscript.py 2025-09-07T06:18:25.2413350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/automation.py 2025-09-07T06:18:25.2414640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/sieve.py 2025-09-07T06:18:25.2416040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/esoteric.py 2025-09-07T06:18:25.2417400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/graph.py 2025-09-07T06:18:25.2418780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/html.py 2025-09-07T06:18:25.2420330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_php_builtins.py 2025-09-07T06:18:25.2421650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/shell.py 2025-09-07T06:18:25.2423200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/scripting.py 2025-09-07T06:18:25.2424510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/gsql.py 2025-09-07T06:18:25.2425970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/gdscript.py 2025-09-07T06:18:25.2427410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/ambient.py 2025-09-07T06:18:25.2428670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/arrow.py 2025-09-07T06:18:25.2430180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/oberon.py 2025-09-07T06:18:25.2431790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_stata_builtins.py 2025-09-07T06:18:25.2433070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/floscript.py 2025-09-07T06:18:25.2434360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/resource.py 2025-09-07T06:18:25.2435850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__init__.py 2025-09-07T06:18:25.2437360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/d.py 2025-09-07T06:18:25.2438780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/ruby.py 2025-09-07T06:18:25.2440020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/other.py 2025-09-07T06:18:25.2441300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/pony.py 2025-09-07T06:18:25.2442620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/matlab.py 2025-09-07T06:18:25.2443810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/felix.py 2025-09-07T06:18:25.2445100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/tnt.py 2025-09-07T06:18:25.2446560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_vim_builtins.py 2025-09-07T06:18:25.2447710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/freefem.py 2025-09-07T06:18:25.2448990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/thingsdb.py 2025-09-07T06:18:25.2450190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/teraterm.py 2025-09-07T06:18:25.2451520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/parsers.py 2025-09-07T06:18:25.2452800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/jmespath.py 2025-09-07T06:18:25.2454190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/carbon.py 2025-09-07T06:18:25.2455450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/theorem.py 2025-09-07T06:18:25.2456690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/compiled.py 2025-09-07T06:18:25.2457890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/int_fiction.py 2025-09-07T06:18:25.2459230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_cocoa_builtins.py 2025-09-07T06:18:25.2460990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/maxima.cpython-313.pyc 2025-09-07T06:18:25.2462290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/hexdump.cpython-313.pyc 2025-09-07T06:18:25.2463440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/teal.cpython-313.pyc 2025-09-07T06:18:25.2464660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/elpi.cpython-313.pyc 2025-09-07T06:18:25.2465860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/templates.cpython-313.pyc 2025-09-07T06:18:25.2467310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/nimrod.cpython-313.pyc 2025-09-07T06:18:25.2468880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/_usd_builtins.cpython-313.pyc 2025-09-07T06:18:25.2470370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/ruby.cpython-313.pyc 2025-09-07T06:18:25.2471740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/html.cpython-313.pyc 2025-09-07T06:18:25.2473320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/prolog.cpython-313.pyc 2025-09-07T06:18:25.2474850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/factor.cpython-313.pyc 2025-09-07T06:18:25.2476300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/hdl.cpython-313.pyc 2025-09-07T06:18:25.2477930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/pointless.cpython-313.pyc 2025-09-07T06:18:25.2479500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/rita.cpython-313.pyc 2025-09-07T06:18:25.2481110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/_cocoa_builtins.cpython-313.pyc 2025-09-07T06:18:25.2482530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/pascal.cpython-313.pyc 2025-09-07T06:18:25.2484230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/trafficscript.cpython-313.pyc 2025-09-07T06:18:25.2485510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/verification.cpython-313.pyc 2025-09-07T06:18:25.2486960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/sophia.cpython-313.pyc 2025-09-07T06:18:25.2488570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/x10.cpython-313.pyc 2025-09-07T06:18:25.2489970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/thingsdb.cpython-313.pyc 2025-09-07T06:18:25.2491460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/freefem.cpython-313.pyc 2025-09-07T06:18:25.2492830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/yara.cpython-313.pyc 2025-09-07T06:18:25.2494260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/forth.cpython-313.pyc 2025-09-07T06:18:25.2495760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/foxpro.cpython-313.pyc 2025-09-07T06:18:25.2497240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/dsls.cpython-313.pyc 2025-09-07T06:18:25.2498760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/mojo.cpython-313.pyc 2025-09-07T06:18:25.2500250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/pony.cpython-313.pyc 2025-09-07T06:18:25.2501890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/verifpal.cpython-313.pyc 2025-09-07T06:18:25.2503260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/nit.cpython-313.pyc 2025-09-07T06:18:25.2504840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/jslt.cpython-313.pyc 2025-09-07T06:18:25.2506630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/web.cpython-313.pyc 2025-09-07T06:18:25.2508180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/email.cpython-313.pyc 2025-09-07T06:18:25.2509680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/make.cpython-313.pyc 2025-09-07T06:18:25.2511240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/webidl.cpython-313.pyc 2025-09-07T06:18:25.2512670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/typst.cpython-313.pyc 2025-09-07T06:18:25.2514280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/json5.cpython-313.pyc 2025-09-07T06:18:25.2515780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/xorg.cpython-313.pyc 2025-09-07T06:18:25.2517310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/maple.cpython-313.pyc 2025-09-07T06:18:25.2518760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/bqn.cpython-313.pyc 2025-09-07T06:18:25.2520320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/lean.cpython-313.pyc 2025-09-07T06:18:25.2521900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/blueprint.cpython-313.pyc 2025-09-07T06:18:25.2523660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/shell.cpython-313.pyc 2025-09-07T06:18:25.2525190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/_stan_builtins.cpython-313.pyc 2025-09-07T06:18:25.2526940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/ptx.cpython-313.pyc 2025-09-07T06:18:25.2528430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/ecl.cpython-313.pyc 2025-09-07T06:18:25.2530040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/installers.cpython-313.pyc 2025-09-07T06:18:25.2531640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/functional.cpython-313.pyc 2025-09-07T06:18:25.2533430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/procfile.cpython-313.pyc 2025-09-07T06:18:25.2535180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/qvt.cpython-313.pyc 2025-09-07T06:18:25.2536870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/sgf.cpython-313.pyc 2025-09-07T06:18:25.2538340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/dalvik.cpython-313.pyc 2025-09-07T06:18:25.2539910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/idl.cpython-313.pyc 2025-09-07T06:18:25.2541370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/ada.cpython-313.pyc 2025-09-07T06:18:25.2542890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/data.cpython-313.pyc 2025-09-07T06:18:25.2544250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/tal.cpython-313.pyc 2025-09-07T06:18:25.2545770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/wren.cpython-313.pyc 2025-09-07T06:18:25.2547160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/asc.cpython-313.pyc 2025-09-07T06:18:25.2548740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/apdlexer.cpython-313.pyc 2025-09-07T06:18:25.2550410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/csound.cpython-313.pyc 2025-09-07T06:18:25.2552380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/urbi.cpython-313.pyc 2025-09-07T06:18:25.2553730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/slash.cpython-313.pyc 2025-09-07T06:18:25.2555280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/arturo.cpython-313.pyc 2025-09-07T06:18:25.2556870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/numbair.cpython-313.pyc 2025-09-07T06:18:25.2558460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/int_fiction.cpython-313.pyc 2025-09-07T06:18:25.2560060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/asn1.cpython-313.pyc 2025-09-07T06:18:25.2561720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/inferno.cpython-313.pyc 2025-09-07T06:18:25.2563420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/openscad.cpython-313.pyc 2025-09-07T06:18:25.2565010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/lilypond.cpython-313.pyc 2025-09-07T06:18:25.2566630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/_vim_builtins.cpython-313.pyc 2025-09-07T06:18:25.2571750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/soong.cpython-313.pyc 2025-09-07T06:18:25.2572530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/igor.cpython-313.pyc 2025-09-07T06:18:25.2573260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/basic.cpython-313.pyc 2025-09-07T06:18:25.2574000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/esoteric.cpython-313.pyc 2025-09-07T06:18:25.2574730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/qlik.cpython-313.pyc 2025-09-07T06:18:25.2575710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/r.cpython-313.pyc 2025-09-07T06:18:25.2577340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/_lasso_builtins.cpython-313.pyc 2025-09-07T06:18:25.2578980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/agile.cpython-313.pyc 2025-09-07T06:18:25.2580580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/gsql.cpython-313.pyc 2025-09-07T06:18:25.2581990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/graphics.cpython-313.pyc 2025-09-07T06:18:25.2583690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/srcinfo.cpython-313.pyc 2025-09-07T06:18:25.2585290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/stata.cpython-313.pyc 2025-09-07T06:18:25.2586870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/_ada_builtins.cpython-313.pyc 2025-09-07T06:18:25.2588320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/mips.cpython-313.pyc 2025-09-07T06:18:25.2589930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/perl.cpython-313.pyc 2025-09-07T06:18:25.2591790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/jsonnet.cpython-313.pyc 2025-09-07T06:18:25.2593690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/_lilypond_builtins.cpython-313.pyc 2025-09-07T06:18:25.2595220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/asm.cpython-313.pyc 2025-09-07T06:18:25.2596630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/whiley.cpython-313.pyc 2025-09-07T06:18:25.2598170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/ul4.cpython-313.pyc 2025-09-07T06:18:25.2599730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/bibtex.cpython-313.pyc 2025-09-07T06:18:25.2601290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/compiled.cpython-313.pyc 2025-09-07T06:18:25.2603010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/floscript.cpython-313.pyc 2025-09-07T06:18:25.2604640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/cddl.cpython-313.pyc 2025-09-07T06:18:25.2606220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/macaulay2.cpython-313.pyc 2025-09-07T06:18:25.2607870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/special.cpython-313.pyc 2025-09-07T06:18:25.2609360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/_luau_builtins.cpython-313.pyc 2025-09-07T06:18:25.2610920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/ooc.cpython-313.pyc 2025-09-07T06:18:25.2612640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/capnproto.cpython-313.pyc 2025-09-07T06:18:25.2614460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/dns.cpython-313.pyc 2025-09-07T06:18:25.2615910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/c_cpp.cpython-313.pyc 2025-09-07T06:18:25.2617540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/_qlik_builtins.cpython-313.pyc 2025-09-07T06:18:25.2618970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/modeling.cpython-313.pyc 2025-09-07T06:18:25.2620780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/boa.cpython-313.pyc 2025-09-07T06:18:25.2622190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/iolang.cpython-313.pyc 2025-09-07T06:18:25.2623760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/sql.cpython-313.pyc 2025-09-07T06:18:25.2624950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/testing.cpython-313.pyc 2025-09-07T06:18:25.2626110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/prql.cpython-313.pyc 2025-09-07T06:18:25.2627350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/haskell.cpython-313.pyc 2025-09-07T06:18:25.2628580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/tls.cpython-313.pyc 2025-09-07T06:18:25.2629870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/_julia_builtins.cpython-313.pyc 2025-09-07T06:18:25.2631020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/resource.cpython-313.pyc 2025-09-07T06:18:25.2632180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/mime.cpython-313.pyc 2025-09-07T06:18:25.2633540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/_postgres_builtins.cpython-313.pyc 2025-09-07T06:18:25.2634730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/praat.cpython-313.pyc 2025-09-07T06:18:25.2635920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/kusto.cpython-313.pyc 2025-09-07T06:18:25.2637080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/go.cpython-313.pyc 2025-09-07T06:18:25.2638260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/tablegen.cpython-313.pyc 2025-09-07T06:18:25.2639600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/text.cpython-313.pyc 2025-09-07T06:18:25.2640760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/gcodelexer.cpython-313.pyc 2025-09-07T06:18:25.2642040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/graph.cpython-313.pyc 2025-09-07T06:18:25.2643670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/elm.cpython-313.pyc 2025-09-07T06:18:25.2645220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/chapel.cpython-313.pyc 2025-09-07T06:18:25.2646770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/arrow.cpython-313.pyc 2025-09-07T06:18:25.2648300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/graphviz.cpython-313.pyc 2025-09-07T06:18:25.2649870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/_lua_builtins.cpython-313.pyc 2025-09-07T06:18:25.2651310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/bare.cpython-313.pyc 2025-09-07T06:18:25.2652900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/ampl.cpython-313.pyc 2025-09-07T06:18:25.2654680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/_cl_builtins.cpython-313.pyc 2025-09-07T06:18:25.2656140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/tact.cpython-313.pyc 2025-09-07T06:18:25.2657790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/minecraft.cpython-313.pyc 2025-09-07T06:18:25.2659390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/rnc.cpython-313.pyc 2025-09-07T06:18:25.2660990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/scripting.cpython-313.pyc 2025-09-07T06:18:25.2662730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/_mysql_builtins.cpython-313.pyc 2025-09-07T06:18:25.2664130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/diff.cpython-313.pyc 2025-09-07T06:18:25.2665610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/futhark.cpython-313.pyc 2025-09-07T06:18:25.2667140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/gleam.cpython-313.pyc 2025-09-07T06:18:25.2668550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/teraterm.cpython-313.pyc 2025-09-07T06:18:25.2670130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/rego.cpython-313.pyc 2025-09-07T06:18:25.2671580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/_scilab_builtins.cpython-313.pyc 2025-09-07T06:18:25.2672990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/spice.cpython-313.pyc 2025-09-07T06:18:25.2674400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/sas.cpython-313.pyc 2025-09-07T06:18:25.2675900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/solidity.cpython-313.pyc 2025-09-07T06:18:25.2677440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/fortran.cpython-313.pyc 2025-09-07T06:18:25.2678870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/meson.cpython-313.pyc 2025-09-07T06:18:25.2680310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/berry.cpython-313.pyc 2025-09-07T06:18:25.2681840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/css.cpython-313.pyc 2025-09-07T06:18:25.2683560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/modula2.cpython-313.pyc 2025-09-07T06:18:25.2685050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/parsers.cpython-313.pyc 2025-09-07T06:18:25.2686770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/textedit.cpython-313.pyc 2025-09-07T06:18:25.2688380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/smv.cpython-313.pyc 2025-09-07T06:18:25.2689770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/mosel.cpython-313.pyc 2025-09-07T06:18:25.2691340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/savi.cpython-313.pyc 2025-09-07T06:18:25.2692980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/robotframework.cpython-313.pyc 2025-09-07T06:18:25.2694380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/jvm.cpython-313.pyc 2025-09-07T06:18:25.2695970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/supercollider.cpython-313.pyc 2025-09-07T06:18:25.2697590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/objective.cpython-313.pyc 2025-09-07T06:18:25.2699030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/ncl.cpython-313.pyc 2025-09-07T06:18:25.2700700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/automation.cpython-313.pyc 2025-09-07T06:18:25.2702440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/yang.cpython-313.pyc 2025-09-07T06:18:25.2704150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/usd.cpython-313.pyc 2025-09-07T06:18:25.2705770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/ambient.cpython-313.pyc 2025-09-07T06:18:25.2707170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/c_like.cpython-313.pyc 2025-09-07T06:18:25.2708870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/fift.cpython-313.pyc 2025-09-07T06:18:25.2710600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/algebra.cpython-313.pyc 2025-09-07T06:18:25.2712130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/ml.cpython-313.pyc 2025-09-07T06:18:25.2713530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/j.cpython-313.pyc 2025-09-07T06:18:25.2715100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/_csound_builtins.cpython-313.pyc 2025-09-07T06:18:25.2716610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/rust.cpython-313.pyc 2025-09-07T06:18:25.2718210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/nix.cpython-313.pyc 2025-09-07T06:18:25.2719600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/amdgpu.cpython-313.pyc 2025-09-07T06:18:25.2721230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/_sourcemod_builtins.cpython-313.pyc 2025-09-07T06:18:25.2722640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/graphql.cpython-313.pyc 2025-09-07T06:18:25.2724350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/cplint.cpython-313.pyc 2025-09-07T06:18:25.2725820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/ride.cpython-313.pyc 2025-09-07T06:18:25.2727330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/rebol.cpython-313.pyc 2025-09-07T06:18:25.2729000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/matlab.cpython-313.pyc 2025-09-07T06:18:25.2730490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/codeql.cpython-313.pyc 2025-09-07T06:18:25.2732150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/webassembly.cpython-313.pyc 2025-09-07T06:18:25.2733640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/tcl.cpython-313.pyc 2025-09-07T06:18:25.2735140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/snobol.cpython-313.pyc 2025-09-07T06:18:25.2736840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/gdscript.cpython-313.pyc 2025-09-07T06:18:25.2738300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/varnish.cpython-313.pyc 2025-09-07T06:18:25.2739730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/oberon.cpython-313.pyc 2025-09-07T06:18:25.2741230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/haxe.cpython-313.pyc 2025-09-07T06:18:25.2742740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/ldap.cpython-313.pyc 2025-09-07T06:18:25.2744420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/bdd.cpython-313.pyc 2025-09-07T06:18:25.2746220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/markup.cpython-313.pyc 2025-09-07T06:18:25.2747990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/archetype.cpython-313.pyc 2025-09-07T06:18:25.2749500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/julia.cpython-313.pyc 2025-09-07T06:18:25.2751140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/scdoc.cpython-313.pyc 2025-09-07T06:18:25.2752550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/unicon.cpython-313.pyc 2025-09-07T06:18:25.2754180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/vyper.cpython-313.pyc 2025-09-07T06:18:25.2755850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/erlang.cpython-313.pyc 2025-09-07T06:18:25.2757180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/tnt.cpython-313.pyc 2025-09-07T06:18:25.2758590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/php.cpython-313.pyc 2025-09-07T06:18:25.2760090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/pawn.cpython-313.pyc 2025-09-07T06:18:25.2761630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/devicetree.cpython-313.pyc 2025-09-07T06:18:25.2763090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/javascript.cpython-313.pyc 2025-09-07T06:18:25.2764540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/phix.cpython-313.pyc 2025-09-07T06:18:25.2766180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/actionscript.cpython-313.pyc 2025-09-07T06:18:25.2767800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/_mapping.cpython-313.pyc 2025-09-07T06:18:25.2769530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/webmisc.cpython-313.pyc 2025-09-07T06:18:25.2771230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/_php_builtins.cpython-313.pyc 2025-09-07T06:18:25.2772870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/typoscript.cpython-313.pyc 2025-09-07T06:18:25.2774460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/python.cpython-313.pyc 2025-09-07T06:18:25.2776120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/_tsql_builtins.cpython-313.pyc 2025-09-07T06:18:25.2777590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/eiffel.cpython-313.pyc 2025-09-07T06:18:25.2779200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/jmespath.cpython-313.pyc 2025-09-07T06:18:25.2780770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/business.cpython-313.pyc 2025-09-07T06:18:25.2782740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/_openedge_builtins.cpython-313.pyc 2025-09-07T06:18:25.2784130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/math.cpython-313.pyc 2025-09-07T06:18:25.2785310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/monte.cpython-313.pyc 2025-09-07T06:18:25.2786680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/_vbscript_builtins.cpython-313.pyc 2025-09-07T06:18:25.2787820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/func.cpython-313.pyc 2025-09-07T06:18:25.2789230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/zig.cpython-313.pyc 2025-09-07T06:18:25.2790280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/wgsl.cpython-313.pyc 2025-09-07T06:18:25.2791450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/theorem.cpython-313.pyc 2025-09-07T06:18:25.2792580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/rdf.cpython-313.pyc 2025-09-07T06:18:25.2793780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/lisp.cpython-313.pyc 2025-09-07T06:18:25.2795130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/_stata_builtins.cpython-313.pyc 2025-09-07T06:18:25.2796380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/comal.cpython-313.pyc 2025-09-07T06:18:25.2797520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/d.cpython-313.pyc 2025-09-07T06:18:25.2798970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/crystal.cpython-313.pyc 2025-09-07T06:18:25.2800640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/_css_builtins.cpython-313.pyc 2025-09-07T06:18:25.2802210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/roboconf.cpython-313.pyc 2025-09-07T06:18:25.2803720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/_asy_builtins.cpython-313.pyc 2025-09-07T06:18:25.2805420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/_mql_builtins.cpython-313.pyc 2025-09-07T06:18:25.2806830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/ezhil.cpython-313.pyc 2025-09-07T06:18:25.2808280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/carbon.cpython-313.pyc 2025-09-07T06:18:25.2809920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/felix.cpython-313.pyc 2025-09-07T06:18:25.2811600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/configs.cpython-313.pyc 2025-09-07T06:18:25.2812980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/other.cpython-313.pyc 2025-09-07T06:18:25.2814450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/fantom.cpython-313.pyc 2025-09-07T06:18:25.2815850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/parasail.cpython-313.pyc 2025-09-07T06:18:25.2817340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.2818720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/dylan.cpython-313.pyc 2025-09-07T06:18:25.2820410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/_scheme_builtins.cpython-313.pyc 2025-09-07T06:18:25.2822130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/sieve.cpython-313.pyc 2025-09-07T06:18:25.2823790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/grammar_notation.cpython-313.pyc 2025-09-07T06:18:25.2825250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/wowtoc.cpython-313.pyc 2025-09-07T06:18:25.2826660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/q.cpython-313.pyc 2025-09-07T06:18:25.2828300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/kuin.cpython-313.pyc 2025-09-07T06:18:25.2829900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/hare.cpython-313.pyc 2025-09-07T06:18:25.2831530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/dax.cpython-313.pyc 2025-09-07T06:18:25.2833340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/_googlesql_builtins.cpython-313.pyc 2025-09-07T06:18:25.2835110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/pddl.cpython-313.pyc 2025-09-07T06:18:25.2836690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/jsx.cpython-313.pyc 2025-09-07T06:18:25.2838250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/textfmts.cpython-313.pyc 2025-09-07T06:18:25.2839820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/vip.cpython-313.pyc 2025-09-07T06:18:25.2841380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/console.cpython-313.pyc 2025-09-07T06:18:25.2843060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/apl.cpython-313.pyc 2025-09-07T06:18:25.2844550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/smithy.cpython-313.pyc 2025-09-07T06:18:25.2846090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/clean.cpython-313.pyc 2025-09-07T06:18:25.2847760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/tlb.cpython-313.pyc 2025-09-07T06:18:25.2849300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/smalltalk.cpython-313.pyc 2025-09-07T06:18:25.2850730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/promql.cpython-313.pyc 2025-09-07T06:18:25.2852200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__pycache__/dotnet.cpython-313.pyc 2025-09-07T06:18:25.2853460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/ncl.py 2025-09-07T06:18:25.2854700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/vyper.py 2025-09-07T06:18:25.2856060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/lilypond.py 2025-09-07T06:18:25.2857300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/markup.py 2025-09-07T06:18:25.2858440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/pddl.py 2025-09-07T06:18:25.2860040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_asy_builtins.py 2025-09-07T06:18:25.2861360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/igor.py 2025-09-07T06:18:25.2862560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/ml.py 2025-09-07T06:18:25.2863870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/savi.py 2025-09-07T06:18:25.2865020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/bqn.py 2025-09-07T06:18:25.2866340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/tal.py 2025-09-07T06:18:25.2867630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/tls.py 2025-09-07T06:18:25.2868940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/templates.py 2025-09-07T06:18:25.2870140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/forth.py 2025-09-07T06:18:25.2871300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/css.py 2025-09-07T06:18:25.2872540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/asm.py 2025-09-07T06:18:25.2874070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/roboconf.py 2025-09-07T06:18:25.2875310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_lasso_builtins.py 2025-09-07T06:18:25.2876670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/pascal.py 2025-09-07T06:18:25.2877970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/csound.py 2025-09-07T06:18:25.2879320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/typst.py 2025-09-07T06:18:25.2880580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/ptx.py 2025-09-07T06:18:25.2881780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/sgf.py 2025-09-07T06:18:25.2883180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/kusto.py 2025-09-07T06:18:25.2884560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/webassembly.py 2025-09-07T06:18:25.2885920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/procfile.py 2025-09-07T06:18:25.2887170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/functional.py 2025-09-07T06:18:25.2888420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/codeql.py 2025-09-07T06:18:25.2889840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/textedit.py 2025-09-07T06:18:25.2891030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/installers.py 2025-09-07T06:18:25.2892430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/business.py 2025-09-07T06:18:25.2893700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/tcl.py 2025-09-07T06:18:25.2895070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/minecraft.py 2025-09-07T06:18:25.2896410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/vip.py 2025-09-07T06:18:25.2897570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/mips.py 2025-09-07T06:18:25.2898910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/meson.py 2025-09-07T06:18:25.2900070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/basic.py 2025-09-07T06:18:25.2901620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_stan_builtins.py 2025-09-07T06:18:25.2902980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/prql.py 2025-09-07T06:18:25.2904640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/eiffel.py 2025-09-07T06:18:25.2905980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/scdoc.py 2025-09-07T06:18:25.2907180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/dax.py 2025-09-07T06:18:25.2908560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/rdf.py 2025-09-07T06:18:25.2909810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/gleam.py 2025-09-07T06:18:25.2911190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/email.py 2025-09-07T06:18:25.2912360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/sophia.py 2025-09-07T06:18:25.2913540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/modula2.py 2025-09-07T06:18:25.2914780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/nit.py 2025-09-07T06:18:25.2916130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/actionscript.py 2025-09-07T06:18:25.2917270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/qlik.py 2025-09-07T06:18:25.2918520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/text.py 2025-09-07T06:18:25.2919720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/apl.py 2025-09-07T06:18:25.2921450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_cl_builtins.py 2025-09-07T06:18:25.2922750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_mql_builtins.py 2025-09-07T06:18:25.2924020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/srcinfo.py 2025-09-07T06:18:25.2925140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/rego.py 2025-09-07T06:18:25.2926480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/archetype.py 2025-09-07T06:18:25.2927760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/python.py 2025-09-07T06:18:25.2929290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_csound_builtins.py 2025-09-07T06:18:25.2930470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/factor.py 2025-09-07T06:18:25.2931700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/dalvik.py 2025-09-07T06:18:25.2932810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/go.py 2025-09-07T06:18:25.2934100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/berry.py 2025-09-07T06:18:25.2935440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/unicon.py 2025-09-07T06:18:25.2936660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_usd_builtins.py 2025-09-07T06:18:25.2937890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/cddl.py 2025-09-07T06:18:25.2939170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/dylan.py 2025-09-07T06:18:25.2940560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/make.py 2025-09-07T06:18:25.2941790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/diff.py 2025-09-07T06:18:25.2943090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/xorg.py 2025-09-07T06:18:25.2944380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/trafficscript.py 2025-09-07T06:18:25.2945380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/kuin.py 2025-09-07T06:18:25.2946360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/jvm.py 2025-09-07T06:18:25.2947330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/smv.py 2025-09-07T06:18:25.2948320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/math.py 2025-09-07T06:18:25.2949300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/tact.py 2025-09-07T06:18:25.2950690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/promql.py 2025-09-07T06:18:25.2951960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/php.py 2025-09-07T06:18:25.2953240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/sql.py 2025-09-07T06:18:25.2954390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/x10.py 2025-09-07T06:18:25.2955750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/json5.py 2025-09-07T06:18:25.2956990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_mapping.py 2025-09-07T06:18:25.2958260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/gcodelexer.py 2025-09-07T06:18:25.2959400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/praat.py 2025-09-07T06:18:25.2960650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/lean.py 2025-09-07T06:18:25.2961940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/bibtex.py 2025-09-07T06:18:25.2963270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/whiley.py 2025-09-07T06:18:25.2964460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/q.py 2025-09-07T06:18:25.2965860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/snobol.py 2025-09-07T06:18:25.2967160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_mysql_builtins.py 2025-09-07T06:18:25.2968570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/webidl.py 2025-09-07T06:18:25.2969740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/rita.py 2025-09-07T06:18:25.2970960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/haskell.py 2025-09-07T06:18:25.2972420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/testing.py 2025-09-07T06:18:25.2973650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/fortran.py 2025-09-07T06:18:25.2975080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/modeling.py 2025-09-07T06:18:25.2976260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/arturo.py 2025-09-07T06:18:25.2977450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/varnish.py 2025-09-07T06:18:25.2978660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/elm.py 2025-09-07T06:18:25.2979950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/asc.py 2025-09-07T06:18:25.2981270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/javascript.py 2025-09-07T06:18:25.2982520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/ooc.py 2025-09-07T06:18:25.2983670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/bdd.py 2025-09-07T06:18:25.2985120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/julia.py 2025-09-07T06:18:25.2986440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/hexdump.py 2025-09-07T06:18:25.2987580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/foxpro.py 2025-09-07T06:18:25.2988790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/stata.py 2025-09-07T06:18:25.2989990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/zig.py 2025-09-07T06:18:25.2991560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/grammar_notation.py 2025-09-07T06:18:25.2992780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/bare.py 2025-09-07T06:18:25.2994070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/openscad.py 2025-09-07T06:18:25.2995360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/dotnet.py 2025-09-07T06:18:25.2996560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/fantom.py 2025-09-07T06:18:25.2997790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/special.py 2025-09-07T06:18:25.2999050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/yang.py 2025-09-07T06:18:25.3000330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/fift.py 2025-09-07T06:18:25.3001690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/ezhil.py 2025-09-07T06:18:25.3002990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/ride.py 2025-09-07T06:18:25.3004230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_scheme_builtins.py 2025-09-07T06:18:25.3005460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/devicetree.py 2025-09-07T06:18:25.3006750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/macaulay2.py 2025-09-07T06:18:25.3007980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/urbi.py 2025-09-07T06:18:25.3009220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/haxe.py 2025-09-07T06:18:25.3010550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/func.py 2025-09-07T06:18:25.3011630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/data.py 2025-09-07T06:18:25.3012900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_ada_builtins.py 2025-09-07T06:18:25.3014160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/yara.py 2025-09-07T06:18:25.3015390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/pointless.py 2025-09-07T06:18:25.3016510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/asn1.py 2025-09-07T06:18:25.3017920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_tsql_builtins.py 2025-09-07T06:18:25.3019240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/wgsl.py 2025-09-07T06:18:25.3020710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/rust.py 2025-09-07T06:18:25.3021630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/token.py 2025-09-07T06:18:25.3022770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/style.py 2025-09-07T06:18:25.3023870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/util.py 2025-09-07T06:18:25.3025030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/sphinxext.py 2025-09-07T06:18:25.3026230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/cmdline.py 2025-09-07T06:18:25.3027590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/__init__.py 2025-09-07T06:18:25.3028930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/terminal.py 2025-09-07T06:18:25.3030180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/html.py 2025-09-07T06:18:25.3031570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/irc.py 2025-09-07T06:18:25.3032930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/__init__.py 2025-09-07T06:18:25.3034230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/other.py 2025-09-07T06:18:25.3035780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/__pycache__/html.cpython-313.pyc 2025-09-07T06:18:25.3037360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/__pycache__/pangomarkup.cpython-313.pyc 2025-09-07T06:18:25.3038730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/__pycache__/img.cpython-313.pyc 2025-09-07T06:18:25.3040420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/__pycache__/groff.cpython-313.pyc 2025-09-07T06:18:25.3042020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/__pycache__/svg.cpython-313.pyc 2025-09-07T06:18:25.3043530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/__pycache__/latex.cpython-313.pyc 2025-09-07T06:18:25.3045130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/__pycache__/bbcode.cpython-313.pyc 2025-09-07T06:18:25.3046940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/__pycache__/terminal256.cpython-313.pyc 2025-09-07T06:18:25.3048310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/__pycache__/irc.cpython-313.pyc 2025-09-07T06:18:25.3049790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/__pycache__/terminal.cpython-313.pyc 2025-09-07T06:18:25.3051250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/__pycache__/_mapping.cpython-313.pyc 2025-09-07T06:18:25.3052640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/__pycache__/rtf.cpython-313.pyc 2025-09-07T06:18:25.3054230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/__pycache__/other.cpython-313.pyc 2025-09-07T06:18:25.3055730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.3056980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/img.py 2025-09-07T06:18:25.3058340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/terminal256.py 2025-09-07T06:18:25.3059630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/rtf.py 2025-09-07T06:18:25.3060780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/svg.py 2025-09-07T06:18:25.3062030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/bbcode.py 2025-09-07T06:18:25.3063510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/pangomarkup.py 2025-09-07T06:18:25.3064760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/_mapping.py 2025-09-07T06:18:25.3065890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/groff.py 2025-09-07T06:18:25.3067220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/latex.py 2025-09-07T06:18:25.3068750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/__pycache__/formatter.cpython-313.pyc 2025-09-07T06:18:25.3070120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/__pycache__/regexopt.cpython-313.pyc 2025-09-07T06:18:25.3071580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/__pycache__/scanner.cpython-313.pyc 2025-09-07T06:18:25.3073020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/__pycache__/lexer.cpython-313.pyc 2025-09-07T06:18:25.3074510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/__pycache__/plugin.cpython-313.pyc 2025-09-07T06:18:25.3075940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/__pycache__/style.cpython-313.pyc 2025-09-07T06:18:25.3077190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/__pycache__/token.cpython-313.pyc 2025-09-07T06:18:25.3078550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/__pycache__/unistring.cpython-313.pyc 2025-09-07T06:18:25.3079960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/__pycache__/modeline.cpython-313.pyc 2025-09-07T06:18:25.3081300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/__pycache__/util.cpython-313.pyc 2025-09-07T06:18:25.3082760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/__pycache__/cmdline.cpython-313.pyc 2025-09-07T06:18:25.3084150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/__pycache__/sphinxext.cpython-313.pyc 2025-09-07T06:18:25.3085770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/__pycache__/filter.cpython-313.pyc 2025-09-07T06:18:25.3087050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:25.3088420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.3089890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/__pycache__/console.cpython-313.pyc 2025-09-07T06:18:25.3091080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/sas.py 2025-09-07T06:18:25.3092400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/material.py 2025-09-07T06:18:25.3093710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/friendly_grayscale.py 2025-09-07T06:18:25.3094920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/pastie.py 2025-09-07T06:18:25.3101290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/onedark.py 2025-09-07T06:18:25.3101590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/inkpot.py 2025-09-07T06:18:25.3101860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/xcode.py 2025-09-07T06:18:25.3102140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/gruvbox.py 2025-09-07T06:18:25.3102410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/monokai.py 2025-09-07T06:18:25.3102730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/tango.py 2025-09-07T06:18:25.3104480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/friendly.py 2025-09-07T06:18:25.3105740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/staroffice.py 2025-09-07T06:18:25.3107020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/paraiso_dark.py 2025-09-07T06:18:25.3108340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/solarized.py 2025-09-07T06:18:25.3109750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__init__.py 2025-09-07T06:18:25.3111080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/algol_nu.py 2025-09-07T06:18:25.3112410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/gh_dark.py 2025-09-07T06:18:25.3113650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/native.py 2025-09-07T06:18:25.3115080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/xcode.cpython-313.pyc 2025-09-07T06:18:25.3116610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/algol.cpython-313.pyc 2025-09-07T06:18:25.3118200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/colorful.cpython-313.pyc 2025-09-07T06:18:25.3119680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/borland.cpython-313.pyc 2025-09-07T06:18:25.3121120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/arduino.cpython-313.pyc 2025-09-07T06:18:25.3122530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/onedark.cpython-313.pyc 2025-09-07T06:18:25.3124020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/stata_dark.cpython-313.pyc 2025-09-07T06:18:25.3125510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/fruity.cpython-313.pyc 2025-09-07T06:18:25.3127130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/lightbulb.cpython-313.pyc 2025-09-07T06:18:25.3128660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/algol_nu.cpython-313.pyc 2025-09-07T06:18:25.3130160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/lilypond.cpython-313.pyc 2025-09-07T06:18:25.3131600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/gh_dark.cpython-313.pyc 2025-09-07T06:18:25.3133010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/manni.cpython-313.pyc 2025-09-07T06:18:25.3134460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/igor.cpython-313.pyc 2025-09-07T06:18:25.3135930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/material.cpython-313.pyc 2025-09-07T06:18:25.3137420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/murphy.cpython-313.pyc 2025-09-07T06:18:25.3139060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/lovelace.cpython-313.pyc 2025-09-07T06:18:25.3140290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/vs.cpython-313.pyc 2025-09-07T06:18:25.3141780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/nord.cpython-313.pyc 2025-09-07T06:18:25.3143090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/inkpot.cpython-313.pyc 2025-09-07T06:18:25.3144580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/coffee.cpython-313.pyc 2025-09-07T06:18:25.3145990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/gruvbox.cpython-313.pyc 2025-09-07T06:18:25.3147760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/friendly_grayscale.cpython-313.pyc 2025-09-07T06:18:25.3149370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/paraiso_light.cpython-313.pyc 2025-09-07T06:18:25.3150850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/zenburn.cpython-313.pyc 2025-09-07T06:18:25.3152390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/stata_light.cpython-313.pyc 2025-09-07T06:18:25.3153910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/rrt.cpython-313.pyc 2025-09-07T06:18:25.3155420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/autumn.cpython-313.pyc 2025-09-07T06:18:25.3156910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/pastie.cpython-313.pyc 2025-09-07T06:18:25.3158500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/paraiso_dark.cpython-313.pyc 2025-09-07T06:18:25.3159930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/sas.cpython-313.pyc 2025-09-07T06:18:25.3161550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/dracula.cpython-313.pyc 2025-09-07T06:18:25.3162990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/solarized.cpython-313.pyc 2025-09-07T06:18:25.3164500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/native.cpython-313.pyc 2025-09-07T06:18:25.3166040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/emacs.cpython-313.pyc 2025-09-07T06:18:25.3167470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/default.cpython-313.pyc 2025-09-07T06:18:25.3169090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/tango.cpython-313.pyc 2025-09-07T06:18:25.3170620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/rainbow_dash.cpython-313.pyc 2025-09-07T06:18:25.3172090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/bw.cpython-313.pyc 2025-09-07T06:18:25.3173570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/abap.cpython-313.pyc 2025-09-07T06:18:25.3175130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/perldoc.cpython-313.pyc 2025-09-07T06:18:25.3176570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/_mapping.cpython-313.pyc 2025-09-07T06:18:25.3178140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/friendly.cpython-313.pyc 2025-09-07T06:18:25.3179500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/vim.cpython-313.pyc 2025-09-07T06:18:25.3180970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/monokai.cpython-313.pyc 2025-09-07T06:18:25.3182360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/trac.cpython-313.pyc 2025-09-07T06:18:25.3183840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.3185530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__pycache__/staroffice.cpython-313.pyc 2025-09-07T06:18:25.3186760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/colorful.py 2025-09-07T06:18:25.3187970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/lilypond.py 2025-09-07T06:18:25.3189240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/igor.py 2025-09-07T06:18:25.3190360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/zenburn.py 2025-09-07T06:18:25.3191710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/bw.py 2025-09-07T06:18:25.3192930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/emacs.py 2025-09-07T06:18:25.3194250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/dracula.py 2025-09-07T06:18:25.3195630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/vs.py 2025-09-07T06:18:25.3196820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/default.py 2025-09-07T06:18:25.3198240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/paraiso_light.py 2025-09-07T06:18:25.3199450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/lovelace.py 2025-09-07T06:18:25.3200780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/stata_dark.py 2025-09-07T06:18:25.3201870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/vim.py 2025-09-07T06:18:25.3203070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/borland.py 2025-09-07T06:18:25.3204220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/coffee.py 2025-09-07T06:18:25.3205540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/_mapping.py 2025-09-07T06:18:25.3206830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/murphy.py 2025-09-07T06:18:25.3208070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/lightbulb.py 2025-09-07T06:18:25.3209280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/fruity.py 2025-09-07T06:18:25.3210510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/abap.py 2025-09-07T06:18:25.3211830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/rainbow_dash.py 2025-09-07T06:18:25.3213010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/manni.py 2025-09-07T06:18:25.3214170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/autumn.py 2025-09-07T06:18:25.3215420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/rrt.py 2025-09-07T06:18:25.3216720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/perldoc.py 2025-09-07T06:18:25.3217960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/trac.py 2025-09-07T06:18:25.3219100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/algol.py 2025-09-07T06:18:25.3220290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/arduino.py 2025-09-07T06:18:25.3221600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/nord.py 2025-09-07T06:18:25.3222790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/stata_light.py 2025-09-07T06:18:25.3224080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/unistring.py 2025-09-07T06:18:25.3225280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexer.py 2025-09-07T06:18:25.3226530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/regexopt.py 2025-09-07T06:18:25.3227670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/plugin.py 2025-09-07T06:18:25.3228830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/filter.py 2025-09-07T06:18:25.3230100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/__main__.py 2025-09-07T06:18:25.3231040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/info/repodata_record.json 2025-09-07T06:18:25.3231940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/info/test/run_test.sh 2025-09-07T06:18:25.3232930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/info/test/run_test.py 2025-09-07T06:18:25.3234060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/info/test/test_time_dependencies.json 2025-09-07T06:18:25.3234960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/info/licenses/LICENSE 2025-09-07T06:18:25.3236060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/info/recipe/setup-linux.patch 2025-09-07T06:18:25.3237190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/info/recipe/0001-Link-to-dl-library.patch 2025-09-07T06:18:25.3238170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/info/recipe/apple-jit.patch 2025-09-07T06:18:25.3239210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/info/recipe/conda_build_config.yaml 2025-09-07T06:18:25.3240140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/info/recipe/meta.yaml 2025-09-07T06:18:25.3241420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/info/recipe/meta.yaml.template 2025-09-07T06:18:25.3242110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/info/paths.json 2025-09-07T06:18:25.3243030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/info/hash_input.json 2025-09-07T06:18:25.3243780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/info/files 2025-09-07T06:18:25.3244590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/info/about.json 2025-09-07T06:18:25.3245450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/info/index.json 2025-09-07T06:18:25.3246520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/info/git 2025-09-07T06:18:25.3247880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/_cffi_include.h 2025-09-07T06:18:25.3249150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/_imp_emulation.py 2025-09-07T06:18:25.3250380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/backend_ctypes.py 2025-09-07T06:18:25.3251350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/error.py 2025-09-07T06:18:25.3252480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/setuptools_ext.py 2025-09-07T06:18:25.3253640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/_shimmed_dist_utils.py 2025-09-07T06:18:25.3254810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/_cffi_errors.h 2025-09-07T06:18:25.3255800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/__init__.py 2025-09-07T06:18:25.3256980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/cffi_opcode.py 2025-09-07T06:18:25.3258060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/vengine_gen.py 2025-09-07T06:18:25.3259480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/__pycache__/vengine_cpy.cpython-313.pyc 2025-09-07T06:18:25.3260830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/__pycache__/pkgconfig.cpython-313.pyc 2025-09-07T06:18:25.3261910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/__pycache__/api.cpython-313.pyc 2025-09-07T06:18:25.3262990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/__pycache__/cparser.cpython-313.pyc 2025-09-07T06:18:25.3264040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/__pycache__/model.cpython-313.pyc 2025-09-07T06:18:25.3265170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/__pycache__/commontypes.cpython-313.pyc 2025-09-07T06:18:25.3266320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/__pycache__/backend_ctypes.cpython-313.pyc 2025-09-07T06:18:25.3267480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/__pycache__/_shimmed_dist_utils.cpython-313.pyc 2025-09-07T06:18:25.3268560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/__pycache__/ffiplatform.cpython-313.pyc 2025-09-07T06:18:25.3269670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/__pycache__/error.cpython-313.pyc 2025-09-07T06:18:25.3271000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/__pycache__/recompiler.cpython-313.pyc 2025-09-07T06:18:25.3272420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/__pycache__/vengine_gen.cpython-313.pyc 2025-09-07T06:18:25.3273900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/__pycache__/_imp_emulation.cpython-313.pyc 2025-09-07T06:18:25.3275290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/__pycache__/setuptools_ext.cpython-313.pyc 2025-09-07T06:18:25.3276530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/__pycache__/cffi_opcode.cpython-313.pyc 2025-09-07T06:18:25.3277740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/__pycache__/lock.cpython-313.pyc 2025-09-07T06:18:25.3279180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.3280450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/__pycache__/verifier.cpython-313.pyc 2025-09-07T06:18:25.3281640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/pkgconfig.py 2025-09-07T06:18:25.3282750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/model.py 2025-09-07T06:18:25.3283840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/ffiplatform.py 2025-09-07T06:18:25.3284860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/api.py 2025-09-07T06:18:25.3286110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/vengine_cpy.py 2025-09-07T06:18:25.3287190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/_embedding.h 2025-09-07T06:18:25.3288290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/commontypes.py 2025-09-07T06:18:25.3289280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/lock.py 2025-09-07T06:18:25.3290360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/recompiler.py 2025-09-07T06:18:25.3291500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/cparser.py 2025-09-07T06:18:25.3292580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/verifier.py 2025-09-07T06:18:25.3293730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/parse_c_type.h 2025-09-07T06:18:25.3294910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi-1.17.1.dist-info/RECORD 2025-09-07T06:18:25.3296200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi-1.17.1.dist-info/LICENSE 2025-09-07T06:18:25.3297380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi-1.17.1.dist-info/direct_url.json 2025-09-07T06:18:25.3298510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi-1.17.1.dist-info/WHEEL 2025-09-07T06:18:25.3300010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi-1.17.1.dist-info/entry_points.txt 2025-09-07T06:18:25.3301260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi-1.17.1.dist-info/top_level.txt 2025-09-07T06:18:25.3302430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi-1.17.1.dist-info/REQUESTED 2025-09-07T06:18:25.3303630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi-1.17.1.dist-info/INSTALLER 2025-09-07T06:18:25.3304830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi-1.17.1.dist-info/METADATA 2025-09-07T06:18:25.3306270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/_cffi_backend.cpython-313-darwin.so 2025-09-07T06:18:25.3307100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/repodata_record.json 2025-09-07T06:18:25.3307980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/test/run_test.sh 2025-09-07T06:18:25.3309000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/test/run_test.py 2025-09-07T06:18:25.3310080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/licenses/LICENSE 2025-09-07T06:18:25.3311890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/recipe/parent/patches/0001-use-tie-instead-of-structured-binding-declaration.patch 2025-09-07T06:18:25.3312870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/recipe/parent/build_mamba.bat 2025-09-07T06:18:25.3314130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/recipe/parent/conda_build_config.yaml 2025-09-07T06:18:25.3315280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/recipe/parent/test_libmamba_version.py 2025-09-07T06:18:25.3316370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/recipe/parent/meta.yaml 2025-09-07T06:18:25.3317450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/recipe/parent/build_mamba.sh 2025-09-07T06:18:25.3318620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/recipe/conda_build_config.yaml 2025-09-07T06:18:25.3319510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/recipe/meta.yaml 2025-09-07T06:18:25.3320510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/recipe/build_mamba.sh 2025-09-07T06:18:25.3321350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/run_exports.json 2025-09-07T06:18:25.3322440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/paths.json 2025-09-07T06:18:25.3323540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/hash_input.json 2025-09-07T06:18:25.3324530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/files 2025-09-07T06:18:25.3325510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/about.json 2025-09-07T06:18:25.3326330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/index.json 2025-09-07T06:18:25.3327210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/git 2025-09-07T06:18:25.3328720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/lib/python3.13/site-packages/libmambapy-2.0.5.dist-info/RECORD 2025-09-07T06:18:25.3330130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/lib/python3.13/site-packages/libmambapy-2.0.5.dist-info/LICENSE 2025-09-07T06:18:25.3331450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/lib/python3.13/site-packages/libmambapy-2.0.5.dist-info/direct_url.json 2025-09-07T06:18:25.3332780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/lib/python3.13/site-packages/libmambapy-2.0.5.dist-info/WHEEL 2025-09-07T06:18:25.3334090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/lib/python3.13/site-packages/libmambapy-2.0.5.dist-info/top_level.txt 2025-09-07T06:18:25.3335420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/lib/python3.13/site-packages/libmambapy-2.0.5.dist-info/REQUESTED 2025-09-07T06:18:25.3336760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/lib/python3.13/site-packages/libmambapy-2.0.5.dist-info/INSTALLER 2025-09-07T06:18:25.3338260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/lib/python3.13/site-packages/libmambapy-2.0.5.dist-info/METADATA 2025-09-07T06:18:25.3339460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/lib/python3.13/site-packages/libmambapy/specs.py 2025-09-07T06:18:25.3340660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/lib/python3.13/site-packages/libmambapy/version.py 2025-09-07T06:18:25.3341800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/lib/python3.13/site-packages/libmambapy/__init__.pyi 2025-09-07T06:18:25.3343380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/lib/python3.13/site-packages/libmambapy/__init__.py 2025-09-07T06:18:25.3344780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/lib/python3.13/site-packages/libmambapy/bindings.cpython-313-darwin.so 2025-09-07T06:18:25.3346010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/lib/python3.13/site-packages/libmambapy/solver/libsolv.py 2025-09-07T06:18:25.3347310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/lib/python3.13/site-packages/libmambapy/solver/__init__.py 2025-09-07T06:18:25.3349050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/lib/python3.13/site-packages/libmambapy/solver/__pycache__/libsolv.cpython-313.pyc 2025-09-07T06:18:25.3350460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/lib/python3.13/site-packages/libmambapy/solver/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.3351910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/lib/python3.13/site-packages/libmambapy/__pycache__/specs.cpython-313.pyc 2025-09-07T06:18:25.3353270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/lib/python3.13/site-packages/libmambapy/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:25.3354960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/lib/python3.13/site-packages/libmambapy/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.3356350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/lib/python3.13/site-packages/libmambapy/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:25.3357540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/lib/python3.13/site-packages/libmambapy/utils.py 2025-09-07T06:18:25.3358820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/lib/python3.13/site-packages/libmambapy/py.typed 2025-09-07T06:18:25.3359570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0.conda 2025-09-07T06:18:25.3360250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3.conda 2025-09-07T06:18:25.3361040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/bin/sqlite3 2025-09-07T06:18:25.3361850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/include/sqlite3.h 2025-09-07T06:18:25.3362770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/include/sqlite3ext.h 2025-09-07T06:18:25.3363810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/info/repodata_record.json 2025-09-07T06:18:25.3364730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/info/test/run_test.sh 2025-09-07T06:18:25.3365700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/info/licenses/LICENSE.md 2025-09-07T06:18:25.3366540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/info/recipe/LICENSE.md 2025-09-07T06:18:25.3367380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/info/recipe/bld.bat 2025-09-07T06:18:25.3368280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/info/recipe/build.sh 2025-09-07T06:18:25.3369310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/info/recipe/conda_build_config.yaml 2025-09-07T06:18:25.3370320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/info/recipe/expose_symbols.patch 2025-09-07T06:18:25.3371160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/info/recipe/meta.yaml 2025-09-07T06:18:25.3372180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/info/recipe/meta.yaml.template 2025-09-07T06:18:25.3373060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/info/run_exports.json 2025-09-07T06:18:25.3373940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/info/paths.json 2025-09-07T06:18:25.3374820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/info/hash_input.json 2025-09-07T06:18:25.3375580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/info/files 2025-09-07T06:18:25.3376340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/info/about.json 2025-09-07T06:18:25.3377230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/info/has_prefix 2025-09-07T06:18:25.3377960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/info/index.json 2025-09-07T06:18:25.3378720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/info/git 2025-09-07T06:18:25.3379660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/lib/libsqlite3.0.dylib 2025-09-07T06:18:25.3380680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/lib/pkgconfig/sqlite3.pc 2025-09-07T06:18:25.3381590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/lib/libsqlite3.3.50.2.dylib 2025-09-07T06:18:25.3382600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/lib/libsqlite3.dylib 2025-09-07T06:18:25.3383590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/share/man/man1/sqlite3.1 2025-09-07T06:18:25.3384570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/repodata_record.json 2025-09-07T06:18:25.3385520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/test/run_test.sh 2025-09-07T06:18:25.3386510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/licenses/libcxx/LICENSE.TXT 2025-09-07T06:18:25.3388420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/recipe/parent/patches/0002-Work-around-stray-nostdlib-flags-causing-errors-with.patch 2025-09-07T06:18:25.3390030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/recipe/parent/patches/0001-disable-_LIBCPP_AVAILABILITY_HAS_INIT_PRIMARY_EXCEPT.patch 2025-09-07T06:18:25.3391500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/recipe/parent/patches/0003-patch-__libcpp_tzdb_directory-to-allow-use-on-osx.patch 2025-09-07T06:18:25.3392420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/recipe/parent/compile_test.sh 2025-09-07T06:18:25.3393220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/recipe/parent/bld.bat 2025-09-07T06:18:25.3394610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/recipe/parent/test_sources/cpp11/test_cpp11.cpp 2025-09-07T06:18:25.3395780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/recipe/parent/test_sources/cpp17/test_cpp17.cpp 2025-09-07T06:18:25.3396960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/recipe/parent/test_sources/test_exceptions.cpp 2025-09-07T06:18:25.3398100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/recipe/parent/test_sources/check_libcpp_def.cpp 2025-09-07T06:18:25.3399150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/recipe/parent/test_sources/hello_world.c 2025-09-07T06:18:25.3400430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/recipe/parent/test_sources/cpp14/test_cpp14.cpp 2025-09-07T06:18:25.3401530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/recipe/parent/test_sources/hello_world.cpp 2025-09-07T06:18:25.3402500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/recipe/parent/build.sh 2025-09-07T06:18:25.3403560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/recipe/parent/compile_test.bat 2025-09-07T06:18:25.3404720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/recipe/parent/conda_build_config.yaml 2025-09-07T06:18:25.3405720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/recipe/parent/meta.yaml 2025-09-07T06:18:25.3406680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/recipe/conda_build_config.yaml 2025-09-07T06:18:25.3407620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/recipe/meta.yaml 2025-09-07T06:18:25.3408280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/paths.json 2025-09-07T06:18:25.3409380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/hash_input.json 2025-09-07T06:18:25.3410110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/files 2025-09-07T06:18:25.3410930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/about.json 2025-09-07T06:18:25.3411760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/index.json 2025-09-07T06:18:25.3412500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/git 2025-09-07T06:18:25.3413390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/lib/libc++.1.0.dylib 2025-09-07T06:18:25.3414160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/lib/libc++.1.dylib 2025-09-07T06:18:25.3415300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser/ply/yacc.py 2025-09-07T06:18:25.3416400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser/ply/lex.py 2025-09-07T06:18:25.3417600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser/ply/ctokens.py 2025-09-07T06:18:25.3418670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser/ply/__init__.py 2025-09-07T06:18:25.3419490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser/ply/cpp.py 2025-09-07T06:18:25.3420310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser/ply/ygen.py 2025-09-07T06:18:25.3421160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser/c_parser.py 2025-09-07T06:18:25.3422030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser/_ast_gen.py 2025-09-07T06:18:25.3423410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser/__init__.py 2025-09-07T06:18:25.3424390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser/_c_ast.cfg 2025-09-07T06:18:25.3425400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser/c_ast.py 2025-09-07T06:18:25.3426520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser/plyparser.py 2025-09-07T06:18:25.3427600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser/_build_tables.py 2025-09-07T06:18:25.3428710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser/ast_transforms.py 2025-09-07T06:18:25.3429700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser/yacctab.py 2025-09-07T06:18:25.3430790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser/c_generator.py 2025-09-07T06:18:25.3431800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser/c_lexer.py 2025-09-07T06:18:25.3432730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser/lextab.py 2025-09-07T06:18:25.3434020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser-2.21.dist-info/RECORD 2025-09-07T06:18:25.3435220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser-2.21.dist-info/LICENSE 2025-09-07T06:18:25.3436370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser-2.21.dist-info/direct_url.json 2025-09-07T06:18:25.3437420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser-2.21.dist-info/WHEEL 2025-09-07T06:18:25.3438920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser-2.21.dist-info/top_level.txt 2025-09-07T06:18:25.3440080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser-2.21.dist-info/REQUESTED 2025-09-07T06:18:25.3441210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser-2.21.dist-info/INSTALLER 2025-09-07T06:18:25.3442300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser-2.21.dist-info/METADATA 2025-09-07T06:18:25.3443180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/info/repodata_record.json 2025-09-07T06:18:25.3444140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/info/test/run_test.sh 2025-09-07T06:18:25.3445020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/info/test/run_test.py 2025-09-07T06:18:25.3446090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/info/test/test_time_dependencies.json 2025-09-07T06:18:25.3447020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/info/test/run_test.bat 2025-09-07T06:18:25.3447970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/info/licenses/LICENSE 2025-09-07T06:18:25.3449050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:25.3449980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/info/recipe/meta.yaml 2025-09-07T06:18:25.3450930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/info/recipe/meta.yaml.template 2025-09-07T06:18:25.3451740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/info/paths.json 2025-09-07T06:18:25.3452680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/info/hash_input.json 2025-09-07T06:18:25.3453490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/info/files 2025-09-07T06:18:25.3454460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/info/about.json 2025-09-07T06:18:25.3455260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/info/link.json 2025-09-07T06:18:25.3456020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/info/index.json 2025-09-07T06:18:25.3457030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/info/git 2025-09-07T06:18:25.3458020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/include/reproc/export.h 2025-09-07T06:18:25.3459200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/include/reproc/drain.h 2025-09-07T06:18:25.3460380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/include/reproc/reproc.h 2025-09-07T06:18:25.3461170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/include/reproc/run.h 2025-09-07T06:18:25.3462020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/info/repodata_record.json 2025-09-07T06:18:25.3463060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/info/licenses/LICENSE 2025-09-07T06:18:25.3464020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/info/recipe/build_c.sh 2025-09-07T06:18:25.3464930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/info/recipe/bld_c.bat 2025-09-07T06:18:25.3465870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/info/recipe/build_cpp.sh 2025-09-07T06:18:25.3466840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/info/recipe/conda_build_config.yaml 2025-09-07T06:18:25.3467630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/info/recipe/bld_cpp.bat 2025-09-07T06:18:25.3468590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/info/recipe/meta.yaml 2025-09-07T06:18:25.3469670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/info/recipe/apple_gettime.patch 2025-09-07T06:18:25.3470640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/info/recipe/meta.yaml.template 2025-09-07T06:18:25.3471440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/info/run_exports.json 2025-09-07T06:18:25.3472180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/info/paths.json 2025-09-07T06:18:25.3473250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/info/hash_input.json 2025-09-07T06:18:25.3473950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/info/files 2025-09-07T06:18:25.3474890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/info/about.json 2025-09-07T06:18:25.3475800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/info/has_prefix 2025-09-07T06:18:25.3476730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/info/index.json 2025-09-07T06:18:25.3477530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/info/git 2025-09-07T06:18:25.3478530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/lib/pkgconfig/reproc.pc 2025-09-07T06:18:25.3479550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/lib/cmake/reproc/reproc-config.cmake 2025-09-07T06:18:25.3480680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/lib/cmake/reproc/reproc-targets-release.cmake 2025-09-07T06:18:25.3481680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/lib/cmake/reproc/reproc-targets.cmake 2025-09-07T06:18:25.3482870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/lib/cmake/reproc/reproc-config-version.cmake 2025-09-07T06:18:25.3483820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/lib/libreproc.14.dylib 2025-09-07T06:18:25.3484830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/lib/libreproc.14.2.4.dylib 2025-09-07T06:18:25.3485650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/lib/libreproc.dylib 2025-09-07T06:18:25.3486470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0.conda 2025-09-07T06:18:25.3487520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/bin/nghttp 2025-09-07T06:18:25.3488470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/bin/nghttpx 2025-09-07T06:18:25.3489380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/bin/nghttpd 2025-09-07T06:18:25.3490410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/include/nghttp2/nghttp2ver.h 2025-09-07T06:18:25.3491400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/include/nghttp2/nghttp2.h 2025-09-07T06:18:25.3492430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/info/repodata_record.json 2025-09-07T06:18:25.3493290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/info/test/run_test.sh 2025-09-07T06:18:25.3494250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/info/licenses/COPYING 2025-09-07T06:18:25.3495160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/info/recipe/install.sh 2025-09-07T06:18:25.3496210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/info/recipe/parent/install.sh 2025-09-07T06:18:25.3497370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/info/recipe/parent/build.sh 2025-09-07T06:18:25.3498300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/info/recipe/parent/meta.yaml 2025-09-07T06:18:25.3499310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:25.3500210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/info/recipe/meta.yaml 2025-09-07T06:18:25.3501090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/info/run_exports.json 2025-09-07T06:18:25.3502030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/info/paths.json 2025-09-07T06:18:25.3503060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/info/hash_input.json 2025-09-07T06:18:25.3503980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/info/files 2025-09-07T06:18:25.3504890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/info/about.json 2025-09-07T06:18:25.3505880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/info/has_prefix 2025-09-07T06:18:25.3506810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/info/index.json 2025-09-07T06:18:25.3507600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/info/git 2025-09-07T06:18:25.3508740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/lib/pkgconfig/libnghttp2.pc 2025-09-07T06:18:25.3509710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/lib/libnghttp2.14.dylib 2025-09-07T06:18:25.3510680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/lib/libnghttp2.dylib 2025-09-07T06:18:25.3511860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/info/repodata_record.json 2025-09-07T06:18:25.3512870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/info/test/run_test.sh 2025-09-07T06:18:25.3513850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/info/test/run_test.py 2025-09-07T06:18:25.3515260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/info/test/test_time_dependencies.json 2025-09-07T06:18:25.3516350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/info/licenses/LICENSE 2025-09-07T06:18:25.3517590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:25.3518650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/info/recipe/meta.yaml 2025-09-07T06:18:25.3519670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/info/recipe/meta.yaml.template 2025-09-07T06:18:25.3520690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/info/paths.json 2025-09-07T06:18:25.3521580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/info/hash_input.json 2025-09-07T06:18:25.3522520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/info/files 2025-09-07T06:18:25.3523480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/info/about.json 2025-09-07T06:18:25.3524440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/info/index.json 2025-09-07T06:18:25.3525220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/info/git 2025-09-07T06:18:25.3526720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/docinfo.py 2025-09-07T06:18:25.3528180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/scalarfloat.py 2025-09-07T06:18:25.3529350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/scanner.py 2025-09-07T06:18:25.3530600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/compat.py 2025-09-07T06:18:25.3531990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/error.py 2025-09-07T06:18:25.3533250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/anchor.py 2025-09-07T06:18:25.3534810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/constructor.py 2025-09-07T06:18:25.3536490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/composer.py 2025-09-07T06:18:25.3537400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/util.py 2025-09-07T06:18:25.3538660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/events.py 2025-09-07T06:18:25.3539880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/scalarint.py 2025-09-07T06:18:25.3541290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/scalarbool.py 2025-09-07T06:18:25.3542540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/configobjwalker.py 2025-09-07T06:18:25.3543730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/__init__.py 2025-09-07T06:18:25.3545210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/representer.py 2025-09-07T06:18:25.3546370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/tokens.py 2025-09-07T06:18:25.3547660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/dumper.py 2025-09-07T06:18:25.3549150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/__pycache__/main.cpython-313.pyc 2025-09-07T06:18:25.3550790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/__pycache__/serializer.cpython-313.pyc 2025-09-07T06:18:25.3552350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/__pycache__/resolver.cpython-313.pyc 2025-09-07T06:18:25.3553940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/__pycache__/representer.cpython-313.pyc 2025-09-07T06:18:25.3555400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/__pycache__/scanner.cpython-313.pyc 2025-09-07T06:18:25.3556880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/__pycache__/reader.cpython-313.pyc 2025-09-07T06:18:25.3558280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/__pycache__/cyaml.cpython-313.pyc 2025-09-07T06:18:25.3559910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/__pycache__/scalarfloat.cpython-313.pyc 2025-09-07T06:18:25.3561500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/__pycache__/scalarstring.cpython-313.pyc 2025-09-07T06:18:25.3562910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/__pycache__/comments.cpython-313.pyc 2025-09-07T06:18:25.3564310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/__pycache__/compat.cpython-313.pyc 2025-09-07T06:18:25.3565920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/__pycache__/tokens.cpython-313.pyc 2025-09-07T06:18:25.3567450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/__pycache__/loader.cpython-313.pyc 2025-09-07T06:18:25.3569190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/__pycache__/configobjwalker.cpython-313.pyc 2025-09-07T06:18:25.3570650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/__pycache__/timestamp.cpython-313.pyc 2025-09-07T06:18:25.3572310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/__pycache__/scalarint.cpython-313.pyc 2025-09-07T06:18:25.3574040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/__pycache__/anchor.cpython-313.pyc 2025-09-07T06:18:25.3575620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/__pycache__/nodes.cpython-313.pyc 2025-09-07T06:18:25.3577070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/__pycache__/util.cpython-313.pyc 2025-09-07T06:18:25.3578860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/__pycache__/composer.cpython-313.pyc 2025-09-07T06:18:25.3580320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/__pycache__/error.cpython-313.pyc 2025-09-07T06:18:25.3581730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/__pycache__/tag.cpython-313.pyc 2025-09-07T06:18:25.3583180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/__pycache__/events.cpython-313.pyc 2025-09-07T06:18:25.3584690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/__pycache__/emitter.cpython-313.pyc 2025-09-07T06:18:25.3586160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/__pycache__/dumper.cpython-313.pyc 2025-09-07T06:18:25.3587700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/__pycache__/constructor.cpython-313.pyc 2025-09-07T06:18:25.3589320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.3590860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/__pycache__/scalarbool.cpython-313.pyc 2025-09-07T06:18:25.3592460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/__pycache__/parser.cpython-313.pyc 2025-09-07T06:18:25.3594060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/__pycache__/docinfo.cpython-313.pyc 2025-09-07T06:18:25.3595370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/cyaml.py 2025-09-07T06:18:25.3596530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/parser.py 2025-09-07T06:18:25.3597760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/reader.py 2025-09-07T06:18:25.3598990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/scalarstring.py 2025-09-07T06:18:25.3600090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/loader.py 2025-09-07T06:18:25.3601260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/resolver.py 2025-09-07T06:18:25.3602700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/py.typed 2025-09-07T06:18:25.3603940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/serializer.py 2025-09-07T06:18:25.3605100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/nodes.py 2025-09-07T06:18:25.3606550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/timestamp.py 2025-09-07T06:18:25.3607760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/main.py 2025-09-07T06:18:25.3609230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/emitter.py 2025-09-07T06:18:25.3610510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/tag.py 2025-09-07T06:18:25.3611710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/comments.py 2025-09-07T06:18:25.3613350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel.yaml-0.18.10.dist-info/RECORD 2025-09-07T06:18:25.3614840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel.yaml-0.18.10.dist-info/LICENSE 2025-09-07T06:18:25.3616230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel.yaml-0.18.10.dist-info/direct_url.json 2025-09-07T06:18:25.3617620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel.yaml-0.18.10.dist-info/WHEEL 2025-09-07T06:18:25.3619290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel.yaml-0.18.10.dist-info/top_level.txt 2025-09-07T06:18:25.3620730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel.yaml-0.18.10.dist-info/REQUESTED 2025-09-07T06:18:25.3622210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel.yaml-0.18.10.dist-info/INSTALLER 2025-09-07T06:18:25.3623640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel.yaml-0.18.10.dist-info/METADATA 2025-09-07T06:18:25.3624360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/bin/pydoc3.13 2025-09-07T06:18:25.3625200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/bin/python3 2025-09-07T06:18:25.3626030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/bin/pydoc 2025-09-07T06:18:25.3626830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/bin/python 2025-09-07T06:18:25.3627670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/bin/python3.1 2025-09-07T06:18:25.3628480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/bin/idle3 2025-09-07T06:18:25.3629450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/bin/python3-config 2025-09-07T06:18:25.3630230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/bin/idle3.13 2025-09-07T06:18:25.3631170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/bin/python3.13-config 2025-09-07T06:18:25.3632010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/bin/pydoc3 2025-09-07T06:18:25.3632920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/bin/python3.13 2025-09-07T06:18:25.3634080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pystats.h 2025-09-07T06:18:25.3635280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/intrcheck.h 2025-09-07T06:18:25.3636090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/sliceobject.h 2025-09-07T06:18:25.3637190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/bltinmodule.h 2025-09-07T06:18:25.3638340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/tupleobject.h 2025-09-07T06:18:25.3639480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/marshal.h 2025-09-07T06:18:25.3640430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/py_curses.h 2025-09-07T06:18:25.3641420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/errcode.h 2025-09-07T06:18:25.3642510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/iterobject.h 2025-09-07T06:18:25.3643530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/rangeobject.h 2025-09-07T06:18:25.3644520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pystrtod.h 2025-09-07T06:18:25.3645510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/warnings.h 2025-09-07T06:18:25.3646530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/opcode_ids.h 2025-09-07T06:18:25.3647660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pyhash.h 2025-09-07T06:18:25.3648580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pycapsule.h 2025-09-07T06:18:25.3649590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pyerrors.h 2025-09-07T06:18:25.3650740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/fileutils.h 2025-09-07T06:18:25.3651920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/dictobject.h 2025-09-07T06:18:25.3652830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/ceval.h 2025-09-07T06:18:25.3653810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pystate.h 2025-09-07T06:18:25.3654960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/floatobject.h 2025-09-07T06:18:25.3656100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/exports.h 2025-09-07T06:18:25.3657100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/structmember.h 2025-09-07T06:18:25.3658250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/monitoring.h 2025-09-07T06:18:25.3659380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/lock.h 2025-09-07T06:18:25.3660470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/patchlevel.h 2025-09-07T06:18:25.3661550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/frameobject.h 2025-09-07T06:18:25.3662710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/abstract.h 2025-09-07T06:18:25.3663820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/modsupport.h 2025-09-07T06:18:25.3665000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pylifecycle.h 2025-09-07T06:18:25.3666430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_stackref.h 2025-09-07T06:18:25.3667790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_pyerrors.h 2025-09-07T06:18:25.3668680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_warnings.h 2025-09-07T06:18:25.3669770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_identifier.h 2025-09-07T06:18:25.3671060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_importdl.h 2025-09-07T06:18:25.3672250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_time.h 2025-09-07T06:18:25.3673470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_object_alloc.h 2025-09-07T06:18:25.3674640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_capsule.h 2025-09-07T06:18:25.3675830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_global_strings.h 2025-09-07T06:18:25.3676960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_uop_metadata.h 2025-09-07T06:18:25.3678140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_asdl.h 2025-09-07T06:18:25.3679450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_instruction_sequence.h 2025-09-07T06:18:25.3680640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_getopt.h 2025-09-07T06:18:25.3681870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_intrinsics.h 2025-09-07T06:18:25.3683140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_hamt.h 2025-09-07T06:18:25.3684250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_pymath.h 2025-09-07T06:18:25.3685390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_freelist.h 2025-09-07T06:18:25.3686650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_parser.h 2025-09-07T06:18:25.3687880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_runtime_init.h 2025-09-07T06:18:25.3689320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_emscripten_trampoline.h 2025-09-07T06:18:25.3690530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_pylifecycle.h 2025-09-07T06:18:25.3691740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_runtime.h 2025-09-07T06:18:25.3692920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_modsupport.h 2025-09-07T06:18:25.3694080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_emscripten_signal.h 2025-09-07T06:18:25.3695300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_backoff.h 2025-09-07T06:18:25.3696420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_namespace.h 2025-09-07T06:18:25.3697600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_genobject.h 2025-09-07T06:18:25.3698700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_brc.h 2025-09-07T06:18:25.3700020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_opcode_utils.h 2025-09-07T06:18:25.3701020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_gil.h 2025-09-07T06:18:25.3702180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_exceptions.h 2025-09-07T06:18:25.3703320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_token.h 2025-09-07T06:18:25.3704650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_compile.h 2025-09-07T06:18:25.3705920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_atexit.h 2025-09-07T06:18:25.3707140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_mimalloc.h 2025-09-07T06:18:25.3708390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_signal.h 2025-09-07T06:18:25.3709800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_object_state.h 2025-09-07T06:18:25.3710900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_lock.h 2025-09-07T06:18:25.3712020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_cell.h 2025-09-07T06:18:25.3713180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_semaphore.h 2025-09-07T06:18:25.3714530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_sliceobject.h 2025-09-07T06:18:25.3715660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_code.h 2025-09-07T06:18:25.3716920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_unionobject.h 2025-09-07T06:18:25.3718070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_pyhash.h 2025-09-07T06:18:25.3719260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_object_stack.h 2025-09-07T06:18:25.3720310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_tuple.h 2025-09-07T06:18:25.3721450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_long.h 2025-09-07T06:18:25.3722830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_faulthandler.h 2025-09-07T06:18:25.3723970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_ucnhash.h 2025-09-07T06:18:25.3725200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_weakref.h 2025-09-07T06:18:25.3726360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_fileutils.h 2025-09-07T06:18:25.3727590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_pyatomic_ft_wrappers.h 2025-09-07T06:18:25.3728700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_llist.h 2025-09-07T06:18:25.3729980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/mimalloc/mimalloc.h 2025-09-07T06:18:25.3731230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/mimalloc/mimalloc/internal.h 2025-09-07T06:18:25.3732490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/mimalloc/mimalloc/types.h 2025-09-07T06:18:25.3733710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/mimalloc/mimalloc/track.h 2025-09-07T06:18:25.3734830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/mimalloc/mimalloc/prim.h 2025-09-07T06:18:25.3736140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/mimalloc/mimalloc/atomic.h 2025-09-07T06:18:25.3737290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_floatobject.h 2025-09-07T06:18:25.3738560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_critical_section.h 2025-09-07T06:18:25.3739690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_call.h 2025-09-07T06:18:25.3740990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_hashtable.h 2025-09-07T06:18:25.3742700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_abstract.h 2025-09-07T06:18:25.3743810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_list.h 2025-09-07T06:18:25.3744790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_pymem.h 2025-09-07T06:18:25.3745770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_structseq.h 2025-09-07T06:18:25.3746700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_bitutils.h 2025-09-07T06:18:25.3747710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_complexobject.h 2025-09-07T06:18:25.3748780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_unicodeobject_generated.h 2025-09-07T06:18:25.3749720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_memoryobject.h 2025-09-07T06:18:25.3751100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_runtime_init_generated.h 2025-09-07T06:18:25.3752230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_pystate.h 2025-09-07T06:18:25.3753490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_pythonrun.h 2025-09-07T06:18:25.3754530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_gc.h 2025-09-07T06:18:25.3755720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_traceback.h 2025-09-07T06:18:25.3756870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_dict.h 2025-09-07T06:18:25.3757940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_strhex.h 2025-09-07T06:18:25.3759500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_global_objects_fini_generated.h 2025-09-07T06:18:25.3760560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_descrobject.h 2025-09-07T06:18:25.3761860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_obmalloc_init.h 2025-09-07T06:18:25.3763230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_import.h 2025-09-07T06:18:25.3764400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_symtable.h 2025-09-07T06:18:25.3765510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_pystats.h 2025-09-07T06:18:25.3766630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_sysmodule.h 2025-09-07T06:18:25.3767880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_ast_state.h 2025-09-07T06:18:25.3769120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_pymem_init.h 2025-09-07T06:18:25.3770400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_pyarena.h 2025-09-07T06:18:25.3771670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_initconfig.h 2025-09-07T06:18:25.3772890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_bytesobject.h 2025-09-07T06:18:25.3774150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_frame.h 2025-09-07T06:18:25.3775380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_interp.h 2025-09-07T06:18:25.3776500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_dtoa.h 2025-09-07T06:18:25.3777640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_format.h 2025-09-07T06:18:25.3778880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_function.h 2025-09-07T06:18:25.3779960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_qsbr.h 2025-09-07T06:18:25.3781320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_condvar.h 2025-09-07T06:18:25.3782710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_ceval_state.h 2025-09-07T06:18:25.3783970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_flowgraph.h 2025-09-07T06:18:25.3785230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_optimizer.h 2025-09-07T06:18:25.3786550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_dict_state.h 2025-09-07T06:18:25.3788050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_fileutils_windows.h 2025-09-07T06:18:25.3789210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_typeobject.h 2025-09-07T06:18:25.3790340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_setobject.h 2025-09-07T06:18:25.3791650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_tracemalloc.h 2025-09-07T06:18:25.3792890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_bytes_methods.h 2025-09-07T06:18:25.3793940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_object.h 2025-09-07T06:18:25.3795130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_instruments.h 2025-09-07T06:18:25.3796230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_ceval.h 2025-09-07T06:18:25.3797750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_pathconfig.h 2025-09-07T06:18:25.3798990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_moduleobject.h 2025-09-07T06:18:25.3800230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_global_objects.h 2025-09-07T06:18:25.3801410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_typevarobject.h 2025-09-07T06:18:25.3802620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_tstate.h 2025-09-07T06:18:25.3803700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_pybuffer.h 2025-09-07T06:18:25.3804850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_parking_lot.h 2025-09-07T06:18:25.3806070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_uop_ids.h 2025-09-07T06:18:25.3807410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_unicodeobject.h 2025-09-07T06:18:25.3808630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_crossinterp.h 2025-09-07T06:18:25.3809800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_range.h 2025-09-07T06:18:25.3811020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_pythread.h 2025-09-07T06:18:25.3812350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_blocks_output_buffer.h 2025-09-07T06:18:25.3813540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_obmalloc.h 2025-09-07T06:18:25.3814750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_context.h 2025-09-07T06:18:25.3816060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_opcode_metadata.h 2025-09-07T06:18:25.3817420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_codecs.h 2025-09-07T06:18:25.3818600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_jit.h 2025-09-07T06:18:25.3819770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_ast.h 2025-09-07T06:18:25.3820820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/datetime.h 2025-09-07T06:18:25.3821900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/methodobject.h 2025-09-07T06:18:25.3822960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pymem.h 2025-09-07T06:18:25.3824080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/boolobject.h 2025-09-07T06:18:25.3825150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/fileobject.h 2025-09-07T06:18:25.3826210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pyexpat.h 2025-09-07T06:18:25.3827310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pystrcmp.h 2025-09-07T06:18:25.3828230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pymath.h 2025-09-07T06:18:25.3829500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pyconfig.h 2025-09-07T06:18:25.3830480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/weakrefobject.h 2025-09-07T06:18:25.3831550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pymacconfig.h 2025-09-07T06:18:25.3832640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/critical_section.h 2025-09-07T06:18:25.3833670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pymacro.h 2025-09-07T06:18:25.3834730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/enumobject.h 2025-09-07T06:18:25.3835720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/moduleobject.h 2025-09-07T06:18:25.3836810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/typeslots.h 2025-09-07T06:18:25.3837850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/compile.h 2025-09-07T06:18:25.3839000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/setobject.h 2025-09-07T06:18:25.3840010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/codecs.h 2025-09-07T06:18:25.3841310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/classobject.h 2025-09-07T06:18:25.3842430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/pystats.h 2025-09-07T06:18:25.3843600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/cellobject.h 2025-09-07T06:18:25.3844690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/tupleobject.h 2025-09-07T06:18:25.3845780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/warnings.h 2025-09-07T06:18:25.3846930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/pyhash.h 2025-09-07T06:18:25.3847910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/pyerrors.h 2025-09-07T06:18:25.3848980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/fileutils.h 2025-09-07T06:18:25.3849970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/dictobject.h 2025-09-07T06:18:25.3851410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/ceval.h 2025-09-07T06:18:25.3852530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/pystate.h 2025-09-07T06:18:25.3853740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/floatobject.h 2025-09-07T06:18:25.3855000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/longintrepr.h 2025-09-07T06:18:25.3855930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/code.h 2025-09-07T06:18:25.3857060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/pthread_stubs.h 2025-09-07T06:18:25.3858200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/pyctype.h 2025-09-07T06:18:25.3859300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/monitoring.h 2025-09-07T06:18:25.3860370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/lock.h 2025-09-07T06:18:25.3861610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/frameobject.h 2025-09-07T06:18:25.3862580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/abstract.h 2025-09-07T06:18:25.3863570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/context.h 2025-09-07T06:18:25.3864680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/modsupport.h 2025-09-07T06:18:25.3865810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/pylifecycle.h 2025-09-07T06:18:25.3866970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/methodobject.h 2025-09-07T06:18:25.3868030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/genobject.h 2025-09-07T06:18:25.3869170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/pymem.h 2025-09-07T06:18:25.3870350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/fileobject.h 2025-09-07T06:18:25.3871450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/weakrefobject.h 2025-09-07T06:18:25.3872730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/pyatomic_gcc.h 2025-09-07T06:18:25.3873910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/pyfpe.h 2025-09-07T06:18:25.3875090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/critical_section.h 2025-09-07T06:18:25.3876140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/odictobject.h 2025-09-07T06:18:25.3877180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/compile.h 2025-09-07T06:18:25.3878230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/tracemalloc.h 2025-09-07T06:18:25.3879350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/setobject.h 2025-09-07T06:18:25.3880570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/pyatomic_std.h 2025-09-07T06:18:25.3881670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/complexobject.h 2025-09-07T06:18:25.3882770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/pyatomic.h 2025-09-07T06:18:25.3883860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/pyframe.h 2025-09-07T06:18:25.3885210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/picklebufobject.h 2025-09-07T06:18:25.3886380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/object.h 2025-09-07T06:18:25.3887670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/bytearrayobject.h 2025-09-07T06:18:25.3888840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/pytime.h 2025-09-07T06:18:25.3889920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/import.h 2025-09-07T06:18:25.3891090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/pyatomic_msc.h 2025-09-07T06:18:25.3892110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/pythonrun.h 2025-09-07T06:18:25.3893110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/unicodeobject.h 2025-09-07T06:18:25.3894400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/traceback.h 2025-09-07T06:18:25.3895470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/funcobject.h 2025-09-07T06:18:25.3896610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/initconfig.h 2025-09-07T06:18:25.3898080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/pythread.h 2025-09-07T06:18:25.3899250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/memoryobject.h 2025-09-07T06:18:25.3900430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/descrobject.h 2025-09-07T06:18:25.3901530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/objimpl.h 2025-09-07T06:18:25.3902640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/sysmodule.h 2025-09-07T06:18:25.3903870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/longobject.h 2025-09-07T06:18:25.3904940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/bytesobject.h 2025-09-07T06:18:25.3905840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/listobject.h 2025-09-07T06:18:25.3906700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/pydebug.h 2025-09-07T06:18:25.3907550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/complexobject.h 2025-09-07T06:18:25.3908360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pyatomic.h 2025-09-07T06:18:25.3909170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pyframe.h 2025-09-07T06:18:25.3909950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/object.h 2025-09-07T06:18:25.3910790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/structseq.h 2025-09-07T06:18:25.3911760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pybuffer.h 2025-09-07T06:18:25.3912950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/bytearrayobject.h 2025-09-07T06:18:25.3913880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/import.h 2025-09-07T06:18:25.3914890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/osdefs.h 2025-09-07T06:18:25.3915940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pythonrun.h 2025-09-07T06:18:25.3917170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/unicodeobject.h 2025-09-07T06:18:25.3918320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/traceback.h 2025-09-07T06:18:25.3919250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pythread.h 2025-09-07T06:18:25.3920270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/Python.h 2025-09-07T06:18:25.3924460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/memoryobject.h 2025-09-07T06:18:25.3924750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/opcode.h 2025-09-07T06:18:25.3925010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/descrobject.h 2025-09-07T06:18:25.3925560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/objimpl.h 2025-09-07T06:18:25.3925820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pyport.h 2025-09-07T06:18:25.3926760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pydtrace.h 2025-09-07T06:18:25.3927990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/sysmodule.h 2025-09-07T06:18:25.3929040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/longobject.h 2025-09-07T06:18:25.3930120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/osmodule.h 2025-09-07T06:18:25.3931160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pytypedefs.h 2025-09-07T06:18:25.3932190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/bytesobject.h 2025-09-07T06:18:25.3933370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/listobject.h 2025-09-07T06:18:25.3934650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/genericaliasobject.h 2025-09-07T06:18:25.3935810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/dynamic_annotations.h 2025-09-07T06:18:25.3936960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/repodata_record.json 2025-09-07T06:18:25.3937910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/test/run_test.sh 2025-09-07T06:18:25.3939210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/test/tests/prefix-replacement/build-and-test.sh 2025-09-07T06:18:25.3940300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/test/tests/prefix-replacement/a.c 2025-09-07T06:18:25.3941460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/test/tests/cmake/CMakeLists.txt 2025-09-07T06:18:25.3942340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/test/run_test.py 2025-09-07T06:18:25.3943490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/test/test_time_dependencies.json 2025-09-07T06:18:25.3944400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/licenses/LICENSE 2025-09-07T06:18:25.3945500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/build_base.sh 2025-09-07T06:18:25.3946600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/fix_staged_scripts.py 2025-09-07T06:18:25.3947760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/build_base.bat 2025-09-07T06:18:25.3948780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/build_base.sh 2025-09-07T06:18:25.3950160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0010-Fix-TZPATH-on-windows.patch 2025-09-07T06:18:25.3951330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0015-unvendor-xz.patch 2025-09-07T06:18:25.3953270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0003-Fix-find_library-so-that-it-looks-in-sys.prefix-lib-.patch 2025-09-07T06:18:25.3954490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0006-Unvendor-sqlite3.patch 2025-09-07T06:18:25.3956190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0011-Make-dyld-search-work-with-SYSTEM_VERSION_COMPAT-1.patch 2025-09-07T06:18:25.3957520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0021-Override-configure-LIBFFI.patch 2025-09-07T06:18:25.3958890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0007-Add-CondaEcosystemModifyDllSearchPath.patch 2025-09-07T06:18:25.3960020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0014-Unvendor-tcltk.patch 2025-09-07T06:18:25.3961360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0018-Unvendor-expat.patch 2025-09-07T06:18:25.3962780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0008-Doing-d1trimfile.patch 2025-09-07T06:18:25.3963830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/README.md 2025-09-07T06:18:25.3965660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0001-Win32-Change-FD_SETSIZE-from-512-to-2048.patch 2025-09-07T06:18:25.3966870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0013-Unvendor-libffi.patch 2025-09-07T06:18:25.3968310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0002-Win32-Do-not-download-externals.patch 2025-09-07T06:18:25.3969600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0009-Allow-cross-compiling-for-Darwin.patch 2025-09-07T06:18:25.3971020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0019-Remove-unused-readelf.patch 2025-09-07T06:18:25.3972670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0017-Do-not-pass-g-to-GCC-when-not-Py_DEBUG.patch 2025-09-07T06:18:25.3973840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0016-unvendor-zlib.patch 2025-09-07T06:18:25.3975250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0012-Unvendor-bzip2.patch 2025-09-07T06:18:25.3976490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0005-Unvendor-openssl.patch 2025-09-07T06:18:25.3977730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0000-branding.patch 2025-09-07T06:18:25.3979380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0004-Disable-registry-lookup-unless-CONDA_PY_ALLOW_REG_PA.patch 2025-09-07T06:18:25.3981160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0022-Unvendor-libmpdec.patch 2025-09-07T06:18:25.3982430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/tests/prefix-replacement/build-and-test.sh 2025-09-07T06:18:25.3983790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/tests/prefix-replacement/a.c 2025-09-07T06:18:25.3985030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/tests/cmake/CMakeLists.txt 2025-09-07T06:18:25.3986130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/yum_requirements.txt 2025-09-07T06:18:25.3987360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/build-locally.py 2025-09-07T06:18:25.3988690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/sitecustomize.py 2025-09-07T06:18:25.3989970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/replace-word-pairs.py 2025-09-07T06:18:25.3991190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/.gitignore 2025-09-07T06:18:25.3992710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/recipe-license.txt 2025-09-07T06:18:25.3993810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/conda_build_config.yaml 2025-09-07T06:18:25.3994880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/.gitattributes 2025-09-07T06:18:25.3995910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/run_test.py 2025-09-07T06:18:25.3997130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/build_static.sh 2025-09-07T06:18:25.3998200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/LICENSE.txt 2025-09-07T06:18:25.3999300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/meta.yaml 2025-09-07T06:18:25.4000600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/.circleci/config.yml 2025-09-07T06:18:25.4001600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/build_static.bat 2025-09-07T06:18:25.4002710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/conda_build_config.yaml 2025-09-07T06:18:25.4003660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/meta.yaml 2025-09-07T06:18:25.4004650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/run_exports.json 2025-09-07T06:18:25.4005560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/paths.json 2025-09-07T06:18:25.4006560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/hash_input.json 2025-09-07T06:18:25.4007440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/files 2025-09-07T06:18:25.4008390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/about.json 2025-09-07T06:18:25.4009250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/has_prefix 2025-09-07T06:18:25.4010160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/index.json 2025-09-07T06:18:25.4010930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/git 2025-09-07T06:18:25.4011910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/pkgconfig/python3.pc 2025-09-07T06:18:25.4013120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/pkgconfig/python-3.13-embed.pc 2025-09-07T06:18:25.4014210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/pkgconfig/python-3.13.pc 2025-09-07T06:18:25.4015170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/pkgconfig/python3-embed.pc 2025-09-07T06:18:25.4016250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/libpython3.13.dylib 2025-09-07T06:18:25.4017370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/shutil.py 2025-09-07T06:18:25.4018350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tempfile.py 2025-09-07T06:18:25.4019870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/termios.cpython-313-darwin.so 2025-09-07T06:18:25.4021410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_testlimitedcapi.cpython-313-darwin.so 2025-09-07T06:18:25.4022630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/zlib.cpython-313-darwin.so 2025-09-07T06:18:25.4023850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/unicodedata.cpython-313-darwin.so 2025-09-07T06:18:25.4025390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_ctypes_test.cpython-313-darwin.so 2025-09-07T06:18:25.4026700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_interpchannels.cpython-313-darwin.so 2025-09-07T06:18:25.4028010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_bisect.cpython-313-darwin.so 2025-09-07T06:18:25.4029360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_asyncio.cpython-313-darwin.so 2025-09-07T06:18:25.4030670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_codecs_cn.cpython-313-darwin.so 2025-09-07T06:18:25.4032090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_multibytecodec.cpython-313-darwin.so 2025-09-07T06:18:25.4033390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/xxlimited_35.cpython-313-darwin.so 2025-09-07T06:18:25.4034780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_testcapi.cpython-313-darwin.so 2025-09-07T06:18:25.4036170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_interpqueues.cpython-313-darwin.so 2025-09-07T06:18:25.4037480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/xxsubtype.cpython-313-darwin.so 2025-09-07T06:18:25.4038810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_posixsubprocess.cpython-313-darwin.so 2025-09-07T06:18:25.4040170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/select.cpython-313-darwin.so 2025-09-07T06:18:25.4041710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_lzma.cpython-313-darwin.so 2025-09-07T06:18:25.4042970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/pyexpat.cpython-313-darwin.so 2025-09-07T06:18:25.4044260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/readline.cpython-313-darwin.so 2025-09-07T06:18:25.4045440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/syslog.cpython-313-darwin.so 2025-09-07T06:18:25.4046740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_pickle.cpython-313-darwin.so 2025-09-07T06:18:25.4048030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/array.cpython-313-darwin.so 2025-09-07T06:18:25.4049480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_interpreters.cpython-313-darwin.so 2025-09-07T06:18:25.4050940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_struct.cpython-313-darwin.so 2025-09-07T06:18:25.4052260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_blake2.cpython-313-darwin.so 2025-09-07T06:18:25.4053600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_queue.cpython-313-darwin.so 2025-09-07T06:18:25.4054850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_testbuffer.cpython-313-darwin.so 2025-09-07T06:18:25.4056170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_posixshmem.cpython-313-darwin.so 2025-09-07T06:18:25.4057410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_sha1.cpython-313-darwin.so 2025-09-07T06:18:25.4058940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_zoneinfo.cpython-313-darwin.so 2025-09-07T06:18:25.4060180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_testimportmultiple.cpython-313-darwin.so 2025-09-07T06:18:25.4061420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_hashlib.cpython-313-darwin.so 2025-09-07T06:18:25.4062580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/grp.cpython-313-darwin.so 2025-09-07T06:18:25.4064060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_curses_panel.cpython-313-darwin.so 2025-09-07T06:18:25.4065450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_socket.cpython-313-darwin.so 2025-09-07T06:18:25.4066840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_decimal.cpython-313-darwin.so 2025-09-07T06:18:25.4068280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/xxlimited.cpython-313-darwin.so 2025-09-07T06:18:25.4069460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_tkinter.cpython-313-darwin.so 2025-09-07T06:18:25.4070520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_statistics.cpython-313-darwin.so 2025-09-07T06:18:25.4071490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_csv.cpython-313-darwin.so 2025-09-07T06:18:25.4072510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_ssl.cpython-313-darwin.so 2025-09-07T06:18:25.4073520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_sha3.cpython-313-darwin.so 2025-09-07T06:18:25.4074530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/fcntl.cpython-313-darwin.so 2025-09-07T06:18:25.4075570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_opcode.cpython-313-darwin.so 2025-09-07T06:18:25.4076690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_codecs_kr.cpython-313-darwin.so 2025-09-07T06:18:25.4077970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_codecs_tw.cpython-313-darwin.so 2025-09-07T06:18:25.4079190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_heapq.cpython-313-darwin.so 2025-09-07T06:18:25.4080520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_uuid.cpython-313-darwin.so 2025-09-07T06:18:25.4081780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_sqlite3.cpython-313-darwin.so 2025-09-07T06:18:25.4083080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_scproxy.cpython-313-darwin.so 2025-09-07T06:18:25.4084450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_md5.cpython-313-darwin.so 2025-09-07T06:18:25.4085960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_multiprocessing.cpython-313-darwin.so 2025-09-07T06:18:25.4087340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_elementtree.cpython-313-darwin.so 2025-09-07T06:18:25.4088570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/cmath.cpython-313-darwin.so 2025-09-07T06:18:25.4090150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_random.cpython-313-darwin.so 2025-09-07T06:18:25.4091510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_testinternalcapi.cpython-313-darwin.so 2025-09-07T06:18:25.4093040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_testexternalinspection.cpython-313-darwin.so 2025-09-07T06:18:25.4094390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/resource.cpython-313-darwin.so 2025-09-07T06:18:25.4095620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_lsprof.cpython-313-darwin.so 2025-09-07T06:18:25.4097180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_testclinic_limited.cpython-313-darwin.so 2025-09-07T06:18:25.4098560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_codecs_hk.cpython-313-darwin.so 2025-09-07T06:18:25.4099970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_contextvars.cpython-313-darwin.so 2025-09-07T06:18:25.4101220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/binascii.cpython-313-darwin.so 2025-09-07T06:18:25.4102630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_json.cpython-313-darwin.so 2025-09-07T06:18:25.4103940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_bz2.cpython-313-darwin.so 2025-09-07T06:18:25.4105410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_codecs_jp.cpython-313-darwin.so 2025-09-07T06:18:25.4106680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_ctypes.cpython-313-darwin.so 2025-09-07T06:18:25.4107930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/mmap.cpython-313-darwin.so 2025-09-07T06:18:25.4109290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_datetime.cpython-313-darwin.so 2025-09-07T06:18:25.4110820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_testclinic.cpython-313-darwin.so 2025-09-07T06:18:25.4112190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_sha2.cpython-313-darwin.so 2025-09-07T06:18:25.4113500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_xxtestfuzz.cpython-313-darwin.so 2025-09-07T06:18:25.4114900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_testmultiphase.cpython-313-darwin.so 2025-09-07T06:18:25.4116230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/math.cpython-313-darwin.so 2025-09-07T06:18:25.4117580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_testsinglephase.cpython-313-darwin.so 2025-09-07T06:18:25.4118880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_codecs_iso2022.cpython-313-darwin.so 2025-09-07T06:18:25.4120210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_curses.cpython-313-darwin.so 2025-09-07T06:18:25.4121510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_dbm.cpython-313-darwin.so 2025-09-07T06:18:25.4122690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/mac_romanian.py 2025-09-07T06:18:25.4123990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/mac_farsi.py 2025-09-07T06:18:25.4124850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/idna.py 2025-09-07T06:18:25.4126040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp273.py 2025-09-07T06:18:25.4127140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/punycode.py 2025-09-07T06:18:25.4128480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/raw_unicode_escape.py 2025-09-07T06:18:25.4129440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/utf_8.py 2025-09-07T06:18:25.4130500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp1252.py 2025-09-07T06:18:25.4131490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp869.py 2025-09-07T06:18:25.4132670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso8859_14.py 2025-09-07T06:18:25.4133810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso8859_2.py 2025-09-07T06:18:25.4134960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/mac_arabic.py 2025-09-07T06:18:25.4136390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/mac_croatian.py 2025-09-07T06:18:25.4137370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/big5hkscs.py 2025-09-07T06:18:25.4138600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp1256.py 2025-09-07T06:18:25.4139780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso8859_6.py 2025-09-07T06:18:25.4140870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso8859_10.py 2025-09-07T06:18:25.4142130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso2022_kr.py 2025-09-07T06:18:25.4143130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp1140.py 2025-09-07T06:18:25.4144100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp1125.py 2025-09-07T06:18:25.4145380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso2022_jp_1.py 2025-09-07T06:18:25.4146390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp1257.py 2025-09-07T06:18:25.4147550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp949.py 2025-09-07T06:18:25.4148710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp858.py 2025-09-07T06:18:25.4149790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso8859_7.py 2025-09-07T06:18:25.4150950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso8859_11.py 2025-09-07T06:18:25.4152130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/hp_roman8.py 2025-09-07T06:18:25.4153280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/koi8_r.py 2025-09-07T06:18:25.4154460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/zlib_codec.py 2025-09-07T06:18:25.4155560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/gbk.py 2025-09-07T06:18:25.4156550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/johab.py 2025-09-07T06:18:25.4157620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp1253.py 2025-09-07T06:18:25.4158650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso8859_15.py 2025-09-07T06:18:25.4160000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso2022_jp_2004.py 2025-09-07T06:18:25.4161050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/mac_iceland.py 2025-09-07T06:18:25.4162260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso8859_3.py 2025-09-07T06:18:25.4163420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/mac_greek.py 2025-09-07T06:18:25.4164650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/rot_13.py 2025-09-07T06:18:25.4165770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/utf_16_be.py 2025-09-07T06:18:25.4166930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/euc_kr.py 2025-09-07T06:18:25.4168080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/euc_jisx0213.py 2025-09-07T06:18:25.4169060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp863.py 2025-09-07T06:18:25.4170210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/ascii.py 2025-09-07T06:18:25.4171420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso8859_8.py 2025-09-07T06:18:25.4172500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp857.py 2025-09-07T06:18:25.4173750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/utf_32_be.py 2025-09-07T06:18:25.4174800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp1258.py 2025-09-07T06:18:25.4175790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/oem.py 2025-09-07T06:18:25.4177020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/mac_latin2.py 2025-09-07T06:18:25.4178090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp775.py 2025-09-07T06:18:25.4179270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/mac_roman.py 2025-09-07T06:18:25.4180410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__init__.py 2025-09-07T06:18:25.4181540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp852.py 2025-09-07T06:18:25.4182710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/shift_jisx0213.py 2025-09-07T06:18:25.4183840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp866.py 2025-09-07T06:18:25.4184920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/utf_7.py 2025-09-07T06:18:25.4186100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/base64_codec.py 2025-09-07T06:18:25.4187320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp500.cpython-313.pyc 2025-09-07T06:18:25.4188870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp861.cpython-313.pyc 2025-09-07T06:18:25.4190100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso8859_8.cpython-313.pyc 2025-09-07T06:18:25.4191570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/utf_8_sig.cpython-313.pyc 2025-09-07T06:18:25.4193010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/koi8_u.cpython-313.pyc 2025-09-07T06:18:25.4194530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/mbcs.cpython-313.pyc 2025-09-07T06:18:25.4195890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso8859_7.cpython-313.pyc 2025-09-07T06:18:25.4197360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso2022_jp_3.cpython-313.pyc 2025-09-07T06:18:25.4198720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/shift_jisx0213.cpython-313.pyc 2025-09-07T06:18:25.4199930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/shift_jis.cpython-313.pyc 2025-09-07T06:18:25.4201260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/gbk.cpython-313.pyc 2025-09-07T06:18:25.4202510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp273.cpython-313.pyc 2025-09-07T06:18:25.4203890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp1256.cpython-313.pyc 2025-09-07T06:18:25.4205440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/mac_turkish.cpython-313.pyc 2025-09-07T06:18:25.4207060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/utf_32_be.cpython-313.pyc 2025-09-07T06:18:25.4208490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/unicode_escape.cpython-313.pyc 2025-09-07T06:18:25.4209710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp869.cpython-313.pyc 2025-09-07T06:18:25.4210950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/punycode.cpython-313.pyc 2025-09-07T06:18:25.4212250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/charmap.cpython-313.pyc 2025-09-07T06:18:25.4213640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/gb18030.cpython-313.pyc 2025-09-07T06:18:25.4214950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/big5.cpython-313.pyc 2025-09-07T06:18:25.4216350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp1251.cpython-313.pyc 2025-09-07T06:18:25.4217750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/ascii.cpython-313.pyc 2025-09-07T06:18:25.4219070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp1006.cpython-313.pyc 2025-09-07T06:18:25.4220380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/koi8_r.cpython-313.pyc 2025-09-07T06:18:25.4221850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso8859_10.cpython-313.pyc 2025-09-07T06:18:25.4223350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp424.cpython-313.pyc 2025-09-07T06:18:25.4224680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/big5hkscs.cpython-313.pyc 2025-09-07T06:18:25.4225970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/euc_jp.cpython-313.pyc 2025-09-07T06:18:25.4227410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/aliases.cpython-313.pyc 2025-09-07T06:18:25.4228650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp866.cpython-313.pyc 2025-09-07T06:18:25.4229960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp1125.cpython-313.pyc 2025-09-07T06:18:25.4231300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp1250.cpython-313.pyc 2025-09-07T06:18:25.4232580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/mac_farsi.cpython-313.pyc 2025-09-07T06:18:25.4233810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/idna.cpython-313.pyc 2025-09-07T06:18:25.4235400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp855.cpython-313.pyc 2025-09-07T06:18:25.4236910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/mac_latin2.cpython-313.pyc 2025-09-07T06:18:25.4238180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/mac_greek.cpython-313.pyc 2025-09-07T06:18:25.4239570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/hz.cpython-313.pyc 2025-09-07T06:18:25.4240860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso8859_1.cpython-313.pyc 2025-09-07T06:18:25.4242160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso8859_11.cpython-313.pyc 2025-09-07T06:18:25.4243620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/latin_1.cpython-313.pyc 2025-09-07T06:18:25.4244990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp775.cpython-313.pyc 2025-09-07T06:18:25.4246310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/ptcp154.cpython-313.pyc 2025-09-07T06:18:25.4247610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp860.cpython-313.pyc 2025-09-07T06:18:25.4248970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/palmos.cpython-313.pyc 2025-09-07T06:18:25.4250350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp1258.cpython-313.pyc 2025-09-07T06:18:25.4251720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/utf_7.cpython-313.pyc 2025-09-07T06:18:25.4253140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso2022_jp.cpython-313.pyc 2025-09-07T06:18:25.4254530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso8859_9.cpython-313.pyc 2025-09-07T06:18:25.4255690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp1140.cpython-313.pyc 2025-09-07T06:18:25.4257250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/bz2_codec.cpython-313.pyc 2025-09-07T06:18:25.4258670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/oem.cpython-313.pyc 2025-09-07T06:18:25.4259920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/utf_8.cpython-313.pyc 2025-09-07T06:18:25.4261240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/hex_codec.cpython-313.pyc 2025-09-07T06:18:25.4262470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/koi8_t.cpython-313.pyc 2025-09-07T06:18:25.4263850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso8859_16.cpython-313.pyc 2025-09-07T06:18:25.4265210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso2022_jp_2.cpython-313.pyc 2025-09-07T06:18:25.4266680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso8859_6.cpython-313.pyc 2025-09-07T06:18:25.4268160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/mac_cyrillic.cpython-313.pyc 2025-09-07T06:18:25.4269760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/shift_jis_2004.cpython-313.pyc 2025-09-07T06:18:25.4271080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp852.cpython-313.pyc 2025-09-07T06:18:25.4272540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp1257.cpython-313.pyc 2025-09-07T06:18:25.4273810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/utf_32_le.cpython-313.pyc 2025-09-07T06:18:25.4275080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso8859_3.cpython-313.pyc 2025-09-07T06:18:25.4276390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/rot_13.cpython-313.pyc 2025-09-07T06:18:25.4277800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso8859_13.cpython-313.pyc 2025-09-07T06:18:25.4279300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/zlib_codec.cpython-313.pyc 2025-09-07T06:18:25.4280510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp1252.cpython-313.pyc 2025-09-07T06:18:25.4281730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp857.cpython-313.pyc 2025-09-07T06:18:25.4283380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp950.cpython-313.pyc 2025-09-07T06:18:25.4284970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/euc_jisx0213.cpython-313.pyc 2025-09-07T06:18:25.4286350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/mac_romanian.cpython-313.pyc 2025-09-07T06:18:25.4287770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/mac_croatian.cpython-313.pyc 2025-09-07T06:18:25.4289130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp865.cpython-313.pyc 2025-09-07T06:18:25.4290690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/mac_iceland.cpython-313.pyc 2025-09-07T06:18:25.4291840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp858.cpython-313.pyc 2025-09-07T06:18:25.4293180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/base64_codec.cpython-313.pyc 2025-09-07T06:18:25.4294410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp949.cpython-313.pyc 2025-09-07T06:18:25.4295720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/kz1048.cpython-313.pyc 2025-09-07T06:18:25.4297100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp862.cpython-313.pyc 2025-09-07T06:18:25.4298500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp737.cpython-313.pyc 2025-09-07T06:18:25.4299980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/utf_16_be.cpython-313.pyc 2025-09-07T06:18:25.4301330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp1026.cpython-313.pyc 2025-09-07T06:18:25.4302720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp850.cpython-313.pyc 2025-09-07T06:18:25.4304100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/euc_kr.cpython-313.pyc 2025-09-07T06:18:25.4305530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/tis_620.cpython-313.pyc 2025-09-07T06:18:25.4306960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp1255.cpython-313.pyc 2025-09-07T06:18:25.4308400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/uu_codec.cpython-313.pyc 2025-09-07T06:18:25.4309560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp874.cpython-313.pyc 2025-09-07T06:18:25.4310850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso8859_14.cpython-313.pyc 2025-09-07T06:18:25.4312520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso8859_4.cpython-313.pyc 2025-09-07T06:18:25.4314010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/undefined.cpython-313.pyc 2025-09-07T06:18:25.4315570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/mac_arabic.cpython-313.pyc 2025-09-07T06:18:25.4316970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp437.cpython-313.pyc 2025-09-07T06:18:25.4318410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp863.cpython-313.pyc 2025-09-07T06:18:25.4320100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/utf_16_le.cpython-313.pyc 2025-09-07T06:18:25.4321770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp1254.cpython-313.pyc 2025-09-07T06:18:25.4323030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/utf_32.cpython-313.pyc 2025-09-07T06:18:25.4324460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/hp_roman8.cpython-313.pyc 2025-09-07T06:18:25.4325990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso8859_15.cpython-313.pyc 2025-09-07T06:18:25.4327260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp875.cpython-313.pyc 2025-09-07T06:18:25.4328640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso8859_5.cpython-313.pyc 2025-09-07T06:18:25.4330130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/utf_16.cpython-313.pyc 2025-09-07T06:18:25.4331730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso2022_jp_1.cpython-313.pyc 2025-09-07T06:18:25.4332930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp720.cpython-313.pyc 2025-09-07T06:18:25.4334290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/johab.cpython-313.pyc 2025-09-07T06:18:25.4335730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso8859_2.cpython-313.pyc 2025-09-07T06:18:25.4337150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/gb2312.cpython-313.pyc 2025-09-07T06:18:25.4338660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/mac_roman.cpython-313.pyc 2025-09-07T06:18:25.4339900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp856.cpython-313.pyc 2025-09-07T06:18:25.4341220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso2022_jp_2004.cpython-313.pyc 2025-09-07T06:18:25.4342570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.4343930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso2022_kr.cpython-313.pyc 2025-09-07T06:18:25.4345290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp1253.cpython-313.pyc 2025-09-07T06:18:25.4346570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp864.cpython-313.pyc 2025-09-07T06:18:25.4348020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/raw_unicode_escape.cpython-313.pyc 2025-09-07T06:18:25.4349420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/euc_jis_2004.cpython-313.pyc 2025-09-07T06:18:25.4350940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/quopri_codec.cpython-313.pyc 2025-09-07T06:18:25.4352460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso2022_jp_ext.cpython-313.pyc 2025-09-07T06:18:25.4353680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp932.cpython-313.pyc 2025-09-07T06:18:25.4355000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp037.cpython-313.pyc 2025-09-07T06:18:25.4356060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp932.py 2025-09-07T06:18:25.4357250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp720.py 2025-09-07T06:18:25.4358220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp862.py 2025-09-07T06:18:25.4359270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp437.py 2025-09-07T06:18:25.4360330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/palmos.py 2025-09-07T06:18:25.4361570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso8859_9.py 2025-09-07T06:18:25.4362870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp856.py 2025-09-07T06:18:25.4364150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/aliases.py 2025-09-07T06:18:25.4365220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/latin_1.py 2025-09-07T06:18:25.4366520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp875.py 2025-09-07T06:18:25.4367540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp950.py 2025-09-07T06:18:25.4368700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/unicode_escape.py 2025-09-07T06:18:25.4369940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp737.py 2025-09-07T06:18:25.4370990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp865.py 2025-09-07T06:18:25.4372070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/ptcp154.py 2025-09-07T06:18:25.4373200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/big5.py 2025-09-07T06:18:25.4374400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp424.py 2025-09-07T06:18:25.4375500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp861.py 2025-09-07T06:18:25.4376590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/euc_jp.py 2025-09-07T06:18:25.4377690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp855.py 2025-09-07T06:18:25.4378880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/shift_jis.py 2025-09-07T06:18:25.4379970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/utf_32_le.py 2025-09-07T06:18:25.4381140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp500.py 2025-09-07T06:18:25.4382220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/undefined.py 2025-09-07T06:18:25.4383370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp860.py 2025-09-07T06:18:25.4384390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/uu_codec.py 2025-09-07T06:18:25.4385750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/utf_16_le.py 2025-09-07T06:18:25.4386890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/gb18030.py 2025-09-07T06:18:25.4387970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp874.py 2025-09-07T06:18:25.4389070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp850.py 2025-09-07T06:18:25.4390150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp864.py 2025-09-07T06:18:25.4391240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/utf_32.py 2025-09-07T06:18:25.4392380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/koi8_u.py 2025-09-07T06:18:25.4393450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp1254.py 2025-09-07T06:18:25.4394670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso2022_jp_2.py 2025-09-07T06:18:25.4395800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/utf_16.py 2025-09-07T06:18:25.4396770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso8859_4.py 2025-09-07T06:18:25.4397680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/euc_jis_2004.py 2025-09-07T06:18:25.4398510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/mbcs.py 2025-09-07T06:18:25.4399360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp1250.py 2025-09-07T06:18:25.4400210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/gb2312.py 2025-09-07T06:18:25.4401100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso8859_16.py 2025-09-07T06:18:25.4402010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/mac_cyrillic.py 2025-09-07T06:18:25.4402880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/hex_codec.py 2025-09-07T06:18:25.4404140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/tis_620.py 2025-09-07T06:18:25.4405370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp037.py 2025-09-07T06:18:25.4406440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp1006.py 2025-09-07T06:18:25.4407540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp1251.py 2025-09-07T06:18:25.4408760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/mac_turkish.py 2025-09-07T06:18:25.4410010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso2022_jp_ext.py 2025-09-07T06:18:25.4411410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso8859_1.py 2025-09-07T06:18:25.4412500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/hz.py 2025-09-07T06:18:25.4413620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/bz2_codec.py 2025-09-07T06:18:25.4414930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/quopri_codec.py 2025-09-07T06:18:25.4416220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/kz1048.py 2025-09-07T06:18:25.4417260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/utf_8_sig.py 2025-09-07T06:18:25.4418280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/koi8_t.py 2025-09-07T06:18:25.4419340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp1255.py 2025-09-07T06:18:25.4420650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso2022_jp_3.py 2025-09-07T06:18:25.4422030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/shift_jis_2004.py 2025-09-07T06:18:25.4423270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp1026.py 2025-09-07T06:18:25.4424490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/charmap.py 2025-09-07T06:18:25.4425580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso8859_5.py 2025-09-07T06:18:25.4426650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso8859_13.py 2025-09-07T06:18:25.4427770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso2022_jp.py 2025-09-07T06:18:25.4428810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/queue.py 2025-09-07T06:18:25.4429630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyio.py 2025-09-07T06:18:25.4430680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pkgutil.py 2025-09-07T06:18:25.4431930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lzma.py 2025-09-07T06:18:25.4433050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_sitebuiltins.py 2025-09-07T06:18:25.4434210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/copyreg.py 2025-09-07T06:18:25.4435650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/rlcompleter.py 2025-09-07T06:18:25.4436720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/zoneinfo/_common.py 2025-09-07T06:18:25.4438490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/zoneinfo/__init__.py 2025-09-07T06:18:25.4439860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/zoneinfo/__pycache__/_common.cpython-313.pyc 2025-09-07T06:18:25.4441290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/zoneinfo/__pycache__/_zoneinfo.cpython-313.pyc 2025-09-07T06:18:25.4442610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/zoneinfo/__pycache__/_tzpath.cpython-313.pyc 2025-09-07T06:18:25.4443940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/zoneinfo/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.4445180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/zoneinfo/_zoneinfo.py 2025-09-07T06:18:25.4446280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/zoneinfo/_tzpath.py 2025-09-07T06:18:25.4447330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/gzip.py 2025-09-07T06:18:25.4448380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/_aix.py 2025-09-07T06:18:25.4449640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/wintypes.py 2025-09-07T06:18:25.4450760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/util.py 2025-09-07T06:18:25.4452100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/__init__.py 2025-09-07T06:18:25.4453380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/__pycache__/_endian.cpython-313.pyc 2025-09-07T06:18:25.4454750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/__pycache__/wintypes.cpython-313.pyc 2025-09-07T06:18:25.4456320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/__pycache__/_aix.cpython-313.pyc 2025-09-07T06:18:25.4457800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/__pycache__/util.cpython-313.pyc 2025-09-07T06:18:25.4459570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.4460540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/_endian.py 2025-09-07T06:18:25.4461840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/macholib/dyld.py 2025-09-07T06:18:25.4463110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/macholib/framework.py 2025-09-07T06:18:25.4464330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/macholib/fetch_macholib 2025-09-07T06:18:25.4465590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/macholib/__init__.py 2025-09-07T06:18:25.4467080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/macholib/__pycache__/dyld.cpython-313.pyc 2025-09-07T06:18:25.4468560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/macholib/__pycache__/dylib.cpython-313.pyc 2025-09-07T06:18:25.4470230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/macholib/__pycache__/framework.cpython-313.pyc 2025-09-07T06:18:25.4471760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/macholib/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.4472950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/macholib/README.ctypes 2025-09-07T06:18:25.4474370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/macholib/fetch_macholib.bat 2025-09-07T06:18:25.4475680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/macholib/dylib.py 2025-09-07T06:18:25.4476880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ipaddress.py 2025-09-07T06:18:25.4477870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/trace.py 2025-09-07T06:18:25.4479090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/webbrowser.py 2025-09-07T06:18:25.4480360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_compat_pickle.py 2025-09-07T06:18:25.4481550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/signals.py 2025-09-07T06:18:25.4482830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/runner.py 2025-09-07T06:18:25.4484090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/suite.py 2025-09-07T06:18:25.4485170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/util.py 2025-09-07T06:18:25.4486320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/__init__.py 2025-09-07T06:18:25.4487850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/__pycache__/main.cpython-313.pyc 2025-09-07T06:18:25.4489370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/__pycache__/mock.cpython-313.pyc 2025-09-07T06:18:25.4490700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/__pycache__/result.cpython-313.pyc 2025-09-07T06:18:25.4492080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/__pycache__/signals.cpython-313.pyc 2025-09-07T06:18:25.4493690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/__pycache__/loader.cpython-313.pyc 2025-09-07T06:18:25.4495110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/__pycache__/runner.cpython-313.pyc 2025-09-07T06:18:25.4496900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/__pycache__/util.cpython-313.pyc 2025-09-07T06:18:25.4498240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/__pycache__/case.cpython-313.pyc 2025-09-07T06:18:25.4499770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:25.4501320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/__pycache__/suite.cpython-313.pyc 2025-09-07T06:18:25.4502720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.4504060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/__pycache__/_log.cpython-313.pyc 2025-09-07T06:18:25.4505920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/__pycache__/async_case.cpython-313.pyc 2025-09-07T06:18:25.4506850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/result.py 2025-09-07T06:18:25.4508030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/loader.py 2025-09-07T06:18:25.4509050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/case.py 2025-09-07T06:18:25.4510060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/main.py 2025-09-07T06:18:25.4511230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/async_case.py 2025-09-07T06:18:25.4512640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/__main__.py 2025-09-07T06:18:25.4513760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/_log.py 2025-09-07T06:18:25.4514950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/mock.py 2025-09-07T06:18:25.4515970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/dis.py 2025-09-07T06:18:25.4517070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/bdb.py 2025-09-07T06:18:25.4518620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/config-3.13-darwin/python-config.py 2025-09-07T06:18:25.4519790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/config-3.13-darwin/config.c.in 2025-09-07T06:18:25.4521400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/config-3.13-darwin/install-sh 2025-09-07T06:18:25.4522590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/config-3.13-darwin/Setup.stdlib 2025-09-07T06:18:25.4523760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/config-3.13-darwin/Makefile 2025-09-07T06:18:25.4525070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/config-3.13-darwin/Setup.bootstrap 2025-09-07T06:18:25.4526420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/config-3.13-darwin/Setup 2025-09-07T06:18:25.4528040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/config-3.13-darwin/__pycache__/python-config.cpython-313.pyc 2025-09-07T06:18:25.4529240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/config-3.13-darwin/makesetup 2025-09-07T06:18:25.4530400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/config-3.13-darwin/config.c 2025-09-07T06:18:25.4531790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/config-3.13-darwin/Setup.local 2025-09-07T06:18:25.4532850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/config-3.13-darwin/python.o 2025-09-07T06:18:25.4533900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/zipapp.py 2025-09-07T06:18:25.4535110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/cmd.py 2025-09-07T06:18:25.4536200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tty.py 2025-09-07T06:18:25.4537490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/curses/textpad.py 2025-09-07T06:18:25.4538870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/curses/ascii.py 2025-09-07T06:18:25.4540150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/curses/__init__.py 2025-09-07T06:18:25.4541810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/curses/__pycache__/ascii.cpython-313.pyc 2025-09-07T06:18:25.4543180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/curses/__pycache__/panel.cpython-313.pyc 2025-09-07T06:18:25.4544650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/curses/__pycache__/textpad.cpython-313.pyc 2025-09-07T06:18:25.4546170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/curses/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.4547790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/curses/__pycache__/has_key.cpython-313.pyc 2025-09-07T06:18:25.4549180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/curses/has_key.py 2025-09-07T06:18:25.4550450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/curses/panel.py 2025-09-07T06:18:25.4551310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tabnanny.py 2025-09-07T06:18:25.4552430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_py_abc.py 2025-09-07T06:18:25.4553520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/cProfile.py 2025-09-07T06:18:25.4554550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/zipimport.py 2025-09-07T06:18:25.4555790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/token.py 2025-09-07T06:18:25.4556990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/textwrap.py 2025-09-07T06:18:25.4558230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/base64.py 2025-09-07T06:18:25.4559190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_markupbase.py 2025-09-07T06:18:25.4560060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/bz2.py 2025-09-07T06:18:25.4561130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tomllib/_types.py 2025-09-07T06:18:25.4562230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tomllib/__init__.py 2025-09-07T06:18:25.4563670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tomllib/__pycache__/_types.cpython-313.pyc 2025-09-07T06:18:25.4564980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tomllib/__pycache__/_re.cpython-313.pyc 2025-09-07T06:18:25.4566300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tomllib/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.4567780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tomllib/__pycache__/_parser.cpython-313.pyc 2025-09-07T06:18:25.4568700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tomllib/_parser.py 2025-09-07T06:18:25.4569840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tomllib/_re.py 2025-09-07T06:18:25.4570680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tomllib/mypy.ini 2025-09-07T06:18:25.4571440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/signal.py 2025-09-07T06:18:25.4572380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/sre_constants.py 2025-09-07T06:18:25.4573130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_aix_support.py 2025-09-07T06:18:25.4574000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_threading_local.py 2025-09-07T06:18:25.4574780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pyclbr.py 2025-09-07T06:18:25.4575630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/test_support.py 2025-09-07T06:18:25.4576440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/__init__.py 2025-09-07T06:18:25.4577600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/__pycache__/test_support.cpython-313.pyc 2025-09-07T06:18:25.4578740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/__pycache__/test_script_helper.cpython-313.pyc 2025-09-07T06:18:25.4579970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.4581040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/asyncore.py 2025-09-07T06:18:25.4582260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/interpreters/queues.py 2025-09-07T06:18:25.4583780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/interpreters/_crossinterp.py 2025-09-07T06:18:25.4584890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/interpreters/__init__.py 2025-09-07T06:18:25.4586400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/interpreters/__pycache__/channels.cpython-313.pyc 2025-09-07T06:18:25.4587940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/interpreters/__pycache__/queues.cpython-313.pyc 2025-09-07T06:18:25.4589480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/interpreters/__pycache__/_crossinterp.cpython-313.pyc 2025-09-07T06:18:25.4591090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/interpreters/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.4592180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/interpreters/channels.py 2025-09-07T06:18:25.4593380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/hypothesis_helper.py 2025-09-07T06:18:25.4594480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/ast_helper.py 2025-09-07T06:18:25.4595770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/testcase.py 2025-09-07T06:18:25.4597230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/threading_helper.py 2025-09-07T06:18:25.4598230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/warnings_helper.py 2025-09-07T06:18:25.4599400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/os_helper.py 2025-09-07T06:18:25.4600520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/__init__.py 2025-09-07T06:18:25.4601650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/venv.py 2025-09-07T06:18:25.4603040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/__pycache__/smtpd.cpython-313.pyc 2025-09-07T06:18:25.4604590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/__pycache__/logging_helper.cpython-313.pyc 2025-09-07T06:18:25.4606070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/__pycache__/socket_helper.cpython-313.pyc 2025-09-07T06:18:25.4607830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/__pycache__/hypothesis_helper.cpython-313.pyc 2025-09-07T06:18:25.4609270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/__pycache__/i18n_helper.cpython-313.pyc 2025-09-07T06:18:25.4610560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/__pycache__/os_helper.cpython-313.pyc 2025-09-07T06:18:25.4611960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/__pycache__/hashlib_helper.cpython-313.pyc 2025-09-07T06:18:25.4613390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/__pycache__/numbers.cpython-313.pyc 2025-09-07T06:18:25.4614740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/__pycache__/testcase.cpython-313.pyc 2025-09-07T06:18:25.4616080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/__pycache__/refleak_helper.cpython-313.pyc 2025-09-07T06:18:25.4617440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/__pycache__/ast_helper.cpython-313.pyc 2025-09-07T06:18:25.4618840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/__pycache__/pty_helper.cpython-313.pyc 2025-09-07T06:18:25.4620310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/__pycache__/warnings_helper.cpython-313.pyc 2025-09-07T06:18:25.4621760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/__pycache__/script_helper.cpython-313.pyc 2025-09-07T06:18:25.4623170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/__pycache__/import_helper.cpython-313.pyc 2025-09-07T06:18:25.4624590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/__pycache__/threading_helper.cpython-313.pyc 2025-09-07T06:18:25.4626040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/__pycache__/asyncore.cpython-313.pyc 2025-09-07T06:18:25.4627520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/__pycache__/asynchat.cpython-313.pyc 2025-09-07T06:18:25.4629020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/__pycache__/venv.cpython-313.pyc 2025-09-07T06:18:25.4630600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.4631970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/__pycache__/bytecode_helper.cpython-313.pyc 2025-09-07T06:18:25.4633420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/numbers.py 2025-09-07T06:18:25.4634700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/_hypothesis_stubs/strategies.py 2025-09-07T06:18:25.4636160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/_hypothesis_stubs/__init__.py 2025-09-07T06:18:25.4637720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/_hypothesis_stubs/__pycache__/_helpers.cpython-313.pyc 2025-09-07T06:18:25.4639270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/_hypothesis_stubs/__pycache__/strategies.cpython-313.pyc 2025-09-07T06:18:25.4640840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/_hypothesis_stubs/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.4641990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/_hypothesis_stubs/_helpers.py 2025-09-07T06:18:25.4643160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/bytecode_helper.py 2025-09-07T06:18:25.4644360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/import_helper.py 2025-09-07T06:18:25.4645440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/i18n_helper.py 2025-09-07T06:18:25.4646800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/logging_helper.py 2025-09-07T06:18:25.4648050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/pty_helper.py 2025-09-07T06:18:25.4649240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/socket_helper.py 2025-09-07T06:18:25.4650350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/refleak_helper.py 2025-09-07T06:18:25.4651660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/script_helper.py 2025-09-07T06:18:25.4652780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/hashlib_helper.py 2025-09-07T06:18:25.4653780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/smtpd.py 2025-09-07T06:18:25.4655120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/asynchat.py 2025-09-07T06:18:25.4656280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/test_script_helper.py 2025-09-07T06:18:25.4657300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/gettext.py 2025-09-07T06:18:25.4658260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__phello__/spam.py 2025-09-07T06:18:25.4659590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__phello__/__init__.py 2025-09-07T06:18:25.4660850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__phello__/__pycache__/spam.cpython-313.pyc 2025-09-07T06:18:25.4662230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__phello__/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.4663100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_ios_support.py 2025-09-07T06:18:25.4664150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/wave.py 2025-09-07T06:18:25.4665010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/weakref.py 2025-09-07T06:18:25.4666420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_sysconfigdata_arm64_apple_darwin20_0_0.py 2025-09-07T06:18:25.4667340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/bisect.py 2025-09-07T06:18:25.4668300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/opcode.py 2025-09-07T06:18:25.4669370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/netrc.py 2025-09-07T06:18:25.4670260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/heapq.py 2025-09-07T06:18:25.4671440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pathlib/_local.py 2025-09-07T06:18:25.4672510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pathlib/_abc.py 2025-09-07T06:18:25.4673830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pathlib/__init__.py 2025-09-07T06:18:25.4675130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pathlib/__pycache__/_abc.cpython-313.pyc 2025-09-07T06:18:25.4676380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pathlib/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.4677820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pathlib/__pycache__/_local.cpython-313.pyc 2025-09-07T06:18:25.4678830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/functools.py 2025-09-07T06:18:25.4679900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/modulefinder.py 2025-09-07T06:18:25.4680910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_compression.py 2025-09-07T06:18:25.4682090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tracemalloc.py 2025-09-07T06:18:25.4683090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/hashlib.py 2025-09-07T06:18:25.4684170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/codeop.py 2025-09-07T06:18:25.4685260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/turtle.cfg 2025-09-07T06:18:25.4686470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/tree.py 2025-09-07T06:18:25.4687620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/round_dance.py 2025-09-07T06:18:25.4688710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/colormixer.py 2025-09-07T06:18:25.4690000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/bytedesign.py 2025-09-07T06:18:25.4691130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/chaos.py 2025-09-07T06:18:25.4692130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/clock.py 2025-09-07T06:18:25.4693330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/sorting_animate.py 2025-09-07T06:18:25.4694460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/paint.py 2025-09-07T06:18:25.4695570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__init__.py 2025-09-07T06:18:25.4696770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/lindenmayer.py 2025-09-07T06:18:25.4698110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/clock.cpython-313.pyc 2025-09-07T06:18:25.4699460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/forest.cpython-313.pyc 2025-09-07T06:18:25.4700850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/lindenmayer.cpython-313.pyc 2025-09-07T06:18:25.4702160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/sorting_animate.cpython-313.pyc 2025-09-07T06:18:25.4703530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/chaos.cpython-313.pyc 2025-09-07T06:18:25.4704980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/penrose.cpython-313.pyc 2025-09-07T06:18:25.4706230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/paint.cpython-313.pyc 2025-09-07T06:18:25.4707530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/peace.cpython-313.pyc 2025-09-07T06:18:25.4708810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/planet_and_moon.cpython-313.pyc 2025-09-07T06:18:25.4710280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/rosette.cpython-313.pyc 2025-09-07T06:18:25.4711450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/tree.cpython-313.pyc 2025-09-07T06:18:25.4712840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/two_canvases.cpython-313.pyc 2025-09-07T06:18:25.4714390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/round_dance.cpython-313.pyc 2025-09-07T06:18:25.4715920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/fractalcurves.cpython-313.pyc 2025-09-07T06:18:25.4717180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/nim.cpython-313.pyc 2025-09-07T06:18:25.4718610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/colormixer.cpython-313.pyc 2025-09-07T06:18:25.4720060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/yinyang.cpython-313.pyc 2025-09-07T06:18:25.4721550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:25.4722970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/minimal_hanoi.cpython-313.pyc 2025-09-07T06:18:25.4724330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.4725980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/bytedesign.cpython-313.pyc 2025-09-07T06:18:25.4726990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/penrose.py 2025-09-07T06:18:25.4728220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/peace.py 2025-09-07T06:18:25.4729340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/rosette.py 2025-09-07T06:18:25.4730700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/nim.py 2025-09-07T06:18:25.4731610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/yinyang.py 2025-09-07T06:18:25.4732520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/fractalcurves.py 2025-09-07T06:18:25.4733450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/planet_and_moon.py 2025-09-07T06:18:25.4734300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/forest.py 2025-09-07T06:18:25.4735250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/two_canvases.py 2025-09-07T06:18:25.4736380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__main__.py 2025-09-07T06:18:25.4737670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/minimal_hanoi.py 2025-09-07T06:18:25.4738680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/fnmatch.py 2025-09-07T06:18:25.4739890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/dummy/__init__.py 2025-09-07T06:18:25.4741540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/dummy/__pycache__/connection.cpython-313.pyc 2025-09-07T06:18:25.4743130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/dummy/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.4744220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/dummy/connection.py 2025-09-07T06:18:25.4745470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/queues.py 2025-09-07T06:18:25.4746560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/heap.py 2025-09-07T06:18:25.4747780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/shared_memory.py 2025-09-07T06:18:25.4749020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/resource_tracker.py 2025-09-07T06:18:25.4750110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/reduction.py 2025-09-07T06:18:25.4751470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/util.py 2025-09-07T06:18:25.4752840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/popen_spawn_win32.py 2025-09-07T06:18:25.4754070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__init__.py 2025-09-07T06:18:25.4755750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/resource_tracker.cpython-313.pyc 2025-09-07T06:18:25.4757320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/shared_memory.cpython-313.pyc 2025-09-07T06:18:25.4758780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/spawn.cpython-313.pyc 2025-09-07T06:18:25.4760200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/managers.cpython-313.pyc 2025-09-07T06:18:25.4761470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/heap.cpython-313.pyc 2025-09-07T06:18:25.4762990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/pool.cpython-313.pyc 2025-09-07T06:18:25.4764520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/synchronize.cpython-313.pyc 2025-09-07T06:18:25.4766140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/popen_spawn_win32.cpython-313.pyc 2025-09-07T06:18:25.4767890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/popen_spawn_posix.cpython-313.pyc 2025-09-07T06:18:25.4769260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/context.cpython-313.pyc 2025-09-07T06:18:25.4770630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/sharedctypes.cpython-313.pyc 2025-09-07T06:18:25.4771930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/forkserver.cpython-313.pyc 2025-09-07T06:18:25.4773440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/popen_fork.cpython-313.pyc 2025-09-07T06:18:25.4774770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/queues.cpython-313.pyc 2025-09-07T06:18:25.4776060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/util.cpython-313.pyc 2025-09-07T06:18:25.4777630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/resource_sharer.cpython-313.pyc 2025-09-07T06:18:25.4779000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/process.cpython-313.pyc 2025-09-07T06:18:25.4780570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/reduction.cpython-313.pyc 2025-09-07T06:18:25.4782110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/connection.cpython-313.pyc 2025-09-07T06:18:25.4783580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.4784960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/popen_forkserver.cpython-313.pyc 2025-09-07T06:18:25.4786110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/forkserver.py 2025-09-07T06:18:25.4787230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/connection.py 2025-09-07T06:18:25.4788510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/context.py 2025-09-07T06:18:25.4789580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/spawn.py 2025-09-07T06:18:25.4790790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/synchronize.py 2025-09-07T06:18:25.4791890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/process.py 2025-09-07T06:18:25.4793040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/sharedctypes.py 2025-09-07T06:18:25.4794140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/popen_fork.py 2025-09-07T06:18:25.4795190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/pool.py 2025-09-07T06:18:25.4796430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/popen_forkserver.py 2025-09-07T06:18:25.4797720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/popen_spawn_posix.py 2025-09-07T06:18:25.4798960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/managers.py 2025-09-07T06:18:25.4800240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/resource_sharer.py 2025-09-07T06:18:25.4801350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/traceback.py 2025-09-07T06:18:25.4802310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/nturl2path.py 2025-09-07T06:18:25.4803390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/warnings.py 2025-09-07T06:18:25.4804500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/subprocess.py 2025-09-07T06:18:25.4805420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/profile.py 2025-09-07T06:18:25.4806460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/this.py 2025-09-07T06:18:25.4807500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/filecmp.py 2025-09-07T06:18:25.4811600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/codecs.py 2025-09-07T06:18:25.4811840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/urllib/error.py 2025-09-07T06:18:25.4812050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/urllib/request.py 2025-09-07T06:18:25.4812270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/urllib/__init__.py 2025-09-07T06:18:25.4813060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/urllib/response.py 2025-09-07T06:18:25.4814500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/urllib/__pycache__/parse.cpython-313.pyc 2025-09-07T06:18:25.4816040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/urllib/__pycache__/response.cpython-313.pyc 2025-09-07T06:18:25.4817410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/urllib/__pycache__/error.cpython-313.pyc 2025-09-07T06:18:25.4818870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/urllib/__pycache__/robotparser.cpython-313.pyc 2025-09-07T06:18:25.4820190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/urllib/__pycache__/request.cpython-313.pyc 2025-09-07T06:18:25.4821670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/urllib/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.4822820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/urllib/robotparser.py 2025-09-07T06:18:25.4823910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/urllib/parse.py 2025-09-07T06:18:25.4824890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_weakrefset.py 2025-09-07T06:18:25.4825840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/io.py 2025-09-07T06:18:25.4827190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_sysconfigdata__darwin_darwin.py 2025-09-07T06:18:25.4828210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/zipfile/_path/__init__.py 2025-09-07T06:18:25.4829850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/zipfile/_path/__pycache__/glob.cpython-313.pyc 2025-09-07T06:18:25.4831470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/zipfile/_path/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.4832730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/zipfile/_path/glob.py 2025-09-07T06:18:25.4833680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/zipfile/__init__.py 2025-09-07T06:18:25.4835110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/zipfile/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:25.4836370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/zipfile/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.4837430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/zipfile/__main__.py 2025-09-07T06:18:25.4838350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/code.py 2025-09-07T06:18:25.4839460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/operator.py 2025-09-07T06:18:25.4840670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/fileinput.py 2025-09-07T06:18:25.4841600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/os.py 2025-09-07T06:18:25.4842680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/site-packages/README.txt 2025-09-07T06:18:25.4843740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/difflib.py 2025-09-07T06:18:25.4844700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pydoc.py 2025-09-07T06:18:25.4845780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/selectors.py 2025-09-07T06:18:25.4846820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/decimal.py 2025-09-07T06:18:25.4848040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/socketserver.py 2025-09-07T06:18:25.4849200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/copy.py 2025-09-07T06:18:25.4850190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/html/__init__.py 2025-09-07T06:18:25.4851630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/html/__pycache__/entities.cpython-313.pyc 2025-09-07T06:18:25.4852830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/html/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.4854080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/html/__pycache__/parser.cpython-313.pyc 2025-09-07T06:18:25.4855150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/html/parser.py 2025-09-07T06:18:25.4856220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/html/entities.py 2025-09-07T06:18:25.4857390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/genericpath.py 2025-09-07T06:18:25.4858410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/linecache.py 2025-09-07T06:18:25.4859410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/types.py 2025-09-07T06:18:25.4860510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/scrolledtext.py 2025-09-07T06:18:25.4861580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/colorchooser.py 2025-09-07T06:18:25.4862690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/commondialog.py 2025-09-07T06:18:25.4863840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/messagebox.py 2025-09-07T06:18:25.4864940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/dialog.py 2025-09-07T06:18:25.4866000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/constants.py 2025-09-07T06:18:25.4867020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/dnd.py 2025-09-07T06:18:25.4868160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/__init__.py 2025-09-07T06:18:25.4869130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/ttk.py 2025-09-07T06:18:25.4870670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/__pycache__/filedialog.cpython-313.pyc 2025-09-07T06:18:25.4871970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/__pycache__/font.cpython-313.pyc 2025-09-07T06:18:25.4873250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/__pycache__/ttk.cpython-313.pyc 2025-09-07T06:18:25.4874640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/__pycache__/messagebox.cpython-313.pyc 2025-09-07T06:18:25.4875960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/__pycache__/dialog.cpython-313.pyc 2025-09-07T06:18:25.4877350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/__pycache__/simpledialog.cpython-313.pyc 2025-09-07T06:18:25.4878740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/__pycache__/dnd.cpython-313.pyc 2025-09-07T06:18:25.4880210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/__pycache__/commondialog.cpython-313.pyc 2025-09-07T06:18:25.4881530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/__pycache__/constants.cpython-313.pyc 2025-09-07T06:18:25.4883400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:25.4884690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/__pycache__/scrolledtext.cpython-313.pyc 2025-09-07T06:18:25.4886110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.4887550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/__pycache__/colorchooser.cpython-313.pyc 2025-09-07T06:18:25.4888650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/filedialog.py 2025-09-07T06:18:25.4889600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/font.py 2025-09-07T06:18:25.4890620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/__main__.py 2025-09-07T06:18:25.4891640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/simpledialog.py 2025-09-07T06:18:25.4892750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/mimetypes.py 2025-09-07T06:18:25.4893970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/base64.cpython-313.pyc 2025-09-07T06:18:25.4895300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_compression.cpython-313.pyc 2025-09-07T06:18:25.4896390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/typing.cpython-313.pyc 2025-09-07T06:18:25.4897480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/symtable.cpython-313.pyc 2025-09-07T06:18:25.4898790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/zipapp.cpython-313.pyc 2025-09-07T06:18:25.4899990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/gzip.cpython-313.pyc 2025-09-07T06:18:25.4901240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/sre_parse.cpython-313.pyc 2025-09-07T06:18:25.4902510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/genericpath.cpython-313.pyc 2025-09-07T06:18:25.4903610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/io.cpython-313.pyc 2025-09-07T06:18:25.4904800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/pdb.cpython-313.pyc 2025-09-07T06:18:25.4906110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/string.cpython-313.pyc 2025-09-07T06:18:25.4907300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/cmd.cpython-313.pyc 2025-09-07T06:18:25.4908700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/imaplib.cpython-313.pyc 2025-09-07T06:18:25.4910180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_ios_support.cpython-313.pyc 2025-09-07T06:18:25.4911490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/tarfile.cpython-313.pyc 2025-09-07T06:18:25.4912710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/pyclbr.cpython-313.pyc 2025-09-07T06:18:25.4914050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/cProfile.cpython-313.pyc 2025-09-07T06:18:25.4915340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/getopt.cpython-313.pyc 2025-09-07T06:18:25.4916480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/fileinput.cpython-313.pyc 2025-09-07T06:18:25.4917810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_strptime.cpython-313.pyc 2025-09-07T06:18:25.4919170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/pickletools.cpython-313.pyc 2025-09-07T06:18:25.4920420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/opcode.cpython-313.pyc 2025-09-07T06:18:25.4921710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/threading.cpython-313.pyc 2025-09-07T06:18:25.4922990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/secrets.cpython-313.pyc 2025-09-07T06:18:25.4924310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/compileall.cpython-313.pyc 2025-09-07T06:18:25.4925530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/copyreg.cpython-313.pyc 2025-09-07T06:18:25.4926900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/ipaddress.cpython-313.pyc 2025-09-07T06:18:25.4928120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/nturl2path.cpython-313.pyc 2025-09-07T06:18:25.4929500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_weakrefset.cpython-313.pyc 2025-09-07T06:18:25.4930830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/__future__.cpython-313.pyc 2025-09-07T06:18:25.4932130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/shlex.cpython-313.pyc 2025-09-07T06:18:25.4933480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/operator.cpython-313.pyc 2025-09-07T06:18:25.4934760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/contextlib.cpython-313.pyc 2025-09-07T06:18:25.4936140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/socket.cpython-313.pyc 2025-09-07T06:18:25.4937650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/functools.cpython-313.pyc 2025-09-07T06:18:25.4938960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/sched.cpython-313.pyc 2025-09-07T06:18:25.4940340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_compat_pickle.cpython-313.pyc 2025-09-07T06:18:25.4941590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/fractions.cpython-313.pyc 2025-09-07T06:18:25.4943120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/plistlib.cpython-313.pyc 2025-09-07T06:18:25.4944500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/reprlib.cpython-313.pyc 2025-09-07T06:18:25.4945720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/difflib.cpython-313.pyc 2025-09-07T06:18:25.4946850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/abc.cpython-313.pyc 2025-09-07T06:18:25.4948420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/configparser.cpython-313.pyc 2025-09-07T06:18:25.4949650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/pty.cpython-313.pyc 2025-09-07T06:18:25.4950890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_sitebuiltins.cpython-313.pyc 2025-09-07T06:18:25.4952180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/trace.cpython-313.pyc 2025-09-07T06:18:25.4953490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/numbers.cpython-313.pyc 2025-09-07T06:18:25.4954840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/glob.cpython-313.pyc 2025-09-07T06:18:25.4956090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/textwrap.cpython-313.pyc 2025-09-07T06:18:25.4957390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_android_support.cpython-313.pyc 2025-09-07T06:18:25.4958640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/keyword.cpython-313.pyc 2025-09-07T06:18:25.4960010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/sre_compile.cpython-313.pyc 2025-09-07T06:18:25.4961190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/signal.cpython-313.pyc 2025-09-07T06:18:25.4962550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/queue.cpython-313.pyc 2025-09-07T06:18:25.4963940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_threading_local.cpython-313.pyc 2025-09-07T06:18:25.4965140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_pylong.cpython-313.pyc 2025-09-07T06:18:25.4966270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/shelve.cpython-313.pyc 2025-09-07T06:18:25.4967580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/socketserver.cpython-313.pyc 2025-09-07T06:18:25.4969090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/dataclasses.cpython-313.pyc 2025-09-07T06:18:25.4970250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/stringprep.cpython-313.pyc 2025-09-07T06:18:25.4971630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/gettext.cpython-313.pyc 2025-09-07T06:18:25.4972930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/poplib.cpython-313.pyc 2025-09-07T06:18:25.4974110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/pstats.cpython-313.pyc 2025-09-07T06:18:25.4975480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/contextvars.cpython-313.pyc 2025-09-07T06:18:25.4976880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/token.cpython-313.pyc 2025-09-07T06:18:25.4978270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/random.cpython-313.pyc 2025-09-07T06:18:25.4979730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/sitecustomize.cpython-313.pyc 2025-09-07T06:18:25.4980920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/site.cpython-313.pyc 2025-09-07T06:18:25.4982280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_collections_abc.cpython-313.pyc 2025-09-07T06:18:25.4983450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/bz2.cpython-313.pyc 2025-09-07T06:18:25.4984740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/tty.cpython-313.pyc 2025-09-07T06:18:25.4986160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_colorize.cpython-313.pyc 2025-09-07T06:18:25.4987450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/optparse.cpython-313.pyc 2025-09-07T06:18:25.4988860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/csv.cpython-313.pyc 2025-09-07T06:18:25.4990110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/antigravity.cpython-313.pyc 2025-09-07T06:18:25.4991510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/zipimport.cpython-313.pyc 2025-09-07T06:18:25.4992670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/pkgutil.cpython-313.pyc 2025-09-07T06:18:25.4994010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/pprint.cpython-313.pyc 2025-09-07T06:18:25.4995470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/py_compile.cpython-313.pyc 2025-09-07T06:18:25.4996990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_markupbase.cpython-313.pyc 2025-09-07T06:18:25.4998330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/smtplib.cpython-313.pyc 2025-09-07T06:18:25.4999420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/graphlib.cpython-313.pyc 2025-09-07T06:18:25.5000650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/warnings.cpython-313.pyc 2025-09-07T06:18:25.5001970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_opcode_metadata.cpython-313.pyc 2025-09-07T06:18:25.5003180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/filecmp.cpython-313.pyc 2025-09-07T06:18:25.5004260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/netrc.cpython-313.pyc 2025-09-07T06:18:25.5005660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/turtle.cpython-313.pyc 2025-09-07T06:18:25.5006980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/calendar.cpython-313.pyc 2025-09-07T06:18:25.5008330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/mailbox.cpython-313.pyc 2025-09-07T06:18:25.5009710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/wave.cpython-313.pyc 2025-09-07T06:18:25.5011320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/__hello__.cpython-313.pyc 2025-09-07T06:18:25.5012630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/uuid.cpython-313.pyc 2025-09-07T06:18:25.5013810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/posixpath.cpython-313.pyc 2025-09-07T06:18:25.5015070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/struct.cpython-313.pyc 2025-09-07T06:18:25.5016350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/hashlib.cpython-313.pyc 2025-09-07T06:18:25.5017660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/pydoc.cpython-313.pyc 2025-09-07T06:18:25.5018860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/code.cpython-313.pyc 2025-09-07T06:18:25.5020000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/enum.cpython-313.pyc 2025-09-07T06:18:25.5021400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/ftplib.cpython-313.pyc 2025-09-07T06:18:25.5022670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_pyio.cpython-313.pyc 2025-09-07T06:18:25.5024070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/colorsys.cpython-313.pyc 2025-09-07T06:18:25.5025400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/platform.cpython-313.pyc 2025-09-07T06:18:25.5026730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/types.cpython-313.pyc 2025-09-07T06:18:25.5027950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_py_abc.cpython-313.pyc 2025-09-07T06:18:25.5029120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/profile.cpython-313.pyc 2025-09-07T06:18:25.5030370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/ntpath.cpython-313.pyc 2025-09-07T06:18:25.5031610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/datetime.cpython-313.pyc 2025-09-07T06:18:25.5033000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/bisect.cpython-313.pyc 2025-09-07T06:18:25.5034300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/heapq.cpython-313.pyc 2025-09-07T06:18:25.5035500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/modulefinder.cpython-313.pyc 2025-09-07T06:18:25.5036740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/codeop.cpython-313.pyc 2025-09-07T06:18:25.5037980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_pydecimal.cpython-313.pyc 2025-09-07T06:18:25.5039100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/hmac.cpython-313.pyc 2025-09-07T06:18:25.5040220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/dis.cpython-313.pyc 2025-09-07T06:18:25.5041350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/statistics.cpython-313.pyc 2025-09-07T06:18:25.5042400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/ssl.cpython-313.pyc 2025-09-07T06:18:25.5043500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/timeit.cpython-313.pyc 2025-09-07T06:18:25.5044710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/sre_constants.cpython-313.pyc 2025-09-07T06:18:25.5045900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/selectors.cpython-313.pyc 2025-09-07T06:18:25.5046990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/stat.cpython-313.pyc 2025-09-07T06:18:25.5048210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_osx_support.cpython-313.pyc 2025-09-07T06:18:25.5049350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/tempfile.cpython-313.pyc 2025-09-07T06:18:25.5050560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/runpy.cpython-313.pyc 2025-09-07T06:18:25.5051730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/decimal.cpython-313.pyc 2025-09-07T06:18:25.5052990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/tracemalloc.cpython-313.pyc 2025-09-07T06:18:25.5054100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/quopri.cpython-313.pyc 2025-09-07T06:18:25.5055440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/locale.cpython-313.pyc 2025-09-07T06:18:25.5056570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/linecache.cpython-313.pyc 2025-09-07T06:18:25.5057780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/lzma.cpython-313.pyc 2025-09-07T06:18:25.5058950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/weakref.cpython-313.pyc 2025-09-07T06:18:25.5060330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_sysconfigdata_arm64_apple_darwin20_0_0.cpython-313.pyc 2025-09-07T06:18:25.5061280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/getpass.cpython-313.pyc 2025-09-07T06:18:25.5062490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_sysconfigdata__darwin_darwin.cpython-313.pyc 2025-09-07T06:18:25.5063550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/fnmatch.cpython-313.pyc 2025-09-07T06:18:25.5064630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/os.cpython-313.pyc 2025-09-07T06:18:25.5065890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_pydatetime.cpython-313.pyc 2025-09-07T06:18:25.5066970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/bdb.cpython-313.pyc 2025-09-07T06:18:25.5068100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/this.cpython-313.pyc 2025-09-07T06:18:25.5069360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_apple_support.cpython-313.pyc 2025-09-07T06:18:25.5070610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/pickle.cpython-313.pyc 2025-09-07T06:18:25.5071800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/traceback.cpython-313.pyc 2025-09-07T06:18:25.5073010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/mimetypes.cpython-313.pyc 2025-09-07T06:18:25.5074220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/codecs.cpython-313.pyc 2025-09-07T06:18:25.5075440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/copy.cpython-313.pyc 2025-09-07T06:18:25.5076720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_aix_support.cpython-313.pyc 2025-09-07T06:18:25.5077910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/shutil.cpython-313.pyc 2025-09-07T06:18:25.5079190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/doctest.cpython-313.pyc 2025-09-07T06:18:25.5080340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/webbrowser.cpython-313.pyc 2025-09-07T06:18:25.5081600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/tokenize.cpython-313.pyc 2025-09-07T06:18:25.5082700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/ast.cpython-313.pyc 2025-09-07T06:18:25.5083780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/inspect.cpython-313.pyc 2025-09-07T06:18:25.5085040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/subprocess.cpython-313.pyc 2025-09-07T06:18:25.5086170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/rlcompleter.cpython-313.pyc 2025-09-07T06:18:25.5087370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/argparse.cpython-313.pyc 2025-09-07T06:18:25.5088760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/tabnanny.cpython-313.pyc 2025-09-07T06:18:25.5089890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/colorsys.py 2025-09-07T06:18:25.5090830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/numbers.py 2025-09-07T06:18:25.5091910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_strptime.py 2025-09-07T06:18:25.5092830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/contextvars.py 2025-09-07T06:18:25.5093780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/random.py 2025-09-07T06:18:25.5094760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ftplib.py 2025-09-07T06:18:25.5095740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/optparse.py 2025-09-07T06:18:25.5096720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/sitecustomize.py 2025-09-07T06:18:25.5097880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/parsers/expat.py 2025-09-07T06:18:25.5099130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/parsers/__init__.py 2025-09-07T06:18:25.5100510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/parsers/__pycache__/expat.cpython-313.pyc 2025-09-07T06:18:25.5101900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/parsers/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.5102830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/sax/handler.py 2025-09-07T06:18:25.5103970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/sax/__init__.py 2025-09-07T06:18:25.5105340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/sax/__pycache__/handler.cpython-313.pyc 2025-09-07T06:18:25.5106640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/sax/__pycache__/saxutils.cpython-313.pyc 2025-09-07T06:18:25.5108030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/sax/__pycache__/expatreader.cpython-313.pyc 2025-09-07T06:18:25.5109420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/sax/__pycache__/xmlreader.cpython-313.pyc 2025-09-07T06:18:25.5110780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/sax/__pycache__/_exceptions.cpython-313.pyc 2025-09-07T06:18:25.5112190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/sax/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.5113230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/sax/saxutils.py 2025-09-07T06:18:25.5114320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/sax/xmlreader.py 2025-09-07T06:18:25.5115550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/sax/expatreader.py 2025-09-07T06:18:25.5116830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/sax/_exceptions.py 2025-09-07T06:18:25.5117890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/__init__.py 2025-09-07T06:18:25.5119220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.5120160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/dom/pulldom.py 2025-09-07T06:18:25.5121330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/dom/expatbuilder.py 2025-09-07T06:18:25.5122370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/dom/domreg.py 2025-09-07T06:18:25.5123540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/dom/minicompat.py 2025-09-07T06:18:25.5124450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/dom/__init__.py 2025-09-07T06:18:25.5125740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/dom/__pycache__/NodeFilter.cpython-313.pyc 2025-09-07T06:18:25.5127120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/dom/__pycache__/minidom.cpython-313.pyc 2025-09-07T06:18:25.5128330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/dom/__pycache__/expatbuilder.cpython-313.pyc 2025-09-07T06:18:25.5129780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/dom/__pycache__/minicompat.cpython-313.pyc 2025-09-07T06:18:25.5131060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/dom/__pycache__/pulldom.cpython-313.pyc 2025-09-07T06:18:25.5132420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/dom/__pycache__/xmlbuilder.cpython-313.pyc 2025-09-07T06:18:25.5133800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/dom/__pycache__/domreg.cpython-313.pyc 2025-09-07T06:18:25.5135270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/dom/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.5136320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/dom/NodeFilter.py 2025-09-07T06:18:25.5137700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/dom/xmlbuilder.py 2025-09-07T06:18:25.5138640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/dom/minidom.py 2025-09-07T06:18:25.5139920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/etree/ElementPath.py 2025-09-07T06:18:25.5141090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/etree/cElementTree.py 2025-09-07T06:18:25.5142210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/etree/__init__.py 2025-09-07T06:18:25.5143560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/etree/__pycache__/cElementTree.cpython-313.pyc 2025-09-07T06:18:25.5144890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/etree/__pycache__/ElementTree.cpython-313.pyc 2025-09-07T06:18:25.5146150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/etree/__pycache__/ElementPath.cpython-313.pyc 2025-09-07T06:18:25.5147540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/etree/__pycache__/ElementInclude.cpython-313.pyc 2025-09-07T06:18:25.5148820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/etree/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.5149860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/etree/ElementInclude.py 2025-09-07T06:18:25.5150910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/etree/ElementTree.py 2025-09-07T06:18:25.5151820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pdb.py 2025-09-07T06:18:25.5152770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/threading.py 2025-09-07T06:18:25.5153680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtle.py 2025-09-07T06:18:25.5154710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/platform.py 2025-09-07T06:18:25.5155630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pstats.py 2025-09-07T06:18:25.5156640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/glob.py 2025-09-07T06:18:25.5157730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/quopri.py 2025-09-07T06:18:25.5158820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/symtable.py 2025-09-07T06:18:25.5159820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pprint.py 2025-09-07T06:18:25.5160780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/calendar.py 2025-09-07T06:18:25.5161720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/inspect.py 2025-09-07T06:18:25.5162720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/wsgiref/util.py 2025-09-07T06:18:25.5163730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/wsgiref/handlers.py 2025-09-07T06:18:25.5164750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/wsgiref/__init__.py 2025-09-07T06:18:25.5165720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/wsgiref/types.py 2025-09-07T06:18:25.5167040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/wsgiref/__pycache__/validate.cpython-313.pyc 2025-09-07T06:18:25.5168310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/wsgiref/__pycache__/handlers.cpython-313.pyc 2025-09-07T06:18:25.5169550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/wsgiref/__pycache__/headers.cpython-313.pyc 2025-09-07T06:18:25.5170720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/wsgiref/__pycache__/util.cpython-313.pyc 2025-09-07T06:18:25.5172060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/wsgiref/__pycache__/types.cpython-313.pyc 2025-09-07T06:18:25.5173550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/wsgiref/__pycache__/simple_server.cpython-313.pyc 2025-09-07T06:18:25.5174830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/wsgiref/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.5175830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/wsgiref/validate.py 2025-09-07T06:18:25.5176980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/wsgiref/simple_server.py 2025-09-07T06:18:25.5178010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/wsgiref/headers.py 2025-09-07T06:18:25.5179090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/poplib.py 2025-09-07T06:18:25.5180070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/plistlib.py 2025-09-07T06:18:25.5181070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pickletools.py 2025-09-07T06:18:25.5182020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/site.py 2025-09-07T06:18:25.5183170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/json/decoder.py 2025-09-07T06:18:25.5184240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/json/scanner.py 2025-09-07T06:18:25.5185290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/json/__init__.py 2025-09-07T06:18:25.5186580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/json/__pycache__/scanner.cpython-313.pyc 2025-09-07T06:18:25.5187830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/json/__pycache__/encoder.cpython-313.pyc 2025-09-07T06:18:25.5189130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/json/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.5190370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/json/__pycache__/tool.cpython-313.pyc 2025-09-07T06:18:25.5191540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/json/__pycache__/decoder.cpython-313.pyc 2025-09-07T06:18:25.5192530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/json/encoder.py 2025-09-07T06:18:25.5193540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/json/tool.py 2025-09-07T06:18:25.5194560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_opcode_metadata.py 2025-09-07T06:18:25.5195520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/keyword.py 2025-09-07T06:18:25.5196540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/configparser.py 2025-09-07T06:18:25.5197570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_apple_support.py 2025-09-07T06:18:25.5198540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/reprlib.py 2025-09-07T06:18:25.5199490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/secrets.py 2025-09-07T06:18:25.5200450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/shlex.py 2025-09-07T06:18:25.5201450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/http/cookies.py 2025-09-07T06:18:25.5202440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/http/server.py 2025-09-07T06:18:25.5203440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/http/client.py 2025-09-07T06:18:25.5204520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/http/__init__.py 2025-09-07T06:18:25.5205940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/http/__pycache__/server.cpython-313.pyc 2025-09-07T06:18:25.5207150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/http/__pycache__/cookiejar.cpython-313.pyc 2025-09-07T06:18:25.5208370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/http/__pycache__/cookies.cpython-313.pyc 2025-09-07T06:18:25.5209550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/http/__pycache__/client.cpython-313.pyc 2025-09-07T06:18:25.5211020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/http/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.5211930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/http/cookiejar.py 2025-09-07T06:18:25.5213090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/sqlite3/__init__.py 2025-09-07T06:18:25.5214380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/sqlite3/__pycache__/dump.cpython-313.pyc 2025-09-07T06:18:25.5215780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/sqlite3/__pycache__/dbapi2.cpython-313.pyc 2025-09-07T06:18:25.5217080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/sqlite3/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:25.5218080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/sqlite3/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.5218850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/sqlite3/dump.py 2025-09-07T06:18:25.5219710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/sqlite3/dbapi2.py 2025-09-07T06:18:25.5220740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/sqlite3/__main__.py 2025-09-07T06:18:25.5221380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/posixpath.py 2025-09-07T06:18:25.5222180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/py_compile.py 2025-09-07T06:18:25.5223080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ensurepip/__init__.py 2025-09-07T06:18:25.5224230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ensurepip/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:25.5225380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ensurepip/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.5226920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ensurepip/__pycache__/_uninstall.cpython-313.pyc 2025-09-07T06:18:25.5228200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ensurepip/_bundled/pip-25.1.1-py3-none-any.whl 2025-09-07T06:18:25.5229160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ensurepip/__main__.py 2025-09-07T06:18:25.5230450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ensurepip/_uninstall.py 2025-09-07T06:18:25.5231570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_osx_support.py 2025-09-07T06:18:25.5232650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/stat.py 2025-09-07T06:18:25.5233750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/compileall.py 2025-09-07T06:18:25.5234950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/concurrent/futures/_base.py 2025-09-07T06:18:25.5236040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/concurrent/futures/thread.py 2025-09-07T06:18:25.5237160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/concurrent/futures/__init__.py 2025-09-07T06:18:25.5238690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/concurrent/futures/__pycache__/_base.cpython-313.pyc 2025-09-07T06:18:25.5240050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/concurrent/futures/__pycache__/process.cpython-313.pyc 2025-09-07T06:18:25.5241450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/concurrent/futures/__pycache__/thread.cpython-313.pyc 2025-09-07T06:18:25.5242820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/concurrent/futures/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.5243890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/concurrent/futures/process.py 2025-09-07T06:18:25.5244920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/concurrent/__init__.py 2025-09-07T06:18:25.5246370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/concurrent/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.5247270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/csv.py 2025-09-07T06:18:25.5248680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/historical_reader.py 2025-09-07T06:18:25.5249900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/unix_console.py 2025-09-07T06:18:25.5250920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/readline.py 2025-09-07T06:18:25.5251990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/console.py 2025-09-07T06:18:25.5253120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/trace.py 2025-09-07T06:18:25.5254030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/curses.py 2025-09-07T06:18:25.5255300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/base_eventqueue.py 2025-09-07T06:18:25.5256360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/windows_console.py 2025-09-07T06:18:25.5257590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/windows_eventqueue.py 2025-09-07T06:18:25.5258650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/_threading_handler.py 2025-09-07T06:18:25.5259610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__init__.py 2025-09-07T06:18:25.5260720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/types.py 2025-09-07T06:18:25.5262060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/main.cpython-313.pyc 2025-09-07T06:18:25.5263520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/windows_eventqueue.cpython-313.pyc 2025-09-07T06:18:25.5264880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/unix_eventqueue.cpython-313.pyc 2025-09-07T06:18:25.5271240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/unix_console.cpython-313.pyc 2025-09-07T06:18:25.5271910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/fancy_termios.cpython-313.pyc 2025-09-07T06:18:25.5272610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/reader.cpython-313.pyc 2025-09-07T06:18:25.5273240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/historical_reader.cpython-313.pyc 2025-09-07T06:18:25.5273870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/curses.cpython-313.pyc 2025-09-07T06:18:25.5274490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/windows_console.cpython-313.pyc 2025-09-07T06:18:25.5275330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/trace.cpython-313.pyc 2025-09-07T06:18:25.5276750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/keymap.cpython-313.pyc 2025-09-07T06:18:25.5278270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/readline.cpython-313.pyc 2025-09-07T06:18:25.5279440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:25.5280910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/_threading_handler.cpython-313.pyc 2025-09-07T06:18:25.5282270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/simple_interact.cpython-313.pyc 2025-09-07T06:18:25.5283830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/_minimal_curses.cpython-313.pyc 2025-09-07T06:18:25.5285120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/commands.cpython-313.pyc 2025-09-07T06:18:25.5286500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/types.cpython-313.pyc 2025-09-07T06:18:25.5287720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/input.cpython-313.pyc 2025-09-07T06:18:25.5289300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/completing_reader.cpython-313.pyc 2025-09-07T06:18:25.5290710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/base_eventqueue.cpython-313.pyc 2025-09-07T06:18:25.5292220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/pager.cpython-313.pyc 2025-09-07T06:18:25.5293450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:25.5294720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.5296000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/console.cpython-313.pyc 2025-09-07T06:18:25.5297030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/keymap.py 2025-09-07T06:18:25.5298110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/_minimal_curses.py 2025-09-07T06:18:25.5299340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/fancy_termios.py 2025-09-07T06:18:25.5300480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/reader.py 2025-09-07T06:18:25.5301740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/mypy.ini 2025-09-07T06:18:25.5303210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/utils.py 2025-09-07T06:18:25.5304420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/pager.py 2025-09-07T06:18:25.5305560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/input.py 2025-09-07T06:18:25.5306750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/unix_eventqueue.py 2025-09-07T06:18:25.5307960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/completing_reader.py 2025-09-07T06:18:25.5309030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/main.py 2025-09-07T06:18:25.5310340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/commands.py 2025-09-07T06:18:25.5311530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__main__.py 2025-09-07T06:18:25.5312800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/simple_interact.py 2025-09-07T06:18:25.5313870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pydatetime.py 2025-09-07T06:18:25.5314820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/fractions.py 2025-09-07T06:18:25.5316070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/sysconfig/__init__.py 2025-09-07T06:18:25.5317580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/sysconfig/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:25.5319080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/sysconfig/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.5320100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/sysconfig/__main__.py 2025-09-07T06:18:25.5321020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/sched.py 2025-09-07T06:18:25.5322070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/imaplib.py 2025-09-07T06:18:25.5323140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/mailbox.py 2025-09-07T06:18:25.5324130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/sre_compile.py 2025-09-07T06:18:25.5325220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/locale.py 2025-09-07T06:18:25.5326140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ast.py 2025-09-07T06:18:25.5327160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/doctest.py 2025-09-07T06:18:25.5328200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/argparse.py 2025-09-07T06:18:25.5329400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/getpass.py 2025-09-07T06:18:25.5330330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pickle.py 2025-09-07T06:18:25.5331390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pty.py 2025-09-07T06:18:25.5332360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/contextlib.py 2025-09-07T06:18:25.5333460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/statistics.py 2025-09-07T06:18:25.5334450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_collections_abc.py 2025-09-07T06:18:25.5335510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__future__.py 2025-09-07T06:18:25.5336450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pylong.py 2025-09-07T06:18:25.5337500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/dataclasses.py 2025-09-07T06:18:25.5338530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/shelve.py 2025-09-07T06:18:25.5339520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/string.py 2025-09-07T06:18:25.5340570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/smtplib.py 2025-09-07T06:18:25.5341590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/venv/__init__.py 2025-09-07T06:18:25.5342970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/venv/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:25.5344320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/venv/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.5345500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/venv/scripts/posix/activate.csh 2025-09-07T06:18:25.5346670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/venv/scripts/common/Activate.ps1 2025-09-07T06:18:25.5348110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/venv/scripts/common/activate.fish 2025-09-07T06:18:25.5349110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/venv/scripts/common/activate 2025-09-07T06:18:25.5350160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/venv/__main__.py 2025-09-07T06:18:25.5351270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/getopt.py 2025-09-07T06:18:25.5352250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/antigravity.py 2025-09-07T06:18:25.5353160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/enum.py 2025-09-07T06:18:25.5354190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/dbm/ndbm.py 2025-09-07T06:18:25.5355180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/dbm/gnu.py 2025-09-07T06:18:25.5356340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/dbm/__init__.py 2025-09-07T06:18:25.5357700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/dbm/__pycache__/sqlite3.cpython-313.pyc 2025-09-07T06:18:25.5358920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/dbm/__pycache__/gnu.cpython-313.pyc 2025-09-07T06:18:25.5360230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/dbm/__pycache__/ndbm.cpython-313.pyc 2025-09-07T06:18:25.5361480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/dbm/__pycache__/dumb.cpython-313.pyc 2025-09-07T06:18:25.5362740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/dbm/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.5363620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/dbm/dumb.py 2025-09-07T06:18:25.5364850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/dbm/sqlite3.py 2025-09-07T06:18:25.5365860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/timeit.py 2025-09-07T06:18:25.5366940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/graphlib.py 2025-09-07T06:18:25.5367980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/hmac.py 2025-09-07T06:18:25.5368980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tarfile.py 2025-09-07T06:18:25.5370100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/readers.py 2025-09-07T06:18:25.5371080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/_abc.py 2025-09-07T06:18:25.5372090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/util.py 2025-09-07T06:18:25.5373220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/_bootstrap.py 2025-09-07T06:18:25.5374500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/resources/readers.py 2025-09-07T06:18:25.5375710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/resources/_common.py 2025-09-07T06:18:25.5376950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/resources/__init__.py 2025-09-07T06:18:25.5378540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/resources/__pycache__/_functional.cpython-313.pyc 2025-09-07T06:18:25.5379880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/resources/__pycache__/simple.cpython-313.pyc 2025-09-07T06:18:25.5380850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/resources/__pycache__/abc.cpython-313.pyc 2025-09-07T06:18:25.5382050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/resources/__pycache__/_common.cpython-313.pyc 2025-09-07T06:18:25.5383220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/resources/__pycache__/_adapters.cpython-313.pyc 2025-09-07T06:18:25.5384370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/resources/__pycache__/readers.cpython-313.pyc 2025-09-07T06:18:25.5385720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/resources/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.5387260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/resources/__pycache__/_itertools.cpython-313.pyc 2025-09-07T06:18:25.5388430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/resources/_itertools.py 2025-09-07T06:18:25.5389820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/resources/_adapters.py 2025-09-07T06:18:25.5391070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/resources/simple.py 2025-09-07T06:18:25.5392480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/resources/_functional.py 2025-09-07T06:18:25.5393660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/resources/abc.py 2025-09-07T06:18:25.5394810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/__init__.py 2025-09-07T06:18:25.5396290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/__pycache__/_abc.cpython-313.pyc 2025-09-07T06:18:25.5397650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/__pycache__/simple.cpython-313.pyc 2025-09-07T06:18:25.5398860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/__pycache__/abc.cpython-313.pyc 2025-09-07T06:18:25.5400360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/__pycache__/_bootstrap.cpython-313.pyc 2025-09-07T06:18:25.5401710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/__pycache__/machinery.cpython-313.pyc 2025-09-07T06:18:25.5402910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/__pycache__/util.cpython-313.pyc 2025-09-07T06:18:25.5404450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/__pycache__/readers.cpython-313.pyc 2025-09-07T06:18:25.5405920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/__pycache__/_bootstrap_external.cpython-313.pyc 2025-09-07T06:18:25.5407320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.5408380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/_bootstrap_external.py 2025-09-07T06:18:25.5409650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/machinery.py 2025-09-07T06:18:25.5410830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/simple.py 2025-09-07T06:18:25.5411960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/metadata/_meta.py 2025-09-07T06:18:25.5413080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/metadata/_text.py 2025-09-07T06:18:25.5414360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/metadata/__init__.py 2025-09-07T06:18:25.5415600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/metadata/_functools.py 2025-09-07T06:18:25.5417270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/metadata/__pycache__/_functools.cpython-313.pyc 2025-09-07T06:18:25.5418900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/metadata/__pycache__/_text.cpython-313.pyc 2025-09-07T06:18:25.5420300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/metadata/__pycache__/_meta.cpython-313.pyc 2025-09-07T06:18:25.5421890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/metadata/__pycache__/_adapters.cpython-313.pyc 2025-09-07T06:18:25.5423300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/metadata/__pycache__/diagnose.cpython-313.pyc 2025-09-07T06:18:25.5424970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/metadata/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.5426450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/metadata/__pycache__/_collections.cpython-313.pyc 2025-09-07T06:18:25.5428000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/metadata/__pycache__/_itertools.cpython-313.pyc 2025-09-07T06:18:25.5429280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/metadata/diagnose.py 2025-09-07T06:18:25.5430540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/metadata/_collections.py 2025-09-07T06:18:25.5431750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/metadata/_itertools.py 2025-09-07T06:18:25.5433030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/metadata/_adapters.py 2025-09-07T06:18:25.5434200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/abc.py 2025-09-07T06:18:25.5435350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xmlrpc/server.py 2025-09-07T06:18:25.5436590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xmlrpc/client.py 2025-09-07T06:18:25.5437680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xmlrpc/__init__.py 2025-09-07T06:18:25.5439110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xmlrpc/__pycache__/server.cpython-313.pyc 2025-09-07T06:18:25.5440340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xmlrpc/__pycache__/client.cpython-313.pyc 2025-09-07T06:18:25.5441740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xmlrpc/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.5442830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/stringprep.py 2025-09-07T06:18:25.5443760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/typing.py 2025-09-07T06:18:25.5444820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/LICENSE.txt 2025-09-07T06:18:25.5446170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/multicall.py 2025-09-07T06:18:25.5447200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle.py 2025-09-07T06:18:25.5448420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/mainmenu.py 2025-09-07T06:18:25.5449540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/filelist.py 2025-09-07T06:18:25.5450710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/sidebar.py 2025-09-07T06:18:25.5451860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/tree.py 2025-09-07T06:18:25.5453000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/pyshell.py 2025-09-07T06:18:25.5454050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/stackviewer.py 2025-09-07T06:18:25.5455200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/statusbar.py 2025-09-07T06:18:25.5456440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/run.py 2025-09-07T06:18:25.5457650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/autoexpand.py 2025-09-07T06:18:25.5458760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/codecontext.py 2025-09-07T06:18:25.5459840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/help.html 2025-09-07T06:18:25.5461030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/configdialog.py 2025-09-07T06:18:25.5462200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/config.py 2025-09-07T06:18:25.5463380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/help_about.py 2025-09-07T06:18:25.5464500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/TODO.txt 2025-09-07T06:18:25.5465550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/debugobj.py 2025-09-07T06:18:25.5466770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/query.py 2025-09-07T06:18:25.5467800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/window.py 2025-09-07T06:18:25.5468940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/extend.txt 2025-09-07T06:18:25.5470020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/ChangeLog 2025-09-07T06:18:25.5471190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/searchbase.py 2025-09-07T06:18:25.5472400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/util.py 2025-09-07T06:18:25.5473630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/colorizer.py 2025-09-07T06:18:25.5474820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/redirector.py 2025-09-07T06:18:25.5475920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/config_key.py 2025-09-07T06:18:25.5476970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/calltip_w.py 2025-09-07T06:18:25.5478250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/runscript.py 2025-09-07T06:18:25.5479390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/delegator.py 2025-09-07T06:18:25.5480640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle.pyw 2025-09-07T06:18:25.5481680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__init__.py 2025-09-07T06:18:25.5482910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/format.py 2025-09-07T06:18:25.5484130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/textview.py 2025-09-07T06:18:25.5485220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/grep.py 2025-09-07T06:18:25.5486720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/browser.cpython-313.pyc 2025-09-07T06:18:25.5488170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/pyparse.cpython-313.pyc 2025-09-07T06:18:25.5489620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/zoomheight.cpython-313.pyc 2025-09-07T06:18:25.5490970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/search.cpython-313.pyc 2025-09-07T06:18:25.5492420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/pyshell.cpython-313.pyc 2025-09-07T06:18:25.5493860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/help_about.cpython-313.pyc 2025-09-07T06:18:25.5495220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/config.cpython-313.pyc 2025-09-07T06:18:25.5496750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/searchbase.cpython-313.pyc 2025-09-07T06:18:25.5498070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/window.cpython-313.pyc 2025-09-07T06:18:25.5499530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/redirector.cpython-313.pyc 2025-09-07T06:18:25.5500910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/rpc.cpython-313.pyc 2025-09-07T06:18:25.5502340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/config_key.cpython-313.pyc 2025-09-07T06:18:25.5503750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/grep.cpython-313.pyc 2025-09-07T06:18:25.5505120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/multicall.cpython-313.pyc 2025-09-07T06:18:25.5506540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/dynoption.cpython-313.pyc 2025-09-07T06:18:25.5507730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/delegator.cpython-313.pyc 2025-09-07T06:18:25.5509050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/filelist.cpython-313.pyc 2025-09-07T06:18:25.5510500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/statusbar.cpython-313.pyc 2025-09-07T06:18:25.5511880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/replace.cpython-313.pyc 2025-09-07T06:18:25.5513280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/squeezer.cpython-313.pyc 2025-09-07T06:18:25.5514870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/outwin.cpython-313.pyc 2025-09-07T06:18:25.5516400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/editor.cpython-313.pyc 2025-09-07T06:18:25.5517690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/idle.cpython-313.pyc 2025-09-07T06:18:25.5519380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/debugobj_r.cpython-313.pyc 2025-09-07T06:18:25.5520780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/history.cpython-313.pyc 2025-09-07T06:18:25.5522340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/stackviewer.cpython-313.pyc 2025-09-07T06:18:25.5523730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/debugger.cpython-313.pyc 2025-09-07T06:18:25.5525160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/autocomplete.cpython-313.pyc 2025-09-07T06:18:25.5526660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/codecontext.cpython-313.pyc 2025-09-07T06:18:25.5527940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/macosx.cpython-313.pyc 2025-09-07T06:18:25.5529330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/pathbrowser.cpython-313.pyc 2025-09-07T06:18:25.5530790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/format.cpython-313.pyc 2025-09-07T06:18:25.5532120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/percolator.cpython-313.pyc 2025-09-07T06:18:25.5533410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/tree.cpython-313.pyc 2025-09-07T06:18:25.5534880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/sidebar.cpython-313.pyc 2025-09-07T06:18:25.5536340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/undo.cpython-313.pyc 2025-09-07T06:18:25.5537750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/calltip.cpython-313.pyc 2025-09-07T06:18:25.5539260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/debugobj.cpython-313.pyc 2025-09-07T06:18:25.5540570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/help.cpython-313.pyc 2025-09-07T06:18:25.5541840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/run.cpython-313.pyc 2025-09-07T06:18:25.5543280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/parenmatch.cpython-313.pyc 2025-09-07T06:18:25.5544480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/util.cpython-313.pyc 2025-09-07T06:18:25.5545960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/autoexpand.cpython-313.pyc 2025-09-07T06:18:25.5547150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/tooltip.cpython-313.pyc 2025-09-07T06:18:25.5548180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/iomenu.cpython-313.pyc 2025-09-07T06:18:25.5549210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/textview.cpython-313.pyc 2025-09-07T06:18:25.5550270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/hyperparser.cpython-313.pyc 2025-09-07T06:18:25.5551440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/calltip_w.cpython-313.pyc 2025-09-07T06:18:25.5552740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/scrolledlist.cpython-313.pyc 2025-09-07T06:18:25.5554340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/searchengine.cpython-313.pyc 2025-09-07T06:18:25.5555720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:25.5556990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/colorizer.cpython-313.pyc 2025-09-07T06:18:25.5558480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/zzdummy.cpython-313.pyc 2025-09-07T06:18:25.5560090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.5561310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/runscript.cpython-313.pyc 2025-09-07T06:18:25.5562800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/autocomplete_w.cpython-313.pyc 2025-09-07T06:18:25.5564200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/configdialog.cpython-313.pyc 2025-09-07T06:18:25.5565630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/debugger_r.cpython-313.pyc 2025-09-07T06:18:25.5567050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/mainmenu.cpython-313.pyc 2025-09-07T06:18:25.5568430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/query.cpython-313.pyc 2025-09-07T06:18:25.5569590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/tooltip.py 2025-09-07T06:18:25.5570840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/pathbrowser.py 2025-09-07T06:18:25.5572020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/debugger.py 2025-09-07T06:18:25.5573260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/config-main.def 2025-09-07T06:18:25.5574310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/CREDITS.txt 2025-09-07T06:18:25.5575370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/browser.py 2025-09-07T06:18:25.5576520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/pyparse.py 2025-09-07T06:18:25.5577930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/macosx.py 2025-09-07T06:18:25.5579090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/scrolledlist.py 2025-09-07T06:18:25.5580350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/searchengine.py 2025-09-07T06:18:25.5581410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/rpc.py 2025-09-07T06:18:25.5582590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/percolator.py 2025-09-07T06:18:25.5583820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/outwin.py 2025-09-07T06:18:25.5585080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/config-keys.def 2025-09-07T06:18:25.5586480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/Icons/plusnode.gif 2025-09-07T06:18:25.5587690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/Icons/folder.gif 2025-09-07T06:18:25.5588770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/Icons/idle_48.png 2025-09-07T06:18:25.5590030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/Icons/idle_32.gif 2025-09-07T06:18:25.5590940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/Icons/idle_16.png 2025-09-07T06:18:25.5592070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/Icons/tk.gif 2025-09-07T06:18:25.5593090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/Icons/openfolder.gif 2025-09-07T06:18:25.5594200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/Icons/idle_48.gif 2025-09-07T06:18:25.5595370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/Icons/minusnode.gif 2025-09-07T06:18:25.5596580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/Icons/python.gif 2025-09-07T06:18:25.5597690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/Icons/idle_32.png 2025-09-07T06:18:25.5598830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/Icons/README.txt 2025-09-07T06:18:25.5600190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/Icons/idle.ico 2025-09-07T06:18:25.5601340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/Icons/idle_16.gif 2025-09-07T06:18:25.5602440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/Icons/idle_256.png 2025-09-07T06:18:25.5603680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/example_noext 2025-09-07T06:18:25.5604950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_macosx.py 2025-09-07T06:18:25.5606280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_autocomplete.py 2025-09-07T06:18:25.5607620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_outwin.py 2025-09-07T06:18:25.5609160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_autocomplete_w.py 2025-09-07T06:18:25.5610350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_debugger_r.py 2025-09-07T06:18:25.5611620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_textview.py 2025-09-07T06:18:25.5613000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_tree.py 2025-09-07T06:18:25.5614240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_debugobj_r.py 2025-09-07T06:18:25.5615570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_sidebar.py 2025-09-07T06:18:25.5616810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_iomenu.py 2025-09-07T06:18:25.5617880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_pyshell.py 2025-09-07T06:18:25.5619140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_pathbrowser.py 2025-09-07T06:18:25.5620390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_parenmatch.py 2025-09-07T06:18:25.5621900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_search.py 2025-09-07T06:18:25.5623280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_filelist.py 2025-09-07T06:18:25.5624450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_mainmenu.py 2025-09-07T06:18:25.5625760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_percolator.py 2025-09-07T06:18:25.5627040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_warning.py 2025-09-07T06:18:25.5628390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/htest.py 2025-09-07T06:18:25.5629630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_editor.py 2025-09-07T06:18:25.5631070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_searchengine.py 2025-09-07T06:18:25.5632430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_stackviewer.py 2025-09-07T06:18:25.5633470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_run.py 2025-09-07T06:18:25.5634780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_tooltip.py 2025-09-07T06:18:25.5636080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_scrolledlist.py 2025-09-07T06:18:25.5637410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_editmenu.py 2025-09-07T06:18:25.5638550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_grep.py 2025-09-07T06:18:25.5639740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_debugobj.py 2025-09-07T06:18:25.5641010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_codecontext.py 2025-09-07T06:18:25.5642330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__init__.py 2025-09-07T06:18:25.5643680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_zoomheight.py 2025-09-07T06:18:25.5645220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/tkinter_testing_utils.py 2025-09-07T06:18:25.5646740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_help.cpython-313.pyc 2025-09-07T06:18:25.5648240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_undo.cpython-313.pyc 2025-09-07T06:18:25.5649900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_tooltip.cpython-313.pyc 2025-09-07T06:18:25.5651350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/tkinter_testing_utils.cpython-313.pyc 2025-09-07T06:18:25.5652900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_percolator.cpython-313.pyc 2025-09-07T06:18:25.5654530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_tree.cpython-313.pyc 2025-09-07T06:18:25.5655920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_editor.cpython-313.pyc 2025-09-07T06:18:25.5657650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_warning.cpython-313.pyc 2025-09-07T06:18:25.5658950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_outwin.cpython-313.pyc 2025-09-07T06:18:25.5660340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_sidebar.cpython-313.pyc 2025-09-07T06:18:25.5661910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_macosx.cpython-313.pyc 2025-09-07T06:18:25.5663580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_mainmenu.cpython-313.pyc 2025-09-07T06:18:25.5665040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_format.cpython-313.pyc 2025-09-07T06:18:25.5666690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_query.cpython-313.pyc 2025-09-07T06:18:25.5668260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_util.cpython-313.pyc 2025-09-07T06:18:25.5669800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_calltip.cpython-313.pyc 2025-09-07T06:18:25.5671330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_hyperparser.cpython-313.pyc 2025-09-07T06:18:25.5672820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_debugobj_r.cpython-313.pyc 2025-09-07T06:18:25.5674380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_zzdummy.cpython-313.pyc 2025-09-07T06:18:25.5675640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_run.cpython-313.pyc 2025-09-07T06:18:25.5677170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_search.cpython-313.pyc 2025-09-07T06:18:25.5678690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_searchbase.cpython-313.pyc 2025-09-07T06:18:25.5680180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_colorizer.cpython-313.pyc 2025-09-07T06:18:25.5681740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_help_about.cpython-313.pyc 2025-09-07T06:18:25.5683370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_debugobj.cpython-313.pyc 2025-09-07T06:18:25.5685080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_configdialog.cpython-313.pyc 2025-09-07T06:18:25.5686660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_runscript.cpython-313.pyc 2025-09-07T06:18:25.5688190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_redirector.cpython-313.pyc 2025-09-07T06:18:25.5689710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_config_key.cpython-313.pyc 2025-09-07T06:18:25.5691270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_searchengine.cpython-313.pyc 2025-09-07T06:18:25.5692790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_textview.cpython-313.pyc 2025-09-07T06:18:25.5694080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_window.cpython-313.pyc 2025-09-07T06:18:25.5695550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/mock_idle.cpython-313.pyc 2025-09-07T06:18:25.5697210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_config.cpython-313.pyc 2025-09-07T06:18:25.5698700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/template.cpython-313.pyc 2025-09-07T06:18:25.5700110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_calltip_w.cpython-313.pyc 2025-09-07T06:18:25.5701710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_scrolledlist.cpython-313.pyc 2025-09-07T06:18:25.5703310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_zoomheight.cpython-313.pyc 2025-09-07T06:18:25.5704790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_codecontext.cpython-313.pyc 2025-09-07T06:18:25.5706240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_debugger_r.cpython-313.pyc 2025-09-07T06:18:25.5707860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_multicall.cpython-313.pyc 2025-09-07T06:18:25.5709780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_pathbrowser.cpython-313.pyc 2025-09-07T06:18:25.5711330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_delegator.cpython-313.pyc 2025-09-07T06:18:25.5713080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_statusbar.cpython-313.pyc 2025-09-07T06:18:25.5714370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_squeezer.cpython-313.pyc 2025-09-07T06:18:25.5715470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_grep.cpython-313.pyc 2025-09-07T06:18:25.5716980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_browser.cpython-313.pyc 2025-09-07T06:18:25.5718680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_autocomplete_w.cpython-313.pyc 2025-09-07T06:18:25.5720170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_pyparse.cpython-313.pyc 2025-09-07T06:18:25.5721560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_stackviewer.cpython-313.pyc 2025-09-07T06:18:25.5723040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_debugger.cpython-313.pyc 2025-09-07T06:18:25.5724370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_pyshell.cpython-313.pyc 2025-09-07T06:18:25.5725890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_autocomplete.cpython-313.pyc 2025-09-07T06:18:25.5727480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/htest.cpython-313.pyc 2025-09-07T06:18:25.5729260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_autoexpand.cpython-313.pyc 2025-09-07T06:18:25.5730720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_rpc.cpython-313.pyc 2025-09-07T06:18:25.5732290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_editmenu.cpython-313.pyc 2025-09-07T06:18:25.5733770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_filelist.cpython-313.pyc 2025-09-07T06:18:25.5735220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_replace.cpython-313.pyc 2025-09-07T06:18:25.5736750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_text.cpython-313.pyc 2025-09-07T06:18:25.5738230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.5739750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_iomenu.cpython-313.pyc 2025-09-07T06:18:25.5741320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_parenmatch.cpython-313.pyc 2025-09-07T06:18:25.5742890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/test_history.cpython-313.pyc 2025-09-07T06:18:25.5744390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__pycache__/mock_tk.cpython-313.pyc 2025-09-07T06:18:25.5745450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_util.py 2025-09-07T06:18:25.5746870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_undo.py 2025-09-07T06:18:25.5748030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/mock_idle.py 2025-09-07T06:18:25.5749240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_hyperparser.py 2025-09-07T06:18:25.5750550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_redirector.py 2025-09-07T06:18:25.5751710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_config_key.py 2025-09-07T06:18:25.5753010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_searchbase.py 2025-09-07T06:18:25.5754500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_text.py 2025-09-07T06:18:25.5755790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_pyparse.py 2025-09-07T06:18:25.5757200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_statusbar.py 2025-09-07T06:18:25.5758620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_browser.py 2025-09-07T06:18:25.5759850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_config.py 2025-09-07T06:18:25.5761080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_multicall.py 2025-09-07T06:18:25.5762230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_window.py 2025-09-07T06:18:25.5763390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/template.py 2025-09-07T06:18:25.5764680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_query.py 2025-09-07T06:18:25.5765890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/README.txt 2025-09-07T06:18:25.5767330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_autoexpand.py 2025-09-07T06:18:25.5768500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_zzdummy.py 2025-09-07T06:18:25.5769900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_debugger.py 2025-09-07T06:18:25.5771040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_rpc.py 2025-09-07T06:18:25.5772350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_replace.py 2025-09-07T06:18:25.5773730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_history.py 2025-09-07T06:18:25.5775110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_calltip_w.py 2025-09-07T06:18:25.5776320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/example_stub.pyi 2025-09-07T06:18:25.5777830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_calltip.py 2025-09-07T06:18:25.5779200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_delegator.py 2025-09-07T06:18:25.5780680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_format.py 2025-09-07T06:18:25.5782150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_runscript.py 2025-09-07T06:18:25.5783350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_help.py 2025-09-07T06:18:25.5784760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_help_about.py 2025-09-07T06:18:25.5785930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/mock_tk.py 2025-09-07T06:18:25.5787450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_colorizer.py 2025-09-07T06:18:25.5788670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_configdialog.py 2025-09-07T06:18:25.5789900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_squeezer.py 2025-09-07T06:18:25.5790870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/undo.py 2025-09-07T06:18:25.5791870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/squeezer.py 2025-09-07T06:18:25.5792950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/iomenu.py 2025-09-07T06:18:25.5794110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/zoomheight.py 2025-09-07T06:18:25.5795210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/search.py 2025-09-07T06:18:25.5796410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/NEWS2x.txt 2025-09-07T06:18:25.5797540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/README.txt 2025-09-07T06:18:25.5798750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/HISTORY.txt 2025-09-07T06:18:25.5799820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/debugger_r.py 2025-09-07T06:18:25.5800900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/editor.py 2025-09-07T06:18:25.5802010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/dynoption.py 2025-09-07T06:18:25.5803110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/autocomplete_w.py 2025-09-07T06:18:25.5804090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/calltip.py 2025-09-07T06:18:25.5805050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/News3.txt 2025-09-07T06:18:25.5806320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/autocomplete.py 2025-09-07T06:18:25.5807580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/hyperparser.py 2025-09-07T06:18:25.5808820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/config-extensions.def 2025-09-07T06:18:25.5809850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/help.py 2025-09-07T06:18:25.5811040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/parenmatch.py 2025-09-07T06:18:25.5812010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/zzdummy.py 2025-09-07T06:18:25.5813510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__main__.py 2025-09-07T06:18:25.5814750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/config-highlight.def 2025-09-07T06:18:25.5815860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle.bat 2025-09-07T06:18:25.5816920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/history.py 2025-09-07T06:18:25.5818210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/debugobj_r.py 2025-09-07T06:18:25.5819180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/replace.py 2025-09-07T06:18:25.5820290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pydoc_data/__init__.py 2025-09-07T06:18:25.5821350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pydoc_data/_pydoc.css 2025-09-07T06:18:25.5822760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pydoc_data/__pycache__/topics.cpython-313.pyc 2025-09-07T06:18:25.5824260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pydoc_data/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.5825380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pydoc_data/topics.py 2025-09-07T06:18:25.5826350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ssl.py 2025-09-07T06:18:25.5827380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/socket.py 2025-09-07T06:18:25.5828530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/datetime.py 2025-09-07T06:18:25.5829810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_android_support.py 2025-09-07T06:18:25.5831020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/collections/__init__.py 2025-09-07T06:18:25.5832400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/collections/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.5833370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pydecimal.py 2025-09-07T06:18:25.5834280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ntpath.py 2025-09-07T06:18:25.5835600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_sysconfigdata__darwin_darwin.py.orig 2025-09-07T06:18:25.5836530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tokenize.py 2025-09-07T06:18:25.5837500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/uuid.py 2025-09-07T06:18:25.5838500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/mixins.py 2025-09-07T06:18:25.5839670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/queues.py 2025-09-07T06:18:25.5840800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/streams.py 2025-09-07T06:18:25.5841830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/tasks.py 2025-09-07T06:18:25.5842940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/selector_events.py 2025-09-07T06:18:25.5843940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/log.py 2025-09-07T06:18:25.5845290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/taskgroups.py 2025-09-07T06:18:25.5846460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/protocols.py 2025-09-07T06:18:25.5847560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/events.py 2025-09-07T06:18:25.5848630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/base_events.py 2025-09-07T06:18:25.5849750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/subprocess.py 2025-09-07T06:18:25.5850930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/constants.py 2025-09-07T06:18:25.5852050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/proactor_events.py 2025-09-07T06:18:25.5853230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/format_helpers.py 2025-09-07T06:18:25.5854260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/locks.py 2025-09-07T06:18:25.5855440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__init__.py 2025-09-07T06:18:25.5856610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/timeouts.py 2025-09-07T06:18:25.5857610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/trsock.py 2025-09-07T06:18:25.5859050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/trsock.cpython-313.pyc 2025-09-07T06:18:25.5860360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/windows_events.cpython-313.pyc 2025-09-07T06:18:25.5861910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/base_events.cpython-313.pyc 2025-09-07T06:18:25.5863260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/timeouts.cpython-313.pyc 2025-09-07T06:18:25.5864690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/transports.cpython-313.pyc 2025-09-07T06:18:25.5866060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/futures.cpython-313.pyc 2025-09-07T06:18:25.5867660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/sslproto.cpython-313.pyc 2025-09-07T06:18:25.5869160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/format_helpers.cpython-313.pyc 2025-09-07T06:18:25.5870520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/coroutines.cpython-313.pyc 2025-09-07T06:18:25.5871800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/selector_events.cpython-313.pyc 2025-09-07T06:18:25.5873180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/tasks.cpython-313.pyc 2025-09-07T06:18:25.5874850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/runners.cpython-313.pyc 2025-09-07T06:18:25.5876200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/base_tasks.cpython-313.pyc 2025-09-07T06:18:25.5877610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/base_futures.cpython-313.pyc 2025-09-07T06:18:25.5879030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/threads.cpython-313.pyc 2025-09-07T06:18:25.5880360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/windows_utils.cpython-313.pyc 2025-09-07T06:18:25.5881410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/staggered.cpython-313.pyc 2025-09-07T06:18:25.5882430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/streams.cpython-313.pyc 2025-09-07T06:18:25.5883500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/exceptions.cpython-313.pyc 2025-09-07T06:18:25.5884660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/taskgroups.cpython-313.pyc 2025-09-07T06:18:25.5885650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/protocols.cpython-313.pyc 2025-09-07T06:18:25.5886690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/unix_events.cpython-313.pyc 2025-09-07T06:18:25.5887780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/queues.cpython-313.pyc 2025-09-07T06:18:25.5888800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/log.cpython-313.pyc 2025-09-07T06:18:25.5889840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/constants.cpython-313.pyc 2025-09-07T06:18:25.5890860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/locks.cpython-313.pyc 2025-09-07T06:18:25.5891900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/mixins.cpython-313.pyc 2025-09-07T06:18:25.5893060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/proactor_events.cpython-313.pyc 2025-09-07T06:18:25.5894030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/events.cpython-313.pyc 2025-09-07T06:18:25.5895150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/base_subprocess.cpython-313.pyc 2025-09-07T06:18:25.5896180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:25.5897320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.5898630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/subprocess.cpython-313.pyc 2025-09-07T06:18:25.5899740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/futures.py 2025-09-07T06:18:25.5900720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/sslproto.py 2025-09-07T06:18:25.5901890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/staggered.py 2025-09-07T06:18:25.5903030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/threads.py 2025-09-07T06:18:25.5904270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/base_subprocess.py 2025-09-07T06:18:25.5905340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/windows_utils.py 2025-09-07T06:18:25.5906400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/runners.py 2025-09-07T06:18:25.5907580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/exceptions.py 2025-09-07T06:18:25.5908680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/transports.py 2025-09-07T06:18:25.5909800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/base_tasks.py 2025-09-07T06:18:25.5910860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/coroutines.py 2025-09-07T06:18:25.5912150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/windows_events.py 2025-09-07T06:18:25.5913230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/base_futures.py 2025-09-07T06:18:25.5914330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__main__.py 2025-09-07T06:18:25.5915430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/unix_events.py 2025-09-07T06:18:25.5916700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/logging/config.py 2025-09-07T06:18:25.5917870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/logging/handlers.py 2025-09-07T06:18:25.5918970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/logging/__init__.py 2025-09-07T06:18:25.5920370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/logging/__pycache__/config.cpython-313.pyc 2025-09-07T06:18:25.5921740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/logging/__pycache__/handlers.cpython-313.pyc 2025-09-07T06:18:25.5923470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/logging/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.5924510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__hello__.py 2025-09-07T06:18:25.5925410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_colorize.py 2025-09-07T06:18:25.5926660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/contentmanager.py 2025-09-07T06:18:25.5927620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/_policybase.py 2025-09-07T06:18:25.5928600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/header.py 2025-09-07T06:18:25.5929730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/_encoded_words.py 2025-09-07T06:18:25.5930790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/_header_value_parser.py 2025-09-07T06:18:25.5931840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/policy.py 2025-09-07T06:18:25.5932830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__init__.py 2025-09-07T06:18:25.5933780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/message.py 2025-09-07T06:18:25.5934830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/encoders.py 2025-09-07T06:18:25.5936300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/base64mime.cpython-313.pyc 2025-09-07T06:18:25.5937580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/policy.cpython-313.pyc 2025-09-07T06:18:25.5939070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/quoprimime.cpython-313.pyc 2025-09-07T06:18:25.5940580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/_policybase.cpython-313.pyc 2025-09-07T06:18:25.5941990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/generator.cpython-313.pyc 2025-09-07T06:18:25.5943370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/message.cpython-313.pyc 2025-09-07T06:18:25.5944720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/header.cpython-313.pyc 2025-09-07T06:18:25.5945950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/iterators.cpython-313.pyc 2025-09-07T06:18:25.5947450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/feedparser.cpython-313.pyc 2025-09-07T06:18:25.5948780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/encoders.cpython-313.pyc 2025-09-07T06:18:25.5950030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/errors.cpython-313.pyc 2025-09-07T06:18:25.5956130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:25.5956430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/contentmanager.cpython-313.pyc 2025-09-07T06:18:25.5956710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/_parseaddr.cpython-313.pyc 2025-09-07T06:18:25.5956980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/charset.cpython-313.pyc 2025-09-07T06:18:25.5957270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/headerregistry.cpython-313.pyc 2025-09-07T06:18:25.5958770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/_encoded_words.cpython-313.pyc 2025-09-07T06:18:25.5960280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/_header_value_parser.cpython-313.pyc 2025-09-07T06:18:25.5961720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.5963010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/parser.cpython-313.pyc 2025-09-07T06:18:25.5964020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/parser.py 2025-09-07T06:18:25.5965130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/generator.py 2025-09-07T06:18:25.5966200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/utils.py 2025-09-07T06:18:25.5967290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/charset.py 2025-09-07T06:18:25.5968420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/iterators.py 2025-09-07T06:18:25.5969520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/quoprimime.py 2025-09-07T06:18:25.5970610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/mime/multipart.py 2025-09-07T06:18:25.5971610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/mime/__init__.py 2025-09-07T06:18:25.5972810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/mime/message.py 2025-09-07T06:18:25.5974140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/mime/__pycache__/multipart.cpython-313.pyc 2025-09-07T06:18:25.5975330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/mime/__pycache__/base.cpython-313.pyc 2025-09-07T06:18:25.5976680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/mime/__pycache__/image.cpython-313.pyc 2025-09-07T06:18:25.5978090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/mime/__pycache__/message.cpython-313.pyc 2025-09-07T06:18:25.5979360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/mime/__pycache__/audio.cpython-313.pyc 2025-09-07T06:18:25.5980640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/mime/__pycache__/text.cpython-313.pyc 2025-09-07T06:18:25.5982120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/mime/__pycache__/application.cpython-313.pyc 2025-09-07T06:18:25.5983580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/mime/__pycache__/nonmultipart.cpython-313.pyc 2025-09-07T06:18:25.5984930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/mime/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.5985910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/mime/application.py 2025-09-07T06:18:25.5987180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/mime/nonmultipart.py 2025-09-07T06:18:25.5988220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/mime/text.py 2025-09-07T06:18:25.5989520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/mime/audio.py 2025-09-07T06:18:25.5990640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/mime/image.py 2025-09-07T06:18:25.5991600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/mime/base.py 2025-09-07T06:18:25.5992670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/errors.py 2025-09-07T06:18:25.5994020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/feedparser.py 2025-09-07T06:18:25.5995140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/architecture.rst 2025-09-07T06:18:25.5996310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/_parseaddr.py 2025-09-07T06:18:25.5997390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/base64mime.py 2025-09-07T06:18:25.5998520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/headerregistry.py 2025-09-07T06:18:25.5999560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/struct.py 2025-09-07T06:18:25.6000650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/re/_constants.py 2025-09-07T06:18:25.6001810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/re/_compiler.py 2025-09-07T06:18:25.6002850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/re/__init__.py 2025-09-07T06:18:25.6004200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/re/__pycache__/_compiler.cpython-313.pyc 2025-09-07T06:18:25.6005580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/re/__pycache__/_constants.cpython-313.pyc 2025-09-07T06:18:25.6007130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/re/__pycache__/_casefix.cpython-313.pyc 2025-09-07T06:18:25.6008470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/re/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.6009610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/re/__pycache__/_parser.cpython-313.pyc 2025-09-07T06:18:25.6010550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/re/_casefix.py 2025-09-07T06:18:25.6011580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/re/_parser.py 2025-09-07T06:18:25.6012780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/sre_parse.py 2025-09-07T06:18:25.6013760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/abc.py 2025-09-07T06:18:25.6014800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/runpy.py 2025-09-07T06:18:25.6015850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/share/man/man1/python3.13.1 2025-09-07T06:18:25.6017050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/share/man/man1/python3.1 2025-09-07T06:18:25.6017720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2.conda 2025-09-07T06:18:25.6018720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/info/repodata_record.json 2025-09-07T06:18:25.6019490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/info/test/run_test.sh 2025-09-07T06:18:25.6020340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/info/licenses/LICENSE 2025-09-07T06:18:25.6021370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/info/recipe/run_test.sh 2025-09-07T06:18:25.6022240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/info/recipe/build.sh 2025-09-07T06:18:25.6023690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:25.6024560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/info/recipe/meta.yaml 2025-09-07T06:18:25.6025540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/info/recipe/meta.yaml.template 2025-09-07T06:18:25.6026280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/info/paths.json 2025-09-07T06:18:25.6027130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/info/hash_input.json 2025-09-07T06:18:25.6027840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/info/files 2025-09-07T06:18:25.6028800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/info/about.json 2025-09-07T06:18:25.6029480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/info/link.json 2025-09-07T06:18:25.6030450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/info/index.json 2025-09-07T06:18:25.6031210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/info/git 2025-09-07T06:18:25.6032240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Indian/Mauritius 2025-09-07T06:18:25.6033150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Indian/Chagos 2025-09-07T06:18:25.6034050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Indian/Mayotte 2025-09-07T06:18:25.6035100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Indian/Christmas 2025-09-07T06:18:25.6035970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Indian/Cocos 2025-09-07T06:18:25.6036980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Indian/Maldives 2025-09-07T06:18:25.6038030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Indian/Comoro 2025-09-07T06:18:25.6038980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Indian/Reunion 2025-09-07T06:18:25.6040060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Indian/Mahe 2025-09-07T06:18:25.6040920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Indian/Kerguelen 2025-09-07T06:18:25.6041790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Indian/Antananarivo 2025-09-07T06:18:25.6042490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Atlantic/Faroe 2025-09-07T06:18:25.6043300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Atlantic/Canary 2025-09-07T06:18:25.6044000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Atlantic/Stanley 2025-09-07T06:18:25.6044810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Atlantic/Bermuda 2025-09-07T06:18:25.6045610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Atlantic/South_Georgia 2025-09-07T06:18:25.6046360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Atlantic/St_Helena 2025-09-07T06:18:25.6047180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Atlantic/Jan_Mayen 2025-09-07T06:18:25.6047910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Atlantic/Faeroe 2025-09-07T06:18:25.6048680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Atlantic/Reykjavik 2025-09-07T06:18:25.6049480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Atlantic/Cape_Verde 2025-09-07T06:18:25.6050250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Atlantic/Azores 2025-09-07T06:18:25.6051030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Atlantic/Madeira 2025-09-07T06:18:25.6051740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/CST6CDT 2025-09-07T06:18:25.6052470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Poland 2025-09-07T06:18:25.6053280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/US/Alaska 2025-09-07T06:18:25.6054130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/US/Pacific 2025-09-07T06:18:25.6054970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/US/Eastern 2025-09-07T06:18:25.6055850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/US/Michigan 2025-09-07T06:18:25.6056820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/US/Arizona 2025-09-07T06:18:25.6057800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/US/Indiana-Starke 2025-09-07T06:18:25.6058640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/US/Aleutian 2025-09-07T06:18:25.6059500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/US/Hawaii 2025-09-07T06:18:25.6060400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/US/East-Indiana 2025-09-07T06:18:25.6061200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/US/Central 2025-09-07T06:18:25.6062230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/US/Mountain 2025-09-07T06:18:25.6063090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/US/Samoa 2025-09-07T06:18:25.6063940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Kwajalein 2025-09-07T06:18:25.6064990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/leapseconds 2025-09-07T06:18:25.6065940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Brazil/DeNoronha 2025-09-07T06:18:25.6066860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Brazil/Acre 2025-09-07T06:18:25.6067800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Brazil/East 2025-09-07T06:18:25.6068740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Brazil/West 2025-09-07T06:18:25.6069810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Port_Moresby 2025-09-07T06:18:25.6070890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Chuuk 2025-09-07T06:18:25.6071840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Easter 2025-09-07T06:18:25.6072720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Kwajalein 2025-09-07T06:18:25.6073800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Tongatapu 2025-09-07T06:18:25.6074740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Yap 2025-09-07T06:18:25.6075840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Wallis 2025-09-07T06:18:25.6076690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Apia 2025-09-07T06:18:25.6077700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Norfolk 2025-09-07T06:18:25.6078620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Efate 2025-09-07T06:18:25.6079510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Fiji 2025-09-07T06:18:25.6080480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Funafuti 2025-09-07T06:18:25.6081480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Palau 2025-09-07T06:18:25.6082360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Guam 2025-09-07T06:18:25.6083510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Saipan 2025-09-07T06:18:25.6084440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Kosrae 2025-09-07T06:18:25.6085380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Niue 2025-09-07T06:18:25.6086300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Ponape 2025-09-07T06:18:25.6087530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Wake 2025-09-07T06:18:25.6088370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Galapagos 2025-09-07T06:18:25.6089360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Johnston 2025-09-07T06:18:25.6090420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Midway 2025-09-07T06:18:25.6091340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Nauru 2025-09-07T06:18:25.6092290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Guadalcanal 2025-09-07T06:18:25.6093510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Chatham 2025-09-07T06:18:25.6094540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Auckland 2025-09-07T06:18:25.6095640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Noumea 2025-09-07T06:18:25.6096780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Fakaofo 2025-09-07T06:18:25.6097820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Tahiti 2025-09-07T06:18:25.6098780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Gambier 2025-09-07T06:18:25.6099860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Majuro 2025-09-07T06:18:25.6100890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Honolulu 2025-09-07T06:18:25.6101840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Pohnpei 2025-09-07T06:18:25.6102900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Pago_Pago 2025-09-07T06:18:25.6103710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Truk 2025-09-07T06:18:25.6104700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Pitcairn 2025-09-07T06:18:25.6105740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Marquesas 2025-09-07T06:18:25.6106830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Kanton 2025-09-07T06:18:25.6107830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Bougainville 2025-09-07T06:18:25.6108710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Tarawa 2025-09-07T06:18:25.6109770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Rarotonga 2025-09-07T06:18:25.6110720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Samoa 2025-09-07T06:18:25.6111860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Kiritimati 2025-09-07T06:18:25.6112920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Enderbury 2025-09-07T06:18:25.6113950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/zone1970.tab 2025-09-07T06:18:25.6114860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/MST 2025-09-07T06:18:25.6115830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/NZ 2025-09-07T06:18:25.6116830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Arctic/Longyearbyen 2025-09-07T06:18:25.6117900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Universal 2025-09-07T06:18:25.6118710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Libya 2025-09-07T06:18:25.6119640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Turkey 2025-09-07T06:18:25.6120600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/iso3166.tab 2025-09-07T06:18:25.6121600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/EST5EDT 2025-09-07T06:18:25.6122460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Greenwich 2025-09-07T06:18:25.6123600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Puerto_Rico 2025-09-07T06:18:25.6124600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Recife 2025-09-07T06:18:25.6125710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Resolute 2025-09-07T06:18:25.6126790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Manaus 2025-09-07T06:18:25.6127850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/New_York 2025-09-07T06:18:25.6128950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Rankin_Inlet 2025-09-07T06:18:25.6129990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Lima 2025-09-07T06:18:25.6131180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/St_Barthelemy 2025-09-07T06:18:25.6132250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Santo_Domingo 2025-09-07T06:18:25.6133350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Detroit 2025-09-07T06:18:25.6134400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Paramaribo 2025-09-07T06:18:25.6135310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Yakutat 2025-09-07T06:18:25.6136370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Santarem 2025-09-07T06:18:25.6137370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Punta_Arenas 2025-09-07T06:18:25.6138430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Scoresbysund 2025-09-07T06:18:25.6139360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Santiago 2025-09-07T06:18:25.6140340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Guyana 2025-09-07T06:18:25.6141640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Coral_Harbour 2025-09-07T06:18:25.6142530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Rio_Branco 2025-09-07T06:18:25.6143570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Porto_Acre 2025-09-07T06:18:25.6144490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Ciudad_Juarez 2025-09-07T06:18:25.6145450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Nipigon 2025-09-07T06:18:25.6146480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Edmonton 2025-09-07T06:18:25.6147450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Port_of_Spain 2025-09-07T06:18:25.6148640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Lower_Princes 2025-09-07T06:18:25.6149400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/St_Thomas 2025-09-07T06:18:25.6150350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Guatemala 2025-09-07T06:18:25.6151380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Catamarca 2025-09-07T06:18:25.6152370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Antigua 2025-09-07T06:18:25.6153270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Porto_Velho 2025-09-07T06:18:25.6154340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Rosario 2025-09-07T06:18:25.6155370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Chicago 2025-09-07T06:18:25.6156340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Creston 2025-09-07T06:18:25.6157520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Managua 2025-09-07T06:18:25.6158530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Nassau 2025-09-07T06:18:25.6159530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Bogota 2025-09-07T06:18:25.6160560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Cancun 2025-09-07T06:18:25.6161580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Chihuahua 2025-09-07T06:18:25.6162670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Campo_Grande 2025-09-07T06:18:25.6163570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Halifax 2025-09-07T06:18:25.6164460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Boise 2025-09-07T06:18:25.6165550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Montreal 2025-09-07T06:18:25.6166660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Goose_Bay 2025-09-07T06:18:25.6167700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Sao_Paulo 2025-09-07T06:18:25.6168600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Blanc-Sablon 2025-09-07T06:18:25.6169640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Phoenix 2025-09-07T06:18:25.6170800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Atikokan 2025-09-07T06:18:25.6171820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Cayenne 2025-09-07T06:18:25.6172910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Nuuk 2025-09-07T06:18:25.6173910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Santa_Isabel 2025-09-07T06:18:25.6174860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Boa_Vista 2025-09-07T06:18:25.6175910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Bahia_Banderas 2025-09-07T06:18:25.6177050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Indiana/Vevay 2025-09-07T06:18:25.6178070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Indiana/Indianapolis 2025-09-07T06:18:25.6179020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Indiana/Winamac 2025-09-07T06:18:25.6180170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Indiana/Tell_City 2025-09-07T06:18:25.6181380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Indiana/Petersburg 2025-09-07T06:18:25.6182410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Indiana/Vincennes 2025-09-07T06:18:25.6183500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Indiana/Knox 2025-09-07T06:18:25.6184700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Indiana/Marengo 2025-09-07T06:18:25.6185660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Indianapolis 2025-09-07T06:18:25.6186810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Dominica 2025-09-07T06:18:25.6187890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Argentina/Salta 2025-09-07T06:18:25.6188960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Argentina/Ushuaia 2025-09-07T06:18:25.6190120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Argentina/Catamarca 2025-09-07T06:18:25.6191320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Argentina/ComodRivadavia 2025-09-07T06:18:25.6192380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Argentina/San_Juan 2025-09-07T06:18:25.6193510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Argentina/San_Luis 2025-09-07T06:18:25.6194770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Argentina/Rio_Gallegos 2025-09-07T06:18:25.6195730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Argentina/Jujuy 2025-09-07T06:18:25.6196730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Argentina/Tucuman 2025-09-07T06:18:25.6198010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Argentina/Buenos_Aires 2025-09-07T06:18:25.6199040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Argentina/Cordoba 2025-09-07T06:18:25.6200020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Argentina/La_Rioja 2025-09-07T06:18:25.6201110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Argentina/Mendoza 2025-09-07T06:18:25.6202100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/La_Paz 2025-09-07T06:18:25.6203080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Dawson 2025-09-07T06:18:25.6203940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Moncton 2025-09-07T06:18:25.6204710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Matamoros 2025-09-07T06:18:25.6205500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/St_Vincent 2025-09-07T06:18:25.6206240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Regina 2025-09-07T06:18:25.6207030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Yellowknife 2025-09-07T06:18:25.6207820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Rainy_River 2025-09-07T06:18:25.6208590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Kralendijk 2025-09-07T06:18:25.6209410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Monterrey 2025-09-07T06:18:25.6210280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Jamaica 2025-09-07T06:18:25.6211280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Havana 2025-09-07T06:18:25.6212250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Tegucigalpa 2025-09-07T06:18:25.6213210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Guayaquil 2025-09-07T06:18:25.6214190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Metlakatla 2025-09-07T06:18:25.6215270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Mazatlan 2025-09-07T06:18:25.6216220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Belize 2025-09-07T06:18:25.6217110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Knox_IN 2025-09-07T06:18:25.6218080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Cuiaba 2025-09-07T06:18:25.6219100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Merida 2025-09-07T06:18:25.6220250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Jujuy 2025-09-07T06:18:25.6221300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Cayman 2025-09-07T06:18:25.6222360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Belem 2025-09-07T06:18:25.6223350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Eirunepe 2025-09-07T06:18:25.6224250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/St_Lucia 2025-09-07T06:18:25.6225270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Bahia 2025-09-07T06:18:25.6226340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Whitehorse 2025-09-07T06:18:25.6227210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Tortola 2025-09-07T06:18:25.6228320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Vancouver 2025-09-07T06:18:25.6229410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Inuvik 2025-09-07T06:18:25.6230570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Port-au-Prince 2025-09-07T06:18:25.6231570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Fortaleza 2025-09-07T06:18:25.6232470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Noronha 2025-09-07T06:18:25.6233410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Buenos_Aires 2025-09-07T06:18:25.6234470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Los_Angeles 2025-09-07T06:18:25.6235380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/El_Salvador 2025-09-07T06:18:25.6236330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Denver 2025-09-07T06:18:25.6237250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Fort_Wayne 2025-09-07T06:18:25.6238510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Kentucky/Louisville 2025-09-07T06:18:25.6239660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Kentucky/Monticello 2025-09-07T06:18:25.6240730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/North_Dakota/New_Salem 2025-09-07T06:18:25.6241760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/North_Dakota/Center 2025-09-07T06:18:25.6242970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/North_Dakota/Beulah 2025-09-07T06:18:25.6244060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Glace_Bay 2025-09-07T06:18:25.6245180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Montserrat 2025-09-07T06:18:25.6246110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Toronto 2025-09-07T06:18:25.6247100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Panama 2025-09-07T06:18:25.6248000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Cordoba 2025-09-07T06:18:25.6248920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Louisville 2025-09-07T06:18:25.6249910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Ensenada 2025-09-07T06:18:25.6250890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Shiprock 2025-09-07T06:18:25.6251810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Ojinaga 2025-09-07T06:18:25.6252740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Thule 2025-09-07T06:18:25.6253810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Caracas 2025-09-07T06:18:25.6254900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Araguaina 2025-09-07T06:18:25.6255890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Cambridge_Bay 2025-09-07T06:18:25.6256800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Winnipeg 2025-09-07T06:18:25.6257690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Grand_Turk 2025-09-07T06:18:25.6258640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Virgin 2025-09-07T06:18:25.6259620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Anchorage 2025-09-07T06:18:25.6260700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Costa_Rica 2025-09-07T06:18:25.6261580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Nome 2025-09-07T06:18:25.6262600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Grenada 2025-09-07T06:18:25.6263630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/St_Johns 2025-09-07T06:18:25.6264460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Atka 2025-09-07T06:18:25.6265580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Asuncion 2025-09-07T06:18:25.6266500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Hermosillo 2025-09-07T06:18:25.6267410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Tijuana 2025-09-07T06:18:25.6268590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Marigot 2025-09-07T06:18:25.6269750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Juneau 2025-09-07T06:18:25.6270780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Montevideo 2025-09-07T06:18:25.6271770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Godthab 2025-09-07T06:18:25.6272770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Guadeloupe 2025-09-07T06:18:25.6273730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Maceio 2025-09-07T06:18:25.6274780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Pangnirtung 2025-09-07T06:18:25.6275960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/St_Kitts 2025-09-07T06:18:25.6276960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Barbados 2025-09-07T06:18:25.6277920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Iqaluit 2025-09-07T06:18:25.6278900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Menominee 2025-09-07T06:18:25.6279850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Martinique 2025-09-07T06:18:25.6280840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Mexico_City 2025-09-07T06:18:25.6281790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Swift_Current 2025-09-07T06:18:25.6282790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Miquelon 2025-09-07T06:18:25.6283940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Curacao 2025-09-07T06:18:25.6284930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Dawson_Creek 2025-09-07T06:18:25.6286110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Mendoza 2025-09-07T06:18:25.6287020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Adak 2025-09-07T06:18:25.6288130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Coyhaique 2025-09-07T06:18:25.6289160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Thunder_Bay 2025-09-07T06:18:25.6290130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Aruba 2025-09-07T06:18:25.6291120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Fort_Nelson 2025-09-07T06:18:25.6292100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Sitka 2025-09-07T06:18:25.6293090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Anguilla 2025-09-07T06:18:25.6294200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Danmarkshavn 2025-09-07T06:18:25.6295370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/Melbourne 2025-09-07T06:18:25.6296480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/Queensland 2025-09-07T06:18:25.6297510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/North 2025-09-07T06:18:25.6298450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/Lord_Howe 2025-09-07T06:18:25.6299520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/Adelaide 2025-09-07T06:18:25.6300560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/Yancowinna 2025-09-07T06:18:25.6301500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/Victoria 2025-09-07T06:18:25.6302610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/Canberra 2025-09-07T06:18:25.6303630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/Sydney 2025-09-07T06:18:25.6304560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/ACT 2025-09-07T06:18:25.6305420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/Eucla 2025-09-07T06:18:25.6306330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/Brisbane 2025-09-07T06:18:25.6307530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/Tasmania 2025-09-07T06:18:25.6308810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/Hobart 2025-09-07T06:18:25.6309680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/Perth 2025-09-07T06:18:25.6310670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/South 2025-09-07T06:18:25.6311710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/Lindeman 2025-09-07T06:18:25.6312560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/Darwin 2025-09-07T06:18:25.6313630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/West 2025-09-07T06:18:25.6314490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/LHI 2025-09-07T06:18:25.6315650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/NSW 2025-09-07T06:18:25.6316890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/Broken_Hill 2025-09-07T06:18:25.6317910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/Currie 2025-09-07T06:18:25.6318780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT-10 2025-09-07T06:18:25.6320000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT+12 2025-09-07T06:18:25.6321080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT-11 2025-09-07T06:18:25.6322250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/Universal 2025-09-07T06:18:25.6323320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/Greenwich 2025-09-07T06:18:25.6324320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT-6 2025-09-07T06:18:25.6325270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT-1 2025-09-07T06:18:25.6326290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT-8 2025-09-07T06:18:25.6327230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT+4 2025-09-07T06:18:25.6328070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT+3 2025-09-07T06:18:25.6328870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT-9 2025-09-07T06:18:25.6329710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT-0 2025-09-07T06:18:25.6330750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT-7 2025-09-07T06:18:25.6331670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT+2 2025-09-07T06:18:25.6332510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT+5 2025-09-07T06:18:25.6333510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT 2025-09-07T06:18:25.6334460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/Zulu 2025-09-07T06:18:25.6335370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT+11 2025-09-07T06:18:25.6336490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT-13 2025-09-07T06:18:25.6337530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT-14 2025-09-07T06:18:25.6338400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT+10 2025-09-07T06:18:25.6339470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT-12 2025-09-07T06:18:25.6340330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT0 2025-09-07T06:18:25.6341340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/UCT 2025-09-07T06:18:25.6342110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT+0 2025-09-07T06:18:25.6343260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT+7 2025-09-07T06:18:25.6344210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT+9 2025-09-07T06:18:25.6345050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT-2 2025-09-07T06:18:25.6345890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT-5 2025-09-07T06:18:25.6346760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT+8 2025-09-07T06:18:25.6347660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT+6 2025-09-07T06:18:25.6348570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT+1 2025-09-07T06:18:25.6349370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/UTC 2025-09-07T06:18:25.6350230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT-4 2025-09-07T06:18:25.6351180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT-3 2025-09-07T06:18:25.6352110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/zonenow.tab 2025-09-07T06:18:25.6353050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/NZ-CHAT 2025-09-07T06:18:25.6354020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Dushanbe 2025-09-07T06:18:25.6354910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Qostanay 2025-09-07T06:18:25.6356010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Calcutta 2025-09-07T06:18:25.6356960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Urumqi 2025-09-07T06:18:25.6357900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Karachi 2025-09-07T06:18:25.6358760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Khandyga 2025-09-07T06:18:25.6359730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Thimbu 2025-09-07T06:18:25.6360760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Thimphu 2025-09-07T06:18:25.6361780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Vladivostok 2025-09-07T06:18:25.6362810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Vientiane 2025-09-07T06:18:25.6363750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Shanghai 2025-09-07T06:18:25.6364700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Ulan_Bator 2025-09-07T06:18:25.6365560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Aden 2025-09-07T06:18:25.6366470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Muscat 2025-09-07T06:18:25.6367460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Damascus 2025-09-07T06:18:25.6368400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Jerusalem 2025-09-07T06:18:25.6369290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Brunei 2025-09-07T06:18:25.6370130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Ulaanbaatar 2025-09-07T06:18:25.6370900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Amman 2025-09-07T06:18:25.6371800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Kuching 2025-09-07T06:18:25.6372490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Tel_Aviv 2025-09-07T06:18:25.6373270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Seoul 2025-09-07T06:18:25.6374060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Atyrau 2025-09-07T06:18:25.6374850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Pyongyang 2025-09-07T06:18:25.6375620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Hovd 2025-09-07T06:18:25.6376390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Hebron 2025-09-07T06:18:25.6377180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Kuwait 2025-09-07T06:18:25.6377990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Tomsk 2025-09-07T06:18:25.6378710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Manila 2025-09-07T06:18:25.6379770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Chita 2025-09-07T06:18:25.6380720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Katmandu 2025-09-07T06:18:25.6381520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Gaza 2025-09-07T06:18:25.6382450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Samarkand 2025-09-07T06:18:25.6383270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Taipei 2025-09-07T06:18:25.6384310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Tashkent 2025-09-07T06:18:25.6385210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Yekaterinburg 2025-09-07T06:18:25.6386020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Macau 2025-09-07T06:18:25.6387080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Qyzylorda 2025-09-07T06:18:25.6387990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Macao 2025-09-07T06:18:25.6388950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Tokyo 2025-09-07T06:18:25.6389910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Baku 2025-09-07T06:18:25.6390790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Barnaul 2025-09-07T06:18:25.6391790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Istanbul 2025-09-07T06:18:25.6392630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Irkutsk 2025-09-07T06:18:25.6393610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Qatar 2025-09-07T06:18:25.6394640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Bahrain 2025-09-07T06:18:25.6395480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Yangon 2025-09-07T06:18:25.6396430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Yerevan 2025-09-07T06:18:25.6397370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Almaty 2025-09-07T06:18:25.6398340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Dili 2025-09-07T06:18:25.6399210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Dacca 2025-09-07T06:18:25.6400230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Chongqing 2025-09-07T06:18:25.6401290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Ust-Nera 2025-09-07T06:18:25.6402230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Magadan 2025-09-07T06:18:25.6403140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Colombo 2025-09-07T06:18:25.6404060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Krasnoyarsk 2025-09-07T06:18:25.6405140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Kamchatka 2025-09-07T06:18:25.6406190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Ujung_Pandang 2025-09-07T06:18:25.6407030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Jakarta 2025-09-07T06:18:25.6408110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Kolkata 2025-09-07T06:18:25.6409030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Kabul 2025-09-07T06:18:25.6409870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Oral 2025-09-07T06:18:25.6410930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Jayapura 2025-09-07T06:18:25.6412000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Pontianak 2025-09-07T06:18:25.6412990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Makassar 2025-09-07T06:18:25.6414050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Tbilisi 2025-09-07T06:18:25.6415040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Singapore 2025-09-07T06:18:25.6416030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Harbin 2025-09-07T06:18:25.6416890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Kashgar 2025-09-07T06:18:25.6417890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Dhaka 2025-09-07T06:18:25.6418760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Yakutsk 2025-09-07T06:18:25.6419690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Kuala_Lumpur 2025-09-07T06:18:25.6420770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Tehran 2025-09-07T06:18:25.6421870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Beirut 2025-09-07T06:18:25.6422860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Aqtobe 2025-09-07T06:18:25.6423860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Anadyr 2025-09-07T06:18:25.6424990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Bishkek 2025-09-07T06:18:25.6425940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Dubai 2025-09-07T06:18:25.6426780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Riyadh 2025-09-07T06:18:25.6427980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Novokuznetsk 2025-09-07T06:18:25.6429020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Aqtau 2025-09-07T06:18:25.6430080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Omsk 2025-09-07T06:18:25.6431140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Ashkhabad 2025-09-07T06:18:25.6432120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Saigon 2025-09-07T06:18:25.6433100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Sakhalin 2025-09-07T06:18:25.6434230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Hong_Kong 2025-09-07T06:18:25.6435180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Phnom_Penh 2025-09-07T06:18:25.6436080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Nicosia 2025-09-07T06:18:25.6437140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Baghdad 2025-09-07T06:18:25.6438040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Srednekolymsk 2025-09-07T06:18:25.6438970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Ashgabat 2025-09-07T06:18:25.6440090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Kathmandu 2025-09-07T06:18:25.6441080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Choibalsan 2025-09-07T06:18:25.6441960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Bangkok 2025-09-07T06:18:25.6442920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Chungking 2025-09-07T06:18:25.6443890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Novosibirsk 2025-09-07T06:18:25.6444880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Famagusta 2025-09-07T06:18:25.6445770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Rangoon 2025-09-07T06:18:25.6446700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Ho_Chi_Minh 2025-09-07T06:18:25.6447560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/MET 2025-09-07T06:18:25.6448540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Portugal 2025-09-07T06:18:25.6449650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Antarctica/Palmer 2025-09-07T06:18:25.6450600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Antarctica/Davis 2025-09-07T06:18:25.6451680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Antarctica/Rothera 2025-09-07T06:18:25.6452630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Antarctica/Vostok 2025-09-07T06:18:25.6453720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Antarctica/Syowa 2025-09-07T06:18:25.6454880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Antarctica/DumontDUrville 2025-09-07T06:18:25.6455880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Antarctica/McMurdo 2025-09-07T06:18:25.6456930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Antarctica/Macquarie 2025-09-07T06:18:25.6458090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Antarctica/South_Pole 2025-09-07T06:18:25.6459000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Antarctica/Troll 2025-09-07T06:18:25.6460060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Antarctica/Mawson 2025-09-07T06:18:25.6461030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Antarctica/Casey 2025-09-07T06:18:25.6461810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/GMT-0 2025-09-07T06:18:25.6462660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/CET 2025-09-07T06:18:25.6463760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Eire 2025-09-07T06:18:25.6464590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/PST8PDT 2025-09-07T06:18:25.6465530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/leap-seconds.list 2025-09-07T06:18:25.6466540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Jamaica 2025-09-07T06:18:25.6467460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/GMT 2025-09-07T06:18:25.6468320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Zulu 2025-09-07T06:18:25.6469150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Japan 2025-09-07T06:18:25.6470090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/ROC 2025-09-07T06:18:25.6471090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/GB-Eire 2025-09-07T06:18:25.6472010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Zurich 2025-09-07T06:18:25.6472970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Paris 2025-09-07T06:18:25.6473870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Moscow 2025-09-07T06:18:25.6474810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Luxembourg 2025-09-07T06:18:25.6475800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Ljubljana 2025-09-07T06:18:25.6476760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Helsinki 2025-09-07T06:18:25.6477620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Minsk 2025-09-07T06:18:25.6478660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Skopje 2025-09-07T06:18:25.6479500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Dublin 2025-09-07T06:18:25.6480490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Jersey 2025-09-07T06:18:25.6481410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/San_Marino 2025-09-07T06:18:25.6482340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Gibraltar 2025-09-07T06:18:25.6483220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Belgrade 2025-09-07T06:18:25.6484250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Guernsey 2025-09-07T06:18:25.6485440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Ulyanovsk 2025-09-07T06:18:25.6486600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Saratov 2025-09-07T06:18:25.6487680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Vaduz 2025-09-07T06:18:25.6488700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Istanbul 2025-09-07T06:18:25.6489850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Lisbon 2025-09-07T06:18:25.6490950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Uzhgorod 2025-09-07T06:18:25.6492110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Kirov 2025-09-07T06:18:25.6493160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Tirane 2025-09-07T06:18:25.6494070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Tiraspol 2025-09-07T06:18:25.6495150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Sarajevo 2025-09-07T06:18:25.6495990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Madrid 2025-09-07T06:18:25.6497020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Podgorica 2025-09-07T06:18:25.6498040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Busingen 2025-09-07T06:18:25.6499120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Vatican 2025-09-07T06:18:25.6499990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Belfast 2025-09-07T06:18:25.6501060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Bratislava 2025-09-07T06:18:25.6501920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Kiev 2025-09-07T06:18:25.6503020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Kaliningrad 2025-09-07T06:18:25.6504000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Zaporozhye 2025-09-07T06:18:25.6505080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Vienna 2025-09-07T06:18:25.6506060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Budapest 2025-09-07T06:18:25.6506980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Vilnius 2025-09-07T06:18:25.6508050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Monaco 2025-09-07T06:18:25.6509110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Oslo 2025-09-07T06:18:25.6510160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Astrakhan 2025-09-07T06:18:25.6511220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Simferopol 2025-09-07T06:18:25.6512120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Volgograd 2025-09-07T06:18:25.6513050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Kyiv 2025-09-07T06:18:25.6514220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Isle_of_Man 2025-09-07T06:18:25.6515240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/London 2025-09-07T06:18:25.6516210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Riga 2025-09-07T06:18:25.6517150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Andorra 2025-09-07T06:18:25.6518100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Prague 2025-09-07T06:18:25.6519000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Berlin 2025-09-07T06:18:25.6520080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Tallinn 2025-09-07T06:18:25.6521100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Rome 2025-09-07T06:18:25.6522030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Malta 2025-09-07T06:18:25.6522990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Zagreb 2025-09-07T06:18:25.6524010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Amsterdam 2025-09-07T06:18:25.6524870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Nicosia 2025-09-07T06:18:25.6525980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Bucharest 2025-09-07T06:18:25.6527060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Copenhagen 2025-09-07T06:18:25.6528190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Chisinau 2025-09-07T06:18:25.6529300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Mariehamn 2025-09-07T06:18:25.6530230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Sofia 2025-09-07T06:18:25.6531380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Athens 2025-09-07T06:18:25.6532260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Stockholm 2025-09-07T06:18:25.6533140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Samara 2025-09-07T06:18:25.6534200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Brussels 2025-09-07T06:18:25.6534980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Warsaw 2025-09-07T06:18:25.6535600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/ROK 2025-09-07T06:18:25.6536320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Navajo 2025-09-07T06:18:25.6537050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Singapore 2025-09-07T06:18:25.6537690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/GB 2025-09-07T06:18:25.6538540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Mexico/BajaNorte 2025-09-07T06:18:25.6539300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Mexico/General 2025-09-07T06:18:25.6540040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Mexico/BajaSur 2025-09-07T06:18:25.6540670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/EST 2025-09-07T06:18:25.6541400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/GMT0 2025-09-07T06:18:25.6542110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Hongkong 2025-09-07T06:18:25.6542770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/PRC 2025-09-07T06:18:25.6543480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/zone.tab 2025-09-07T06:18:25.6544150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Iran 2025-09-07T06:18:25.6544980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/build/etc/localtime 2025-09-07T06:18:25.6545640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/MST7MDT 2025-09-07T06:18:25.6546320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/WET 2025-09-07T06:18:25.6547040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/W-SU 2025-09-07T06:18:25.6547770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/UCT 2025-09-07T06:18:25.6548710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Cuba 2025-09-07T06:18:25.6549570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Egypt 2025-09-07T06:18:25.6550590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/GMT+0 2025-09-07T06:18:25.6551590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/tzdata.zi 2025-09-07T06:18:25.6552440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/EET 2025-09-07T06:18:25.6553390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Israel 2025-09-07T06:18:25.6554420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Sao_Tome 2025-09-07T06:18:25.6555360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Conakry 2025-09-07T06:18:25.6556250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Dakar 2025-09-07T06:18:25.6557140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Ndjamena 2025-09-07T06:18:25.6558060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Casablanca 2025-09-07T06:18:25.6559080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Lome 2025-09-07T06:18:25.6559880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Algiers 2025-09-07T06:18:25.6560980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Mogadishu 2025-09-07T06:18:25.6562030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Lagos 2025-09-07T06:18:25.6562920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Brazzaville 2025-09-07T06:18:25.6563770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Timbuktu 2025-09-07T06:18:25.6564720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Nouakchott 2025-09-07T06:18:25.6565610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Maseru 2025-09-07T06:18:25.6566490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Libreville 2025-09-07T06:18:25.6567550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Harare 2025-09-07T06:18:25.6568730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Malabo 2025-09-07T06:18:25.6569700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Bangui 2025-09-07T06:18:25.6570730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Nairobi 2025-09-07T06:18:25.6571550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Kinshasa 2025-09-07T06:18:25.6572870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Porto-Novo 2025-09-07T06:18:25.6573930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Cairo 2025-09-07T06:18:25.6575020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Douala 2025-09-07T06:18:25.6575890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Juba 2025-09-07T06:18:25.6576800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Gaborone 2025-09-07T06:18:25.6577690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Tunis 2025-09-07T06:18:25.6578640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Kampala 2025-09-07T06:18:25.6579560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Mbabane 2025-09-07T06:18:25.6580590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Addis_Ababa 2025-09-07T06:18:25.6581490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Maputo 2025-09-07T06:18:25.6582460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Bissau 2025-09-07T06:18:25.6583510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Blantyre 2025-09-07T06:18:25.6584500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Niamey 2025-09-07T06:18:25.6585530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Banjul 2025-09-07T06:18:25.6586610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Abidjan 2025-09-07T06:18:25.6587580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Asmara 2025-09-07T06:18:25.6588520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Bamako 2025-09-07T06:18:25.6589460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Ouagadougou 2025-09-07T06:18:25.6590330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Lusaka 2025-09-07T06:18:25.6591330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Luanda 2025-09-07T06:18:25.6592280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Asmera 2025-09-07T06:18:25.6593190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Lubumbashi 2025-09-07T06:18:25.6594190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Accra 2025-09-07T06:18:25.6595230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Khartoum 2025-09-07T06:18:25.6596280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Ceuta 2025-09-07T06:18:25.6597430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Bujumbura 2025-09-07T06:18:25.6598460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Windhoek 2025-09-07T06:18:25.6599340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/El_Aaiun 2025-09-07T06:18:25.6600410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Tripoli 2025-09-07T06:18:25.6601280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Monrovia 2025-09-07T06:18:25.6602240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Dar_es_Salaam 2025-09-07T06:18:25.6603190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Johannesburg 2025-09-07T06:18:25.6604010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Kigali 2025-09-07T06:18:25.6604920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Djibouti 2025-09-07T06:18:25.6605780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Freetown 2025-09-07T06:18:25.6606680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Factory 2025-09-07T06:18:25.6607550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/UTC 2025-09-07T06:18:25.6608610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Chile/EasterIsland 2025-09-07T06:18:25.6609480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Chile/Continental 2025-09-07T06:18:25.6610350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/HST 2025-09-07T06:18:25.6611390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Canada/Atlantic 2025-09-07T06:18:25.6612380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Canada/Pacific 2025-09-07T06:18:25.6613570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Canada/Eastern 2025-09-07T06:18:25.6614700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Canada/Yukon 2025-09-07T06:18:25.6615720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Canada/Saskatchewan 2025-09-07T06:18:25.6616790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Canada/Newfoundland 2025-09-07T06:18:25.6617750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Canada/Central 2025-09-07T06:18:25.6619060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Canada/Mountain 2025-09-07T06:18:25.6619840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Iceland 2025-09-07T06:18:25.6620840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/include/reproc++/export.hpp 2025-09-07T06:18:25.6621910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/include/reproc++/reproc.hpp 2025-09-07T06:18:25.6622930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/include/reproc++/env.hpp 2025-09-07T06:18:25.6623930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/include/reproc++/detail/array.hpp 2025-09-07T06:18:25.6625050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/include/reproc++/detail/type_traits.hpp 2025-09-07T06:18:25.6626070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/include/reproc++/run.hpp 2025-09-07T06:18:25.6627000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/include/reproc++/input.hpp 2025-09-07T06:18:25.6628070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/include/reproc++/arguments.hpp 2025-09-07T06:18:25.6629030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/include/reproc++/drain.hpp 2025-09-07T06:18:25.6630000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/repodata_record.json 2025-09-07T06:18:25.6630760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/test/run_test.sh 2025-09-07T06:18:25.6631620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/licenses/LICENSE 2025-09-07T06:18:25.6632500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/recipe/build_cpp.sh 2025-09-07T06:18:25.6633600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/recipe/parent/build_c.sh 2025-09-07T06:18:25.6634520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/recipe/parent/bld_c.bat 2025-09-07T06:18:25.6635630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/recipe/parent/build_cpp.sh 2025-09-07T06:18:25.6636710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/recipe/parent/bld_cpp.bat 2025-09-07T06:18:25.6637830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/recipe/parent/meta.yaml 2025-09-07T06:18:25.6639090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/recipe/parent/apple_gettime.patch 2025-09-07T06:18:25.6640070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/recipe/conda_build_config.yaml 2025-09-07T06:18:25.6641170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/recipe/meta.yaml 2025-09-07T06:18:25.6641920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/run_exports.json 2025-09-07T06:18:25.6642750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/paths.json 2025-09-07T06:18:25.6643610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/hash_input.json 2025-09-07T06:18:25.6644420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/files 2025-09-07T06:18:25.6645220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/about.json 2025-09-07T06:18:25.6646170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/has_prefix 2025-09-07T06:18:25.6647060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/index.json 2025-09-07T06:18:25.6647920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/git 2025-09-07T06:18:25.6648960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/lib/pkgconfig/reproc++.pc 2025-09-07T06:18:25.6650180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/lib/cmake/reproc++/reproc++-config-version.cmake 2025-09-07T06:18:25.6651230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/lib/cmake/reproc++/reproc++-config.cmake 2025-09-07T06:18:25.6652280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/lib/cmake/reproc++/reproc++-targets.cmake 2025-09-07T06:18:25.6653540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/lib/cmake/reproc++/reproc++-targets-release.cmake 2025-09-07T06:18:25.6654460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/lib/libreproc++.14.dylib 2025-09-07T06:18:25.6655360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/lib/libreproc++.dylib 2025-09-07T06:18:25.6656310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/lib/libreproc++.14.2.4.dylib 2025-09-07T06:18:25.6657150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0.conda 2025-09-07T06:18:25.6662190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0.conda 2025-09-07T06:18:25.6662470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/include/tl/expected.hpp 2025-09-07T06:18:25.6662710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/info/repodata_record.json 2025-09-07T06:18:25.6662920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/info/test/run_test.sh 2025-09-07T06:18:25.6663110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/info/licenses/COPYING 2025-09-07T06:18:25.6663300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/info/recipe/catch.hpp 2025-09-07T06:18:25.6664120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/info/recipe/LICENSE 2025-09-07T06:18:25.6664920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/info/recipe/bld.bat 2025-09-07T06:18:25.6665830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/info/recipe/build.sh 2025-09-07T06:18:25.6666840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:25.6667900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/info/recipe/meta.yaml 2025-09-07T06:18:25.6669040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/info/recipe/meta.yaml.template 2025-09-07T06:18:25.6669850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/info/paths.json 2025-09-07T06:18:25.6670760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/info/hash_input.json 2025-09-07T06:18:25.6671630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/info/files 2025-09-07T06:18:25.6672460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/info/about.json 2025-09-07T06:18:25.6673310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/info/index.json 2025-09-07T06:18:25.6674120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/info/git 2025-09-07T06:18:25.6675480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/share/cmake/tl-expected/tl-expected-targets.cmake 2025-09-07T06:18:25.6676840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/share/cmake/tl-expected/tl-expected-config-version.cmake 2025-09-07T06:18:25.6678120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/share/cmake/tl-expected/tl-expected-config.cmake 2025-09-07T06:18:25.6678850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/condabin/conda 2025-09-07T06:18:25.6679630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/bin/conda 2025-09-07T06:18:25.6680540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/bin/deactivate 2025-09-07T06:18:25.6681430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/bin/activate 2025-09-07T06:18:25.6682310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/bin/conda-env 2025-09-07T06:18:25.6683400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/shell/condabin/conda-hook.ps1 2025-09-07T06:18:25.6684410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/shell/condabin/Conda.psm1 2025-09-07T06:18:25.6685340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/etc/profile.d/conda.csh 2025-09-07T06:18:25.6686550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/etc/profile.d/conda.sh 2025-09-07T06:18:25.6687350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/etc/fish/conf.d/conda.fish 2025-09-07T06:18:25.6688350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:25.6689230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:25.6690100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:25.6691120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/info/licenses/conda-src/LICENSE 2025-09-07T06:18:25.6692040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/info/recipe/run_test.sh 2025-09-07T06:18:25.6693070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:25.6693930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:25.6694950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/info/recipe/run_test.bat 2025-09-07T06:18:25.6695940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:25.6696640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/info/paths.json 2025-09-07T06:18:25.6697430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:25.6698110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/info/files 2025-09-07T06:18:25.6698850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/info/about.json 2025-09-07T06:18:25.6699600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/info/has_prefix 2025-09-07T06:18:25.6700330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/info/index.json 2025-09-07T06:18:25.6701000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/info/git 2025-09-07T06:18:25.6702160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda-25.7.0.dist-info/RECORD 2025-09-07T06:18:25.6703340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda-25.7.0.dist-info/licenses/AUTHORS.md 2025-09-07T06:18:25.6704590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda-25.7.0.dist-info/licenses/LICENSE 2025-09-07T06:18:25.6705620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda-25.7.0.dist-info/direct_url.json 2025-09-07T06:18:25.6706590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda-25.7.0.dist-info/WHEEL 2025-09-07T06:18:25.6707730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda-25.7.0.dist-info/entry_points.txt 2025-09-07T06:18:25.6708870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda-25.7.0.dist-info/REQUESTED 2025-09-07T06:18:25.6709820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda-25.7.0.dist-info/INSTALLER 2025-09-07T06:18:25.6710860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda-25.7.0.dist-info/METADATA 2025-09-07T06:18:25.6711750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/exports.py 2025-09-07T06:18:25.6712720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/misc.py 2025-09-07T06:18:25.6713540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plan.py 2025-09-07T06:18:25.6714640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/resolve.py 2025-09-07T06:18:25.6715740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/core/link.py 2025-09-07T06:18:25.6717060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/core/package_cache_data.py 2025-09-07T06:18:25.6718500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/core/path_actions.py 2025-09-07T06:18:25.6719700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/core/index.py 2025-09-07T06:18:25.6720970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/core/initialize.py 2025-09-07T06:18:25.6722310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/core/portability.py 2025-09-07T06:18:25.6723430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/core/__init__.py 2025-09-07T06:18:25.6724750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/core/prefix_data.py 2025-09-07T06:18:25.6726220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/core/__pycache__/link.cpython-313.pyc 2025-09-07T06:18:25.6727780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/core/__pycache__/envs_manager.cpython-313.pyc 2025-09-07T06:18:25.6729150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/core/__pycache__/solve.cpython-313.pyc 2025-09-07T06:18:25.6730600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/core/__pycache__/portability.cpython-313.pyc 2025-09-07T06:18:25.6732150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/core/__pycache__/path_actions.cpython-313.pyc 2025-09-07T06:18:25.6733580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/core/__pycache__/package_cache_data.cpython-313.pyc 2025-09-07T06:18:25.6734990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/core/__pycache__/prefix_data.cpython-313.pyc 2025-09-07T06:18:25.6736520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/core/__pycache__/subdir_data.cpython-313.pyc 2025-09-07T06:18:25.6737800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/core/__pycache__/index.cpython-313.pyc 2025-09-07T06:18:25.6739570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/core/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.6741160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/core/__pycache__/initialize.cpython-313.pyc 2025-09-07T06:18:25.6742200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/core/solve.py 2025-09-07T06:18:25.6743580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/core/envs_manager.py 2025-09-07T06:18:25.6744800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/core/subdir_data.py 2025-09-07T06:18:25.6745910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/_version.py 2025-09-07T06:18:25.6747190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/config.py 2025-09-07T06:18:25.6748600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/reporter_backends/console.py 2025-09-07T06:18:25.6750150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/reporter_backends/__init__.py 2025-09-07T06:18:25.6752050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/reporter_backends/__pycache__/json.cpython-313.pyc 2025-09-07T06:18:25.6753760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/reporter_backends/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.6755480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/reporter_backends/__pycache__/console.cpython-313.pyc 2025-09-07T06:18:25.6756800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/reporter_backends/json.py 2025-09-07T06:18:25.6758270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/virtual_packages/conda.py 2025-09-07T06:18:25.6759750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/virtual_packages/freebsd.py 2025-09-07T06:18:25.6761150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/virtual_packages/__init__.py 2025-09-07T06:18:25.6762740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/virtual_packages/__pycache__/cuda.cpython-313.pyc 2025-09-07T06:18:25.6764190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/virtual_packages/__pycache__/conda.cpython-313.pyc 2025-09-07T06:18:25.6766040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/virtual_packages/__pycache__/archspec.cpython-313.pyc 2025-09-07T06:18:25.6767600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/virtual_packages/__pycache__/windows.cpython-313.pyc 2025-09-07T06:18:25.6769270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/virtual_packages/__pycache__/linux.cpython-313.pyc 2025-09-07T06:18:25.6771050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/virtual_packages/__pycache__/freebsd.cpython-313.pyc 2025-09-07T06:18:25.6772910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/virtual_packages/__pycache__/osx.cpython-313.pyc 2025-09-07T06:18:25.6774630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/virtual_packages/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.6776010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/virtual_packages/cuda.py 2025-09-07T06:18:25.6777390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/virtual_packages/windows.py 2025-09-07T06:18:25.6778910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/virtual_packages/linux.py 2025-09-07T06:18:25.6780430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/virtual_packages/archspec.py 2025-09-07T06:18:25.6781730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/virtual_packages/osx.py 2025-09-07T06:18:25.6783270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/subcommands/doctor/health_checks.py 2025-09-07T06:18:25.6784750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/subcommands/doctor/__init__.py 2025-09-07T06:18:25.6786430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/subcommands/doctor/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.6788200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/subcommands/doctor/__pycache__/health_checks.cpython-313.pyc 2025-09-07T06:18:25.6789560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/subcommands/__init__.py 2025-09-07T06:18:25.6791440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/subcommands/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.6792850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/environment_specifiers/explicit.py 2025-09-07T06:18:25.6794330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/environment_specifiers/__init__.py 2025-09-07T06:18:25.6796380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/environment_specifiers/__pycache__/requirements_txt.cpython-313.pyc 2025-09-07T06:18:25.6798250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/environment_specifiers/__pycache__/environment_yml.cpython-313.pyc 2025-09-07T06:18:25.6800000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/environment_specifiers/__pycache__/explicit.cpython-313.pyc 2025-09-07T06:18:25.6801670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/environment_specifiers/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.6803430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/environment_specifiers/__pycache__/binstar.cpython-313.pyc 2025-09-07T06:18:25.6804840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/environment_specifiers/requirements_txt.py 2025-09-07T06:18:25.6806490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/environment_specifiers/environment_yml.py 2025-09-07T06:18:25.6807950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/environment_specifiers/binstar.py 2025-09-07T06:18:25.6809230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/__init__.py 2025-09-07T06:18:25.6810380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/solvers.py 2025-09-07T06:18:25.6811610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/types.py 2025-09-07T06:18:25.6813180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/__pycache__/manager.cpython-313.pyc 2025-09-07T06:18:25.6814620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/__pycache__/config.cpython-313.pyc 2025-09-07T06:18:25.6816170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/__pycache__/solvers.cpython-313.pyc 2025-09-07T06:18:25.6817750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/__pycache__/types.cpython-313.pyc 2025-09-07T06:18:25.6819280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/__pycache__/hookspec.cpython-313.pyc 2025-09-07T06:18:25.6820750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.6822360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/prefix_data_loaders/pypi/__init__.py 2025-09-07T06:18:25.6824200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/prefix_data_loaders/pypi/__pycache__/pkg_format.cpython-313.pyc 2025-09-07T06:18:25.6826100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/prefix_data_loaders/pypi/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.6827550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/prefix_data_loaders/pypi/pkg_format.py 2025-09-07T06:18:25.6828960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/prefix_data_loaders/__init__.py 2025-09-07T06:18:25.6830660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/prefix_data_loaders/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.6832080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/post_solves/signature_verification.py 2025-09-07T06:18:25.6833510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/post_solves/__init__.py 2025-09-07T06:18:25.6835340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/post_solves/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.6836970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/post_solves/__pycache__/signature_verification.cpython-313.pyc 2025-09-07T06:18:25.6838050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/hookspec.py 2025-09-07T06:18:25.6839530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/environment_exporters/explicit.py 2025-09-07T06:18:25.6840960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/environment_exporters/__init__.py 2025-09-07T06:18:25.6842900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/environment_exporters/__pycache__/requirements_txt.cpython-313.pyc 2025-09-07T06:18:25.6844710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/environment_exporters/__pycache__/environment_yml.cpython-313.pyc 2025-09-07T06:18:25.6846380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/environment_exporters/__pycache__/explicit.cpython-313.pyc 2025-09-07T06:18:25.6848150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/environment_exporters/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.6849520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/environment_exporters/requirements_txt.py 2025-09-07T06:18:25.6851130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/environment_exporters/environment_yml.py 2025-09-07T06:18:25.6852370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/manager.py 2025-09-07T06:18:25.6853890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/shell/condabin/conda_auto_activate.bat 2025-09-07T06:18:25.6855200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/shell/condabin/activate.bat 2025-09-07T06:18:25.6856280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/shell/condabin/conda-hook.ps1 2025-09-07T06:18:25.6857410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/shell/condabin/_conda_activate.bat 2025-09-07T06:18:25.6858410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/shell/condabin/conda.bat 2025-09-07T06:18:25.6859480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/shell/condabin/rename_tmp.bat 2025-09-07T06:18:25.6860550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/shell/condabin/conda_hook.bat 2025-09-07T06:18:25.6861540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/shell/condabin/Conda.psm1 2025-09-07T06:18:25.6862640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/shell/condabin/deactivate.bat 2025-09-07T06:18:25.6863640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/shell/bin/deactivate 2025-09-07T06:18:25.6864800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/shell/bin/activate 2025-09-07T06:18:25.6866100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/shell/cli-64.exe 2025-09-07T06:18:25.6867590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/shell/etc/profile.d/conda.csh 2025-09-07T06:18:25.6869310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/shell/etc/profile.d/conda.sh 2025-09-07T06:18:25.6870900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/shell/etc/fish/conf.d/conda.fish 2025-09-07T06:18:25.6872360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/shell/Library/bin/conda.bat 2025-09-07T06:18:25.6873780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/shell/Scripts/activate.bat 2025-09-07T06:18:25.6874970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/shell/conda.xsh 2025-09-07T06:18:25.6876280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/shell/cli-32.exe 2025-09-07T06:18:25.6877530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/shell/conda_icon.ico 2025-09-07T06:18:25.6878750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/instructions.py 2025-09-07T06:18:25.6879930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__init__.py 2025-09-07T06:18:25.6881220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/models/package_info.py 2025-09-07T06:18:25.6882410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/models/enums.py 2025-09-07T06:18:25.6883900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/models/leased_path_entry.py 2025-09-07T06:18:25.6885050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/models/version.py 2025-09-07T06:18:25.6886200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/models/records.py 2025-09-07T06:18:25.6887380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/models/channel.py 2025-09-07T06:18:25.6888660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/models/__init__.py 2025-09-07T06:18:25.6890320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/models/__pycache__/dist.cpython-313.pyc 2025-09-07T06:18:25.6891980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/models/__pycache__/leased_path_entry.cpython-313.pyc 2025-09-07T06:18:25.6893550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/models/__pycache__/package_info.cpython-313.pyc 2025-09-07T06:18:25.6895200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/models/__pycache__/channel.cpython-313.pyc 2025-09-07T06:18:25.6896670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/models/__pycache__/enums.cpython-313.pyc 2025-09-07T06:18:25.6898430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/models/__pycache__/environment.cpython-313.pyc 2025-09-07T06:18:25.6900010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/models/__pycache__/prefix_graph.cpython-313.pyc 2025-09-07T06:18:25.6901380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/models/__pycache__/match_spec.cpython-313.pyc 2025-09-07T06:18:25.6902810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/models/__pycache__/records.cpython-313.pyc 2025-09-07T06:18:25.6904230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/models/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.6905660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/models/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:25.6906790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/models/environment.py 2025-09-07T06:18:25.6908080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/models/match_spec.py 2025-09-07T06:18:25.6909280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/models/dist.py 2025-09-07T06:18:25.6910540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/models/prefix_graph.py 2025-09-07T06:18:25.6911900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__pycache__/activate.cpython-313.pyc 2025-09-07T06:18:25.6913220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__pycache__/api.cpython-313.pyc 2025-09-07T06:18:25.6914800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__pycache__/reporters.cpython-313.pyc 2025-09-07T06:18:25.6916310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__pycache__/history.cpython-313.pyc 2025-09-07T06:18:25.6917930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__pycache__/misc.cpython-313.pyc 2025-09-07T06:18:25.6919410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:25.6920830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__pycache__/exports.cpython-313.pyc 2025-09-07T06:18:25.6922350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__pycache__/exceptions.cpython-313.pyc 2025-09-07T06:18:25.6923630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__pycache__/_version.cpython-313.pyc 2025-09-07T06:18:25.6925000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__pycache__/plan.cpython-313.pyc 2025-09-07T06:18:25.6926510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__pycache__/deprecations.cpython-313.pyc 2025-09-07T06:18:25.6928020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:25.6929330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.6930700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__pycache__/resolve.cpython-313.pyc 2025-09-07T06:18:25.6932240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__pycache__/exception_handler.cpython-313.pyc 2025-09-07T06:18:25.6933880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__pycache__/instructions.cpython-313.pyc 2025-09-07T06:18:25.6935260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__pycache__/_vendor.cpython-313.pyc 2025-09-07T06:18:25.6936650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_rename.py 2025-09-07T06:18:25.6937910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_clean.py 2025-09-07T06:18:25.6939140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_create.py 2025-09-07T06:18:25.6940350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_config.py 2025-09-07T06:18:25.6941650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_compare.py 2025-09-07T06:18:25.6942890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_update.py 2025-09-07T06:18:25.6944150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_install.py 2025-09-07T06:18:25.6945380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_mock_activate.py 2025-09-07T06:18:25.6946760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_env_list.py 2025-09-07T06:18:25.6947950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_export.py 2025-09-07T06:18:25.6949240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_run.py 2025-09-07T06:18:25.6950610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_init.py 2025-09-07T06:18:25.6951960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_remove.py 2025-09-07T06:18:25.6953070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_env.py 2025-09-07T06:18:25.6954410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/actions.py 2025-09-07T06:18:25.6955580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__init__.py 2025-09-07T06:18:25.6956850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_env_vars.py 2025-09-07T06:18:25.6958040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_info.py 2025-09-07T06:18:25.6959570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__pycache__/helpers.cpython-313.pyc 2025-09-07T06:18:25.6961110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__pycache__/main.cpython-313.pyc 2025-09-07T06:18:25.6962580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__pycache__/main_compare.cpython-313.pyc 2025-09-07T06:18:25.6964030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__pycache__/main_mock_deactivate.cpython-313.pyc 2025-09-07T06:18:25.6965500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__pycache__/main_init.cpython-313.pyc 2025-09-07T06:18:25.6966890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__pycache__/main_env_create.cpython-313.pyc 2025-09-07T06:18:25.6968520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__pycache__/main_env_config.cpython-313.pyc 2025-09-07T06:18:25.6969970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__pycache__/main_info.cpython-313.pyc 2025-09-07T06:18:25.6971430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__pycache__/actions.cpython-313.pyc 2025-09-07T06:18:25.6973100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__pycache__/main_rename.cpython-313.pyc 2025-09-07T06:18:25.6974530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__pycache__/main_env_list.cpython-313.pyc 2025-09-07T06:18:25.6976230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__pycache__/main_mock_activate.cpython-313.pyc 2025-09-07T06:18:25.6977680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__pycache__/common.cpython-313.pyc 2025-09-07T06:18:25.6979320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__pycache__/main_env_remove.cpython-313.pyc 2025-09-07T06:18:25.6980820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__pycache__/main_env_update.cpython-313.pyc 2025-09-07T06:18:25.6982490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__pycache__/main_export.cpython-313.pyc 2025-09-07T06:18:25.6984180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__pycache__/main_list.cpython-313.pyc 2025-09-07T06:18:25.6985850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__pycache__/main_clean.cpython-313.pyc 2025-09-07T06:18:25.6987200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__pycache__/python_api.cpython-313.pyc 2025-09-07T06:18:25.6988910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__pycache__/main_notices.cpython-313.pyc 2025-09-07T06:18:25.6990380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__pycache__/find_commands.cpython-313.pyc 2025-09-07T06:18:25.6991950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__pycache__/main_config.cpython-313.pyc 2025-09-07T06:18:25.6993600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__pycache__/install.cpython-313.pyc 2025-09-07T06:18:25.6995330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__pycache__/main_run.cpython-313.pyc 2025-09-07T06:18:25.6997070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__pycache__/main_commands.cpython-313.pyc 2025-09-07T06:18:25.6998880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__pycache__/main_pip.cpython-313.pyc 2025-09-07T06:18:25.7000310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__pycache__/main_create.cpython-313.pyc 2025-09-07T06:18:25.7001810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__pycache__/main_env.cpython-313.pyc 2025-09-07T06:18:25.7003240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__pycache__/main_package.cpython-313.pyc 2025-09-07T06:18:25.7004860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__pycache__/main_search.cpython-313.pyc 2025-09-07T06:18:25.7006220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__pycache__/main_install.cpython-313.pyc 2025-09-07T06:18:25.7007700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__pycache__/main_update.cpython-313.pyc 2025-09-07T06:18:25.7009140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__pycache__/main_env_vars.cpython-313.pyc 2025-09-07T06:18:25.7010640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.7012070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__pycache__/conda_argparse.cpython-313.pyc 2025-09-07T06:18:25.7013760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__pycache__/main_remove.cpython-313.pyc 2025-09-07T06:18:25.7014820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/find_commands.py 2025-09-07T06:18:25.7015950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_notices.py 2025-09-07T06:18:25.7017270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_search.py 2025-09-07T06:18:25.7018490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/python_api.py 2025-09-07T06:18:25.7019430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_pip.py 2025-09-07T06:18:25.7020590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_env_remove.py 2025-09-07T06:18:25.7021530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_mock_deactivate.py 2025-09-07T06:18:25.7022460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/common.py 2025-09-07T06:18:25.7023480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_list.py 2025-09-07T06:18:25.7024620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/conda_argparse.py 2025-09-07T06:18:25.7025510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/install.py 2025-09-07T06:18:25.7026530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_env_update.py 2025-09-07T06:18:25.7027560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main.py 2025-09-07T06:18:25.7029060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_env_create.py 2025-09-07T06:18:25.7030290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/helpers.py 2025-09-07T06:18:25.7031660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_commands.py 2025-09-07T06:18:25.7032960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_env_config.py 2025-09-07T06:18:25.7034110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_package.py 2025-09-07T06:18:25.7035350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/notices/fetch.py 2025-09-07T06:18:25.7036620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/notices/cache.py 2025-09-07T06:18:25.7037970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/notices/__init__.py 2025-09-07T06:18:25.7039270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/notices/core.py 2025-09-07T06:18:25.7040850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/notices/types.py 2025-09-07T06:18:25.7042620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/notices/__pycache__/views.cpython-313.pyc 2025-09-07T06:18:25.7044240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/notices/__pycache__/fetch.cpython-313.pyc 2025-09-07T06:18:25.7045910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/notices/__pycache__/core.cpython-313.pyc 2025-09-07T06:18:25.7047460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/notices/__pycache__/cache.cpython-313.pyc 2025-09-07T06:18:25.7048810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/notices/__pycache__/types.cpython-313.pyc 2025-09-07T06:18:25.7050260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/notices/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.7051400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/notices/views.py 2025-09-07T06:18:25.7052550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/env/env.py 2025-09-07T06:18:25.7053880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/env/specs/explicit.py 2025-09-07T06:18:25.7055030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/env/specs/__init__.py 2025-09-07T06:18:25.7056820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/env/specs/__pycache__/yaml_file.cpython-313.pyc 2025-09-07T06:18:25.7058390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/env/specs/__pycache__/requirements.cpython-313.pyc 2025-09-07T06:18:25.7060150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/env/specs/__pycache__/explicit.cpython-313.pyc 2025-09-07T06:18:25.7061640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/env/specs/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.7063280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/env/specs/__pycache__/binstar.cpython-313.pyc 2025-09-07T06:18:25.7064490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/env/specs/requirements.py 2025-09-07T06:18:25.7066010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/env/specs/yaml_file.py 2025-09-07T06:18:25.7067240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/env/specs/binstar.py 2025-09-07T06:18:25.7068410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/env/__init__.py 2025-09-07T06:18:25.7069920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/env/__pycache__/pip_util.cpython-313.pyc 2025-09-07T06:18:25.7071220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/env/__pycache__/env.cpython-313.pyc 2025-09-07T06:18:25.7072590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/env/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.7073790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/env/pip_util.py 2025-09-07T06:18:25.7075090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/env/installers/conda.py 2025-09-07T06:18:25.7076400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/env/installers/__init__.py 2025-09-07T06:18:25.7077950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/env/installers/__pycache__/conda.cpython-313.pyc 2025-09-07T06:18:25.7079700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/env/installers/__pycache__/base.cpython-313.pyc 2025-09-07T06:18:25.7081270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/env/installers/__pycache__/pip.cpython-313.pyc 2025-09-07T06:18:25.7082910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/env/installers/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.7084200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/env/installers/pip.py 2025-09-07T06:18:25.7085400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/env/installers/base.py 2025-09-07T06:18:25.7086610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/deprecations.py 2025-09-07T06:18:25.7087790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/api.py 2025-09-07T06:18:25.7089030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/testing/__init__.py 2025-09-07T06:18:25.7090340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/testing/solver_helpers.py 2025-09-07T06:18:25.7091540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/testing/cases.py 2025-09-07T06:18:25.7093160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/testing/__pycache__/helpers.cpython-313.pyc 2025-09-07T06:18:25.7094740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/testing/__pycache__/integration.cpython-313.pyc 2025-09-07T06:18:25.7096320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/testing/__pycache__/cases.cpython-313.pyc 2025-09-07T06:18:25.7097810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/testing/__pycache__/fixtures.cpython-313.pyc 2025-09-07T06:18:25.7099400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/testing/__pycache__/solver_helpers.cpython-313.pyc 2025-09-07T06:18:25.7100940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/testing/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.7102280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/testing/notices/__init__.py 2025-09-07T06:18:25.7103900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/testing/notices/__pycache__/helpers.cpython-313.pyc 2025-09-07T06:18:25.7105380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/testing/notices/__pycache__/fixtures.cpython-313.pyc 2025-09-07T06:18:25.7106900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/testing/notices/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.7108060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/testing/notices/helpers.py 2025-09-07T06:18:25.7109520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/testing/notices/fixtures.py 2025-09-07T06:18:25.7110970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/testing/integration.py 2025-09-07T06:18:25.7112320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/testing/gateways/__init__.py 2025-09-07T06:18:25.7113850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/testing/gateways/__pycache__/fixtures.cpython-313.pyc 2025-09-07T06:18:25.7115390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/testing/gateways/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.7116700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/testing/gateways/fixtures.py 2025-09-07T06:18:25.7117890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/testing/helpers.py 2025-09-07T06:18:25.7119240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/testing/fixtures.py 2025-09-07T06:18:25.7120490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/_os/unix.py 2025-09-07T06:18:25.7122010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/_os/__init__.py 2025-09-07T06:18:25.7123490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/_os/__pycache__/windows.cpython-313.pyc 2025-09-07T06:18:25.7125080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/_os/__pycache__/linux.cpython-313.pyc 2025-09-07T06:18:25.7126490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/_os/__pycache__/osx.cpython-313.pyc 2025-09-07T06:18:25.7128170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/_os/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.7129490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/_os/__pycache__/unix.cpython-313.pyc 2025-09-07T06:18:25.7130670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/_os/windows.py 2025-09-07T06:18:25.7131930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/_os/linux.py 2025-09-07T06:18:25.7133210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/_os/osx.py 2025-09-07T06:18:25.7134420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/configuration.py 2025-09-07T06:18:25.7135650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/signals.py 2025-09-07T06:18:25.7136910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/disk.py 2025-09-07T06:18:25.7138160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/_logic.py 2025-09-07T06:18:25.7139320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/toposort.py 2025-09-07T06:18:25.7140450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/compat.py 2025-09-07T06:18:25.7141830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/pkg_formats/__init__.py 2025-09-07T06:18:25.7143470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/pkg_formats/__pycache__/python.cpython-313.pyc 2025-09-07T06:18:25.7145000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/pkg_formats/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.7146240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/pkg_formats/python.py 2025-09-07T06:18:25.7147520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/path/directories.py 2025-09-07T06:18:25.7148910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/path/_cygpath.py 2025-09-07T06:18:25.7150140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/path/__init__.py 2025-09-07T06:18:25.7151590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/path/__pycache__/windows.cpython-313.pyc 2025-09-07T06:18:25.7153240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/path/__pycache__/directories.cpython-313.pyc 2025-09-07T06:18:25.7155120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/path/__pycache__/python.cpython-313.pyc 2025-09-07T06:18:25.7156680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/path/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.7158090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/path/__pycache__/_cygpath.cpython-313.pyc 2025-09-07T06:18:25.7159340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/path/python.py 2025-09-07T06:18:25.7160550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/path/windows.py 2025-09-07T06:18:25.7161940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/constants.py 2025-09-07T06:18:25.7163250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/io.py 2025-09-07T06:18:25.7164780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/__init__.py 2025-09-07T06:18:25.7166170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/serialize/__init__.py 2025-09-07T06:18:25.7167720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/serialize/__pycache__/json.cpython-313.pyc 2025-09-07T06:18:25.7169350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/serialize/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.7170630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/serialize/json.py 2025-09-07T06:18:25.7172090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/__pycache__/io.cpython-313.pyc 2025-09-07T06:18:25.7173840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/__pycache__/_logic.cpython-313.pyc 2025-09-07T06:18:25.7175580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/__pycache__/toposort.cpython-313.pyc 2025-09-07T06:18:25.7176980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/__pycache__/iterators.cpython-313.pyc 2025-09-07T06:18:25.7178470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/__pycache__/compat.cpython-313.pyc 2025-09-07T06:18:25.7180020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/__pycache__/signals.cpython-313.pyc 2025-09-07T06:18:25.7181600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/__pycache__/configuration.cpython-313.pyc 2025-09-07T06:18:25.7182760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/__pycache__/constants.cpython-313.pyc 2025-09-07T06:18:25.7183880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/__pycache__/disk.cpython-313.pyc 2025-09-07T06:18:25.7185050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.7186170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/__pycache__/url.cpython-313.pyc 2025-09-07T06:18:25.7187310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/__pycache__/logic.cpython-313.pyc 2025-09-07T06:18:25.7188350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/logic.py 2025-09-07T06:18:25.7189420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/url.py 2025-09-07T06:18:25.7190540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/iterators.py 2025-09-07T06:18:25.7191790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/exception_handler.py 2025-09-07T06:18:25.7193010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/utils.py 2025-09-07T06:18:25.7194290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/logging.py 2025-09-07T06:18:25.7195730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/connection/download.py 2025-09-07T06:18:25.7197080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/connection/session.py 2025-09-07T06:18:25.7198560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/connection/__init__.py 2025-09-07T06:18:25.7200130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/connection/__pycache__/session.cpython-313.pyc 2025-09-07T06:18:25.7201760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/connection/__pycache__/download.cpython-313.pyc 2025-09-07T06:18:25.7203440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/connection/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.7204870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/connection/adapters/__init__.py 2025-09-07T06:18:25.7206540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/connection/adapters/__pycache__/s3.cpython-313.pyc 2025-09-07T06:18:25.7208240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/connection/adapters/__pycache__/localfs.cpython-313.pyc 2025-09-07T06:18:25.7210160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/connection/adapters/__pycache__/ftp.cpython-313.pyc 2025-09-07T06:18:25.7211820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/connection/adapters/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.7213570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/connection/adapters/__pycache__/http.cpython-313.pyc 2025-09-07T06:18:25.7214930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/connection/adapters/localfs.py 2025-09-07T06:18:25.7216320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/connection/adapters/http.py 2025-09-07T06:18:25.7217850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/connection/adapters/s3.py 2025-09-07T06:18:25.7219340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/connection/adapters/ftp.py 2025-09-07T06:18:25.7220540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/anaconda_client.py 2025-09-07T06:18:25.7221970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/subprocess.py 2025-09-07T06:18:25.7223210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/repodata/jlap/fetch.py 2025-09-07T06:18:25.7224710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/repodata/jlap/interface.py 2025-09-07T06:18:25.7226120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/repodata/jlap/__init__.py 2025-09-07T06:18:25.7227500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/repodata/jlap/core.py 2025-09-07T06:18:25.7229370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/repodata/jlap/__pycache__/interface.cpython-313.pyc 2025-09-07T06:18:25.7230820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/repodata/jlap/__pycache__/fetch.cpython-313.pyc 2025-09-07T06:18:25.7232380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/repodata/jlap/__pycache__/core.cpython-313.pyc 2025-09-07T06:18:25.7234050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/repodata/jlap/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.7235390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/repodata/__init__.py 2025-09-07T06:18:25.7236900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/repodata/__pycache__/lock.cpython-313.pyc 2025-09-07T06:18:25.7238330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/repodata/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.7239560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/repodata/lock.py 2025-09-07T06:18:25.7240860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/__init__.py 2025-09-07T06:18:25.7242320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/__pycache__/logging.cpython-313.pyc 2025-09-07T06:18:25.7243910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/__pycache__/anaconda_client.cpython-313.pyc 2025-09-07T06:18:25.7245600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.7247020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/__pycache__/subprocess.cpython-313.pyc 2025-09-07T06:18:25.7248350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/disk/update.py 2025-09-07T06:18:25.7249970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/disk/link.py 2025-09-07T06:18:25.7251180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/disk/delete.py 2025-09-07T06:18:25.7252480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/disk/create.py 2025-09-07T06:18:25.7253650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/disk/__init__.py 2025-09-07T06:18:25.7255320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/disk/__pycache__/link.cpython-313.pyc 2025-09-07T06:18:25.7256810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/disk/__pycache__/create.cpython-313.pyc 2025-09-07T06:18:25.7258360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/disk/__pycache__/delete.cpython-313.pyc 2025-09-07T06:18:25.7259850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/disk/__pycache__/update.cpython-313.pyc 2025-09-07T06:18:25.7261520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/disk/__pycache__/read.cpython-313.pyc 2025-09-07T06:18:25.7262980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/disk/__pycache__/test.cpython-313.pyc 2025-09-07T06:18:25.7264650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/disk/__pycache__/permissions.cpython-313.pyc 2025-09-07T06:18:25.7266030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/disk/__pycache__/lock.cpython-313.pyc 2025-09-07T06:18:25.7267680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/disk/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.7268900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/disk/test.py 2025-09-07T06:18:25.7270100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/disk/lock.py 2025-09-07T06:18:25.7271530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/disk/permissions.py 2025-09-07T06:18:25.7272740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/disk/read.py 2025-09-07T06:18:25.7273880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/reporters.py 2025-09-07T06:18:25.7274920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/py.typed 2025-09-07T06:18:25.7276120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/exceptions.py 2025-09-07T06:18:25.7277400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/trust/signature_verification.py 2025-09-07T06:18:25.7278490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/trust/constants.py 2025-09-07T06:18:25.7279690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/trust/__init__.py 2025-09-07T06:18:25.7281140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/trust/__pycache__/constants.cpython-313.pyc 2025-09-07T06:18:25.7282600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/trust/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.7284260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/trust/__pycache__/signature_verification.cpython-313.pyc 2025-09-07T06:18:25.7285550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/auxlib/ish.py 2025-09-07T06:18:25.7286660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/auxlib/compat.py 2025-09-07T06:18:25.7287850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/auxlib/LICENSE 2025-09-07T06:18:25.7289150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/auxlib/logz.py 2025-09-07T06:18:25.7290410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/auxlib/__init__.py 2025-09-07T06:18:25.7291930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/auxlib/__pycache__/logz.cpython-313.pyc 2025-09-07T06:18:25.7293390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/auxlib/__pycache__/entity.cpython-313.pyc 2025-09-07T06:18:25.7294870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/auxlib/__pycache__/compat.cpython-313.pyc 2025-09-07T06:18:25.7296470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/auxlib/__pycache__/ish.cpython-313.pyc 2025-09-07T06:18:25.7298160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/auxlib/__pycache__/decorators.cpython-313.pyc 2025-09-07T06:18:25.7299620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/auxlib/__pycache__/exceptions.cpython-313.pyc 2025-09-07T06:18:25.7301040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/auxlib/__pycache__/collection.cpython-313.pyc 2025-09-07T06:18:25.7302620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/auxlib/__pycache__/type_coercion.cpython-313.pyc 2025-09-07T06:18:25.7304270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/auxlib/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.7305440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/auxlib/collection.py 2025-09-07T06:18:25.7306580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/auxlib/entity.py 2025-09-07T06:18:25.7307910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/auxlib/type_coercion.py 2025-09-07T06:18:25.7309360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/auxlib/exceptions.py 2025-09-07T06:18:25.7310570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/auxlib/decorators.py 2025-09-07T06:18:25.7311980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/_vendor.py 2025-09-07T06:18:25.7313090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__main__.py 2025-09-07T06:18:25.7314400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/base/constants.py 2025-09-07T06:18:25.7315690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/base/__init__.py 2025-09-07T06:18:25.7317160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/base/__pycache__/context.cpython-313.pyc 2025-09-07T06:18:25.7318720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/base/__pycache__/constants.cpython-313.pyc 2025-09-07T06:18:25.7320350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/base/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.7321460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/base/context.py 2025-09-07T06:18:25.7322600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/activate.py 2025-09-07T06:18:25.7323830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/history.py 2025-09-07T06:18:25.7325840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/tests/data/recipes/activate_deactivate_package/src/etc/conda/activate.d/activate.bat 2025-09-07T06:18:25.7327590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/tests/data/recipes/activate_deactivate_package/src/etc/conda/activate.d/activate.sh 2025-09-07T06:18:25.7329640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/tests/data/recipes/activate_deactivate_package/src/etc/conda/deactivate.d/deactivate.bat 2025-09-07T06:18:25.7331650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/tests/data/recipes/activate_deactivate_package/src/etc/conda/deactivate.d/deactivate.sh 2025-09-07T06:18:25.7332770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/xontrib/conda.xsh 2025-09-07T06:18:25.7333970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda_env/__init__.py 2025-09-07T06:18:25.7335450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda_env/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.7336600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda_env/cli/__init__.py 2025-09-07T06:18:25.7338180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda_env/cli/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.7339310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda_env/README.md 2025-09-07T06:18:25.7340590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda_env/installers/__init__.py 2025-09-07T06:18:25.7342120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda_env/installers/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.7342780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0.conda 2025-09-07T06:18:25.7343340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0.conda 2025-09-07T06:18:25.7343780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cache/9e99ffaf.json 2025-09-07T06:18:25.7344320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cache/3e39a7aa.json 2025-09-07T06:18:25.7345220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:25.7346100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:25.7346820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/test/test/typed.py 2025-09-07T06:18:25.7347710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/test/test/subclass_only.py 2025-09-07T06:18:25.7348510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/test/test/test_freeze.py 2025-09-07T06:18:25.7349600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/test/test/frozendict_only.py 2025-09-07T06:18:25.7350680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/test/test/__init__.py 2025-09-07T06:18:25.7351900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/test/test/bench.py 2025-09-07T06:18:25.7352830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/test/test/common.py 2025-09-07T06:18:25.7353840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/test/test/debug.py 2025-09-07T06:18:25.7355160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/test/test/test_frozendict.py 2025-09-07T06:18:25.7356300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/test/test/test_frozendict_subclass.py 2025-09-07T06:18:25.7357280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/test/test/base.py 2025-09-07T06:18:25.7358200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:25.7359270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:25.7360220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/licenses/LICENSE.txt 2025-09-07T06:18:25.7361500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:25.7362430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:25.7363520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:25.7364440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/paths.json 2025-09-07T06:18:25.7365420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:25.7366150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/files 2025-09-07T06:18:25.7367180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/about.json 2025-09-07T06:18:25.7368150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/index.json 2025-09-07T06:18:25.7369000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/git 2025-09-07T06:18:25.7370230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/lib/python3.13/site-packages/frozendict/cool.py 2025-09-07T06:18:25.7371460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/lib/python3.13/site-packages/frozendict/version.py 2025-09-07T06:18:25.7372770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/lib/python3.13/site-packages/frozendict/__init__.pyi 2025-09-07T06:18:25.7373910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/lib/python3.13/site-packages/frozendict/__init__.py 2025-09-07T06:18:25.7375160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/lib/python3.13/site-packages/frozendict/core.py 2025-09-07T06:18:25.7376630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/lib/python3.13/site-packages/frozendict/__pycache__/core.cpython-313.pyc 2025-09-07T06:18:25.7378400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/lib/python3.13/site-packages/frozendict/__pycache__/_frozendict_py.cpython-313.pyc 2025-09-07T06:18:25.7379950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/lib/python3.13/site-packages/frozendict/__pycache__/monkeypatch.cpython-313.pyc 2025-09-07T06:18:25.7381400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/lib/python3.13/site-packages/frozendict/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.7382870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/lib/python3.13/site-packages/frozendict/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:25.7384360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/lib/python3.13/site-packages/frozendict/__pycache__/cool.cpython-313.pyc 2025-09-07T06:18:25.7385520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/lib/python3.13/site-packages/frozendict/py.typed 2025-09-07T06:18:25.7386870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/lib/python3.13/site-packages/frozendict/_frozendict_py.py 2025-09-07T06:18:25.7388300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/lib/python3.13/site-packages/frozendict/monkeypatch.py 2025-09-07T06:18:25.7389910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/lib/python3.13/site-packages/frozendict-2.4.2.dist-info/RECORD 2025-09-07T06:18:25.7391210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/lib/python3.13/site-packages/frozendict-2.4.2.dist-info/direct_url.json 2025-09-07T06:18:25.7392620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/lib/python3.13/site-packages/frozendict-2.4.2.dist-info/WHEEL 2025-09-07T06:18:25.7394200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/lib/python3.13/site-packages/frozendict-2.4.2.dist-info/top_level.txt 2025-09-07T06:18:25.7395860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/lib/python3.13/site-packages/frozendict-2.4.2.dist-info/LICENSE.txt 2025-09-07T06:18:25.7397440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/lib/python3.13/site-packages/frozendict-2.4.2.dist-info/REQUESTED 2025-09-07T06:18:25.7398890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/lib/python3.13/site-packages/frozendict-2.4.2.dist-info/INSTALLER 2025-09-07T06:18:25.7400250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/lib/python3.13/site-packages/frozendict-2.4.2.dist-info/METADATA 2025-09-07T06:18:25.7400980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/bin/distro 2025-09-07T06:18:25.7401990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:25.7402940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:25.7403880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:25.7405070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:25.7406080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/info/licenses/LICENSE 2025-09-07T06:18:25.7407240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:25.7408050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:25.7409220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:25.7410100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/info/paths.json 2025-09-07T06:18:25.7411400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:25.7412200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/info/files 2025-09-07T06:18:25.7413200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/info/about.json 2025-09-07T06:18:25.7414040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/info/has_prefix 2025-09-07T06:18:25.7414880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/info/index.json 2025-09-07T06:18:25.7415710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/info/git 2025-09-07T06:18:25.7416890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/lib/python3.13/site-packages/distro/__init__.py 2025-09-07T06:18:25.7418290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/lib/python3.13/site-packages/distro/__pycache__/distro.cpython-313.pyc 2025-09-07T06:18:25.7420010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/lib/python3.13/site-packages/distro/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:25.7421530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/lib/python3.13/site-packages/distro/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.7422630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/lib/python3.13/site-packages/distro/py.typed 2025-09-07T06:18:25.7424260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/lib/python3.13/site-packages/distro/distro.py 2025-09-07T06:18:25.7425310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/lib/python3.13/site-packages/distro/__main__.py 2025-09-07T06:18:25.7426550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/lib/python3.13/site-packages/distro-1.9.0.dist-info/RECORD 2025-09-07T06:18:25.7427720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/lib/python3.13/site-packages/distro-1.9.0.dist-info/LICENSE 2025-09-07T06:18:25.7429090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/lib/python3.13/site-packages/distro-1.9.0.dist-info/direct_url.json 2025-09-07T06:18:25.7430330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/lib/python3.13/site-packages/distro-1.9.0.dist-info/WHEEL 2025-09-07T06:18:25.7431700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/lib/python3.13/site-packages/distro-1.9.0.dist-info/entry_points.txt 2025-09-07T06:18:25.7433160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/lib/python3.13/site-packages/distro-1.9.0.dist-info/top_level.txt 2025-09-07T06:18:25.7434480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/lib/python3.13/site-packages/distro-1.9.0.dist-info/REQUESTED 2025-09-07T06:18:25.7435810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/lib/python3.13/site-packages/distro-1.9.0.dist-info/INSTALLER 2025-09-07T06:18:25.7437180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/lib/python3.13/site-packages/distro-1.9.0.dist-info/METADATA 2025-09-07T06:18:25.7437710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1.conda 2025-09-07T06:18:25.7438880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:25.7440040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:25.7441100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/test/tests/conftest.py 2025-09-07T06:18:25.7442530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/test/tests/introspection/test_literal_values.py 2025-09-07T06:18:25.7443790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/test/tests/introspection/__init__.py 2025-09-07T06:18:25.7445190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/test/tests/introspection/test_is_union_origin.py 2025-09-07T06:18:25.7446630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/test/tests/introspection/test_inspect_annotation.py 2025-09-07T06:18:25.7447960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/test/tests/typing_objects/__init__.py 2025-09-07T06:18:25.7449170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/test/tests/typing_objects/test_member_checks.py 2025-09-07T06:18:25.7450130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:25.7451250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:25.7452290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/licenses/LICENSE 2025-09-07T06:18:25.7453300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:25.7454520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:25.7455660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:25.7456610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/paths.json 2025-09-07T06:18:25.7457820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:25.7458830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/files 2025-09-07T06:18:25.7459750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/about.json 2025-09-07T06:18:25.7460710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/index.json 2025-09-07T06:18:25.7461600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/git 2025-09-07T06:18:25.7463190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/lib/python3.13/site-packages/typing_inspection-0.4.0.dist-info/RECORD 2025-09-07T06:18:25.7464750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/lib/python3.13/site-packages/typing_inspection-0.4.0.dist-info/licenses/LICENSE 2025-09-07T06:18:25.7466550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/lib/python3.13/site-packages/typing_inspection-0.4.0.dist-info/direct_url.json 2025-09-07T06:18:25.7471200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/lib/python3.13/site-packages/typing_inspection-0.4.0.dist-info/WHEEL 2025-09-07T06:18:25.7471900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/lib/python3.13/site-packages/typing_inspection-0.4.0.dist-info/REQUESTED 2025-09-07T06:18:25.7472840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/lib/python3.13/site-packages/typing_inspection-0.4.0.dist-info/INSTALLER 2025-09-07T06:18:25.7473600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/lib/python3.13/site-packages/typing_inspection-0.4.0.dist-info/METADATA 2025-09-07T06:18:25.7474610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/lib/python3.13/site-packages/typing_inspection/__init__.py 2025-09-07T06:18:25.7476050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/lib/python3.13/site-packages/typing_inspection/typing_objects.pyi 2025-09-07T06:18:25.7477700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/lib/python3.13/site-packages/typing_inspection/__pycache__/typing_objects.cpython-313.pyc 2025-09-07T06:18:25.7479410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/lib/python3.13/site-packages/typing_inspection/__pycache__/introspection.cpython-313.pyc 2025-09-07T06:18:25.7481120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/lib/python3.13/site-packages/typing_inspection/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.7482570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/lib/python3.13/site-packages/typing_inspection/introspection.py 2025-09-07T06:18:25.7483980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/lib/python3.13/site-packages/typing_inspection/typing_objects.py 2025-09-07T06:18:25.7485400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/lib/python3.13/site-packages/typing_inspection/py.typed 2025-09-07T06:18:25.7486470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:25.7487390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:25.7488360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:25.7489510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:25.7490220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/info/licenses/LICENSE 2025-09-07T06:18:25.7491270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:25.7492520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:25.7493900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:25.7494730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/info/paths.json 2025-09-07T06:18:25.7495720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:25.7496650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/info/files 2025-09-07T06:18:25.7497790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/info/about.json 2025-09-07T06:18:25.7498620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/info/index.json 2025-09-07T06:18:25.7499460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/info/git 2025-09-07T06:18:25.7501050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy/_tracing.py 2025-09-07T06:18:25.7502290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy/_version.py 2025-09-07T06:18:25.7503700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy/_callers.py 2025-09-07T06:18:25.7504890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy/__init__.py 2025-09-07T06:18:25.7505970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy/_warnings.py 2025-09-07T06:18:25.7507160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy/_hooks.py 2025-09-07T06:18:25.7508370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy/_result.py 2025-09-07T06:18:25.7509600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy/__pycache__/_warnings.cpython-313.pyc 2025-09-07T06:18:25.7510710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy/__pycache__/_result.cpython-313.pyc 2025-09-07T06:18:25.7511830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy/__pycache__/_manager.cpython-313.pyc 2025-09-07T06:18:25.7513030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy/__pycache__/_version.cpython-313.pyc 2025-09-07T06:18:25.7514080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy/__pycache__/_hooks.cpython-313.pyc 2025-09-07T06:18:25.7515210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.7516320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy/__pycache__/_callers.cpython-313.pyc 2025-09-07T06:18:25.7517440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy/__pycache__/_tracing.cpython-313.pyc 2025-09-07T06:18:25.7518540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy/py.typed 2025-09-07T06:18:25.7519860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy/_manager.py 2025-09-07T06:18:25.7521320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy-1.5.0.dist-info/RECORD 2025-09-07T06:18:25.7522520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy-1.5.0.dist-info/LICENSE 2025-09-07T06:18:25.7523910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy-1.5.0.dist-info/direct_url.json 2025-09-07T06:18:25.7525200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy-1.5.0.dist-info/WHEEL 2025-09-07T06:18:25.7526540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy-1.5.0.dist-info/top_level.txt 2025-09-07T06:18:25.7527760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy-1.5.0.dist-info/REQUESTED 2025-09-07T06:18:25.7529010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy-1.5.0.dist-info/INSTALLER 2025-09-07T06:18:25.7530430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy-1.5.0.dist-info/METADATA 2025-09-07T06:18:25.7531060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0.conda 2025-09-07T06:18:25.7532200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/configuration.py 2025-09-07T06:18:25.7533260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/pyproject.py 2025-09-07T06:18:25.7534410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/network/auth.py 2025-09-07T06:18:25.7535470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/network/xmlrpc.py 2025-09-07T06:18:25.7536570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/network/download.py 2025-09-07T06:18:25.7537650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/network/session.py 2025-09-07T06:18:25.7538750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/network/cache.py 2025-09-07T06:18:25.7539780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/network/__init__.py 2025-09-07T06:18:25.7540960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/network/utils.py 2025-09-07T06:18:25.7542140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/network/lazy_wheel.py 2025-09-07T06:18:25.7543030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/cache.py 2025-09-07T06:18:25.7544090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/__init__.py 2025-09-07T06:18:25.7545310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/logging.py 2025-09-07T06:18:25.7546450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/misc.py 2025-09-07T06:18:25.7547510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/egg_link.py 2025-09-07T06:18:25.7548530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/compat.py 2025-09-07T06:18:25.7549630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/deprecation.py 2025-09-07T06:18:25.7550640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/subprocess.py 2025-09-07T06:18:25.7551840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/filesystem.py 2025-09-07T06:18:25.7553170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/direct_url_helpers.py 2025-09-07T06:18:25.7554410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/__init__.py 2025-09-07T06:18:25.7555560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/_jaraco_text.py 2025-09-07T06:18:25.7556600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/temp_dir.py 2025-09-07T06:18:25.7557630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/retry.py 2025-09-07T06:18:25.7558900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/appdirs.py 2025-09-07T06:18:25.7560110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/setuptools_build.py 2025-09-07T06:18:25.7561250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/packaging.py 2025-09-07T06:18:25.7562300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/entrypoints.py 2025-09-07T06:18:25.7563680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/filetypes.py 2025-09-07T06:18:25.7564890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/compatibility_tags.py 2025-09-07T06:18:25.7565970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/datetime.py 2025-09-07T06:18:25.7567060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/urls.py 2025-09-07T06:18:25.7568150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/hashes.py 2025-09-07T06:18:25.7569430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/virtualenv.py 2025-09-07T06:18:25.7570570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/_log.py 2025-09-07T06:18:25.7571590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/glibc.py 2025-09-07T06:18:25.7572650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/wheel.py 2025-09-07T06:18:25.7573800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/unpacking.py 2025-09-07T06:18:25.7574820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/models/link.py 2025-09-07T06:18:25.7576000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/models/selection_prefs.py 2025-09-07T06:18:25.7577020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/models/direct_url.py 2025-09-07T06:18:25.7578100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/models/index.py 2025-09-07T06:18:25.7579270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/models/target_python.py 2025-09-07T06:18:25.7580510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/models/pylock.py 2025-09-07T06:18:25.7581590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/models/__init__.py 2025-09-07T06:18:25.7582870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/models/search_scope.py 2025-09-07T06:18:25.7584030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/models/candidate.py 2025-09-07T06:18:25.7585250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/models/format_control.py 2025-09-07T06:18:25.7586440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/models/installation_report.py 2025-09-07T06:18:25.7587460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/models/scheme.py 2025-09-07T06:18:25.7588500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/models/wheel.py 2025-09-07T06:18:25.7589800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/cli/cmdoptions.py 2025-09-07T06:18:25.7590900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/cli/__init__.py 2025-09-07T06:18:25.7592120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/cli/index_command.py 2025-09-07T06:18:25.7593200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/cli/status_codes.py 2025-09-07T06:18:25.7594380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/cli/parser.py 2025-09-07T06:18:25.7595750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/cli/command_context.py 2025-09-07T06:18:25.7597040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/cli/spinners.py 2025-09-07T06:18:25.7598260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/cli/autocompletion.py 2025-09-07T06:18:25.7599400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/cli/base_command.py 2025-09-07T06:18:25.7600640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/cli/main_parser.py 2025-09-07T06:18:25.7601760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/cli/progress_bars.py 2025-09-07T06:18:25.7603020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/cli/main.py 2025-09-07T06:18:25.7604170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/cli/req_command.py 2025-09-07T06:18:25.7605650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/operations/install/editable_legacy.py 2025-09-07T06:18:25.7606850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/operations/install/__init__.py 2025-09-07T06:18:25.7608060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/operations/install/wheel.py 2025-09-07T06:18:25.7609130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/operations/check.py 2025-09-07T06:18:25.7610290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/operations/__init__.py 2025-09-07T06:18:25.7611660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/operations/freeze.py 2025-09-07T06:18:25.7612890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/operations/build/wheel_legacy.py 2025-09-07T06:18:25.7613950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/operations/build/metadata.py 2025-09-07T06:18:25.7615390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/operations/build/metadata_editable.py 2025-09-07T06:18:25.7616640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/operations/build/wheel_editable.py 2025-09-07T06:18:25.7618040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/operations/build/__init__.py 2025-09-07T06:18:25.7619470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/operations/build/metadata_legacy.py 2025-09-07T06:18:25.7620850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/operations/build/wheel.py 2025-09-07T06:18:25.7622020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/operations/build/build_tracker.py 2025-09-07T06:18:25.7623180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/operations/prepare.py 2025-09-07T06:18:25.7624450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/req/req_install.py 2025-09-07T06:18:25.7625460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/req/req_set.py 2025-09-07T06:18:25.7626560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/req/req_uninstall.py 2025-09-07T06:18:25.7627720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/req/__init__.py 2025-09-07T06:18:25.7629080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/req/req_dependency_group.py 2025-09-07T06:18:25.7630170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/req/req_file.py 2025-09-07T06:18:25.7631300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/req/constructors.py 2025-09-07T06:18:25.7632690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/resolution/legacy/__init__.py 2025-09-07T06:18:25.7633810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/resolution/legacy/resolver.py 2025-09-07T06:18:25.7635030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/resolution/__init__.py 2025-09-07T06:18:25.7636230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/resolution/base.py 2025-09-07T06:18:25.7637510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/resolution/resolvelib/provider.py 2025-09-07T06:18:25.7638770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py 2025-09-07T06:18:25.7640110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/resolution/resolvelib/reporter.py 2025-09-07T06:18:25.7641470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/resolution/resolvelib/__init__.py 2025-09-07T06:18:25.7642690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/resolution/resolvelib/factory.py 2025-09-07T06:18:25.7643990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/resolution/resolvelib/requirements.py 2025-09-07T06:18:25.7645240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/resolution/resolvelib/resolver.py 2025-09-07T06:18:25.7646790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/resolution/resolvelib/candidates.py 2025-09-07T06:18:25.7648120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/resolution/resolvelib/base.py 2025-09-07T06:18:25.7648990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/vcs/git.py 2025-09-07T06:18:25.7650220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/vcs/__init__.py 2025-09-07T06:18:25.7651280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/vcs/mercurial.py 2025-09-07T06:18:25.7652470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/vcs/bazaar.py 2025-09-07T06:18:25.7653510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/vcs/versioncontrol.py 2025-09-07T06:18:25.7654700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/vcs/subversion.py 2025-09-07T06:18:25.7655680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/locations/__init__.py 2025-09-07T06:18:25.7656890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/locations/_sysconfig.py 2025-09-07T06:18:25.7658070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/locations/_distutils.py 2025-09-07T06:18:25.7659220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/locations/base.py 2025-09-07T06:18:25.7660280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/index/collector.py 2025-09-07T06:18:25.7661370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/index/__init__.py 2025-09-07T06:18:25.7662510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/index/sources.py 2025-09-07T06:18:25.7663730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/index/package_finder.py 2025-09-07T06:18:25.7664740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/exceptions.py 2025-09-07T06:18:25.7666120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/configuration.py 2025-09-07T06:18:25.7667210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/show.py 2025-09-07T06:18:25.7668410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/list.py 2025-09-07T06:18:25.7669700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/check.py 2025-09-07T06:18:25.7670860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/index.py 2025-09-07T06:18:25.7671980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/completion.py 2025-09-07T06:18:25.7673220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/download.py 2025-09-07T06:18:25.7674070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/cache.py 2025-09-07T06:18:25.7674960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/__init__.py 2025-09-07T06:18:25.7675820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/hash.py 2025-09-07T06:18:25.7676700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/inspect.py 2025-09-07T06:18:25.7677600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/debug.py 2025-09-07T06:18:25.7679060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/uninstall.py 2025-09-07T06:18:25.7680160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/lock.py 2025-09-07T06:18:25.7681300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/freeze.py 2025-09-07T06:18:25.7682320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/search.py 2025-09-07T06:18:25.7683420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/install.py 2025-09-07T06:18:25.7684640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/help.py 2025-09-07T06:18:25.7685800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/wheel.py 2025-09-07T06:18:25.7686770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/main.py 2025-09-07T06:18:25.7687700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/wheel_builder.py 2025-09-07T06:18:25.7688660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/metadata/_json.py 2025-09-07T06:18:25.7689970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/metadata/__init__.py 2025-09-07T06:18:25.7691140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/metadata/pkg_resources.py 2025-09-07T06:18:25.7692430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/metadata/importlib/_dists.py 2025-09-07T06:18:25.7693620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/metadata/importlib/__init__.py 2025-09-07T06:18:25.7694950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/metadata/importlib/_compat.py 2025-09-07T06:18:25.7696190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/metadata/importlib/_envs.py 2025-09-07T06:18:25.7697130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/metadata/base.py 2025-09-07T06:18:25.7698190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/distributions/__init__.py 2025-09-07T06:18:25.7699360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/distributions/sdist.py 2025-09-07T06:18:25.7700490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/distributions/installed.py 2025-09-07T06:18:25.7701740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/distributions/base.py 2025-09-07T06:18:25.7702900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/distributions/wheel.py 2025-09-07T06:18:25.7704150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/self_outdated_check.py 2025-09-07T06:18:25.7705190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/build_env.py 2025-09-07T06:18:25.7706750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/packaging/tags.py 2025-09-07T06:18:25.7707830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/packaging/_musllinux.py 2025-09-07T06:18:25.7709220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/packaging/metadata.py 2025-09-07T06:18:25.7710310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/packaging/version.py 2025-09-07T06:18:25.7711660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/packaging/licenses/__init__.py 2025-09-07T06:18:25.7712820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/packaging/licenses/_spdx.py 2025-09-07T06:18:25.7713940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/packaging/__init__.py 2025-09-07T06:18:25.7715230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/packaging/_parser.py 2025-09-07T06:18:25.7716480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/packaging/utils.py 2025-09-07T06:18:25.7717830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/packaging/requirements.py 2025-09-07T06:18:25.7718920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/packaging/_structures.py 2025-09-07T06:18:25.7720190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/packaging/markers.py 2025-09-07T06:18:25.7721080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/packaging/py.typed 2025-09-07T06:18:25.7722230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/packaging/_manylinux.py 2025-09-07T06:18:25.7723430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/packaging/_tokenizer.py 2025-09-07T06:18:25.7724590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/packaging/specifiers.py 2025-09-07T06:18:25.7725730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/packaging/_elffile.py 2025-09-07T06:18:25.7726790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/vendor.txt 2025-09-07T06:18:25.7728010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/truststore/_openssl.py 2025-09-07T06:18:25.7729070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/truststore/_api.py 2025-09-07T06:18:25.7730240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/truststore/_macos.py 2025-09-07T06:18:25.7731500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/truststore/__init__.py 2025-09-07T06:18:25.7732870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/truststore/_ssl_constants.py 2025-09-07T06:18:25.7734130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/truststore/py.typed 2025-09-07T06:18:25.7735440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/truststore/_windows.py 2025-09-07T06:18:25.7736610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/msgpack/__init__.py 2025-09-07T06:18:25.7737640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/msgpack/exceptions.py 2025-09-07T06:18:25.7738720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/msgpack/fallback.py 2025-09-07T06:18:25.7739650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/msgpack/ext.py 2025-09-07T06:18:25.7741130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/dependency_groups/_lint_dependency_groups.py 2025-09-07T06:18:25.7742190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/dependency_groups/__init__.py 2025-09-07T06:18:25.7743580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/dependency_groups/_pip_wrapper.py 2025-09-07T06:18:25.7744750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/dependency_groups/_implementation.py 2025-09-07T06:18:25.7745910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/dependency_groups/py.typed 2025-09-07T06:18:25.7747400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/dependency_groups/_toml_compat.py 2025-09-07T06:18:25.7748530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/dependency_groups/__main__.py 2025-09-07T06:18:25.7749890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/filters/__init__.py 2025-09-07T06:18:25.7751100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/modeline.py 2025-09-07T06:18:25.7752260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/console.py 2025-09-07T06:18:25.7753310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/scanner.py 2025-09-07T06:18:25.7754660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/formatter.py 2025-09-07T06:18:25.7755660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/lexers/__init__.py 2025-09-07T06:18:25.7756700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/lexers/python.py 2025-09-07T06:18:25.7757980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/lexers/_mapping.py 2025-09-07T06:18:25.7759220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/token.py 2025-09-07T06:18:25.7760240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/style.py 2025-09-07T06:18:25.7761440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/util.py 2025-09-07T06:18:25.7762630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/sphinxext.py 2025-09-07T06:18:25.7763600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/__init__.py 2025-09-07T06:18:25.7764940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/formatters/__init__.py 2025-09-07T06:18:25.7766190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/formatters/_mapping.py 2025-09-07T06:18:25.7767510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/styles/__init__.py 2025-09-07T06:18:25.7768740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/styles/_mapping.py 2025-09-07T06:18:25.7769760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/unistring.py 2025-09-07T06:18:25.7770970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/lexer.py 2025-09-07T06:18:25.7772120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/regexopt.py 2025-09-07T06:18:25.7773110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/plugin.py 2025-09-07T06:18:25.7774100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/filter.py 2025-09-07T06:18:25.7775200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/__main__.py 2025-09-07T06:18:25.7776460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/w64-arm.exe 2025-09-07T06:18:25.7777540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/w32.exe 2025-09-07T06:18:25.7778790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/locators.py 2025-09-07T06:18:25.7779760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/metadata.py 2025-09-07T06:18:25.7780770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/version.py 2025-09-07T06:18:25.7781870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/compat.py 2025-09-07T06:18:25.7782850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/index.py 2025-09-07T06:18:25.7784030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/manifest.py 2025-09-07T06:18:25.7785110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/util.py 2025-09-07T06:18:25.7786290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/database.py 2025-09-07T06:18:25.7787400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/t32.exe 2025-09-07T06:18:25.7788570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/__init__.py 2025-09-07T06:18:25.7789810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/w64.exe 2025-09-07T06:18:25.7790890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/markers.py 2025-09-07T06:18:25.7791940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/resources.py 2025-09-07T06:18:25.7793110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/t64-arm.exe 2025-09-07T06:18:25.7794270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/scripts.py 2025-09-07T06:18:25.7795240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/t64.exe 2025-09-07T06:18:25.7796280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/wheel.py 2025-09-07T06:18:25.7797590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distro/__init__.py 2025-09-07T06:18:25.7798720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distro/py.typed 2025-09-07T06:18:25.7799810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distro/distro.py 2025-09-07T06:18:25.7800930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distro/__main__.py 2025-09-07T06:18:25.7802240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/cachecontrol/serialize.py 2025-09-07T06:18:25.7803450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/cachecontrol/wrapper.py 2025-09-07T06:18:25.7804680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/cachecontrol/controller.py 2025-09-07T06:18:25.7805950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/cachecontrol/filewrapper.py 2025-09-07T06:18:25.7807200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/cachecontrol/heuristics.py 2025-09-07T06:18:25.7808320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/cachecontrol/adapter.py 2025-09-07T06:18:25.7809570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/cachecontrol/cache.py 2025-09-07T06:18:25.7810780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/cachecontrol/__init__.py 2025-09-07T06:18:25.7811890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/cachecontrol/py.typed 2025-09-07T06:18:25.7813010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/cachecontrol/_cmd.py 2025-09-07T06:18:25.7814230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py 2025-09-07T06:18:25.7815750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/cachecontrol/caches/__init__.py 2025-09-07T06:18:25.7816960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py 2025-09-07T06:18:25.7818050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/idna/intranges.py 2025-09-07T06:18:25.7819050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/idna/package_data.py 2025-09-07T06:18:25.7820200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/idna/compat.py 2025-09-07T06:18:25.7821190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/idna/idnadata.py 2025-09-07T06:18:25.7822290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/idna/__init__.py 2025-09-07T06:18:25.7823350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/idna/core.py 2025-09-07T06:18:25.7824360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/idna/py.typed 2025-09-07T06:18:25.7825530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/idna/codec.py 2025-09-07T06:18:25.7826670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/idna/uts46data.py 2025-09-07T06:18:25.7827770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/__init__.py 2025-09-07T06:18:25.7828960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/requests/cookies.py 2025-09-07T06:18:25.7830310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/requests/auth.py 2025-09-07T06:18:25.7831700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/requests/sessions.py 2025-09-07T06:18:25.7832890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/requests/hooks.py 2025-09-07T06:18:25.7834130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/requests/compat.py 2025-09-07T06:18:25.7835300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/requests/models.py 2025-09-07T06:18:25.7836480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/requests/certs.py 2025-09-07T06:18:25.7837630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/requests/__init__.py 2025-09-07T06:18:25.7838870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/requests/status_codes.py 2025-09-07T06:18:25.7840010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/requests/packages.py 2025-09-07T06:18:25.7841000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/requests/__version__.py 2025-09-07T06:18:25.7841820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/requests/api.py 2025-09-07T06:18:25.7842750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/requests/_internal_utils.py 2025-09-07T06:18:25.7843590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/requests/utils.py 2025-09-07T06:18:25.7844480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/requests/exceptions.py 2025-09-07T06:18:25.7845370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/requests/structures.py 2025-09-07T06:18:25.7846200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/requests/help.py 2025-09-07T06:18:25.7847070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/requests/adapters.py 2025-09-07T06:18:25.7847910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/tomli/_types.py 2025-09-07T06:18:25.7848760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/tomli/__init__.py 2025-09-07T06:18:25.7849620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/tomli/_parser.py 2025-09-07T06:18:25.7850400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/tomli/_re.py 2025-09-07T06:18:25.7851280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/tomli/py.typed 2025-09-07T06:18:25.7852110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/certifi/__init__.py 2025-09-07T06:18:25.7853140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/certifi/core.py 2025-09-07T06:18:25.7854150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/certifi/py.typed 2025-09-07T06:18:25.7855340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/certifi/cacert.pem 2025-09-07T06:18:25.7856340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/certifi/__main__.py 2025-09-07T06:18:25.7857400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pyproject_hooks/_impl.py 2025-09-07T06:18:25.7858520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pyproject_hooks/__init__.py 2025-09-07T06:18:25.7859940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py 2025-09-07T06:18:25.7861300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py 2025-09-07T06:18:25.7862410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pyproject_hooks/py.typed 2025-09-07T06:18:25.7863320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/themes.py 2025-09-07T06:18:25.7864530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/screen.py 2025-09-07T06:18:25.7865490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/logging.py 2025-09-07T06:18:25.7866560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/measure.py 2025-09-07T06:18:25.7867520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/tree.py 2025-09-07T06:18:25.7868710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/console.py 2025-09-07T06:18:25.7869770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/live_render.py 2025-09-07T06:18:25.7871000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_emoji_codes.py 2025-09-07T06:18:25.7872030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/box.py 2025-09-07T06:18:25.7873070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/color.py 2025-09-07T06:18:25.7874140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_timer.py 2025-09-07T06:18:25.7875210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_fileno.py 2025-09-07T06:18:25.7876370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/align.py 2025-09-07T06:18:25.7877520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/theme.py 2025-09-07T06:18:25.7878520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/style.py 2025-09-07T06:18:25.7879710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/default_styles.py 2025-09-07T06:18:25.7880780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_wrap.py 2025-09-07T06:18:25.7881860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_log_render.py 2025-09-07T06:18:25.7882940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/emoji.py 2025-09-07T06:18:25.7883860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/layout.py 2025-09-07T06:18:25.7885040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/containers.py 2025-09-07T06:18:25.7886180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_emoji_replace.py 2025-09-07T06:18:25.7887270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/traceback.py 2025-09-07T06:18:25.7888420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/region.py 2025-09-07T06:18:25.7889430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/protocol.py 2025-09-07T06:18:25.7890500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_loop.py 2025-09-07T06:18:25.7891660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/control.py 2025-09-07T06:18:25.7892850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/filesize.py 2025-09-07T06:18:25.7894060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_null_file.py 2025-09-07T06:18:25.7895120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_palettes.py 2025-09-07T06:18:25.7896110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/__init__.py 2025-09-07T06:18:25.7900650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_pick.py 2025-09-07T06:18:25.7901150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/file_proxy.py 2025-09-07T06:18:25.7901640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/palette.py 2025-09-07T06:18:25.7902130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/markup.py 2025-09-07T06:18:25.7902600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_ratio.py 2025-09-07T06:18:25.7903070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/repr.py 2025-09-07T06:18:25.7903610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/constrain.py 2025-09-07T06:18:25.7904500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/pretty.py 2025-09-07T06:18:25.7905590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/diagnose.py 2025-09-07T06:18:25.7906710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/columns.py 2025-09-07T06:18:25.7907730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/rule.py 2025-09-07T06:18:25.7908890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_inspect.py 2025-09-07T06:18:25.7909890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/pager.py 2025-09-07T06:18:25.7910930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/text.py 2025-09-07T06:18:25.7912070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/highlighter.py 2025-09-07T06:18:25.7913140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_spinners.py 2025-09-07T06:18:25.7914180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/terminal_theme.py 2025-09-07T06:18:25.7915210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/bar.py 2025-09-07T06:18:25.7916130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/live.py 2025-09-07T06:18:25.7917110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/py.typed 2025-09-07T06:18:25.7918120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/syntax.py 2025-09-07T06:18:25.7919190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/table.py 2025-09-07T06:18:25.7920350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_export_format.py 2025-09-07T06:18:25.7921440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/progress_bar.py 2025-09-07T06:18:25.7922520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/errors.py 2025-09-07T06:18:25.7923560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/prompt.py 2025-09-07T06:18:25.7924700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/segment.py 2025-09-07T06:18:25.7925750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/ansi.py 2025-09-07T06:18:25.7926800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/progress.py 2025-09-07T06:18:25.7927940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_stack.py 2025-09-07T06:18:25.7929030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_windows.py 2025-09-07T06:18:25.7930310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_cell_widths.py 2025-09-07T06:18:25.7931450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/cells.py 2025-09-07T06:18:25.7932570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_win32_console.py 2025-09-07T06:18:25.7933840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/panel.py 2025-09-07T06:18:25.7934940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/styled.py 2025-09-07T06:18:25.7936000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/spinner.py 2025-09-07T06:18:25.7937190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_windows_renderer.py 2025-09-07T06:18:25.7938270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/json.py 2025-09-07T06:18:25.7939240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/padding.py 2025-09-07T06:18:25.7940420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/__main__.py 2025-09-07T06:18:25.7941380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/scope.py 2025-09-07T06:18:25.7942520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_extension.py 2025-09-07T06:18:25.7943680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/status.py 2025-09-07T06:18:25.7944770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/abc.py 2025-09-07T06:18:25.7945700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/jupyter.py 2025-09-07T06:18:25.7946860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/color_triplet.py 2025-09-07T06:18:25.7948030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/tomli_w/_writer.py 2025-09-07T06:18:25.7949150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/tomli_w/__init__.py 2025-09-07T06:18:25.7950290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/tomli_w/py.typed 2025-09-07T06:18:25.7951470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/filepost.py 2025-09-07T06:18:25.7952870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/fields.py 2025-09-07T06:18:25.7954000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/util/queue.py 2025-09-07T06:18:25.7955070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/util/ssltransport.py 2025-09-07T06:18:25.7956100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/util/proxy.py 2025-09-07T06:18:25.7957250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/util/wait.py 2025-09-07T06:18:25.7958440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/util/request.py 2025-09-07T06:18:25.7959570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/util/timeout.py 2025-09-07T06:18:25.7960740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/util/__init__.py 2025-09-07T06:18:25.7962050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/util/response.py 2025-09-07T06:18:25.7963470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/util/ssl_.py 2025-09-07T06:18:25.7964550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/util/retry.py 2025-09-07T06:18:25.7965570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/util/url.py 2025-09-07T06:18:25.7966770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/util/connection.py 2025-09-07T06:18:25.7967930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py 2025-09-07T06:18:25.7969180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/_version.py 2025-09-07T06:18:25.7970370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/request.py 2025-09-07T06:18:25.7971410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/__init__.py 2025-09-07T06:18:25.7972590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/poolmanager.py 2025-09-07T06:18:25.7973710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/response.py 2025-09-07T06:18:25.7974970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/contrib/securetransport.py 2025-09-07T06:18:25.7976180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/contrib/__init__.py 2025-09-07T06:18:25.7977280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/contrib/socks.py 2025-09-07T06:18:25.7978640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py 2025-09-07T06:18:25.7979950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py 2025-09-07T06:18:25.7981130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/contrib/appengine.py 2025-09-07T06:18:25.7982460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py 2025-09-07T06:18:25.7983690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py 2025-09-07T06:18:25.7985070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py 2025-09-07T06:18:25.7986240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py 2025-09-07T06:18:25.7987380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/connection.py 2025-09-07T06:18:25.7988580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/_collections.py 2025-09-07T06:18:25.7989740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/packages/__init__.py 2025-09-07T06:18:25.7991060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py 2025-09-07T06:18:25.7992380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py 2025-09-07T06:18:25.7993940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py 2025-09-07T06:18:25.7995000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/packages/six.py 2025-09-07T06:18:25.7996210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/exceptions.py 2025-09-07T06:18:25.7997370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/connectionpool.py 2025-09-07T06:18:25.7998740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pkg_resources/__init__.py 2025-09-07T06:18:25.7999800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/resolvelib/__init__.py 2025-09-07T06:18:25.8001190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/resolvelib/resolvers/abstract.py 2025-09-07T06:18:25.8002440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/resolvelib/resolvers/__init__.py 2025-09-07T06:18:25.8003460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/resolvelib/resolvers/exceptions.py 2025-09-07T06:18:25.8004440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/resolvelib/resolvers/criterion.py 2025-09-07T06:18:25.8005410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/resolvelib/resolvers/resolution.py 2025-09-07T06:18:25.8006330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/resolvelib/providers.py 2025-09-07T06:18:25.8007190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/resolvelib/structs.py 2025-09-07T06:18:25.8008110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/resolvelib/reporters.py 2025-09-07T06:18:25.8008930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/resolvelib/py.typed 2025-09-07T06:18:25.8009860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/typing_extensions.py 2025-09-07T06:18:25.8010690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/platformdirs/macos.py 2025-09-07T06:18:25.8011540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/platformdirs/unix.py 2025-09-07T06:18:25.8012760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/platformdirs/version.py 2025-09-07T06:18:25.8013770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/platformdirs/__init__.py 2025-09-07T06:18:25.8014860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/platformdirs/api.py 2025-09-07T06:18:25.8016020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/platformdirs/android.py 2025-09-07T06:18:25.8017160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/platformdirs/py.typed 2025-09-07T06:18:25.8018190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/platformdirs/windows.py 2025-09-07T06:18:25.8019340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/platformdirs/__main__.py 2025-09-07T06:18:25.8020320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/__init__.py 2025-09-07T06:18:25.8021290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/py.typed 2025-09-07T06:18:25.8022450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/__pip-runner__.py 2025-09-07T06:18:25.8023360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/__main__.py 2025-09-07T06:18:25.8024490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip-25.1.dist-info/RECORD 2025-09-07T06:18:25.8025720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip-25.1.dist-info/licenses/LICENSE.txt 2025-09-07T06:18:25.8026760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip-25.1.dist-info/licenses/AUTHORS.txt 2025-09-07T06:18:25.8027830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip-25.1.dist-info/direct_url.json 2025-09-07T06:18:25.8028950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip-25.1.dist-info/WHEEL 2025-09-07T06:18:25.8030210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip-25.1.dist-info/entry_points.txt 2025-09-07T06:18:25.8031180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip-25.1.dist-info/top_level.txt 2025-09-07T06:18:25.8032190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip-25.1.dist-info/REQUESTED 2025-09-07T06:18:25.8033330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip-25.1.dist-info/INSTALLER 2025-09-07T06:18:25.8034510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip-25.1.dist-info/METADATA 2025-09-07T06:18:25.8035380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/info/repodata_record.json 2025-09-07T06:18:25.8036210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/info/test/run_test.sh 2025-09-07T06:18:25.8037170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/info/test/run_test.py 2025-09-07T06:18:25.8038300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/info/test/test_time_dependencies.json 2025-09-07T06:18:25.8039190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/info/test/run_test.bat 2025-09-07T06:18:25.8040210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/info/licenses/LICENSE.txt 2025-09-07T06:18:25.8040970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/info/recipe/bld.bat 2025-09-07T06:18:25.8041850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/info/recipe/build.sh 2025-09-07T06:18:25.8042980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/info/recipe/conda_build_config.yaml 2025-09-07T06:18:25.8043930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/info/recipe/meta.yaml 2025-09-07T06:18:25.8044990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/info/recipe/meta.yaml.template 2025-09-07T06:18:25.8045680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/info/paths.json 2025-09-07T06:18:25.8046550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/info/hash_input.json 2025-09-07T06:18:25.8047230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/info/files 2025-09-07T06:18:25.8048150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/info/about.json 2025-09-07T06:18:25.8049050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/info/link.json 2025-09-07T06:18:25.8049850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/info/index.json 2025-09-07T06:18:25.8050540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/info/git 2025-09-07T06:18:25.8051360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0.conda 2025-09-07T06:18:25.8052240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1.conda 2025-09-07T06:18:25.8053030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/bin/makeconv 2025-09-07T06:18:25.8053840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/bin/gencnval 2025-09-07T06:18:25.8054690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/bin/icu-config 2025-09-07T06:18:25.8055390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/bin/gencfu 2025-09-07T06:18:25.8056290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/bin/icuinfo 2025-09-07T06:18:25.8056920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/bin/gendict 2025-09-07T06:18:25.8057670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/bin/genrb 2025-09-07T06:18:25.8058580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/bin/icuexportdata 2025-09-07T06:18:25.8059270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/bin/pkgdata 2025-09-07T06:18:25.8060070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/bin/genbrk 2025-09-07T06:18:25.8060790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/bin/derb 2025-09-07T06:18:25.8061700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/translit.h 2025-09-07T06:18:25.8062650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ustdio.h 2025-09-07T06:18:25.8063630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/utf_old.h 2025-09-07T06:18:25.8064480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ucsdet.h 2025-09-07T06:18:25.8065280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/tzfmt.h 2025-09-07T06:18:25.8066180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ubrk.h 2025-09-07T06:18:25.8067300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ufieldpositer.h 2025-09-07T06:18:25.8068190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/localematcher.h 2025-09-07T06:18:25.8069160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/stringpiece.h 2025-09-07T06:18:25.8070200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ucat.h 2025-09-07T06:18:25.8070990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/tblcoll.h 2025-09-07T06:18:25.8072150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/stringoptions.h 2025-09-07T06:18:25.8073120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/dtfmtsym.h 2025-09-07T06:18:25.8073920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/unirepl.h 2025-09-07T06:18:25.8075040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ptypes.h 2025-09-07T06:18:25.8076070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/fmtable.h 2025-09-07T06:18:25.8077080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/dtitvfmt.h 2025-09-07T06:18:25.8078020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/choicfmt.h 2025-09-07T06:18:25.8079100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/unumberrangeformatter.h 2025-09-07T06:18:25.8080140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/numberrangeformatter.h 2025-09-07T06:18:25.8080970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/usetiter.h 2025-09-07T06:18:25.8081910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/errorcode.h 2025-09-07T06:18:25.8082800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/tznames.h 2025-09-07T06:18:25.8083660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/dtintrv.h 2025-09-07T06:18:25.8084750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/usimplenumberformatter.h 2025-09-07T06:18:25.8085630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ucurr.h 2025-09-07T06:18:25.8086540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/icuplug.h 2025-09-07T06:18:25.8087500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uregion.h 2025-09-07T06:18:25.8088360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/utext.h 2025-09-07T06:18:25.8089380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/edits.h 2025-09-07T06:18:25.8090250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/parsepos.h 2025-09-07T06:18:25.8091130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ucal.h 2025-09-07T06:18:25.8092320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/fpositer.h 2025-09-07T06:18:25.8093330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/dtitvinf.h 2025-09-07T06:18:25.8094170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/rbnf.h 2025-09-07T06:18:25.8095060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/udat.h 2025-09-07T06:18:25.8095950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/urep.h 2025-09-07T06:18:25.8096730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/utf32.h 2025-09-07T06:18:25.8097720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/vtzone.h 2025-09-07T06:18:25.8098660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ustring.h 2025-09-07T06:18:25.8099800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ubiditransform.h 2025-09-07T06:18:25.8100590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uenum.h 2025-09-07T06:18:25.8101750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/umutablecptrie.h 2025-09-07T06:18:25.8102660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/appendable.h 2025-09-07T06:18:25.8103570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/usearch.h 2025-09-07T06:18:25.8104340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/numsys.h 2025-09-07T06:18:25.8105320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/timezone.h 2025-09-07T06:18:25.8106080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uset.h 2025-09-07T06:18:25.8106960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/casemap.h 2025-09-07T06:18:25.8107890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/coleitr.h 2025-09-07T06:18:25.8108790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/schriter.h 2025-09-07T06:18:25.8109480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/msgfmt.h 2025-09-07T06:18:25.8110560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/fieldpos.h 2025-09-07T06:18:25.8111570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/simpletz.h 2025-09-07T06:18:25.8112530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ucpmap.h 2025-09-07T06:18:25.8113350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uldnames.h 2025-09-07T06:18:25.8114360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/unumberformatter.h 2025-09-07T06:18:25.8115160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uiter.h 2025-09-07T06:18:25.8115970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/umsg.h 2025-09-07T06:18:25.8116850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/sortkey.h 2025-09-07T06:18:25.8117930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/simplenumberformatter.h 2025-09-07T06:18:25.8118910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/docmain.h 2025-09-07T06:18:25.8119810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uniset.h 2025-09-07T06:18:25.8120710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/basictz.h 2025-09-07T06:18:25.8121690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/udata.h 2025-09-07T06:18:25.8122760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/stringtriebuilder.h 2025-09-07T06:18:25.8123510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/chariter.h 2025-09-07T06:18:25.8124300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/umisc.h 2025-09-07T06:18:25.8125200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/reldatefmt.h 2025-09-07T06:18:25.8126040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uloc.h 2025-09-07T06:18:25.8126930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/plurrule.h 2025-09-07T06:18:25.8128000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uformattednumber.h 2025-09-07T06:18:25.8129040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/bytestriebuilder.h 2025-09-07T06:18:25.8129900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/measunit.h 2025-09-07T06:18:25.8130850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/utrace.h 2025-09-07T06:18:25.8131670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/locdspnm.h 2025-09-07T06:18:25.8132700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/gregocal.h 2025-09-07T06:18:25.8133520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uchriter.h 2025-09-07T06:18:25.8134320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/enumset.h 2025-09-07T06:18:25.8135220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/nounit.h 2025-09-07T06:18:25.8136010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/utf.h 2025-09-07T06:18:25.8136940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/measure.h 2025-09-07T06:18:25.8137710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/tzrule.h 2025-09-07T06:18:25.8138720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/strenum.h 2025-09-07T06:18:25.8139700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/regex.h 2025-09-07T06:18:25.8140710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/gender.h 2025-09-07T06:18:25.8141710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/dcfmtsym.h 2025-09-07T06:18:25.8142510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ucnv_err.h 2025-09-07T06:18:25.8143500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/decimfmt.h 2025-09-07T06:18:25.8144420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/bytestrie.h 2025-09-07T06:18:25.8145260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/udatpg.h 2025-09-07T06:18:25.8146290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/listformatter.h 2025-09-07T06:18:25.8147070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uobject.h 2025-09-07T06:18:25.8147990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/calendar.h 2025-09-07T06:18:25.8148800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ures.h 2025-09-07T06:18:25.8149740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/normlzr.h 2025-09-07T06:18:25.8150550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/usprep.h 2025-09-07T06:18:25.8151470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/urename.h 2025-09-07T06:18:25.8152420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/caniter.h 2025-09-07T06:18:25.8153180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ucol.h 2025-09-07T06:18:25.8154030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/upluralrules.h 2025-09-07T06:18:25.8155000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ucharstrie.h 2025-09-07T06:18:25.8156020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/tmunit.h 2025-09-07T06:18:25.8156840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/unistr.h 2025-09-07T06:18:25.8157770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/rbbi.h 2025-09-07T06:18:25.8158670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ulocdata.h 2025-09-07T06:18:25.8159610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/idna.h 2025-09-07T06:18:25.8160540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/unorm2.h 2025-09-07T06:18:25.8161490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/localebuilder.h 2025-09-07T06:18:25.8162520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/dtptngen.h 2025-09-07T06:18:25.8163340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/dbbi.h 2025-09-07T06:18:25.8164290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/bytestream.h 2025-09-07T06:18:25.8165130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uversion.h 2025-09-07T06:18:25.8166250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/messagepattern.h 2025-09-07T06:18:25.8167210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uidna.h 2025-09-07T06:18:25.8168090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/filteredbrk.h 2025-09-07T06:18:25.8168750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/tmutamt.h 2025-09-07T06:18:25.8169460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/char16ptr.h 2025-09-07T06:18:25.8170220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uformattedvalue.h 2025-09-07T06:18:25.8170970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/symtable.h 2025-09-07T06:18:25.8171610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ucasemap.h 2025-09-07T06:18:25.8172300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ucoleitr.h 2025-09-07T06:18:25.8173120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/compactdecimalformat.h 2025-09-07T06:18:25.8173740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/unum.h 2025-09-07T06:18:25.8174510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/udisplaycontext.h 2025-09-07T06:18:25.8175200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/tztrans.h 2025-09-07T06:18:25.8176020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/umachine.h 2025-09-07T06:18:25.8177180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/numberformatter.h 2025-09-07T06:18:25.8177940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/datefmt.h 2025-09-07T06:18:25.8178830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/utmscale.h 2025-09-07T06:18:25.8179610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/coll.h 2025-09-07T06:18:25.8180640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/currpinf.h 2025-09-07T06:18:25.8181640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uregex.h 2025-09-07T06:18:25.8182620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/tmutfmt.h 2025-09-07T06:18:25.8183390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/plurfmt.h 2025-09-07T06:18:25.8184230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ustringtrie.h 2025-09-07T06:18:25.8185140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/smpdtfmt.h 2025-09-07T06:18:25.8185940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ucptrie.h 2025-09-07T06:18:25.8187200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/udisplayoptions.h 2025-09-07T06:18:25.8188190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/icudataver.h 2025-09-07T06:18:25.8189020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uchar.h 2025-09-07T06:18:25.8189810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/unorm.h 2025-09-07T06:18:25.8190600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ushape.h 2025-09-07T06:18:25.8191580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/unifunct.h 2025-09-07T06:18:25.8192540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ugender.h 2025-09-07T06:18:25.8193460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/selfmt.h 2025-09-07T06:18:25.8194480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uformattable.h 2025-09-07T06:18:25.8195500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ustream.h 2025-09-07T06:18:25.8196640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/simpleformatter.h 2025-09-07T06:18:25.8197580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ucnv_cb.h 2025-09-07T06:18:25.8198590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/curramt.h 2025-09-07T06:18:25.8199510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/locid.h 2025-09-07T06:18:25.8200500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/udateintervalformat.h 2025-09-07T06:18:25.8201380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/resbund.h 2025-09-07T06:18:25.8202120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ubidi.h 2025-09-07T06:18:25.8203010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/stsearch.h 2025-09-07T06:18:25.8203950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/alphaindex.h 2025-09-07T06:18:25.8204740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uvernum.h 2025-09-07T06:18:25.8205660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/unimatch.h 2025-09-07T06:18:25.8206440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/rbtz.h 2025-09-07T06:18:25.8207510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ucnvsel.h 2025-09-07T06:18:25.8208440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uspoof.h 2025-09-07T06:18:25.8209330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/region.h 2025-09-07T06:18:25.8210280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ureldatefmt.h 2025-09-07T06:18:25.8211210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/utrans.h 2025-09-07T06:18:25.8212240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/parseerr.h 2025-09-07T06:18:25.8213110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/putil.h 2025-09-07T06:18:25.8214020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/format.h 2025-09-07T06:18:25.8215170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/scientificnumberformatter.h 2025-09-07T06:18:25.8216130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/displayoptions.h 2025-09-07T06:18:25.8216990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/normalizer2.h 2025-09-07T06:18:25.8217850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/dtrule.h 2025-09-07T06:18:25.8218900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/unumberoptions.h 2025-09-07T06:18:25.8219730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ucnv.h 2025-09-07T06:18:25.8220970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ucharstriebuilder.h 2025-09-07T06:18:25.8221940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/search.h 2025-09-07T06:18:25.8222720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/unumsys.h 2025-09-07T06:18:25.8223740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uconfig.h 2025-09-07T06:18:25.8224600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/utf16.h 2025-09-07T06:18:25.8225490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/brkiter.h 2025-09-07T06:18:25.8226400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/formattedvalue.h 2025-09-07T06:18:25.8227370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/platform.h 2025-09-07T06:18:25.8228320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/rep.h 2025-09-07T06:18:25.8229370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/formattednumber.h 2025-09-07T06:18:25.8230190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/std_string.h 2025-09-07T06:18:25.8231060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/utf8.h 2025-09-07T06:18:25.8232000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/localpointer.h 2025-09-07T06:18:25.8232980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uclean.h 2025-09-07T06:18:25.8233750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uscript.h 2025-09-07T06:18:25.8234700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/numfmt.h 2025-09-07T06:18:25.8235650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/currunit.h 2025-09-07T06:18:25.8236510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/utypes.h 2025-09-07T06:18:25.8237480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ulistformatter.h 2025-09-07T06:18:25.8238390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/measfmt.h 2025-09-07T06:18:25.8239180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/unifilt.h 2025-09-07T06:18:25.8240060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/repodata_record.json 2025-09-07T06:18:25.8240980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/test/run_test.sh 2025-09-07T06:18:25.8241860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/test/gb-18030-2000.ucm 2025-09-07T06:18:25.8242590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/test/de.txt 2025-09-07T06:18:25.8243730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/licenses/LICENSE 2025-09-07T06:18:25.8245060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/recipe/icu4c-4_9_1-mingw-w64-mkdir-compatibility.patch 2025-09-07T06:18:25.8245850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/recipe/mach-port-t.patch 2025-09-07T06:18:25.8246730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/recipe/icu-22356.patch 2025-09-07T06:18:25.8247650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/recipe/gb-18030-2000.ucm 2025-09-07T06:18:25.8248480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/recipe/bld.bat 2025-09-07T06:18:25.8249320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/recipe/build.sh 2025-09-07T06:18:25.8250410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:25.8251310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/recipe/icu-config.patch 2025-09-07T06:18:25.8252230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/recipe/meta.yaml 2025-09-07T06:18:25.8253240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/recipe/meta.yaml.template 2025-09-07T06:18:25.8254020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/recipe/de.txt 2025-09-07T06:18:25.8254930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/run_exports.json 2025-09-07T06:18:25.8255740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/paths.json 2025-09-07T06:18:25.8256480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/hash_input.json 2025-09-07T06:18:25.8257220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/files 2025-09-07T06:18:25.8258110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/about.json 2025-09-07T06:18:25.8258860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/has_prefix 2025-09-07T06:18:25.8259860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/index.json 2025-09-07T06:18:25.8260580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/git 2025-09-07T06:18:25.8261480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicutu.73.1.dylib 2025-09-07T06:18:25.8262530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicudata.73.dylib 2025-09-07T06:18:25.8263490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicui18n.a 2025-09-07T06:18:25.8264570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/pkgconfig/icu-uc.pc 2025-09-07T06:18:25.8265390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/pkgconfig/icu-io.pc 2025-09-07T06:18:25.8266310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/pkgconfig/icu-i18n.pc 2025-09-07T06:18:25.8267050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicuio.dylib 2025-09-07T06:18:25.8267790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicutest.a 2025-09-07T06:18:25.8268570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicutest.dylib 2025-09-07T06:18:25.8269290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicuio.a 2025-09-07T06:18:25.8270100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicudata.dylib 2025-09-07T06:18:25.8270950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicudata.a 2025-09-07T06:18:25.8271910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicui18n.73.1.dylib 2025-09-07T06:18:25.8272880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicui18n.73.dylib 2025-09-07T06:18:25.8273710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicuio.73.1.dylib 2025-09-07T06:18:25.8274460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicuuc.73.dylib 2025-09-07T06:18:25.8275190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicuuc.dylib 2025-09-07T06:18:25.8276190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicutest.73.dylib 2025-09-07T06:18:25.8277160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicudata.73.1.dylib 2025-09-07T06:18:25.8277980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicutest.73.1.dylib 2025-09-07T06:18:25.8279040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicuuc.73.1.dylib 2025-09-07T06:18:25.8279800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicuuc.a 2025-09-07T06:18:25.8280510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicutu.a 2025-09-07T06:18:25.8281430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicuio.73.dylib 2025-09-07T06:18:25.8282200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicutu.dylib 2025-09-07T06:18:25.8283140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicui18n.dylib 2025-09-07T06:18:25.8284040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicutu.73.dylib 2025-09-07T06:18:25.8284780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/icu/pkgdata.inc 2025-09-07T06:18:25.8285610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/icu/current 2025-09-07T06:18:25.8286460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/icu/73.1/pkgdata.inc 2025-09-07T06:18:25.8287490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/icu/73.1/Makefile.inc 2025-09-07T06:18:25.8288320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/icu/Makefile.inc 2025-09-07T06:18:25.8289520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/share/man/man8/gensprep.8 2025-09-07T06:18:25.8290340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/share/man/man8/genccode.8 2025-09-07T06:18:25.8291170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/share/man/man8/icupkg.8 2025-09-07T06:18:25.8292140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/share/man/man8/gencmn.8 2025-09-07T06:18:25.8293040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/share/man/man1/icuexportdata.1 2025-09-07T06:18:25.8294200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/share/man/man1/icu-config.1 2025-09-07T06:18:25.8295060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/share/man/man1/pkgdata.1 2025-09-07T06:18:25.8296240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/share/man/man1/gendict.1 2025-09-07T06:18:25.8297010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/share/man/man1/genrb.1 2025-09-07T06:18:25.8297830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/share/man/man1/genbrk.1 2025-09-07T06:18:25.8298840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/share/man/man1/gencnval.1 2025-09-07T06:18:25.8299770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/share/man/man1/makeconv.1 2025-09-07T06:18:25.8300830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/share/man/man1/gencfu.1 2025-09-07T06:18:25.8301650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/share/man/man1/derb.1 2025-09-07T06:18:25.8302510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/share/icu/73.1/install-sh 2025-09-07T06:18:25.8303440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/share/icu/73.1/LICENSE 2025-09-07T06:18:25.8304400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/share/icu/73.1/config/mh-darwin 2025-09-07T06:18:25.8305380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/share/icu/73.1/mkinstalldirs 2025-09-07T06:18:25.8306480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:25.8307540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:25.8308710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/test/tests/test_unix.py 2025-09-07T06:18:25.8309740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/test/tests/conftest.py 2025-09-07T06:18:25.8311140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/test/tests/test_comp_with_appdirs.py 2025-09-07T06:18:25.8312110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/test/tests/test_macos.py 2025-09-07T06:18:25.8313080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/test/tests/test_android.py 2025-09-07T06:18:25.8314170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/test/tests/test_api.py 2025-09-07T06:18:25.8315220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/test/tests/test_main.py 2025-09-07T06:18:25.8316200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:25.8317300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:25.8318400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/licenses/LICENSE 2025-09-07T06:18:25.8319600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:25.8320510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:25.8321550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:25.8322390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/paths.json 2025-09-07T06:18:25.8323430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:25.8324330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/files 2025-09-07T06:18:25.8325340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/about.json 2025-09-07T06:18:25.8326150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/index.json 2025-09-07T06:18:25.8327030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/git 2025-09-07T06:18:25.8328620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs-4.3.7.dist-info/RECORD 2025-09-07T06:18:25.8330050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs-4.3.7.dist-info/licenses/LICENSE 2025-09-07T06:18:25.8331510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs-4.3.7.dist-info/direct_url.json 2025-09-07T06:18:25.8332900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs-4.3.7.dist-info/WHEEL 2025-09-07T06:18:25.8334270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs-4.3.7.dist-info/REQUESTED 2025-09-07T06:18:25.8335680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs-4.3.7.dist-info/INSTALLER 2025-09-07T06:18:25.8337400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs-4.3.7.dist-info/METADATA 2025-09-07T06:18:25.8338630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs/macos.py 2025-09-07T06:18:25.8339890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs/unix.py 2025-09-07T06:18:25.8341230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs/version.py 2025-09-07T06:18:25.8342460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs/__init__.py 2025-09-07T06:18:25.8344070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs/__pycache__/api.cpython-313.pyc 2025-09-07T06:18:25.8345850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs/__pycache__/android.cpython-313.pyc 2025-09-07T06:18:25.8347440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs/__pycache__/windows.cpython-313.pyc 2025-09-07T06:18:25.8348920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs/__pycache__/macos.cpython-313.pyc 2025-09-07T06:18:25.8350490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:25.8352240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.8353800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:25.8355220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs/__pycache__/unix.cpython-313.pyc 2025-09-07T06:18:25.8356310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs/api.py 2025-09-07T06:18:25.8357620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs/android.py 2025-09-07T06:18:25.8358890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs/py.typed 2025-09-07T06:18:25.8360070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs/windows.py 2025-09-07T06:18:25.8361520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs/__main__.py 2025-09-07T06:18:25.8362190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0.conda 2025-09-07T06:18:25.8363020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0.conda 2025-09-07T06:18:25.8363920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/ssl/misc/tsget 2025-09-07T06:18:25.8364960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/ssl/misc/tsget.pl 2025-09-07T06:18:25.8365750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/ssl/misc/CA.pl 2025-09-07T06:18:25.8366570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/ssl/ct_log_list.cnf 2025-09-07T06:18:25.8367400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/ssl/openssl.cnf.dist 2025-09-07T06:18:25.8368240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/ssl/openssl.cnf 2025-09-07T06:18:25.8369100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/ssl/ct_log_list.cnf.dist 2025-09-07T06:18:25.8370030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/bin/c_rehash 2025-09-07T06:18:25.8370870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/bin/openssl 2025-09-07T06:18:25.8371810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/pem2.h 2025-09-07T06:18:25.8372680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/kdf.h 2025-09-07T06:18:25.8373760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/pem.h 2025-09-07T06:18:25.8374780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/asyncerr.h 2025-09-07T06:18:25.8375670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/md2.h 2025-09-07T06:18:25.8376590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/ssl3.h 2025-09-07T06:18:25.8377490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/ossl_typ.h 2025-09-07T06:18:25.8378400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/dtls1.h 2025-09-07T06:18:25.8379370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/err.h 2025-09-07T06:18:25.8380200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/bn.h 2025-09-07T06:18:25.8381250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/blowfish.h 2025-09-07T06:18:25.8382290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/cms.h 2025-09-07T06:18:25.8383310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/engine.h 2025-09-07T06:18:25.8384160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/conf_api.h 2025-09-07T06:18:25.8385160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/esserr.h 2025-09-07T06:18:25.8386110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/core.h 2025-09-07T06:18:25.8387050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/x509.h 2025-09-07T06:18:25.8388110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/asn1_mac.h 2025-09-07T06:18:25.8389000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/objectserr.h 2025-09-07T06:18:25.8389980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/params.h 2025-09-07T06:18:25.8391020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/cmserr.h 2025-09-07T06:18:25.8392050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/http.h 2025-09-07T06:18:25.8392930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/ui.h 2025-09-07T06:18:25.8393820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/sha.h 2025-09-07T06:18:25.8394910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/symhacks.h 2025-09-07T06:18:25.8395620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/asn1.h 2025-09-07T06:18:25.8396580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/bioerr.h 2025-09-07T06:18:25.8397480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/opensslconf.h 2025-09-07T06:18:25.8398260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/bio.h 2025-09-07T06:18:25.8399200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/rc2.h 2025-09-07T06:18:25.8400090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/types.h 2025-09-07T06:18:25.8400990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/dh.h 2025-09-07T06:18:25.8402140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/cryptoerr_legacy.h 2025-09-07T06:18:25.8403100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/proverr.h 2025-09-07T06:18:25.8404140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/x509v3.h 2025-09-07T06:18:25.8405240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/core_object.h 2025-09-07T06:18:25.8406300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/decodererr.h 2025-09-07T06:18:25.8407590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/param_build.h 2025-09-07T06:18:25.8408910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/conf.h 2025-09-07T06:18:25.8409930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/conftypes.h 2025-09-07T06:18:25.8410890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/md5.h 2025-09-07T06:18:25.8412000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/decoder.h 2025-09-07T06:18:25.8412980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/pemerr.h 2025-09-07T06:18:25.8413780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/crmferr.h 2025-09-07T06:18:25.8414710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/x509_vfy.h 2025-09-07T06:18:25.8415750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/txt_db.h 2025-09-07T06:18:25.8416660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/cmp.h 2025-09-07T06:18:25.8417760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/comperr.h 2025-09-07T06:18:25.8418650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/cterr.h 2025-09-07T06:18:25.8419500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/self_test.h 2025-09-07T06:18:25.8420440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/safestack.h 2025-09-07T06:18:25.8421500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/configuration.h 2025-09-07T06:18:25.8422590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/fips_names.h 2025-09-07T06:18:25.8423490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/ecdsa.h 2025-09-07T06:18:25.8424400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/sslerr.h 2025-09-07T06:18:25.8425440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/prov_ssl.h 2025-09-07T06:18:25.8426500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/fipskey.h 2025-09-07T06:18:25.8427380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/rc5.h 2025-09-07T06:18:25.8428120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/uierr.h 2025-09-07T06:18:25.8429110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/x509v3err.h 2025-09-07T06:18:25.8430090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/objects.h 2025-09-07T06:18:25.8431090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/pkcs12.h 2025-09-07T06:18:25.8431980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/crypto.h 2025-09-07T06:18:25.8432990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/crmf.h 2025-09-07T06:18:25.8434130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/cmp_util.h 2025-09-07T06:18:25.8435260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/opensslv.h 2025-09-07T06:18:25.8436250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/evperr.h 2025-09-07T06:18:25.8437210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/pkcs7.h 2025-09-07T06:18:25.8438330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/obj_mac.h 2025-09-07T06:18:25.8439210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/ct.h 2025-09-07T06:18:25.8440080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/async.h 2025-09-07T06:18:25.8441050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/buffer.h 2025-09-07T06:18:25.8441950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/ssl.h 2025-09-07T06:18:25.8442910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/srp.h 2025-09-07T06:18:25.8443860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/camellia.h 2025-09-07T06:18:25.8444790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/httperr.h 2025-09-07T06:18:25.8445740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/dherr.h 2025-09-07T06:18:25.8446690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/evp.h 2025-09-07T06:18:25.8447560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/e_os2.h 2025-09-07T06:18:25.8448440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/trace.h 2025-09-07T06:18:25.8449440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/md4.h 2025-09-07T06:18:25.8450610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/core_names.h 2025-09-07T06:18:25.8451480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/hmac.h 2025-09-07T06:18:25.8452430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/provider.h 2025-09-07T06:18:25.8453350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/aes.h 2025-09-07T06:18:25.8454280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/engineerr.h 2025-09-07T06:18:25.8455320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/comp.h 2025-09-07T06:18:25.8456240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/macros.h 2025-09-07T06:18:25.8457280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/pkcs12err.h 2025-09-07T06:18:25.8458150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/encoder.h 2025-09-07T06:18:25.8459140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/cast.h 2025-09-07T06:18:25.8460150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/sslerr_legacy.h 2025-09-07T06:18:25.8460970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/rc4.h 2025-09-07T06:18:25.8461810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/stack.h 2025-09-07T06:18:25.8462850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/des.h 2025-09-07T06:18:25.8463910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/ocsp.h 2025-09-07T06:18:25.8464840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/ec.h 2025-09-07T06:18:25.8465740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/ecdh.h 2025-09-07T06:18:25.8466540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/rand.h 2025-09-07T06:18:25.8467490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/ecerr.h 2025-09-07T06:18:25.8468340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/ts.h 2025-09-07T06:18:25.8469380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/core_dispatch.h 2025-09-07T06:18:25.8470330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/cryptoerr.h 2025-09-07T06:18:25.8471290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/storeerr.h 2025-09-07T06:18:25.8472230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/buffererr.h 2025-09-07T06:18:25.8473170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/seed.h 2025-09-07T06:18:25.8474210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/modes.h 2025-09-07T06:18:25.8475200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/ssl2.h 2025-09-07T06:18:25.8476130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/tserr.h 2025-09-07T06:18:25.8477120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/rsa.h 2025-09-07T06:18:25.8477980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/ripemd.h 2025-09-07T06:18:25.8478990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/whrlpool.h 2025-09-07T06:18:25.8480060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/encodererr.h 2025-09-07T06:18:25.8481000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/cmperr.h 2025-09-07T06:18:25.8481810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/tls1.h 2025-09-07T06:18:25.8482680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/rsaerr.h 2025-09-07T06:18:25.8483530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/randerr.h 2025-09-07T06:18:25.8484350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/mdc2.h 2025-09-07T06:18:25.8485340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/ocsperr.h 2025-09-07T06:18:25.8486250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/x509err.h 2025-09-07T06:18:25.8487140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/pkcs7err.h 2025-09-07T06:18:25.8488120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/dsa.h 2025-09-07T06:18:25.8489250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/kdferr.h 2025-09-07T06:18:25.8490330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/srtp.h 2025-09-07T06:18:25.8491460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/asn1t.h 2025-09-07T06:18:25.8492380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/dsaerr.h 2025-09-07T06:18:25.8493490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/bnerr.h 2025-09-07T06:18:25.8494490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/conferr.h 2025-09-07T06:18:25.8495290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/cmac.h 2025-09-07T06:18:25.8496250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/ebcdic.h 2025-09-07T06:18:25.8497200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/store.h 2025-09-07T06:18:25.8498200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/idea.h 2025-09-07T06:18:25.8499090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/lhash.h 2025-09-07T06:18:25.8499920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/ess.h 2025-09-07T06:18:25.8500910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/asn1err.h 2025-09-07T06:18:25.8501640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/repodata_record.json 2025-09-07T06:18:25.8502520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/test/run_test.sh 2025-09-07T06:18:25.8503430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/test/test_time_dependencies.json 2025-09-07T06:18:25.8504310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/licenses/LICENSE.txt 2025-09-07T06:18:25.8505210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/recipe/activate.bat 2025-09-07T06:18:25.8506090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/recipe/activate.ps1 2025-09-07T06:18:25.8507200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/recipe/activate.sh 2025-09-07T06:18:25.8508190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/recipe/bld.bat 2025-09-07T06:18:25.8509330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/recipe/win_pkgconfig/libssl.pc.in 2025-09-07T06:18:25.8510600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/recipe/win_pkgconfig/libcrypto.pc.in 2025-09-07T06:18:25.8511700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/recipe/win_pkgconfig/openssl.pc.in 2025-09-07T06:18:25.8512660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/recipe/build.sh 2025-09-07T06:18:25.8513760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:25.8514600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/recipe/deactivate.ps1 2025-09-07T06:18:25.8515530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/recipe/meta.yaml 2025-09-07T06:18:25.8516500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/recipe/deactivate.bat 2025-09-07T06:18:25.8517430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/recipe/meta.yaml.template 2025-09-07T06:18:25.8518400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/recipe/deactivate.sh 2025-09-07T06:18:25.8519240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/run_exports.json 2025-09-07T06:18:25.8520130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/paths.json 2025-09-07T06:18:25.8520900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/no_link 2025-09-07T06:18:25.8521840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/hash_input.json 2025-09-07T06:18:25.8522560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/files 2025-09-07T06:18:25.8523350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/about.json 2025-09-07T06:18:25.8524250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/has_prefix 2025-09-07T06:18:25.8524990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/index.json 2025-09-07T06:18:25.8525690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/git 2025-09-07T06:18:25.8526480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/lib/libcrypto.a 2025-09-07T06:18:25.8531160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/lib/pkgconfig/openssl.pc 2025-09-07T06:18:25.8531410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/lib/pkgconfig/libssl.pc 2025-09-07T06:18:25.8531680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/lib/pkgconfig/libcrypto.pc 2025-09-07T06:18:25.8531880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/lib/libssl.dylib 2025-09-07T06:18:25.8532100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/lib/engines-3/padlock.dylib 2025-09-07T06:18:25.8532550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/lib/engines-3/capi.dylib 2025-09-07T06:18:25.8533540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/lib/engines-3/loader_attic.dylib 2025-09-07T06:18:25.8534370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/lib/libssl.3.dylib 2025-09-07T06:18:25.8535240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/lib/libcrypto.3.dylib 2025-09-07T06:18:25.8536190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/lib/libcrypto.dylib 2025-09-07T06:18:25.8537130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/lib/ossl-modules/legacy.dylib 2025-09-07T06:18:25.8537820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/lib/libssl.a 2025-09-07T06:18:25.8539080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing_extensions-4.12.2-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:25.8540080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing_extensions-4.12.2-py313hca03da5_0/info/licenses/LICENSE 2025-09-07T06:18:25.8541230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing_extensions-4.12.2-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:25.8542200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing_extensions-4.12.2-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:25.8543350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing_extensions-4.12.2-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:25.8544270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing_extensions-4.12.2-py313hca03da5_0/info/paths.json 2025-09-07T06:18:25.8545330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing_extensions-4.12.2-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:25.8546330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing_extensions-4.12.2-py313hca03da5_0/info/files 2025-09-07T06:18:25.8547340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing_extensions-4.12.2-py313hca03da5_0/info/about.json 2025-09-07T06:18:25.8548400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing_extensions-4.12.2-py313hca03da5_0/info/index.json 2025-09-07T06:18:25.8549210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing_extensions-4.12.2-py313hca03da5_0/info/git 2025-09-07T06:18:25.8551100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing_extensions-4.12.2-py313hca03da5_0/lib/python3.13/site-packages/__pycache__/typing_extensions.cpython-313.pyc 2025-09-07T06:18:25.8552810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing_extensions-4.12.2-py313hca03da5_0/lib/python3.13/site-packages/typing_extensions-4.12.2.dist-info/RECORD 2025-09-07T06:18:25.8554350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing_extensions-4.12.2-py313hca03da5_0/lib/python3.13/site-packages/typing_extensions-4.12.2.dist-info/LICENSE 2025-09-07T06:18:25.8556260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing_extensions-4.12.2-py313hca03da5_0/lib/python3.13/site-packages/typing_extensions-4.12.2.dist-info/direct_url.json 2025-09-07T06:18:25.8557860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing_extensions-4.12.2-py313hca03da5_0/lib/python3.13/site-packages/typing_extensions-4.12.2.dist-info/WHEEL 2025-09-07T06:18:25.8559560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing_extensions-4.12.2-py313hca03da5_0/lib/python3.13/site-packages/typing_extensions-4.12.2.dist-info/REQUESTED 2025-09-07T06:18:25.8561150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing_extensions-4.12.2-py313hca03da5_0/lib/python3.13/site-packages/typing_extensions-4.12.2.dist-info/INSTALLER 2025-09-07T06:18:25.8562700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing_extensions-4.12.2-py313hca03da5_0/lib/python3.13/site-packages/typing_extensions-4.12.2.dist-info/METADATA 2025-09-07T06:18:25.8564050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing_extensions-4.12.2-py313hca03da5_0/lib/python3.13/site-packages/typing_extensions.py 2025-09-07T06:18:25.8564690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0.conda 2025-09-07T06:18:25.8565550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0.conda 2025-09-07T06:18:25.8566490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/bin/tqdm 2025-09-07T06:18:25.8567650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/repodata_record.json 2025-09-07T06:18:25.8568590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/run_test.sh 2025-09-07T06:18:25.8569860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/pyproject.toml 2025-09-07T06:18:25.8571050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/tests_tqdm.py 2025-09-07T06:18:25.8572080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/tests_rich.py 2025-09-07T06:18:25.8573270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/conftest.py 2025-09-07T06:18:25.8574540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/tests_contrib_logging.py 2025-09-07T06:18:25.8575600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/tests_utils.py 2025-09-07T06:18:25.8576590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/tests_tk.py 2025-09-07T06:18:25.8577660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/__init__.py 2025-09-07T06:18:25.8578600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/tests_gui.py 2025-09-07T06:18:25.8579570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/tests_pandas.py 2025-09-07T06:18:25.8580820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/tests_concurrent.py 2025-09-07T06:18:25.8582010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/tests_perf.py 2025-09-07T06:18:25.8583080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/tests_itertools.py 2025-09-07T06:18:25.8584030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/tests_contrib.py 2025-09-07T06:18:25.8585260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/tests_synchronisation.py 2025-09-07T06:18:25.8586350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/tests_version.py 2025-09-07T06:18:25.8587320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/tests_main.py 2025-09-07T06:18:25.8588510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/tests_notebook.py 2025-09-07T06:18:25.8589600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/tests_dask.py 2025-09-07T06:18:25.8590730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/tests_asyncio.py 2025-09-07T06:18:25.8591720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/tests_keras.py 2025-09-07T06:18:25.8592570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/run_test.py 2025-09-07T06:18:25.8593630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/test_time_dependencies.json 2025-09-07T06:18:25.8594720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/licenses/LICENCE 2025-09-07T06:18:25.8595890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:25.8596920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/recipe/meta.yaml 2025-09-07T06:18:25.8597950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/recipe/meta.yaml.template 2025-09-07T06:18:25.8598980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/paths.json 2025-09-07T06:18:25.8599820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/hash_input.json 2025-09-07T06:18:25.8600750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/files 2025-09-07T06:18:25.8601540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/about.json 2025-09-07T06:18:25.8602420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/has_prefix 2025-09-07T06:18:25.8603250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/index.json 2025-09-07T06:18:25.8604050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/git 2025-09-07T06:18:25.8605440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm-4.67.1.dist-info/RECORD 2025-09-07T06:18:25.8606860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm-4.67.1.dist-info/direct_url.json 2025-09-07T06:18:25.8608050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm-4.67.1.dist-info/WHEEL 2025-09-07T06:18:25.8609420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm-4.67.1.dist-info/entry_points.txt 2025-09-07T06:18:25.8611020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm-4.67.1.dist-info/top_level.txt 2025-09-07T06:18:25.8612410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm-4.67.1.dist-info/REQUESTED 2025-09-07T06:18:25.8613760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm-4.67.1.dist-info/INSTALLER 2025-09-07T06:18:25.8615090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm-4.67.1.dist-info/METADATA 2025-09-07T06:18:25.8616330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm-4.67.1.dist-info/LICENCE 2025-09-07T06:18:25.8617610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/version.py 2025-09-07T06:18:25.8618750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/_main.py 2025-09-07T06:18:25.8620110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/_monitor.py 2025-09-07T06:18:25.8621360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/keras.py 2025-09-07T06:18:25.8622800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/_tqdm_gui.py 2025-09-07T06:18:25.8623850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/asyncio.py 2025-09-07T06:18:25.8624970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/_dist_ver.py 2025-09-07T06:18:25.8626210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/std.py 2025-09-07T06:18:25.8627600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/_tqdm_notebook.py 2025-09-07T06:18:25.8628650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__init__.py 2025-09-07T06:18:25.8629990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/rich.py 2025-09-07T06:18:25.8631370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/gui.cpython-313.pyc 2025-09-07T06:18:25.8632550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/std.cpython-313.pyc 2025-09-07T06:18:25.8634220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/tk.cpython-313.pyc 2025-09-07T06:18:25.8635660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/_tqdm_gui.cpython-313.pyc 2025-09-07T06:18:25.8637000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/autonotebook.cpython-313.pyc 2025-09-07T06:18:25.8638250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/_main.cpython-313.pyc 2025-09-07T06:18:25.8639660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/dask.cpython-313.pyc 2025-09-07T06:18:25.8641140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/_dist_ver.cpython-313.pyc 2025-09-07T06:18:25.8642490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:25.8643820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/_utils.cpython-313.pyc 2025-09-07T06:18:25.8645100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/cli.cpython-313.pyc 2025-09-07T06:18:25.8646670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/_tqdm_pandas.cpython-313.pyc 2025-09-07T06:18:25.8648110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/asyncio.cpython-313.pyc 2025-09-07T06:18:25.8649400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/auto.cpython-313.pyc 2025-09-07T06:18:25.8650780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/rich.cpython-313.pyc 2025-09-07T06:18:25.8652280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/_tqdm.cpython-313.pyc 2025-09-07T06:18:25.8653700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/notebook.cpython-313.pyc 2025-09-07T06:18:25.8655120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/keras.cpython-313.pyc 2025-09-07T06:18:25.8656670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:25.8657890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.8659240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:25.8660630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/_monitor.cpython-313.pyc 2025-09-07T06:18:25.8662070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/_tqdm_notebook.cpython-313.pyc 2025-09-07T06:18:25.8663250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/contrib/logging.py 2025-09-07T06:18:25.8664490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/contrib/concurrent.py 2025-09-07T06:18:25.8665740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/contrib/bells.py 2025-09-07T06:18:25.8666900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/contrib/telegram.py 2025-09-07T06:18:25.8668070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/contrib/discord.py 2025-09-07T06:18:25.8669000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/contrib/__init__.py 2025-09-07T06:18:25.8670180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/contrib/__pycache__/bells.cpython-313.pyc 2025-09-07T06:18:25.8671570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/contrib/__pycache__/discord.cpython-313.pyc 2025-09-07T06:18:25.8673020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/contrib/__pycache__/logging.cpython-313.pyc 2025-09-07T06:18:25.8674440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/contrib/__pycache__/utils_worker.cpython-313.pyc 2025-09-07T06:18:25.8676020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/contrib/__pycache__/slack.cpython-313.pyc 2025-09-07T06:18:25.8677530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/contrib/__pycache__/concurrent.cpython-313.pyc 2025-09-07T06:18:25.8678990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/contrib/__pycache__/itertools.cpython-313.pyc 2025-09-07T06:18:25.8680440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/contrib/__pycache__/telegram.cpython-313.pyc 2025-09-07T06:18:25.8681940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/contrib/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:25.8683060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/contrib/slack.py 2025-09-07T06:18:25.8684220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/contrib/itertools.py 2025-09-07T06:18:25.8685510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/contrib/utils_worker.py 2025-09-07T06:18:25.8686480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/tk.py 2025-09-07T06:18:25.8687680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/cli.py 2025-09-07T06:18:25.8688880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/dask.py 2025-09-07T06:18:25.8689970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/utils.py 2025-09-07T06:18:25.8691120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/_tqdm.py 2025-09-07T06:18:25.8692380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/completion.sh 2025-09-07T06:18:25.8693700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/_tqdm_pandas.py 2025-09-07T06:18:25.8694940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/autonotebook.py 2025-09-07T06:18:25.8695930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/tqdm.1 2025-09-07T06:18:25.8697080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/notebook.py 2025-09-07T06:18:25.8698150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/gui.py 2025-09-07T06:18:25.8699370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__main__.py 2025-09-07T06:18:25.8700570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/_utils.py 2025-09-07T06:18:25.8701960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/auto.py 2025-09-07T06:18:25.8702580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0.conda 2025-09-07T06:18:25.8704010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/pattern_formatter-inl.h 2025-09-07T06:18:25.8704910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/fwd.h 2025-09-07T06:18:25.8705810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/version.h 2025-09-07T06:18:25.8706650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/spdlog.h 2025-09-07T06:18:25.8707480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/fmt/ranges.h 2025-09-07T06:18:25.8708430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/fmt/xchar.h 2025-09-07T06:18:25.8709350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/fmt/chrono.h 2025-09-07T06:18:25.8710370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/fmt/bin_to_hex.h 2025-09-07T06:18:25.8711180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/fmt/fmt.h 2025-09-07T06:18:25.8712300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/fmt/compile.h 2025-09-07T06:18:25.8713260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/fmt/ostr.h 2025-09-07T06:18:25.8714200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/logger-inl.h 2025-09-07T06:18:25.8715280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/qt_sinks.h 2025-09-07T06:18:25.8716320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/ansicolor_sink-inl.h 2025-09-07T06:18:25.8717440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/hourly_file_sink.h 2025-09-07T06:18:25.8718480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/stdout_sinks.h 2025-09-07T06:18:25.8719530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/basic_file_sink.h 2025-09-07T06:18:25.8720880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/rotating_file_sink.h 2025-09-07T06:18:25.8721830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/daily_file_sink.h 2025-09-07T06:18:25.8723100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/ringbuffer_sink.h 2025-09-07T06:18:25.8724240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/ansicolor_sink.h 2025-09-07T06:18:25.8725200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/systemd_sink.h 2025-09-07T06:18:25.8726310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/base_sink.h 2025-09-07T06:18:25.8727340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/stdout_color_sinks.h 2025-09-07T06:18:25.8728260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/dist_sink.h 2025-09-07T06:18:25.8729240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/msvc_sink.h 2025-09-07T06:18:25.8730380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/tcp_sink.h 2025-09-07T06:18:25.8731120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/mongo_sink.h 2025-09-07T06:18:25.8732160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/sink-inl.h 2025-09-07T06:18:25.8733270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/wincolor_sink-inl.h 2025-09-07T06:18:25.8734270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/android_sink.h 2025-09-07T06:18:25.8735750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/stdout_sinks-inl.h 2025-09-07T06:18:25.8736710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/sink.h 2025-09-07T06:18:25.8737680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/syslog_sink.h 2025-09-07T06:18:25.8738720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/dup_filter_sink.h 2025-09-07T06:18:25.8739780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/win_eventlog_sink.h 2025-09-07T06:18:25.8740950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/stdout_color_sinks-inl.h 2025-09-07T06:18:25.8742030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/ostream_sink.h 2025-09-07T06:18:25.8743030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/udp_sink.h 2025-09-07T06:18:25.8744110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/rotating_file_sink-inl.h 2025-09-07T06:18:25.8745250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/basic_file_sink-inl.h 2025-09-07T06:18:25.8746170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/null_sink.h 2025-09-07T06:18:25.8747240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/base_sink-inl.h 2025-09-07T06:18:25.8748320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/wincolor_sink.h 2025-09-07T06:18:25.8749260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/formatter.h 2025-09-07T06:18:25.8750190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/common-inl.h 2025-09-07T06:18:25.8751330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/log_msg_buffer-inl.h 2025-09-07T06:18:25.8752340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/log_msg-inl.h 2025-09-07T06:18:25.8753690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/udp_client.h 2025-09-07T06:18:25.8754610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/file_helper.h 2025-09-07T06:18:25.8755830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/periodic_worker-inl.h 2025-09-07T06:18:25.8756910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/udp_client-windows.h 2025-09-07T06:18:25.8757930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/periodic_worker.h 2025-09-07T06:18:25.8759100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/mpmc_blocking_q.h 2025-09-07T06:18:25.8760200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/os.h 2025-09-07T06:18:25.8761420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/thread_pool-inl.h 2025-09-07T06:18:25.8762350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/fmt_helper.h 2025-09-07T06:18:25.8763370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/null_mutex.h 2025-09-07T06:18:25.8764420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/registry.h 2025-09-07T06:18:25.8765420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/backtracer.h 2025-09-07T06:18:25.8766440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/registry-inl.h 2025-09-07T06:18:25.8767410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/thread_pool.h 2025-09-07T06:18:25.8768440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/circular_q.h 2025-09-07T06:18:25.8769460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/synchronous_factory.h 2025-09-07T06:18:25.8770510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/os-inl.h 2025-09-07T06:18:25.8771460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/log_msg.h 2025-09-07T06:18:25.8772510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/backtracer-inl.h 2025-09-07T06:18:25.8773710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/file_helper-inl.h 2025-09-07T06:18:25.8774920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/log_msg_buffer.h 2025-09-07T06:18:25.8775940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/tcp_client.h 2025-09-07T06:18:25.8777100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/console_globals.h 2025-09-07T06:18:25.8778170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/windows_include.h 2025-09-07T06:18:25.8779220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/tcp_client-windows.h 2025-09-07T06:18:25.8780100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/async_logger.h 2025-09-07T06:18:25.8781090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/cfg/env.h 2025-09-07T06:18:25.8781990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/cfg/argv.h 2025-09-07T06:18:25.8783010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/cfg/helpers-inl.h 2025-09-07T06:18:25.8783920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/cfg/helpers.h 2025-09-07T06:18:25.8784810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/tweakme.h 2025-09-07T06:18:25.8785870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/async.h 2025-09-07T06:18:25.8786790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/common.h 2025-09-07T06:18:25.8787800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/async_logger-inl.h 2025-09-07T06:18:25.8788710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/stopwatch.h 2025-09-07T06:18:25.8789750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/pattern_formatter.h 2025-09-07T06:18:25.8790710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/logger.h 2025-09-07T06:18:25.8791710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/spdlog-inl.h 2025-09-07T06:18:25.8792730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/repodata_record.json 2025-09-07T06:18:25.8793640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/test/run_test.sh 2025-09-07T06:18:25.8794520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/licenses/LICENSE 2025-09-07T06:18:25.8795400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/recipe/build_std.sh 2025-09-07T06:18:25.8796530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/recipe/parent/bld_fmt_embed.bat 2025-09-07T06:18:25.8797530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/recipe/parent/build_std.sh 2025-09-07T06:18:25.8798430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/recipe/parent/bld_std.bat 2025-09-07T06:18:25.8799420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/recipe/parent/build_fmt_embed.sh 2025-09-07T06:18:25.8800440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/recipe/parent/meta.yaml 2025-09-07T06:18:25.8801520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/recipe/parent/async_test.patch 2025-09-07T06:18:25.8802500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:25.8803430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/recipe/meta.yaml 2025-09-07T06:18:25.8804340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/run_exports.json 2025-09-07T06:18:25.8805300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/paths.json 2025-09-07T06:18:25.8806250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/hash_input.json 2025-09-07T06:18:25.8806940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/files 2025-09-07T06:18:25.8807850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/about.json 2025-09-07T06:18:25.8808810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/has_prefix 2025-09-07T06:18:25.8809680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/index.json 2025-09-07T06:18:25.8810530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/git 2025-09-07T06:18:25.8811480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/lib/libspdlog.dylib 2025-09-07T06:18:25.8812470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/lib/libspdlog.1.11.0.dylib 2025-09-07T06:18:25.8813320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/lib/pkgconfig/spdlog.pc 2025-09-07T06:18:25.8814450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/lib/cmake/spdlog/spdlogConfig.cmake 2025-09-07T06:18:25.8815700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/lib/cmake/spdlog/spdlogConfigTargets-release.cmake 2025-09-07T06:18:25.8816770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/lib/cmake/spdlog/spdlogConfigTargets.cmake 2025-09-07T06:18:25.8817960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/lib/cmake/spdlog/spdlogConfigVersion.cmake 2025-09-07T06:18:25.8818950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/lib/libspdlog.1.11.dylib 2025-09-07T06:18:25.8819910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0.conda 2025-09-07T06:18:25.8820600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/bin/tabs 2025-09-07T06:18:25.8821430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/bin/toe 2025-09-07T06:18:25.8822190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/bin/infotocap 2025-09-07T06:18:25.8822910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/bin/captoinfo 2025-09-07T06:18:25.8823590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/bin/tset 2025-09-07T06:18:25.8824370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/bin/reset 2025-09-07T06:18:25.8825170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/bin/clear 2025-09-07T06:18:25.8826100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/bin/ncursesw6-config 2025-09-07T06:18:25.8826790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/bin/tic 2025-09-07T06:18:25.8827600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/bin/infocmp 2025-09-07T06:18:25.8828400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/bin/tput 2025-09-07T06:18:25.8829310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/termcap.h 2025-09-07T06:18:25.8830310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/cursesp.h 2025-09-07T06:18:25.8831140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/cursesf.h 2025-09-07T06:18:25.8832150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses/termcap.h 2025-09-07T06:18:25.8833240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses/cursesp.h 2025-09-07T06:18:25.8833930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses/cursesf.h 2025-09-07T06:18:25.8834680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses/etip.h 2025-09-07T06:18:25.8835410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses/form.h 2025-09-07T06:18:25.8836070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses/cursesw.h 2025-09-07T06:18:25.8836800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses/unctrl.h 2025-09-07T06:18:25.8837590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses/cursesapp.h 2025-09-07T06:18:25.8838470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses/term.h 2025-09-07T06:18:25.8839470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses/cursslk.h 2025-09-07T06:18:25.8840400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses/panel.h 2025-09-07T06:18:25.8841280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses/ncurses.h 2025-09-07T06:18:25.8842180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses/eti.h 2025-09-07T06:18:25.8843260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses/ncurses_dll.h 2025-09-07T06:18:25.8844160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses/term_entry.h 2025-09-07T06:18:25.8845100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses/menu.h 2025-09-07T06:18:25.8846140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses/cursesm.h 2025-09-07T06:18:25.8846990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses/curses.h 2025-09-07T06:18:25.8847800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/etip.h 2025-09-07T06:18:25.8848630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/form.h 2025-09-07T06:18:25.8849460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/cursesw.h 2025-09-07T06:18:25.8850290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/unctrl.h 2025-09-07T06:18:25.8851120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/cursesapp.h 2025-09-07T06:18:25.8852020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/term.h 2025-09-07T06:18:25.8852770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/cursslk.h 2025-09-07T06:18:25.8853630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/panel.h 2025-09-07T06:18:25.8854470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses.h 2025-09-07T06:18:25.8855220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/eti.h 2025-09-07T06:18:25.8856160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses_dll.h 2025-09-07T06:18:25.8857080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/term_entry.h 2025-09-07T06:18:25.8858090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/menu.h 2025-09-07T06:18:25.8859040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/cursesm.h 2025-09-07T06:18:25.8859970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncursesw/termcap.h 2025-09-07T06:18:25.8860840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncursesw/cursesp.h 2025-09-07T06:18:25.8861770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncursesw/cursesf.h 2025-09-07T06:18:25.8862700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncursesw/etip.h 2025-09-07T06:18:25.8863650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncursesw/form.h 2025-09-07T06:18:25.8864600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncursesw/cursesw.h 2025-09-07T06:18:25.8865600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncursesw/unctrl.h 2025-09-07T06:18:25.8866490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncursesw/cursesapp.h 2025-09-07T06:18:25.8867450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncursesw/term.h 2025-09-07T06:18:25.8868320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncursesw/cursslk.h 2025-09-07T06:18:25.8869260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncursesw/panel.h 2025-09-07T06:18:25.8870200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncursesw/ncurses.h 2025-09-07T06:18:25.8871150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncursesw/eti.h 2025-09-07T06:18:25.8872230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncursesw/ncurses_dll.h 2025-09-07T06:18:25.8873220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncursesw/term_entry.h 2025-09-07T06:18:25.8874180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncursesw/menu.h 2025-09-07T06:18:25.8875080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncursesw/cursesm.h 2025-09-07T06:18:25.8875960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncursesw/curses.h 2025-09-07T06:18:25.8876660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/curses.h 2025-09-07T06:18:25.8877580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/repodata_record.json 2025-09-07T06:18:25.8878530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/test/run_test.sh 2025-09-07T06:18:25.8879420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/test/run_test.py 2025-09-07T06:18:25.8880550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/test/test_time_dependencies.json 2025-09-07T06:18:25.8881250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/licenses/COPYING 2025-09-07T06:18:25.8882140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/recipe/fix.patch 2025-09-07T06:18:25.8883140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/recipe/run_test.sh 2025-09-07T06:18:25.8884050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/recipe/build.sh 2025-09-07T06:18:25.8885140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:25.8886120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/recipe/run_test.py 2025-09-07T06:18:25.8886970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/recipe/clang.patch 2025-09-07T06:18:25.8887890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/recipe/meta.yaml 2025-09-07T06:18:25.8888850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/recipe/meta.yaml.template 2025-09-07T06:18:25.8889750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/run_exports.json 2025-09-07T06:18:25.8890620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/paths.json 2025-09-07T06:18:25.8891620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/hash_input.json 2025-09-07T06:18:25.8892340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/files 2025-09-07T06:18:25.8893140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/about.json 2025-09-07T06:18:25.8893940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/has_prefix 2025-09-07T06:18:25.8894720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/index.json 2025-09-07T06:18:25.8895530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/git 2025-09-07T06:18:25.8896350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libncurses++.a 2025-09-07T06:18:25.8897530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libncurses.6.dylib 2025-09-07T06:18:25.8898570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/pkgconfig/ncursesw.pc 2025-09-07T06:18:25.8899490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/pkgconfig/formw.pc 2025-09-07T06:18:25.8900620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/pkgconfig/ncurses++w.pc 2025-09-07T06:18:25.8901560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/pkgconfig/tinfow.pc 2025-09-07T06:18:25.8902460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/pkgconfig/menuw.pc 2025-09-07T06:18:25.8903300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/pkgconfig/panelw.pc 2025-09-07T06:18:25.8904170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libpanel.dylib 2025-09-07T06:18:25.8905020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libncurses++w.a 2025-09-07T06:18:25.8905910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libform.6.dylib 2025-09-07T06:18:25.8906680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libformw.dylib 2025-09-07T06:18:25.8907560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libncursesw.dylib 2025-09-07T06:18:25.8908270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libform.a 2025-09-07T06:18:25.8909220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libpanelw.6.dylib 2025-09-07T06:18:25.8910320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libtinfow.6.dylib 2025-09-07T06:18:25.8911240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libpanelw.dylib 2025-09-07T06:18:25.8912200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libmenuw.dylib 2025-09-07T06:18:25.8913120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libpanel.6.dylib 2025-09-07T06:18:25.8914000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libmenuw.a 2025-09-07T06:18:25.8914910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libform.dylib 2025-09-07T06:18:25.8915590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/terminfo 2025-09-07T06:18:25.8916370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libformw.a 2025-09-07T06:18:25.8917310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libtinfow.a 2025-09-07T06:18:25.8918100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libncursesw.a 2025-09-07T06:18:25.8918950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libncurses.dylib 2025-09-07T06:18:25.8919820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libmenuw.6.dylib 2025-09-07T06:18:25.8920760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libncursesw.6.dylib 2025-09-07T06:18:25.8921510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libpanel.a 2025-09-07T06:18:25.8922260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libmenu.a 2025-09-07T06:18:25.8923210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libtinfo.6.dylib 2025-09-07T06:18:25.8924000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libtinfo.dylib 2025-09-07T06:18:25.8925030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libtinfo.a 2025-09-07T06:18:25.8925870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libmenu.6.dylib 2025-09-07T06:18:25.8926830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libncurses.a 2025-09-07T06:18:25.8927840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libtinfow.dylib 2025-09-07T06:18:25.8928770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libformw.6.dylib 2025-09-07T06:18:25.8929530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libmenu.dylib 2025-09-07T06:18:25.8930230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libpanelw.a 2025-09-07T06:18:25.8931140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/tabset/vt300 2025-09-07T06:18:25.8931980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/tabset/std 2025-09-07T06:18:25.8932840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/tabset/vt100 2025-09-07T06:18:25.8933760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/tabset/stdcrt 2025-09-07T06:18:25.8934680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi80x50-mono 2025-09-07T06:18:25.8935730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att620-103k 2025-09-07T06:18:25.8936640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ampex232 2025-09-07T06:18:25.8937800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4410v1-w 2025-09-07T06:18:25.8938740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5420_2 2025-09-07T06:18:25.8939640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+idl1 2025-09-07T06:18:25.8940450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansil 2025-09-07T06:18:25.8941470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-s-rv-ctxt 2025-09-07T06:18:25.8942340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-40-rv 2025-09-07T06:18:25.8943450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+idc 2025-09-07T06:18:25.8944320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-18 2025-09-07T06:18:25.8945460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-20 2025-09-07T06:18:25.8946310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/apple-soroc 2025-09-07T06:18:25.8947200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att6386 2025-09-07T06:18:25.8948120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4425 2025-09-07T06:18:25.8949110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-30-ctxt 2025-09-07T06:18:25.8950100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4415+nl 2025-09-07T06:18:25.8951080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aj830 2025-09-07T06:18:25.8951950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansiw 2025-09-07T06:18:25.8952870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ampex232w 2025-09-07T06:18:25.8953890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aixterm-16color 2025-09-07T06:18:25.8954770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-rv-unk 2025-09-07T06:18:25.8955680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/apple-videx2 2025-09-07T06:18:25.8956680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/abm85e 2025-09-07T06:18:25.8957570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi80x30 2025-09-07T06:18:25.8958600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/apple-vm80 2025-09-07T06:18:25.8959540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4415-rv-nl 2025-09-07T06:18:25.8960360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa+rv 2025-09-07T06:18:25.8961390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/alacritty+common 2025-09-07T06:18:25.8962410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-60-rv 2025-09-07T06:18:25.8963300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/a210 2025-09-07T06:18:25.8964230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/abm85 2025-09-07T06:18:25.8965230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att610+cvis 2025-09-07T06:18:25.8966320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/apple-videx3 2025-09-07T06:18:25.8967360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/alacritty 2025-09-07T06:18:25.8968210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4415 2025-09-07T06:18:25.8969320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-30-s 2025-09-07T06:18:25.8970400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi-mono 2025-09-07T06:18:25.8971320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+pp 2025-09-07T06:18:25.8972320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-28 2025-09-07T06:18:25.8973350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+idl 2025-09-07T06:18:25.8974320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-60-s-rv 2025-09-07T06:18:25.8975380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att513 2025-09-07T06:18:25.8976200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4424 2025-09-07T06:18:25.8977220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/avt-rv-ns 2025-09-07T06:18:25.8978150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-26 2025-09-07T06:18:25.8979070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att510d 2025-09-07T06:18:25.8980080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ap-vm80 2025-09-07T06:18:25.8981000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att620-103k-w 2025-09-07T06:18:25.8981940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/apollo_19L 2025-09-07T06:18:25.8982830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/avt-w 2025-09-07T06:18:25.8983780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/altos3 2025-09-07T06:18:25.8984890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansil-mono 2025-09-07T06:18:25.8986040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/altos4 2025-09-07T06:18:25.8987330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi80x30-mono 2025-09-07T06:18:25.8988280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+cpr 2025-09-07T06:18:25.8989250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-30-rv 2025-09-07T06:18:25.8990210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/apl 2025-09-07T06:18:25.8991250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5420-w-rv 2025-09-07T06:18:25.8992110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/altos-4 2025-09-07T06:18:25.8992960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/altos-3 2025-09-07T06:18:25.8993860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5620 2025-09-07T06:18:25.8994850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/atari_st 2025-09-07T06:18:25.8995760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aa4080 2025-09-07T06:18:25.8996750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/alto-heath 2025-09-07T06:18:25.8997580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/alt2 2025-09-07T06:18:25.8998480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aj 2025-09-07T06:18:25.8999450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/alt5 2025-09-07T06:18:25.9000590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi80x25-raw 2025-09-07T06:18:25.9001410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/altos5 2025-09-07T06:18:25.9002120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aas1901 2025-09-07T06:18:25.9002800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/avt 2025-09-07T06:18:25.9003550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/awsc 2025-09-07T06:18:25.9004560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-unk 2025-09-07T06:18:25.9005490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/altos2 2025-09-07T06:18:25.9006360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/apple2e 2025-09-07T06:18:25.9007370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4424m 2025-09-07T06:18:25.9008210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+csr 2025-09-07T06:18:25.9009120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi-generic 2025-09-07T06:18:25.9010100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/addsviewpoint 2025-09-07T06:18:25.9011050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-60-s 2025-09-07T06:18:25.9011970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/apollo+vt132 2025-09-07T06:18:25.9012870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/alt4 2025-09-07T06:18:25.9013720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5420-w 2025-09-07T06:18:25.9014760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-24-rv 2025-09-07T06:18:25.9015550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/alt3 2025-09-07T06:18:25.9016420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5425 2025-09-07T06:18:25.9017220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att630 2025-09-07T06:18:25.9018230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+sgr 2025-09-07T06:18:25.9019150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+cup 2025-09-07T06:18:25.9019960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/altos-2 2025-09-07T06:18:25.9020860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4415-w 2025-09-07T06:18:25.9021760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/avt-rv 2025-09-07T06:18:25.9022680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-ctxt 2025-09-07T06:18:25.9023790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/avt+s 2025-09-07T06:18:25.9024890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ampex175 2025-09-07T06:18:25.9025910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/altos-5 2025-09-07T06:18:25.9026780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/amp219 2025-09-07T06:18:25.9027600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm42 2025-09-07T06:18:25.9028500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att505-24 2025-09-07T06:18:25.9029470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-s-rv 2025-09-07T06:18:25.9030420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm1a 2025-09-07T06:18:25.9031300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att615 2025-09-07T06:18:25.9032260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi-emx 2025-09-07T06:18:25.9033460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+sgrbold 2025-09-07T06:18:25.9034490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+sgrul 2025-09-07T06:18:25.9035520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm20 2025-09-07T06:18:25.9036560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi80x60-mono 2025-09-07T06:18:25.9037480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att610-103k 2025-09-07T06:18:25.9038330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/atari 2025-09-07T06:18:25.9039320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/atari-old 2025-09-07T06:18:25.9040300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansiterm 2025-09-07T06:18:25.9041160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4410v1 2025-09-07T06:18:25.9042090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm11 2025-09-07T06:18:25.9043130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5418-w 2025-09-07T06:18:25.9044090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5430 2025-09-07T06:18:25.9045070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/avt-w-rv-ns 2025-09-07T06:18:25.9045910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+sgrso 2025-09-07T06:18:25.9046710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi 2025-09-07T06:18:25.9047590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att505-22 2025-09-07T06:18:25.9048490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/a80 2025-09-07T06:18:25.9049460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att605-pc 2025-09-07T06:18:25.9050410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm21 2025-09-07T06:18:25.9051320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att610-w 2025-09-07T06:18:25.9052380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm42-ns 2025-09-07T06:18:25.9053360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+rca2 2025-09-07T06:18:25.9054380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att500 2025-09-07T06:18:25.9055290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/arm100 2025-09-07T06:18:25.9056150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm5 2025-09-07T06:18:25.9057070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/amiga-8bit 2025-09-07T06:18:25.9057910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ambassador 2025-09-07T06:18:25.9058810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm2 2025-09-07T06:18:25.9059770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att2350 2025-09-07T06:18:25.9060750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi-color-2-emx 2025-09-07T06:18:25.9061630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansis-mono 2025-09-07T06:18:25.9062620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi-color-3-emx 2025-09-07T06:18:25.9063620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5620-24 2025-09-07T06:18:25.9064470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/altoheath 2025-09-07T06:18:25.9065580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att610+cvis0 2025-09-07T06:18:25.9066610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansisysk 2025-09-07T06:18:25.9067590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi43m 2025-09-07T06:18:25.9068580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4418-w 2025-09-07T06:18:25.9069670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5420+nl 2025-09-07T06:18:25.9070830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/apple2e-p 2025-09-07T06:18:25.9071860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/apollo_color 2025-09-07T06:18:25.9072940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att730r-41 2025-09-07T06:18:25.9073940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5410v1 2025-09-07T06:18:25.9074950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi-mtabs 2025-09-07T06:18:25.9075870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5420-w-nl 2025-09-07T06:18:25.9076580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm3 2025-09-07T06:18:25.9077800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/atarist-m 2025-09-07T06:18:25.9078790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att610-103k-w 2025-09-07T06:18:25.9079810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-30-s-rv 2025-09-07T06:18:25.9080690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+sgrdim 2025-09-07T06:18:25.9081600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/apple-uterm-vb 2025-09-07T06:18:25.9082460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ampex80 2025-09-07T06:18:25.9083400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att730r-24 2025-09-07T06:18:25.9084240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/arm100-w 2025-09-07T06:18:25.9085210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ampex219 2025-09-07T06:18:25.9086140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/addrinfo 2025-09-07T06:18:25.9087010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-60 2025-09-07T06:18:25.9087980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi80x25 2025-09-07T06:18:25.9088880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa+dec 2025-09-07T06:18:25.9089880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ampex210 2025-09-07T06:18:25.9090810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ampex219w 2025-09-07T06:18:25.9091690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/arm100-am 2025-09-07T06:18:25.9092830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/avt-w-ns 2025-09-07T06:18:25.9093860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4415-w-rv-n 2025-09-07T06:18:25.9095080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/apple-ae 2025-09-07T06:18:25.9096150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att615-103k-w 2025-09-07T06:18:25.9097080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+erase 2025-09-07T06:18:25.9097890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att510a 2025-09-07T06:18:25.9098710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4426 2025-09-07T06:18:25.9099670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att630-24 2025-09-07T06:18:25.9100590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/altoh19 2025-09-07T06:18:25.9101370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa 2025-09-07T06:18:25.9102310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-24 2025-09-07T06:18:25.9103350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/apple-uterm 2025-09-07T06:18:25.9104340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+rep 2025-09-07T06:18:25.9105370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-rv 2025-09-07T06:18:25.9106450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/alto-h19 2025-09-07T06:18:25.9107570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-30-rv-ctxt 2025-09-07T06:18:25.9108520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/atari_st-color 2025-09-07T06:18:25.9109520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansis 2025-09-07T06:18:25.9110590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/abm80 2025-09-07T06:18:25.9111530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi80x50 2025-09-07T06:18:25.9112570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att615-w 2025-09-07T06:18:25.9113620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4410 2025-09-07T06:18:25.9114800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aixterm-m-old 2025-09-07T06:18:25.9115930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4425-nl 2025-09-07T06:18:25.9116670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/alt7pc 2025-09-07T06:18:25.9117590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-48 2025-09-07T06:18:25.9118780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+idc1 2025-09-07T06:18:25.9119690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+tabs 2025-09-07T06:18:25.9120750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/appleII 2025-09-07T06:18:25.9122110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/alacritty-direct 2025-09-07T06:18:25.9123300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aj832 2025-09-07T06:18:25.9124310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+local1 2025-09-07T06:18:25.9125270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/abm85h-old 2025-09-07T06:18:25.9126130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aixterm+sl 2025-09-07T06:18:25.9127020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ampex-219w 2025-09-07T06:18:25.9127970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/atari-m 2025-09-07T06:18:25.9128800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/avatar0+ 2025-09-07T06:18:25.9129740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi80x60 2025-09-07T06:18:25.9131000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4424-1 2025-09-07T06:18:25.9131940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+rca 2025-09-07T06:18:25.9132910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4420 2025-09-07T06:18:25.9133800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4418 2025-09-07T06:18:25.9134800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-22 2025-09-07T06:18:25.9135600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aepro 2025-09-07T06:18:25.9136740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4415-nl 2025-09-07T06:18:25.9137800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5410v1-w 2025-09-07T06:18:25.9138810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5620-34 2025-09-07T06:18:25.9139850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5420-w-rv-n 2025-09-07T06:18:25.9140960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-48-rv 2025-09-07T06:18:25.9141760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/apollo 2025-09-07T06:18:25.9142630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi-mini 2025-09-07T06:18:25.9143580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-40 2025-09-07T06:18:25.9144530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+enq 2025-09-07T06:18:25.9145350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/abm85h 2025-09-07T06:18:25.9146540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/annarbor4080 2025-09-07T06:18:25.9147600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi-nt 2025-09-07T06:18:25.9148510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5420-rv 2025-09-07T06:18:25.9149440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/avt-w-rv 2025-09-07T06:18:25.9150480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5420 2025-09-07T06:18:25.9151370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi77 2025-09-07T06:18:25.9152260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi-mr 2025-09-07T06:18:25.9153280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5418 2025-09-07T06:18:25.9154160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm3a 2025-09-07T06:18:25.9155130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi80x43-mono 2025-09-07T06:18:25.9156040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5620-1 2025-09-07T06:18:25.9157050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/atari-color 2025-09-07T06:18:25.9158050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-30-s-ctxt 2025-09-07T06:18:25.9159020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi.sys 2025-09-07T06:18:25.9159880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/avt-s 2025-09-07T06:18:25.9160850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/altos7 2025-09-07T06:18:25.9161760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-18-rv 2025-09-07T06:18:25.9162550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm31 2025-09-07T06:18:25.9163570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4415-w-nl 2025-09-07T06:18:25.9164540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5620-s 2025-09-07T06:18:25.9165470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm36 2025-09-07T06:18:25.9166360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/avatar 2025-09-07T06:18:25.9167360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/amiga 2025-09-07T06:18:25.9168420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/apollo_15P 2025-09-07T06:18:25.9169130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/alt7 2025-09-07T06:18:25.9170310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/avt-rv-s 2025-09-07T06:18:25.9171280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att730-41 2025-09-07T06:18:25.9172280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5420_2-w 2025-09-07T06:18:25.9173200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att605-w 2025-09-07T06:18:25.9174080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att605 2025-09-07T06:18:25.9175100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-60-dec-rv 2025-09-07T06:18:25.9175930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5410 2025-09-07T06:18:25.9177030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/altos7pc 2025-09-07T06:18:25.9178020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm1178 2025-09-07T06:18:25.9178840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/absolute 2025-09-07T06:18:25.9179720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ampex-219 2025-09-07T06:18:25.9180580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/at 2025-09-07T06:18:25.9181540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm+sgr 2025-09-07T06:18:25.9182510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att620-w 2025-09-07T06:18:25.9183330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-s 2025-09-07T06:18:25.9184290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aj510 2025-09-07T06:18:25.9185250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att730-24 2025-09-07T06:18:25.9186240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ampex-232 2025-09-07T06:18:25.9187000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aws 2025-09-07T06:18:25.9187970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att7300 2025-09-07T06:18:25.9188830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm3a+ 2025-09-07T06:18:25.9189820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/avatar0 2025-09-07T06:18:25.9190690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm12 2025-09-07T06:18:25.9191610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4415-rv 2025-09-07T06:18:25.9192590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att730r 2025-09-07T06:18:25.9193680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi.sys-old 2025-09-07T06:18:25.9194840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/a980 2025-09-07T06:18:25.9195690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att620 2025-09-07T06:18:25.9196620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/apple-videx 2025-09-07T06:18:25.9197500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi.sysk 2025-09-07T06:18:25.9198420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/amp219w 2025-09-07T06:18:25.9199430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ampex175-b 2025-09-07T06:18:25.9200610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi80x25-mono 2025-09-07T06:18:25.9201500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm31-old 2025-09-07T06:18:25.9202330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/avatar1 2025-09-07T06:18:25.9203260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/apple-80 2025-09-07T06:18:25.9204120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-db 2025-09-07T06:18:25.9205040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/amiga-vnc 2025-09-07T06:18:25.9205970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5420-rv-nl 2025-09-07T06:18:25.9206840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm22 2025-09-07T06:18:25.9207820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att610 2025-09-07T06:18:25.9208660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adds980 2025-09-07T06:18:25.9209590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/apple80p 2025-09-07T06:18:25.9210510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5410-w 2025-09-07T06:18:25.9211470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+inittabs 2025-09-07T06:18:25.9212370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+local 2025-09-07T06:18:25.9213400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5425-nl 2025-09-07T06:18:25.9214250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aterm 2025-09-07T06:18:25.9215180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/at-m 2025-09-07T06:18:25.9216060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4425-w 2025-09-07T06:18:25.9216910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5425-w 2025-09-07T06:18:25.9218020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-rv-ctxt 2025-09-07T06:18:25.9218980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att2300 2025-09-07T06:18:25.9219930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/avt-ns 2025-09-07T06:18:25.9220900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5310 2025-09-07T06:18:25.9221850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4410-w 2025-09-07T06:18:25.9222790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-36-rv 2025-09-07T06:18:25.9223720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/act4 2025-09-07T06:18:25.9224750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/avt-w-rv-s 2025-09-07T06:18:25.9225610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aixterm-m 2025-09-07T06:18:25.9226390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm1 2025-09-07T06:18:25.9227230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/amiga-h 2025-09-07T06:18:25.9228200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att615-103k 2025-09-07T06:18:25.9229130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ambas 2025-09-07T06:18:25.9230070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/at386 2025-09-07T06:18:25.9231040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/appleIIe 2025-09-07T06:18:25.9232060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att700 2025-09-07T06:18:25.9232860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-36 2025-09-07T06:18:25.9233900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4415-w-rv 2025-09-07T06:18:25.9234890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/arm100-wam 2025-09-07T06:18:25.9235780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/act5 2025-09-07T06:18:25.9236730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/appleIIgs 2025-09-07T06:18:25.9237770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/addsvp60 2025-09-07T06:18:25.9238630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/avt-w-s 2025-09-07T06:18:25.9239560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5320 2025-09-07T06:18:25.9240480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-s-ctxt 2025-09-07T06:18:25.9241400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa+unk 2025-09-07T06:18:25.9242330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi-m 2025-09-07T06:18:25.9243230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adds200 2025-09-07T06:18:25.9244280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+apparrows 2025-09-07T06:18:25.9248760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-30-s-rv-ct 2025-09-07T06:18:25.9249080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/appleIIc 2025-09-07T06:18:25.9249270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-30 2025-09-07T06:18:25.9249470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/at-color 2025-09-07T06:18:25.9249640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att730 2025-09-07T06:18:25.9250250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi80x43 2025-09-07T06:18:25.9251360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5420-nl 2025-09-07T06:18:25.9252230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att505 2025-09-07T06:18:25.9253210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+arrows 2025-09-07T06:18:25.9254220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aixterm 2025-09-07T06:18:25.9255400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/f200vi-w 2025-09-07T06:18:25.9256230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/f200vi 2025-09-07T06:18:25.9257050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/f200 2025-09-07T06:18:25.9257940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/fenixw 2025-09-07T06:18:25.9258920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/falco-p 2025-09-07T06:18:25.9259800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/fox 2025-09-07T06:18:25.9260620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/foot 2025-09-07T06:18:25.9261610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/freedom 2025-09-07T06:18:25.9262470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/f100 2025-09-07T06:18:25.9263350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/fbterm 2025-09-07T06:18:25.9264270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/freedom110 2025-09-07T06:18:25.9265220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/f110-14w 2025-09-07T06:18:25.9266170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/f110-w 2025-09-07T06:18:25.9267010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/f1720 2025-09-07T06:18:25.9267970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/foot+base 2025-09-07T06:18:25.9268900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/fixterm 2025-09-07T06:18:25.9269780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/freedom100 2025-09-07T06:18:25.9270650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/f200-w 2025-09-07T06:18:25.9271460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/fos 2025-09-07T06:18:25.9272500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/foot-direct 2025-09-07T06:18:25.9273450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/f110 2025-09-07T06:18:25.9274390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/fenix 2025-09-07T06:18:25.9275470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/falco 2025-09-07T06:18:25.9276360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/f110-14 2025-09-07T06:18:25.9277480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/freedom-rv 2025-09-07T06:18:25.9278360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/f100-rv 2025-09-07T06:18:25.9279290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/freedom200 2025-09-07T06:18:25.9280370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/f1720a 2025-09-07T06:18:25.9281270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/fortune 2025-09-07T06:18:25.9282120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/50/P4 2025-09-07T06:18:25.9283130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/50/P14-W 2025-09-07T06:18:25.9284030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/50/P14-M 2025-09-07T06:18:25.9284820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/50/P5 2025-09-07T06:18:25.9285840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/50/P9-8-W 2025-09-07T06:18:25.9286780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/50/P9-8 2025-09-07T06:18:25.9287730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/50/P8-W 2025-09-07T06:18:25.9288820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/50/P12-M 2025-09-07T06:18:25.9289640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/50/P7 2025-09-07T06:18:25.9290440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/50/P9 2025-09-07T06:18:25.9291290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/50/P8 2025-09-07T06:18:25.9292300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/50/P12-M-W 2025-09-07T06:18:25.9293230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/50/P12-W 2025-09-07T06:18:25.9294030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/50/P9-W 2025-09-07T06:18:25.9295070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/50/P14 2025-09-07T06:18:25.9295850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/50/P14-M-W 2025-09-07T06:18:25.9296670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/50/P12 2025-09-07T06:18:25.9297910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp236 2025-09-07T06:18:25.9298880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h19us 2025-09-07T06:18:25.9299880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h-100 2025-09-07T06:18:25.9300750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2621-nt 2025-09-07T06:18:25.9301650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2621b-kx-p 2025-09-07T06:18:25.9302540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h100 2025-09-07T06:18:25.9303550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h19a 2025-09-07T06:18:25.9304530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2624-10p 2025-09-07T06:18:25.9305420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h19 2025-09-07T06:18:25.9306520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hirez100 2025-09-07T06:18:25.9307480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2621a-a 2025-09-07T06:18:25.9308290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2640b 2025-09-07T06:18:25.9309220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h19-smul 2025-09-07T06:18:25.9310010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h80 2025-09-07T06:18:25.9310930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2626p 2025-09-07T06:18:25.9311890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2623a 2025-09-07T06:18:25.9312870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hpterm-color 2025-09-07T06:18:25.9313900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hpex2 2025-09-07T06:18:25.9314780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2645a 2025-09-07T06:18:25.9315580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/heath-19 2025-09-07T06:18:25.9317040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hterm 2025-09-07T06:18:25.9318170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h19g 2025-09-07T06:18:25.9319140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h19-u 2025-09-07T06:18:25.9320030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2626-12 2025-09-07T06:18:25.9320870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp 2025-09-07T06:18:25.9321980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h19-g 2025-09-07T06:18:25.9322960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2626-x40 2025-09-07T06:18:25.9324230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hpterm-color2 2025-09-07T06:18:25.9325130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/heathkit 2025-09-07T06:18:25.9326030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h29a-kc-bc 2025-09-07T06:18:25.9327030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h19-a 2025-09-07T06:18:25.9328200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2621b-kx 2025-09-07T06:18:25.9329030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h19-bs 2025-09-07T06:18:25.9329910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp70092A 2025-09-07T06:18:25.9330920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2621-wl 2025-09-07T06:18:25.9331800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp+pfk-cr 2025-09-07T06:18:25.9332680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hz2000 2025-09-07T06:18:25.9333730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp98550a-color 2025-09-07T06:18:25.9334730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2624b-4p 2025-09-07T06:18:25.9335700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp98550 2025-09-07T06:18:25.9336500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hpsub 2025-09-07T06:18:25.9337300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp+arrows 2025-09-07T06:18:25.9338080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp+pfk+arrows 2025-09-07T06:18:25.9338790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2621k45 2025-09-07T06:18:25.9339540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/heathkit-a 2025-09-07T06:18:25.9340290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp98550-color 2025-09-07T06:18:25.9340990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hds200 2025-09-07T06:18:25.9342010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hz1420 2025-09-07T06:18:25.9342840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2392 2025-09-07T06:18:25.9343890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hirez100-w 2025-09-07T06:18:25.9344760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2648 2025-09-07T06:18:25.9345780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hft-c 2025-09-07T06:18:25.9346730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hz1552 2025-09-07T06:18:25.9347680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2 2025-09-07T06:18:25.9348650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h29a-nkc-bc 2025-09-07T06:18:25.9349600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp+color 2025-09-07T06:18:25.9350570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2621-fl 2025-09-07T06:18:25.9351450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2641a 2025-09-07T06:18:25.9352350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/htx11 2025-09-07T06:18:25.9353200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2627a 2025-09-07T06:18:25.9354070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp262x 2025-09-07T06:18:25.9355070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2624 2025-09-07T06:18:25.9355940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2623 2025-09-07T06:18:25.9356880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2621p-a 2025-09-07T06:18:25.9357870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2621-k45 2025-09-07T06:18:25.9358880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2621b 2025-09-07T06:18:25.9359660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hazel 2025-09-07T06:18:25.9360610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2648a 2025-09-07T06:18:25.9361580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp98550a 2025-09-07T06:18:25.9362500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2622 2025-09-07T06:18:25.9363530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp9837 2025-09-07T06:18:25.9364670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2624b-4p-p 2025-09-07T06:18:25.9365580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2621p 2025-09-07T06:18:25.9366740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hpgeneric 2025-09-07T06:18:25.9367700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2624a 2025-09-07T06:18:25.9368590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hz1500 2025-09-07T06:18:25.9369810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h19kermit 2025-09-07T06:18:25.9370770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h19-us 2025-09-07T06:18:25.9371740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hft-old 2025-09-07T06:18:25.9372680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp700-wy 2025-09-07T06:18:25.9373920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp9845 2025-09-07T06:18:25.9374860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2621-nl 2025-09-07T06:18:25.9375850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hpex 2025-09-07T06:18:25.9376880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h19k 2025-09-07T06:18:25.9377910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hterm-256color 2025-09-07T06:18:25.9378980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h29a-kc-uc 2025-09-07T06:18:25.9380010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp+printer 2025-09-07T06:18:25.9380920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2397a 2025-09-07T06:18:25.9382020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2624b-10p 2025-09-07T06:18:25.9382850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hz1510 2025-09-07T06:18:25.9383810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2621-ba 2025-09-07T06:18:25.9384800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2626-12x40 2025-09-07T06:18:25.9385790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/ha8675 2025-09-07T06:18:25.9386740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/ha8686 2025-09-07T06:18:25.9387620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2640a 2025-09-07T06:18:25.9388540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hz1520 2025-09-07T06:18:25.9389550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2626a 2025-09-07T06:18:25.9390440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2624a-10p 2025-09-07T06:18:25.9391330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/heath 2025-09-07T06:18:25.9392250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hft-c-old 2025-09-07T06:18:25.9393160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp98720 2025-09-07T06:18:25.9393930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hz1000 2025-09-07T06:18:25.9394780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hft 2025-09-07T06:18:25.9395640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2382 2025-09-07T06:18:25.9396700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hpterm 2025-09-07T06:18:25.9397710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hpansi 2025-09-07T06:18:25.9398700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp98721 2025-09-07T06:18:25.9399670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h19-b 2025-09-07T06:18:25.9400660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2621-a 2025-09-07T06:18:25.9401730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp45 2025-09-07T06:18:25.9402570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h-100bw 2025-09-07T06:18:25.9403790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hz1520-noesc 2025-09-07T06:18:25.9404680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp110 2025-09-07T06:18:25.9405570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp300h 2025-09-07T06:18:25.9406480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/he80 2025-09-07T06:18:25.9407500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2626-12-s 2025-09-07T06:18:25.9408470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2397 2025-09-07T06:18:25.9409400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp150 2025-09-07T06:18:25.9410370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2382a 2025-09-07T06:18:25.9411240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2621-48 2025-09-07T06:18:25.9412170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp+pfk+cr 2025-09-07T06:18:25.9413120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h29a-nkc-uc 2025-09-07T06:18:25.9414000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp700 2025-09-07T06:18:25.9415110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2621b-p 2025-09-07T06:18:25.9416020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h100bw 2025-09-07T06:18:25.9416960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hurd 2025-09-07T06:18:25.9417940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp70092 2025-09-07T06:18:25.9418800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2622a 2025-09-07T06:18:25.9419850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2644a 2025-09-07T06:18:25.9420840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2645 2025-09-07T06:18:25.9421730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2624b-10p-p 2025-09-07T06:18:25.9422570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2626-s 2025-09-07T06:18:25.9423530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2627c 2025-09-07T06:18:25.9424390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hz1552-rv 2025-09-07T06:18:25.9425390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2626 2025-09-07T06:18:25.9426400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2627a-rev 2025-09-07T06:18:25.9427320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2621 2025-09-07T06:18:25.9428360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2624b 2025-09-07T06:18:25.9429270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2626-ns 2025-09-07T06:18:25.9430170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hmod1 2025-09-07T06:18:25.9440100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2621A 2025-09-07T06:18:25.9440300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp+labels 2025-09-07T06:18:25.9440470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2624b-p 2025-09-07T06:18:25.9440660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/heath-ansi 2025-09-07T06:18:25.9440830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2647a 2025-09-07T06:18:25.9441030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt-35 2025-09-07T06:18:25.9441210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt-100 2025-09-07T06:18:25.9441400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt-50 2025-09-07T06:18:25.9441570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/o4112-nd 2025-09-07T06:18:25.9441760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt-25-w 2025-09-07T06:18:25.9441940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/oc100 2025-09-07T06:18:25.9442120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt-60 2025-09-07T06:18:25.9442410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt-35-w 2025-09-07T06:18:25.9443390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/osexec 2025-09-07T06:18:25.9444290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/o85h 2025-09-07T06:18:25.9445190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/oldibmpc3 2025-09-07T06:18:25.9446140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt-w 2025-09-07T06:18:25.9447090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt-50-w 2025-09-07T06:18:25.9447980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt-25-w-vt 2025-09-07T06:18:25.9448820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/osborne 2025-09-07T06:18:25.9449750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/oldsun 2025-09-07T06:18:25.9450660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/osborne1-w 2025-09-07T06:18:25.9451700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/osborne-w 2025-09-07T06:18:25.9452560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/owl 2025-09-07T06:18:25.9453500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/oconcept 2025-09-07T06:18:25.9454470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt 2025-09-07T06:18:25.9455570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt-60-nti 2025-09-07T06:18:25.9456360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/ofcons 2025-09-07T06:18:25.9457220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opus3n1+ 2025-09-07T06:18:25.9458190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/otek4112 2025-09-07T06:18:25.9459180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/otek4115 2025-09-07T06:18:25.9460250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/oldxterm+sm+1006 2025-09-07T06:18:25.9461190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt-100-nti 2025-09-07T06:18:25.9462230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt-nti 2025-09-07T06:18:25.9463150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/oblit 2025-09-07T06:18:25.9463970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/otek4114 2025-09-07T06:18:25.9465110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/otek4113 2025-09-07T06:18:25.9466160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt-50-nti 2025-09-07T06:18:25.9467040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/o31 2025-09-07T06:18:25.9467980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/oabm85h 2025-09-07T06:18:25.9468840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/oldpc3 2025-09-07T06:18:25.9469770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/osborne1 2025-09-07T06:18:25.9470740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/omron 2025-09-07T06:18:25.9471810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt-25-nti 2025-09-07T06:18:25.9472720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/origpc3 2025-09-07T06:18:25.9473770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt-w-vt 2025-09-07T06:18:25.9474630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt-60-w 2025-09-07T06:18:25.9475580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/origibmpc3 2025-09-07T06:18:25.9476370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/old-st 2025-09-07T06:18:25.9477260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/ojerq 2025-09-07T06:18:25.9478130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt-25 2025-09-07T06:18:25.9479250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt-35-nti 2025-09-07T06:18:25.9480290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/os9LII 2025-09-07T06:18:25.9481250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6a/jfbterm 2025-09-07T06:18:25.9482230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6a/jaixterm-m 2025-09-07T06:18:25.9483190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6a/jerq 2025-09-07T06:18:25.9484220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6a/jaixterm 2025-09-07T06:18:25.9485150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/32/2621 2025-09-07T06:18:25.9486090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/32/2621-wl 2025-09-07T06:18:25.9486950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/32/2621A 2025-09-07T06:18:25.9487870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/35/5051 2025-09-07T06:18:25.9488850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/35/5410-w 2025-09-07T06:18:25.9489850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/35/5630-24 2025-09-07T06:18:25.9490840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/35/5630DMD-24 2025-09-07T06:18:25.9491740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/35/5620 2025-09-07T06:18:25.9492840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/iris-ansi 2025-09-07T06:18:25.9493660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/iq140 2025-09-07T06:18:25.9494590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm3161 2025-09-07T06:18:25.9495610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/intertube2 2025-09-07T06:18:25.9496470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm6154-c 2025-09-07T06:18:25.9497270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/iterm 2025-09-07T06:18:25.9498300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/intertube 2025-09-07T06:18:25.9499320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm3151 2025-09-07T06:18:25.9500390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm5051 2025-09-07T06:18:25.9501300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm8604 2025-09-07T06:18:25.9502250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/infoton 2025-09-07T06:18:25.9503250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibmpc3r-mono 2025-09-07T06:18:25.9504150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibmaed 2025-09-07T06:18:25.9505000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibmpc 2025-09-07T06:18:25.9505680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ips 2025-09-07T06:18:25.9506400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm327x 2025-09-07T06:18:25.9507250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibcs2 2025-09-07T06:18:25.9508180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/i100 2025-09-07T06:18:25.9509230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibmmpel-c 2025-09-07T06:18:25.9510480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibmega 2025-09-07T06:18:25.9511380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm5154 2025-09-07T06:18:25.9512290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/iTerm2.app 2025-09-07T06:18:25.9513310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/iris-ansi-net 2025-09-07T06:18:25.9514210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/infoton2 2025-09-07T06:18:25.9515320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibmvga-c 2025-09-07T06:18:25.9516290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm+16color 2025-09-07T06:18:25.9517240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ims-ansi 2025-09-07T06:18:25.9518110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm-system1 2025-09-07T06:18:25.9519160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibmapa8c 2025-09-07T06:18:25.9520110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm8503 2025-09-07T06:18:25.9520900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibmega-c 2025-09-07T06:18:25.9521860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibmx 2025-09-07T06:18:25.9522770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm-pc 2025-09-07T06:18:25.9523730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/intext2 2025-09-07T06:18:25.9524630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm5081 2025-09-07T06:18:25.9525680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibmapa8c-c 2025-09-07T06:18:25.9526580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ipsi 2025-09-07T06:18:25.9527510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm3162 2025-09-07T06:18:25.9528450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/iris-color 2025-09-07T06:18:25.9529310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ims950-rv 2025-09-07T06:18:25.9530390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm8512 2025-09-07T06:18:25.9531350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm3161-C 2025-09-07T06:18:25.9532210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/iq120 2025-09-07T06:18:25.9533170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm3163 2025-09-07T06:18:25.9534040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm3164 2025-09-07T06:18:25.9534910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm6153-90 2025-09-07T06:18:25.9535870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm8513 2025-09-07T06:18:25.9536750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm5081-c 2025-09-07T06:18:25.9537610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/iris40 2025-09-07T06:18:25.9538590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm8514 2025-09-07T06:18:25.9539470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm3101 2025-09-07T06:18:25.9540320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/iterm2 2025-09-07T06:18:25.9541260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm6153 2025-09-07T06:18:25.9542360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/intertec 2025-09-07T06:18:25.9543260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm6154 2025-09-07T06:18:25.9544090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibmpc3r 2025-09-07T06:18:25.9545120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibmvga 2025-09-07T06:18:25.9545980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm6155 2025-09-07T06:18:25.9547100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ims950-b 2025-09-07T06:18:25.9547990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/interix-nti 2025-09-07T06:18:25.9549050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibmmono 2025-09-07T06:18:25.9549940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibmapa8 2025-09-07T06:18:25.9550870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/iTerm.app 2025-09-07T06:18:25.9551630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/icl6404 2025-09-07T06:18:25.9552560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/icl6404-w 2025-09-07T06:18:25.9553570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/iterm2-direct 2025-09-07T06:18:25.9554750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/i3101 2025-09-07T06:18:25.9555710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/intext 2025-09-07T06:18:25.9556650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/interix 2025-09-07T06:18:25.9557430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibmpc3 2025-09-07T06:18:25.9558350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm5151 2025-09-07T06:18:25.9559450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibmpcx 2025-09-07T06:18:25.9560500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm+color 2025-09-07T06:18:25.9561560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/i3164 2025-09-07T06:18:25.9562420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/icl6402 2025-09-07T06:18:25.9563370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ifmr 2025-09-07T06:18:25.9564230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/i400 2025-09-07T06:18:25.9565080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm8507 2025-09-07T06:18:25.9566100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ims950 2025-09-07T06:18:25.9567010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/iris-ansi-ap 2025-09-07T06:18:25.9568210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibmapa16 2025-09-07T06:18:25.9569300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm-apl 2025-09-07T06:18:25.9570240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/intextii 2025-09-07T06:18:25.9571190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm8514-c 2025-09-07T06:18:25.9572050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm5154-c 2025-09-07T06:18:25.9572980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm6153-40 2025-09-07T06:18:25.9573880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/51/Q310-vip-H 2025-09-07T06:18:25.9575050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/51/Q306-8-pc 2025-09-07T06:18:25.9576060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/51/Q310-vip-H-am 2025-09-07T06:18:25.9577100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/51/Q310-vip-w-am 2025-09-07T06:18:25.9578250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/51/Q310-vip-w 2025-09-07T06:18:25.9579210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/51/Q310-vip-Hw 2025-09-07T06:18:25.9580180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/58/X-hpterm 2025-09-07T06:18:25.9581160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/58/X-hpterm-color2 2025-09-07T06:18:25.9582050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gnome-2012 2025-09-07T06:18:25.9583200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru-44 2025-09-07T06:18:25.9583960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru+rv 2025-09-07T06:18:25.9584720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru 2025-09-07T06:18:25.9585550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gator 2025-09-07T06:18:25.9586580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gnome+pcfkeys 2025-09-07T06:18:25.9587630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/go140 2025-09-07T06:18:25.9588590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru-76-s 2025-09-07T06:18:25.9589530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru-lp 2025-09-07T06:18:25.9590490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru-76-w-s 2025-09-07T06:18:25.9591370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gsi 2025-09-07T06:18:25.9592320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gs6300 2025-09-07T06:18:25.9593210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gator-52 2025-09-07T06:18:25.9594150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru-44-s 2025-09-07T06:18:25.9595040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gnome-rh72 2025-09-07T06:18:25.9596120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gs5430-24 2025-09-07T06:18:25.9596940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gnome-rh80 2025-09-07T06:18:25.9597780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru+s 2025-09-07T06:18:25.9598920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gnome-fc5 2025-09-07T06:18:25.9599810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gs5430-22 2025-09-07T06:18:25.9600580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gt40 2025-09-07T06:18:25.9601430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/go225 2025-09-07T06:18:25.9602280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru-33-rv 2025-09-07T06:18:25.9603190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gnome 2025-09-07T06:18:25.9604200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gnome-2007 2025-09-07T06:18:25.9604990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gigi 2025-09-07T06:18:25.9605980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru-33 2025-09-07T06:18:25.9607040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gnome-2008 2025-09-07T06:18:25.9608070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gator-t 2025-09-07T06:18:25.9609090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/graphos 2025-09-07T06:18:25.9610150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru-76 2025-09-07T06:18:25.9611000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/glasstty 2025-09-07T06:18:25.9612270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gnome-256color 2025-09-07T06:18:25.9613060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gs5430 2025-09-07T06:18:25.9614040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru-rv 2025-09-07T06:18:25.9615120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru-24 2025-09-07T06:18:25.9616030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru+unk 2025-09-07T06:18:25.9617120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gnome-rh90 2025-09-07T06:18:25.9618240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru-76-w 2025-09-07T06:18:25.9619210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru-nctxt 2025-09-07T06:18:25.9620120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gnome-rh62 2025-09-07T06:18:25.9621000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/go-225 2025-09-07T06:18:25.9622260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gt100a 2025-09-07T06:18:25.9623150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gt100 2025-09-07T06:18:25.9624150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gt42 2025-09-07T06:18:25.9625080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru-s 2025-09-07T06:18:25.9626120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru-76-lp 2025-09-07T06:18:25.9627050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/go140w 2025-09-07T06:18:25.9628020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/graphos-30 2025-09-07T06:18:25.9628980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru-33-s 2025-09-07T06:18:25.9629940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gator-52t 2025-09-07T06:18:25.9630880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru-76-wm 2025-09-07T06:18:25.9631730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/34/4410-w 2025-09-07T06:18:25.9632650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/34/4027ex 2025-09-07T06:18:25.9633790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/34/4025ex 2025-09-07T06:18:25.9634600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/33/386at 2025-09-07T06:18:25.9635360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/33/3b1 2025-09-07T06:18:25.9636420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/4e/NCR260VT300WPP 2025-09-07T06:18:25.9637690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/4e/NCRVT100WPP 2025-09-07T06:18:25.9638690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/45/Eterm-88color 2025-09-07T06:18:25.9639610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/45/Eterm 2025-09-07T06:18:25.9640500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/45/Eterm-256color 2025-09-07T06:18:25.9641520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/45/Eterm-color 2025-09-07T06:18:25.9642500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.minitel1b-nb 2025-09-07T06:18:25.9643310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/scanset 2025-09-07T06:18:25.9644070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/swtp 2025-09-07T06:18:25.9644950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/superbee-xsb 2025-09-07T06:18:25.9646090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/synertek380 2025-09-07T06:18:25.9646950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/st-256color 2025-09-07T06:18:25.9648020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen5 2025-09-07T06:18:25.9649040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/soroc140 2025-09-07T06:18:25.9649960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-16color 2025-09-07T06:18:25.9650760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen2 2025-09-07T06:18:25.9651560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun-17 2025-09-07T06:18:25.9652470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.putty 2025-09-07T06:18:25.9653410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun 2025-09-07T06:18:25.9654430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/st-16color 2025-09-07T06:18:25.9655480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/stterm-256color 2025-09-07T06:18:25.9656410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen3 2025-09-07T06:18:25.9657270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen4 2025-09-07T06:18:25.9658480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.konsole-256color 2025-09-07T06:18:25.9659220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/s4 2025-09-07T06:18:25.9660420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.putty-m1 2025-09-07T06:18:25.9661560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-16color-bce-s 2025-09-07T06:18:25.9662630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-256color-bce 2025-09-07T06:18:25.9663660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.minitel12-80 2025-09-07T06:18:25.9664500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/superbee 2025-09-07T06:18:25.9665350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/st-0.7 2025-09-07T06:18:25.9666450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.putty-m1b 2025-09-07T06:18:25.9667620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun-cgsix 2025-09-07T06:18:25.9668640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sb3 2025-09-07T06:18:25.9669770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/scoansi 2025-09-07T06:18:25.9670740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.konsole 2025-09-07T06:18:25.9671670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/st52-m 2025-09-07T06:18:25.9672480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/st-0.6 2025-09-07T06:18:25.9673250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.rxvt 2025-09-07T06:18:25.9673960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun-type4 2025-09-07T06:18:25.9674740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/st-0.8 2025-09-07T06:18:25.9675610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sb2 2025-09-07T06:18:25.9676680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.linux-m1b 2025-09-07T06:18:25.9677590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/superbeeic 2025-09-07T06:18:25.9678410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun-e-s 2025-09-07T06:18:25.9679510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun-cmd 2025-09-07T06:18:25.9680390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/soroc 2025-09-07T06:18:25.9681400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.gnome 2025-09-07T06:18:25.9682510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.xterm-r6 2025-09-07T06:18:25.9683590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.linux-s 2025-09-07T06:18:25.9684570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun-c 2025-09-07T06:18:25.9685400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.vte 2025-09-07T06:18:25.9686390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sune 2025-09-07T06:18:25.9687350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.minitel1-nb 2025-09-07T06:18:25.9688290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-base 2025-09-07T06:18:25.9689230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-bce.gnome 2025-09-07T06:18:25.9690120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.linux-m2 2025-09-07T06:18:25.9691130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun2 2025-09-07T06:18:25.9692110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-w 2025-09-07T06:18:25.9693080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.xterm-xfree86 2025-09-07T06:18:25.9694080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/stterm 2025-09-07T06:18:25.9694970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun-ss5 2025-09-07T06:18:25.9696000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun-e 2025-09-07T06:18:25.9696930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun-nic 2025-09-07T06:18:25.9698100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.mlterm-256color 2025-09-07T06:18:25.9699080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-bce.rxvt 2025-09-07T06:18:25.9699910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun-34 2025-09-07T06:18:25.9701100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.minitel2-80 2025-09-07T06:18:25.9702090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/st-direct 2025-09-07T06:18:25.9703000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/simterm 2025-09-07T06:18:25.9704110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.minitel1b 2025-09-07T06:18:25.9705050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sc415 2025-09-07T06:18:25.9705890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sibo 2025-09-07T06:18:25.9707030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/scoansi-old 2025-09-07T06:18:25.9707980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/stv52 2025-09-07T06:18:25.9709100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-16color-s 2025-09-07T06:18:25.9710080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-bce.xterm-new 2025-09-07T06:18:25.9711010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/st 2025-09-07T06:18:25.9712040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/st52-color 2025-09-07T06:18:25.9713030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sbobcat 2025-09-07T06:18:25.9714040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.linux 2025-09-07T06:18:25.9714990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun-12 2025-09-07T06:18:25.9716110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-256color-bce-s 2025-09-07T06:18:25.9717200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen+italics 2025-09-07T06:18:25.9718350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun-24 2025-09-07T06:18:25.9719340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.putty-m2 2025-09-07T06:18:25.9720270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-bce.linux 2025-09-07T06:18:25.9721160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screwpoint 2025-09-07T06:18:25.9722160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/soroc120 2025-09-07T06:18:25.9723020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun-48 2025-09-07T06:18:25.9724020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/simpleterm 2025-09-07T06:18:25.9724860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/synertek 2025-09-07T06:18:25.9725710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/scrt 2025-09-07T06:18:25.9726930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen 2025-09-07T06:18:25.9728060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun-il 2025-09-07T06:18:25.9729090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-bce 2025-09-07T06:18:25.9729770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sbi 2025-09-07T06:18:25.9730780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sb1 2025-09-07T06:18:25.9731770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.xterm-256color 2025-09-07T06:18:25.9732640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/st52 2025-09-07T06:18:25.9733720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/scrhp 2025-09-07T06:18:25.9734730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/stterm-16color 2025-09-07T06:18:25.9735860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/scoansi-new 2025-09-07T06:18:25.9736810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/superbrain 2025-09-07T06:18:25.9737840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-256color-s 2025-09-07T06:18:25.9738650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sv80 2025-09-07T06:18:25.9739770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.mlterm 2025-09-07T06:18:25.9740780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.vte-256color 2025-09-07T06:18:25.9741810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.putty-256color 2025-09-07T06:18:25.9742740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-bce.mrxvt 2025-09-07T06:18:25.9743850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/st52-old 2025-09-07T06:18:25.9744790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.Eterm 2025-09-07T06:18:25.9745890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/spinwriter 2025-09-07T06:18:25.9746970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-s 2025-09-07T06:18:25.9747910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun1 2025-09-07T06:18:25.9749150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.teraterm 2025-09-07T06:18:25.9750150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-bce.Eterm 2025-09-07T06:18:25.9751060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.mrxvt 2025-09-07T06:18:25.9752010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-16color-bce 2025-09-07T06:18:25.9752830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun-s 2025-09-07T06:18:25.9753840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/stv52pc 2025-09-07T06:18:25.9754950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.minitel1b-80 2025-09-07T06:18:25.9755890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/system1 2025-09-07T06:18:25.9756910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.linux-m1 2025-09-07T06:18:25.9757840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun-1 2025-09-07T06:18:25.9758860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun-color 2025-09-07T06:18:25.9759930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.xterm-new 2025-09-07T06:18:25.9760940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-256color 2025-09-07T06:18:25.9761970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen+fkeys 2025-09-07T06:18:25.9762960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-bce.konsole 2025-09-07T06:18:25.9763940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun+sl 2025-09-07T06:18:25.9765100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sc410 2025-09-07T06:18:25.9766080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun-s-e 2025-09-07T06:18:25.9767220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.minitel1 2025-09-07T06:18:25.9768050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/securecrt 2025-09-07T06:18:25.9768950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty4424 2025-09-07T06:18:25.9769910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tw52 2025-09-07T06:18:25.9770920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b-mc-vb 2025-09-07T06:18:25.9771790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5620-s 2025-09-07T06:18:25.9772870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912c-unk-2p 2025-09-07T06:18:25.9773800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tab132-rv 2025-09-07T06:18:25.9774780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tab132-15 2025-09-07T06:18:25.9775900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5620-1 2025-09-07T06:18:25.9776880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek 2025-09-07T06:18:25.9777740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti926-8 2025-09-07T06:18:25.9778710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912c-mc 2025-09-07T06:18:25.9779760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b-vb 2025-09-07T06:18:25.9780900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi925-hi 2025-09-07T06:18:25.9781880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty33 2025-09-07T06:18:25.9782760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4027-ex 2025-09-07T06:18:25.9783590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4107 2025-09-07T06:18:25.9784680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti928-8 2025-09-07T06:18:25.9785660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5420-rv 2025-09-07T06:18:25.9786610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912c-2p-p 2025-09-07T06:18:25.9787550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b-vb-unk 2025-09-07T06:18:25.9788500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ttydmd 2025-09-07T06:18:25.9789440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b-p-2p 2025-09-07T06:18:25.9790350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4109 2025-09-07T06:18:25.9791190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty35 2025-09-07T06:18:25.9792360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b-mc-2p 2025-09-07T06:18:25.9793210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti916-8-132 2025-09-07T06:18:25.9794130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912c-2p-unk 2025-09-07T06:18:25.9794990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti931 2025-09-07T06:18:25.9796010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi970-vb 2025-09-07T06:18:25.9796880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5425 2025-09-07T06:18:25.9797760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ts-1p 2025-09-07T06:18:25.9798640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920 2025-09-07T06:18:25.9799680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5620-34 2025-09-07T06:18:25.9800490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi9065 2025-09-07T06:18:25.9801560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920c-p-2p 2025-09-07T06:18:25.9802590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b-2p-p 2025-09-07T06:18:25.9803610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b+printer 2025-09-07T06:18:25.9804620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920c-mc-2p 2025-09-07T06:18:25.9805550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/t16 2025-09-07T06:18:25.9806550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920c 2025-09-07T06:18:25.9807670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b-unk-vb 2025-09-07T06:18:25.9808670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tgtelnet 2025-09-07T06:18:25.9809960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b-unk 2025-09-07T06:18:25.9810660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4027 2025-09-07T06:18:25.9811550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/terminology 2025-09-07T06:18:25.9812460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5620 2025-09-07T06:18:25.9813560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912c-mc-vb 2025-09-07T06:18:25.9814520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b+fn 2025-09-07T06:18:25.9815440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tws2103-sna 2025-09-07T06:18:25.9816460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4105-30 2025-09-07T06:18:25.9817440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tws2102-sna 2025-09-07T06:18:25.9818380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4025-17-ws 2025-09-07T06:18:25.9819250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b 2025-09-07T06:18:25.9820330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b-mc 2025-09-07T06:18:25.9821070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi910 2025-09-07T06:18:25.9822060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912c-vb 2025-09-07T06:18:25.9822930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty4424-1 2025-09-07T06:18:25.9823860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/t10 2025-09-07T06:18:25.9825040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920c-unk 2025-09-07T06:18:25.9825900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti707 2025-09-07T06:18:25.9826760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi921 2025-09-07T06:18:25.9827660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti700 2025-09-07T06:18:25.9828550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4404 2025-09-07T06:18:25.9829740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912c-2p 2025-09-07T06:18:25.9830900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi950-2p 2025-09-07T06:18:25.9831940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/teken 2025-09-07T06:18:25.9832790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tt52 2025-09-07T06:18:25.9833710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4025a 2025-09-07T06:18:25.9834630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912c-vb-p 2025-09-07T06:18:25.9835690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b-unk-2p 2025-09-07T06:18:25.9836660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5410v1-w 2025-09-07T06:18:25.9837480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/trs2 2025-09-07T06:18:25.9838430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912c-mc-2p 2025-09-07T06:18:25.9839360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi950 2025-09-07T06:18:25.9840240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti924 2025-09-07T06:18:25.9841260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tw52-m 2025-09-07T06:18:25.9841940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti916-132 2025-09-07T06:18:25.9842690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5420-nl 2025-09-07T06:18:25.9843390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5425-w 2025-09-07T06:18:25.9844210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi950-rv 2025-09-07T06:18:25.9844930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920c-p-vb 2025-09-07T06:18:25.9845800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920c-mc-vb 2025-09-07T06:18:25.9846760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi970-2p 2025-09-07T06:18:25.9847820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4207 2025-09-07T06:18:25.9848700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/teraterm4.59 2025-09-07T06:18:25.9849630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912cc 2025-09-07T06:18:25.9850620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912c-vb-unk 2025-09-07T06:18:25.9851650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/t3800 2025-09-07T06:18:25.9852610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b-mc-vb 2025-09-07T06:18:25.9853610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/terminology-1.0.0 2025-09-07T06:18:25.9854340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tw100 2025-09-07T06:18:25.9855280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b+dim 2025-09-07T06:18:25.9856110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/terminet300 2025-09-07T06:18:25.9856980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/teken-2018 2025-09-07T06:18:25.9858070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti703-w 2025-09-07T06:18:25.9859020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty43 2025-09-07T06:18:25.9859990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4113 2025-09-07T06:18:25.9860980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/teken-16color 2025-09-07T06:18:25.9862080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/terminator 2025-09-07T06:18:25.9863120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4114 2025-09-07T06:18:25.9864120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti_ansi 2025-09-07T06:18:25.9865060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ts100-ctxt 2025-09-07T06:18:25.9865920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5425-nl 2025-09-07T06:18:25.9866740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/teletec 2025-09-07T06:18:25.9867540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ts1p 2025-09-07T06:18:25.9868700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b-2p-unk 2025-09-07T06:18:25.9869700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b-p-vb 2025-09-07T06:18:25.9870760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4125 2025-09-07T06:18:25.9871820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi950-rv-4p 2025-09-07T06:18:25.9872560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ts100 2025-09-07T06:18:25.9873890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b-2p 2025-09-07T06:18:25.9874820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5410-w 2025-09-07T06:18:25.9875850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b-vb-p 2025-09-07T06:18:25.9876690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tab 2025-09-07T06:18:25.9877590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti707-w 2025-09-07T06:18:25.9878440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b-p 2025-09-07T06:18:25.9879480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi955-w 2025-09-07T06:18:25.9880530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b-mc-2p 2025-09-07T06:18:25.9881460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4113-34 2025-09-07T06:18:25.9882540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912c-p 2025-09-07T06:18:25.9883560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4115 2025-09-07T06:18:25.9884570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912c-unk-vb 2025-09-07T06:18:25.9885390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4112 2025-09-07T06:18:25.9886550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/terminet1200 2025-09-07T06:18:25.9887630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/t3700 2025-09-07T06:18:25.9888750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/teken-sc+fkeys 2025-09-07T06:18:25.9889660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/t1061f 2025-09-07T06:18:25.9890490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty37 2025-09-07T06:18:25.9891320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912c 2025-09-07T06:18:25.9892220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/t1061 2025-09-07T06:18:25.9893280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi803 2025-09-07T06:18:25.9894050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tn1200 2025-09-07T06:18:25.9895020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti924-8 2025-09-07T06:18:25.9896080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920c-vb-unk 2025-09-07T06:18:25.9896910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/teken-vt+fkeys 2025-09-07T06:18:25.9897750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ts100-sp 2025-09-07T06:18:25.9898690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty4420 2025-09-07T06:18:25.9899640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b-2p-mc 2025-09-07T06:18:25.9900630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty4424m 2025-09-07T06:18:25.9901570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4105 2025-09-07T06:18:25.9902510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4015-sm 2025-09-07T06:18:25.9903620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b-vb-mc 2025-09-07T06:18:25.9904650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/terminet 2025-09-07T06:18:25.9905830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b 2025-09-07T06:18:25.9906850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5420-w 2025-09-07T06:18:25.9907850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tab132-w-rv 2025-09-07T06:18:25.9908810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/teleray 2025-09-07T06:18:25.9909740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/trsII 2025-09-07T06:18:25.9910650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b+vb 2025-09-07T06:18:25.9911700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912c-p-2p 2025-09-07T06:18:25.9913030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b-2p-p 2025-09-07T06:18:25.9913900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4109brl 2025-09-07T06:18:25.9914910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty4426 2025-09-07T06:18:25.9915740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b-2p 2025-09-07T06:18:25.9916690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b-unk-2p 2025-09-07T06:18:25.9917570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5420-w-rv 2025-09-07T06:18:25.9918700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4112-5 2025-09-07T06:18:25.9919690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tmux-256color 2025-09-07T06:18:25.9920590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi924 2025-09-07T06:18:25.9921680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5420-rv-nl 2025-09-07T06:18:25.9922510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti924-8w 2025-09-07T06:18:25.9923490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920c-2p-p 2025-09-07T06:18:25.9924350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tab132-w 2025-09-07T06:18:25.9925260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ts-1 2025-09-07T06:18:25.9926340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b-p-2p 2025-09-07T06:18:25.9927220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tws-generic 2025-09-07T06:18:25.9928190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tandem6510 2025-09-07T06:18:25.9929250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/teraterm-256color 2025-09-07T06:18:25.9930120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920c-vb-mc 2025-09-07T06:18:25.9931020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912 2025-09-07T06:18:25.9937080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/teraterm 2025-09-07T06:18:25.9937360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti733 2025-09-07T06:18:25.9937820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4025 2025-09-07T06:18:25.9938250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b+mc 2025-09-07T06:18:25.9938680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5410 2025-09-07T06:18:25.9939330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi92D 2025-09-07T06:18:25.9939760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920c-unk-vb 2025-09-07T06:18:25.9940210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4014 2025-09-07T06:18:25.9940640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/teken-vt 2025-09-07T06:18:25.9941070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920c-2p 2025-09-07T06:18:25.9941790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4013 2025-09-07T06:18:25.9942720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi970 2025-09-07T06:18:25.9943790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b-unk 2025-09-07T06:18:25.9944610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi914 2025-09-07T06:18:25.9945550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti735 2025-09-07T06:18:25.9946420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tmux 2025-09-07T06:18:25.9947400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti703 2025-09-07T06:18:25.9948280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi925 2025-09-07T06:18:25.9949200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/t653x 2025-09-07T06:18:25.9950410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tw52-color 2025-09-07T06:18:25.9951190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/trs16 2025-09-07T06:18:25.9952170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4012 2025-09-07T06:18:25.9953190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5420 2025-09-07T06:18:25.9954150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/trs80II 2025-09-07T06:18:25.9955060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4015 2025-09-07T06:18:25.9955950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/teken-sc 2025-09-07T06:18:25.9956910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b-p 2025-09-07T06:18:25.9958010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b-2p-unk 2025-09-07T06:18:25.9958920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tab132 2025-09-07T06:18:25.9959990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4023 2025-09-07T06:18:25.9960900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920c-p 2025-09-07T06:18:25.9961760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tandem653 2025-09-07T06:18:25.9962640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4024 2025-09-07T06:18:25.9963610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912c-2p-mc 2025-09-07T06:18:25.9964510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi955-hb 2025-09-07T06:18:25.9965410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi92B 2025-09-07T06:18:25.9966320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912c-unk 2025-09-07T06:18:25.9967360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4014-sm 2025-09-07T06:18:25.9968480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5420-w-nl 2025-09-07T06:18:25.9969250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti916 2025-09-07T06:18:25.9970260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4205 2025-09-07T06:18:25.9971190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b-vb-p 2025-09-07T06:18:25.9972280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/teraterm4.97 2025-09-07T06:18:25.9973190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4025-cr 2025-09-07T06:18:25.9974190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4113-nd 2025-09-07T06:18:25.9975240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912c-vb-mc 2025-09-07T06:18:25.9976230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b-vb-unk 2025-09-07T06:18:25.9977260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tmux-direct 2025-09-07T06:18:25.9978120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti916-220-7 2025-09-07T06:18:25.9979120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4107brl 2025-09-07T06:18:25.9979980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ts1 2025-09-07T06:18:25.9980870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti926 2025-09-07T06:18:25.9981870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920c-unk-2p 2025-09-07T06:18:25.9982760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti924w 2025-09-07T06:18:25.9983670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tn300 2025-09-07T06:18:25.9984530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi955 2025-09-07T06:18:25.9985400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi950-4p 2025-09-07T06:18:25.9986250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti928 2025-09-07T06:18:25.9987350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b-mc 2025-09-07T06:18:25.9988320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920c-vb 2025-09-07T06:18:25.9989400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti745 2025-09-07T06:18:25.9990360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tws2103 2025-09-07T06:18:25.9991460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti916-220-8 2025-09-07T06:18:25.9992470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5620-24 2025-09-07T06:18:25.9993370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5410v1 2025-09-07T06:18:25.9994320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5420+nl 2025-09-07T06:18:25.9995220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4025ex 2025-09-07T06:18:25.9996290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4025-ex 2025-09-07T06:18:25.9997280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920c-2p-mc 2025-09-07T06:18:25.9998210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b-p-vb 2025-09-07T06:18:25.9999280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti800 2025-09-07T06:18:26.0000260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912c-p-vb 2025-09-07T06:18:26.0001380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5420-w-rv-n 2025-09-07T06:18:26.0002510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b+2p 2025-09-07T06:18:26.0003510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty40 2025-09-07T06:18:26.0004520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b-unk-vb 2025-09-07T06:18:26.0005400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi950-rv-2p 2025-09-07T06:18:26.0006410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920c-mc 2025-09-07T06:18:26.0007320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b-vb 2025-09-07T06:18:26.0008110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tt 2025-09-07T06:18:26.0009200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4207-s 2025-09-07T06:18:26.0010300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b-2p-mc 2025-09-07T06:18:26.0011220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti916-8 2025-09-07T06:18:26.0012070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/teraterm2.3 2025-09-07T06:18:26.0013030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/terminology-0.6.1 2025-09-07T06:18:26.0013990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi910+ 2025-09-07T06:18:26.0014890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvipt 2025-09-07T06:18:26.0015900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b-vb-mc 2025-09-07T06:18:26.0016740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/termite 2025-09-07T06:18:26.0017940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920c-2p-unk 2025-09-07T06:18:26.0018930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4105a 2025-09-07T06:18:26.0020040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4112-nd 2025-09-07T06:18:26.0020970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/teken-2022 2025-09-07T06:18:26.0021830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4025-17 2025-09-07T06:18:26.0022840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920c-vb-p 2025-09-07T06:18:26.0023700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4106brl 2025-09-07T06:18:26.0024730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/terminology-1.8.1 2025-09-07T06:18:26.0025680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tkterm 2025-09-07T06:18:26.0026780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/4c/LFT-PC850 2025-09-07T06:18:26.0027780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/4d/MtxOrb162 2025-09-07T06:18:26.0028730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/4d/MtxOrb 2025-09-07T06:18:26.0029740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/4d/MtxOrb204 2025-09-07T06:18:26.0030690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/75/uniterm 2025-09-07T06:18:26.0031580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/75/ultima2 2025-09-07T06:18:26.0032520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/75/uniterm49 2025-09-07T06:18:26.0033480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/75/uts30 2025-09-07T06:18:26.0034470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/75/ultimaII 2025-09-07T06:18:26.0035310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/75/unixpc 2025-09-07T06:18:26.0036300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/75/unknown 2025-09-07T06:18:26.0037220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/75/uwin 2025-09-07T06:18:26.0038350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rebus3180 2025-09-07T06:18:26.0039330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rbcomm-w 2025-09-07T06:18:26.0040500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/report+version 2025-09-07T06:18:26.0041640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rxvt-xpm 2025-09-07T06:18:26.0042640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rtpc 2025-09-07T06:18:26.0043760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rxvt-16color 2025-09-07T06:18:26.0044710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rxvt-cygwin-native 2025-09-07T06:18:26.0045650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/regent200 2025-09-07T06:18:26.0046450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rt6221 2025-09-07T06:18:26.0047440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rbcomm-nam 2025-09-07T06:18:26.0048280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rbcomm 2025-09-07T06:18:26.0049300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rxvt-88color 2025-09-07T06:18:26.0050210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rcons 2025-09-07T06:18:26.0051160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rxvt-cygwin 2025-09-07T06:18:26.0052030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/regent40 2025-09-07T06:18:26.0053140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/regent100 2025-09-07T06:18:26.0054240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/regent25 2025-09-07T06:18:26.0055110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/report+da2 2025-09-07T06:18:26.0056010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rxvt 2025-09-07T06:18:26.0056930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/regent60 2025-09-07T06:18:26.0057860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rio 2025-09-07T06:18:26.0058690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rca 2025-09-07T06:18:26.0059730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rxvt-color 2025-09-07T06:18:26.0060720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rxvt-256color 2025-09-07T06:18:26.0061650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rt6221-w 2025-09-07T06:18:26.0062490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rxvt-basic 2025-09-07T06:18:26.0063350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rcons-color 2025-09-07T06:18:26.0064420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rio-direct 2025-09-07T06:18:26.0065500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/regent40+ 2025-09-07T06:18:26.0066390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rxvt+pcfkeys 2025-09-07T06:18:26.0067480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/regent 2025-09-07T06:18:26.0068360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/regent20 2025-09-07T06:18:26.0069480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/konsole-vt100 2025-09-07T06:18:26.0070550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kterm 2025-09-07T06:18:26.0071630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/konsole-direct 2025-09-07T06:18:26.0072630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/konsole-base 2025-09-07T06:18:26.0073600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/klone+sgr 2025-09-07T06:18:26.0074600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kds7372-w 2025-09-07T06:18:26.0075520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kterm-color 2025-09-07T06:18:26.0076640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/konsole-vt420pc 2025-09-07T06:18:26.0077570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kvt 2025-09-07T06:18:26.0078350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kaypro 2025-09-07T06:18:26.0079200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/konsole 2025-09-07T06:18:26.0080310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/konsole-solaris 2025-09-07T06:18:26.0081320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/konsole-linux 2025-09-07T06:18:26.0082150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/ktm 2025-09-07T06:18:26.0083170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/klone+sgr-dumb 2025-09-07T06:18:26.0084160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kitty+common 2025-09-07T06:18:26.0085360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/konsole-16color 2025-09-07T06:18:26.0086390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/k45 2025-09-07T06:18:26.0087430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kermit-am 2025-09-07T06:18:26.0088380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kds6402 2025-09-07T06:18:26.0089320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kds7372 2025-09-07T06:18:26.0090260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/klone+acs 2025-09-07T06:18:26.0091290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kitty+setal 2025-09-07T06:18:26.0092430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/konsole+pcfkeys 2025-09-07T06:18:26.0093300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/konsole-xf3x 2025-09-07T06:18:26.0094120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kt7ix 2025-09-07T06:18:26.0095080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/konsole-256color 2025-09-07T06:18:26.0095880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kermit 2025-09-07T06:18:26.0097010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kitty-direct 2025-09-07T06:18:26.0097840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kt7 2025-09-07T06:18:26.0098870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/klone+color 2025-09-07T06:18:26.0099750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kitty 2025-09-07T06:18:26.0100810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kterm-co 2025-09-07T06:18:26.0101810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/klone+koi8acs 2025-09-07T06:18:26.0102810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/klone+sgr8 2025-09-07T06:18:26.0104020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/konsole-xf4x 2025-09-07T06:18:26.0104990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kon 2025-09-07T06:18:26.0105800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kaypro2 2025-09-07T06:18:26.0106760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kon2 2025-09-07T06:18:26.0107570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/38/8510 2025-09-07T06:18:26.0108560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/newscbm 2025-09-07T06:18:26.0109630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ndr9500-25-mc-nl 2025-09-07T06:18:26.0110620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr160wy60wpp 2025-09-07T06:18:26.0111520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-build309 2025-09-07T06:18:26.0112390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp-517 2025-09-07T06:18:26.0113400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260vt200wpp 2025-09-07T06:18:26.0114640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ntconsole-25-w 2025-09-07T06:18:26.0115700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260wy50+pp 2025-09-07T06:18:26.0116730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news28-a 2025-09-07T06:18:26.0117720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ndr9500-25 2025-09-07T06:18:26.0118620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news-29-euc 2025-09-07T06:18:26.0119500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/next 2025-09-07T06:18:26.0120380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp-511 2025-09-07T06:18:26.0121420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-acs-s 2025-09-07T06:18:26.0122280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/netbsd6 2025-09-07T06:18:26.0123280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ntconsole-50-w 2025-09-07T06:18:26.0124170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ntconsole-60-nti 2025-09-07T06:18:26.0125150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-c-s-7 2025-09-07T06:18:26.0126350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-build440 2025-09-07T06:18:26.0127080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr160vt100an 2025-09-07T06:18:26.0128020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260vt+sl 2025-09-07T06:18:26.0129090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260vt100pp 2025-09-07T06:18:26.0130240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/newhpkeyboard 2025-09-07T06:18:26.0131140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news-42-sjis 2025-09-07T06:18:26.0132080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr160vpwpp 2025-09-07T06:18:26.0132980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nxterm 2025-09-07T06:18:26.0133900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwe501 2025-09-07T06:18:26.0134920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nansisysk 2025-09-07T06:18:26.0135960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr160vt200an 2025-09-07T06:18:26.0137040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260vt300pp 2025-09-07T06:18:26.0138020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260wy325wpp 2025-09-07T06:18:26.0138960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260vp+sl 2025-09-07T06:18:26.0139900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news40 2025-09-07T06:18:26.0140860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ntconsole-35-w 2025-09-07T06:18:26.0141810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260wy350wpp 2025-09-07T06:18:26.0142890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260vt300wpp 2025-09-07T06:18:26.0143800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ntconsole-100 2025-09-07T06:18:26.0144720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncsa-vt220-8 2025-09-07T06:18:26.0145670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp512-a 2025-09-07T06:18:26.0146600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp518-o 2025-09-07T06:18:26.0147670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr160vt300an 2025-09-07T06:18:26.0148520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260vt200pp 2025-09-07T06:18:26.0149560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr160vt100wpp 2025-09-07T06:18:26.0150520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ndr9500 2025-09-07T06:18:26.0151600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp512-o 2025-09-07T06:18:26.0152470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp518-a 2025-09-07T06:18:26.0153520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ntconsole-100-nti 2025-09-07T06:18:26.0154380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news40-o 2025-09-07T06:18:26.0155300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-m 2025-09-07T06:18:26.0156360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ndr9500-mc 2025-09-07T06:18:26.0157310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm+s 2025-09-07T06:18:26.0158230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ndr9500-nl 2025-09-07T06:18:26.0159240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news40-a 2025-09-07T06:18:26.0160230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-c 2025-09-07T06:18:26.0161130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nec5520 2025-09-07T06:18:26.0162180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260wy325pp 2025-09-07T06:18:26.0163130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260vt100wan 2025-09-07T06:18:26.0164130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-7-s 2025-09-07T06:18:26.0165050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwe501-o 2025-09-07T06:18:26.0165970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news31 2025-09-07T06:18:26.0166930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr160vt300wan 2025-09-07T06:18:26.0167780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp251-o 2025-09-07T06:18:26.0168840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncrvt100wan 2025-09-07T06:18:26.0169820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news-old-unk 2025-09-07T06:18:26.0170660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp251-a 2025-09-07T06:18:26.0171520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwe501-a 2025-09-07T06:18:26.0172540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-s-acs 2025-09-07T06:18:26.0173570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm+7 2025-09-07T06:18:26.0174570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-build400 2025-09-07T06:18:26.0175430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-bce 2025-09-07T06:18:26.0176470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncrvt100an 2025-09-07T06:18:26.0177280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ndr9500-mc-nl 2025-09-07T06:18:26.0178040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nansisys 2025-09-07T06:18:26.0178830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm+acs 2025-09-07T06:18:26.0179710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ntconsole-w 2025-09-07T06:18:26.0180740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-c-acs 2025-09-07T06:18:26.0181650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news-33-sjis 2025-09-07T06:18:26.0182590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncsa-m 2025-09-07T06:18:26.0183640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-m-s-acs 2025-09-07T06:18:26.0184500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp518 2025-09-07T06:18:26.0185360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp511 2025-09-07T06:18:26.0186270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-m-7 2025-09-07T06:18:26.0187150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp517-w 2025-09-07T06:18:26.0188080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260intwan 2025-09-07T06:18:26.0189000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-acs-c-s 2025-09-07T06:18:26.0189930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-c-s 2025-09-07T06:18:26.0190870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260wy350pp 2025-09-07T06:18:26.0191730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm+c41 2025-09-07T06:18:26.0192800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp517 2025-09-07T06:18:26.0193630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncsa 2025-09-07T06:18:26.0194630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news31-a 2025-09-07T06:18:26.0195650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260intan 2025-09-07T06:18:26.0196550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/newhp 2025-09-07T06:18:26.0197470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news31-o 2025-09-07T06:18:26.0198370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-m-s 2025-09-07T06:18:26.0199340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr160vt200wan 2025-09-07T06:18:26.0200220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/n7900 2025-09-07T06:18:26.0201120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news-29-sjis 2025-09-07T06:18:26.0202170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr160wy50+wpp 2025-09-07T06:18:26.0203100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ntconsole-25 2025-09-07T06:18:26.0204030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nd9500 2025-09-07T06:18:26.0204940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-c-7 2025-09-07T06:18:26.0205990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-acs-m-s 2025-09-07T06:18:26.0207040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ntconsole-50 2025-09-07T06:18:26.0207990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-build361 2025-09-07T06:18:26.0208970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260vpwpp 2025-09-07T06:18:26.0209830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr7900iv 2025-09-07T06:18:26.0210870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-c-s-acs 2025-09-07T06:18:26.0211830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr7901 2025-09-07T06:18:26.0212880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr160vt100wan 2025-09-07T06:18:26.0213820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nansi.sysk 2025-09-07T06:18:26.0214740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr160vt300pp 2025-09-07T06:18:26.0215650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260vt200an 2025-09-07T06:18:26.0216570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr160wy60pp 2025-09-07T06:18:26.0217540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260vt300wan 2025-09-07T06:18:26.0218420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr160vppp 2025-09-07T06:18:26.0219370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr160vt200pp 2025-09-07T06:18:26.0220300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260vt300an 2025-09-07T06:18:26.0221240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-7-c-s 2025-09-07T06:18:26.0222190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-acs-c 2025-09-07T06:18:26.0223080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ntconsole-35 2025-09-07T06:18:26.0224290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ntconsole-25-nti 2025-09-07T06:18:26.0225100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp-517-w 2025-09-07T06:18:26.0226020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-acs-m 2025-09-07T06:18:26.0226970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-m-acs 2025-09-07T06:18:26.0227900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ntconsole-25-w-vt 2025-09-07T06:18:26.0228720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr7900 2025-09-07T06:18:26.0229650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ntconsole-60 2025-09-07T06:18:26.0230680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-7-m-s 2025-09-07T06:18:26.0231590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260vt100an 2025-09-07T06:18:26.0232590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-old 2025-09-07T06:18:26.0233490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-acs 2025-09-07T06:18:26.0234550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr160vt100pp 2025-09-07T06:18:26.0235490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/newscbm33 2025-09-07T06:18:26.0236460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news 2025-09-07T06:18:26.0237510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news-42-euc 2025-09-07T06:18:26.0238460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news-33 2025-09-07T06:18:26.0239470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/no+brackets 2025-09-07T06:18:26.0240310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news-unk 2025-09-07T06:18:26.0241360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news42 2025-09-07T06:18:26.0242300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/newscbm-o 2025-09-07T06:18:26.0243280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-direct 2025-09-07T06:18:26.0244100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp514-a 2025-09-07T06:18:26.0245020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-256color 2025-09-07T06:18:26.0245930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news29 2025-09-07T06:18:26.0247180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncsa-m-ns 2025-09-07T06:18:26.0248170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp514-o 2025-09-07T06:18:26.0249190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/newscbm-a 2025-09-07T06:18:26.0250110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ndr9500-25-nl 2025-09-07T06:18:26.0251000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncsa-ns 2025-09-07T06:18:26.0252000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ndr9500-25-mc 2025-09-07T06:18:26.0253110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ntconsole-35-nti 2025-09-07T06:18:26.0253970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nec 2025-09-07T06:18:26.0255060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260wy60wpp 2025-09-07T06:18:26.0256030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260wy50+wpp 2025-09-07T06:18:26.0256980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260vt200wan 2025-09-07T06:18:26.0258200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr160wy50+pp 2025-09-07T06:18:26.0259150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-16color 2025-09-07T06:18:26.0260120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news28 2025-09-07T06:18:26.0261140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm+mac 2025-09-07T06:18:26.0262240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ntconsole-60-w 2025-09-07T06:18:26.0263090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260vppp 2025-09-07T06:18:26.0264080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-7 2025-09-07T06:18:26.0265060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ntconsole-w-vt 2025-09-07T06:18:26.0266060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr160vt200wpp 2025-09-07T06:18:26.0267100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260intpp 2025-09-07T06:18:26.0268110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-m-s-7 2025-09-07T06:18:26.0269120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm+c 2025-09-07T06:18:26.0270120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260wy60pp 2025-09-07T06:18:26.0270990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news-42 2025-09-07T06:18:26.0272000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ntconsole-50-nti 2025-09-07T06:18:26.0273040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news33 2025-09-07T06:18:26.0278500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-s 2025-09-07T06:18:26.0278930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-7-c 2025-09-07T06:18:26.0279360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260intwpp 2025-09-07T06:18:26.0279790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-s-7 2025-09-07T06:18:26.0280210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news-29 2025-09-07T06:18:26.0280640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-7-m 2025-09-07T06:18:26.0281060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news-a 2025-09-07T06:18:26.0281490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncsa-vt220 2025-09-07T06:18:26.0281910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news-o 2025-09-07T06:18:26.0282720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr7900i 2025-09-07T06:18:26.0283710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nextshell 2025-09-07T06:18:26.0284660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncrvt100pp 2025-09-07T06:18:26.0285770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp512 2025-09-07T06:18:26.0286620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/northstar 2025-09-07T06:18:26.0287660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm 2025-09-07T06:18:26.0288740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr160vt300wpp 2025-09-07T06:18:26.0289580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncrvt100wpp 2025-09-07T06:18:26.0290530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260vt100wpp 2025-09-07T06:18:26.0291510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nansi.sys 2025-09-07T06:18:26.0292650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-build326 2025-09-07T06:18:26.0293620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp513-o 2025-09-07T06:18:26.0294530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp513 2025-09-07T06:18:26.0295510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp514 2025-09-07T06:18:26.0296530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ntconsole 2025-09-07T06:18:26.0297590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-build343 2025-09-07T06:18:26.0298630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp513-a 2025-09-07T06:18:26.0299690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news-33-euc 2025-09-07T06:18:26.0300550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/36/6053-dg 2025-09-07T06:18:26.0302110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/36/605x-dg 2025-09-07T06:18:26.0303000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/36/6053 2025-09-07T06:18:26.0303740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/36/605x 2025-09-07T06:18:26.0304790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/36/630MTG-24 2025-09-07T06:18:26.0305750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/36/630-lm 2025-09-07T06:18:26.0306730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/31/1178 2025-09-07T06:18:26.0307740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/31/1730-lm 2025-09-07T06:18:26.0308830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/excel62-w 2025-09-07T06:18:26.0309810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/emu-220 2025-09-07T06:18:26.0310570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/emu 2025-09-07T06:18:26.0311560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/excel62 2025-09-07T06:18:26.0312480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/excel64 2025-09-07T06:18:26.0313460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/ecma+italics 2025-09-07T06:18:26.0314230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/ex155 2025-09-07T06:18:26.0315230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/ecma+sgr 2025-09-07T06:18:26.0316230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/ecma+strikeout 2025-09-07T06:18:26.0317070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/excel64-rv 2025-09-07T06:18:26.0318050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/elks-vt52 2025-09-07T06:18:26.0318860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/ep4000 2025-09-07T06:18:26.0319860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/ecma+index 2025-09-07T06:18:26.0320840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/ep48 2025-09-07T06:18:26.0321720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/elks-glasstty 2025-09-07T06:18:26.0322730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/emx-base 2025-09-07T06:18:26.0323530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/ecma+color 2025-09-07T06:18:26.0324420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/ep40 2025-09-07T06:18:26.0325400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/ep4080 2025-09-07T06:18:26.0326450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/excel62-rv 2025-09-07T06:18:26.0327450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/env230 2025-09-07T06:18:26.0328160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/excel64-w 2025-09-07T06:18:26.0329070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/envision230 2025-09-07T06:18:26.0329900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/ergo4000 2025-09-07T06:18:26.0331000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/elks-ansi 2025-09-07T06:18:26.0331880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/esprit-am 2025-09-07T06:18:26.0332890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/emots 2025-09-07T06:18:26.0333800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/esprit 2025-09-07T06:18:26.0334900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/elks 2025-09-07T06:18:26.0335770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/eterm 2025-09-07T06:18:26.0336640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/exec80 2025-09-07T06:18:26.0337560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/eterm-color 2025-09-07T06:18:26.0338520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bct510a 2025-09-07T06:18:26.0339670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bq300-pc-w-rv 2025-09-07T06:18:26.0340640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bq300-8 2025-09-07T06:18:26.0341760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bsdos-pc-nobold 2025-09-07T06:18:26.0342650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bg2.0 2025-09-07T06:18:26.0343360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/b-128 2025-09-07T06:18:26.0344270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bq300 2025-09-07T06:18:26.0345070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bsdos-pc 2025-09-07T06:18:26.0346090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bq300-8-pc 2025-09-07T06:18:26.0347000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bg3.10rv 2025-09-07T06:18:26.0347780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bee 2025-09-07T06:18:26.0348690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bq300-w-8rv 2025-09-07T06:18:26.0349530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bh4 2025-09-07T06:18:26.0350560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/beehiveIIIm 2025-09-07T06:18:26.0351480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bsdos-pc-m 2025-09-07T06:18:26.0352430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bq300-pc-rv 2025-09-07T06:18:26.0353500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bracketed+paste 2025-09-07T06:18:26.0354390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bq300-pc 2025-09-07T06:18:26.0355250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bg3.10nv 2025-09-07T06:18:26.0356240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bq300-8-pc-w 2025-09-07T06:18:26.0357100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bq300-8rv 2025-09-07T06:18:26.0357950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bq300-rv 2025-09-07T06:18:26.0358840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/basic4 2025-09-07T06:18:26.0359710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bct510d 2025-09-07T06:18:26.0360700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bq300-8w 2025-09-07T06:18:26.0361620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/beehive 2025-09-07T06:18:26.0362460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bq300-w 2025-09-07T06:18:26.0363520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bg1.25nv 2025-09-07T06:18:26.0364690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bg2.0nv 2025-09-07T06:18:26.0365470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bantam 2025-09-07T06:18:26.0366470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bobcat 2025-09-07T06:18:26.0367310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bg3.10 2025-09-07T06:18:26.0368450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bq300-8-pc-rv 2025-09-07T06:18:26.0369480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bh3m 2025-09-07T06:18:26.0370620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bitgraph 2025-09-07T06:18:26.0371550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bq300-w-rv 2025-09-07T06:18:26.0372420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bterm 2025-09-07T06:18:26.0373340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bsdos-pc-mono 2025-09-07T06:18:26.0374260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bg1.25rv 2025-09-07T06:18:26.0375520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bg2.0rv 2025-09-07T06:18:26.0376800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bsdos-sparc 2025-09-07T06:18:26.0377650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/beehive4 2025-09-07T06:18:26.0378580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/beehive3 2025-09-07T06:18:26.0379470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/beterm 2025-09-07T06:18:26.0380420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/basis 2025-09-07T06:18:26.0381250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/blit 2025-09-07T06:18:26.0382190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bsdos-ppc 2025-09-07T06:18:26.0383000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bg1.25 2025-09-07T06:18:26.0384110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bq300-8-pc-w-rv 2025-09-07T06:18:26.0384940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bq300-pc-w 2025-09-07T06:18:26.0385840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/beacon 2025-09-07T06:18:26.0386930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/37/730MTGr 2025-09-07T06:18:26.0387820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/37/730MTGr-24 2025-09-07T06:18:26.0388870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/37/730MTG-24 2025-09-07T06:18:26.0389870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/37/730MTG-41 2025-09-07T06:18:26.0390810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/37/730MTG-41r 2025-09-07T06:18:26.0391750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mime314 2025-09-07T06:18:26.0392530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mosh 2025-09-07T06:18:26.0393540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mskermit227 2025-09-07T06:18:26.0394480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mouse-sun 2025-09-07T06:18:26.0395380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mai 2025-09-07T06:18:26.0396390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mterm-ansi 2025-09-07T06:18:26.0397320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mt70 2025-09-07T06:18:26.0398290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mod24 2025-09-07T06:18:26.0399110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mime340 2025-09-07T06:18:26.0399980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/modgraph48 2025-09-07T06:18:26.0400910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mgterm 2025-09-07T06:18:26.0401870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mach-gnu-color 2025-09-07T06:18:26.0402820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/msk227 2025-09-07T06:18:26.0403780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/minix-old 2025-09-07T06:18:26.0404920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mintty+common 2025-09-07T06:18:26.0405770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mime-fb 2025-09-07T06:18:26.0406700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/masscomp 2025-09-07T06:18:26.0407830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/masscomp2 2025-09-07T06:18:26.0408730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mterm 2025-09-07T06:18:26.0409600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mime2 2025-09-07T06:18:26.0410580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mvterm 2025-09-07T06:18:26.0411550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mt-70 2025-09-07T06:18:26.0412440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/minix-old-am 2025-09-07T06:18:26.0413490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mrxvt-256color 2025-09-07T06:18:26.0414420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mlterm2 2025-09-07T06:18:26.0415320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/macintosh 2025-09-07T06:18:26.0416360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/macterminal-w 2025-09-07T06:18:26.0417230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/ms-vt100 2025-09-07T06:18:26.0418130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mach-gnu 2025-09-07T06:18:26.0419000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mac-w 2025-09-07T06:18:26.0419950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/microterm5 2025-09-07T06:18:26.0420960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/m2-nam 2025-09-07T06:18:26.0421850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mskermit227am 2025-09-07T06:18:26.0422940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mlterm3 2025-09-07T06:18:26.0423810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mime2a-v 2025-09-07T06:18:26.0424680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mime2a 2025-09-07T06:18:26.0425560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/minix-1.7 2025-09-07T06:18:26.0426520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/minitel2-80 2025-09-07T06:18:26.0427390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/modgraph2 2025-09-07T06:18:26.0428420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/minitel1-nb 2025-09-07T06:18:26.0429360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mime-hb 2025-09-07T06:18:26.0430190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/msk227am 2025-09-07T06:18:26.0431130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mimeii 2025-09-07T06:18:26.0432160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/minitel1b-80 2025-09-07T06:18:26.0433100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/microbee 2025-09-07T06:18:26.0434230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mosh-256color 2025-09-07T06:18:26.0435430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mlterm-direct 2025-09-07T06:18:26.0436400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/ms-vt100-16color 2025-09-07T06:18:26.0437290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mgr-linux 2025-09-07T06:18:26.0438210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mskermit22714 2025-09-07T06:18:26.0439290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mintty-direct 2025-09-07T06:18:26.0440160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mostlike 2025-09-07T06:18:26.0441060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mgr-sun 2025-09-07T06:18:26.0441940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mac 2025-09-07T06:18:26.0442940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/minitel1 2025-09-07T06:18:26.0443860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mgt 2025-09-07T06:18:26.0444840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mime-3ax 2025-09-07T06:18:26.0445880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mlterm-256color 2025-09-07T06:18:26.0446810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/minitel12-80 2025-09-07T06:18:26.0447940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/modgraph 2025-09-07T06:18:26.0448830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mgr 2025-09-07T06:18:26.0449930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/microterm 2025-09-07T06:18:26.0451000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mlterm+pcfkeys 2025-09-07T06:18:26.0451950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/masscomp1 2025-09-07T06:18:26.0452890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mach-color 2025-09-07T06:18:26.0453720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mime1 2025-09-07T06:18:26.0454640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mm314 2025-09-07T06:18:26.0455720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mime3a 2025-09-07T06:18:26.0456520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mm340 2025-09-07T06:18:26.0457470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mt4520-rv 2025-09-07T06:18:26.0458340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/megatek 2025-09-07T06:18:26.0459290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/minitel-2-nam 2025-09-07T06:18:26.0460280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/minitel1b-nb 2025-09-07T06:18:26.0461190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/minitel-2 2025-09-07T06:18:26.0462170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mono-emx 2025-09-07T06:18:26.0463030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mime 2025-09-07T06:18:26.0463990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/msk22714 2025-09-07T06:18:26.0464940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mdl110 2025-09-07T06:18:26.0465810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mimei 2025-09-07T06:18:26.0466740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mach 2025-09-07T06:18:26.0467680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mime2a-s 2025-09-07T06:18:26.0468650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/minix-1.5 2025-09-07T06:18:26.0469780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/microb 2025-09-07T06:18:26.0470580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/memhp 2025-09-07T06:18:26.0471570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mintty 2025-09-07T06:18:26.0472430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mlterm 2025-09-07T06:18:26.0473520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/ms-vt100-color 2025-09-07T06:18:26.0474360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/minix-3.0 2025-09-07T06:18:26.0475300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mime3ax 2025-09-07T06:18:26.0476370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/ms-vt100+ 2025-09-07T06:18:26.0477370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/morphos 2025-09-07T06:18:26.0478320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/minitel 2025-09-07T06:18:26.0479110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/minix 2025-09-07T06:18:26.0480190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mod 2025-09-07T06:18:26.0481110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mach-bold 2025-09-07T06:18:26.0482010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/minitel1b 2025-09-07T06:18:26.0482960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/ms-terminal 2025-09-07T06:18:26.0484000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mrxvt 2025-09-07T06:18:26.0485040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/ms-vt-utf8 2025-09-07T06:18:26.0485940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/lisaterm-w 2025-09-07T06:18:26.0487130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux3.0 2025-09-07T06:18:26.0488180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux+sfkeys 2025-09-07T06:18:26.0489020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux-m2 2025-09-07T06:18:26.0489880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/luna 2025-09-07T06:18:26.0490880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux-lat 2025-09-07T06:18:26.0491820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/luna68k 2025-09-07T06:18:26.0492770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux-koi8r 2025-09-07T06:18:26.0493610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/la120 2025-09-07T06:18:26.0494510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/lft-pc850 2025-09-07T06:18:26.0495410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux2.2 2025-09-07T06:18:26.0496580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux-s 2025-09-07T06:18:26.0497430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux+decid 2025-09-07T06:18:26.0498350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/lisaterm 2025-09-07T06:18:26.0499350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux-16color 2025-09-07T06:18:26.0500240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/ln03 2025-09-07T06:18:26.0501190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/ln03-w 2025-09-07T06:18:26.0502110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux-vt 2025-09-07T06:18:26.0503100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/layer 2025-09-07T06:18:26.0503950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux+kbs 2025-09-07T06:18:26.0504930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux-basic 2025-09-07T06:18:26.0505700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/lisa 2025-09-07T06:18:26.0506550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux 2025-09-07T06:18:26.0507560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux-m1 2025-09-07T06:18:26.0508630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux-c-nc 2025-09-07T06:18:26.0509490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/liswb 2025-09-07T06:18:26.0510170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/lft 2025-09-07T06:18:26.0510900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux-m1b 2025-09-07T06:18:26.0511710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux2.6 2025-09-07T06:18:26.0512540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux2.6.26 2025-09-07T06:18:26.0513340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux-c 2025-09-07T06:18:26.0514190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux-m 2025-09-07T06:18:26.0515070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux-nic 2025-09-07T06:18:26.0516150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux-koi8 2025-09-07T06:18:26.0517160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/lpr 2025-09-07T06:18:26.0518040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/39/955-w 2025-09-07T06:18:26.0518960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/39/9term 2025-09-07T06:18:26.0519780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/39/955-hb 2025-09-07T06:18:26.0520810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/concept108-4p 2025-09-07T06:18:26.0521710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/coco3 2025-09-07T06:18:26.0522690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/citoh-6lpi 2025-09-07T06:18:26.0523450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cx100 2025-09-07T06:18:26.0524240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/c321 2025-09-07T06:18:26.0525080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cit80 2025-09-07T06:18:26.0526020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons50 2025-09-07T06:18:26.0527160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cops-10 2025-09-07T06:18:26.0528220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/concept-avt 2025-09-07T06:18:26.0529090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons50r 2025-09-07T06:18:26.0529980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/concept100-rv 2025-09-07T06:18:26.0530830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons60 2025-09-07T06:18:26.0531890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cci1 2025-09-07T06:18:26.0532840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/coherent 2025-09-07T06:18:26.0533710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cad68-2 2025-09-07T06:18:26.0534710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cyb83 2025-09-07T06:18:26.0535640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons50-koi8r 2025-09-07T06:18:26.0536460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cbunix 2025-09-07T06:18:26.0537530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/c108-rv 2025-09-07T06:18:26.0538520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/c108-8p 2025-09-07T06:18:26.0539470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cs10-w 2025-09-07T06:18:26.0540510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons60l1 2025-09-07T06:18:26.0541450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cad68-3 2025-09-07T06:18:26.0542340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/citc 2025-09-07T06:18:26.0543370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/c108-rv-8p 2025-09-07T06:18:26.0544290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/concept108-w8p 2025-09-07T06:18:26.0545190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/citoh-ps 2025-09-07T06:18:26.0546130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/c100-4p 2025-09-07T06:18:26.0547020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cit101e-n132 2025-09-07T06:18:26.0548080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/contel320 2025-09-07T06:18:26.0549170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons25-koi8r-m 2025-09-07T06:18:26.0550040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/ct82 2025-09-07T06:18:26.0551160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/ct8500 2025-09-07T06:18:26.0552010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cops 2025-09-07T06:18:26.0553290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/concept100 2025-09-07T06:18:26.0554180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/contel321 2025-09-07T06:18:26.0555250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/citoh-8lpi 2025-09-07T06:18:26.0556100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons60-m 2025-09-07T06:18:26.0556950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons25w 2025-09-07T06:18:26.0557910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cbblit 2025-09-07T06:18:26.0559030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/concept108 2025-09-07T06:18:26.0559940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons60r 2025-09-07T06:18:26.0560790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/ctrm 2025-09-07T06:18:26.0561820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/contour 2025-09-07T06:18:26.0562780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cit101e-rv 2025-09-07T06:18:26.0563720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/c100-rv-4p 2025-09-07T06:18:26.0564660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/ci8510 2025-09-07T06:18:26.0565630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons60-koi8r-m 2025-09-07T06:18:26.0566590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons50-iso-m 2025-09-07T06:18:26.0567470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/commodore 2025-09-07T06:18:26.0568280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/c108 2025-09-07T06:18:26.0569100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons43 2025-09-07T06:18:26.0570090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons50-iso8859 2025-09-07T06:18:26.0570920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cit101 2025-09-07T06:18:26.0571950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons30-m 2025-09-07T06:18:26.0572880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons60l1-m 2025-09-07T06:18:26.0573720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/c100 2025-09-07T06:18:26.0574760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cdc752 2025-09-07T06:18:26.0575630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cit500 2025-09-07T06:18:26.0576530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cgc2 2025-09-07T06:18:26.0577450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cg7900 2025-09-07T06:18:26.0578460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cygwinDBG 2025-09-07T06:18:26.0579340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/chromatics 2025-09-07T06:18:26.0580160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons50l1-m 2025-09-07T06:18:26.0581220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/colorscan 2025-09-07T06:18:26.0582150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/ca22851 2025-09-07T06:18:26.0583210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons60-koi8r 2025-09-07T06:18:26.0584140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cdc721 2025-09-07T06:18:26.0585230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cit101e-n 2025-09-07T06:18:26.0586170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cgc3 2025-09-07T06:18:26.0587130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/c108-w 2025-09-07T06:18:26.0588180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/concept108-8p 2025-09-07T06:18:26.0589030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cs10 2025-09-07T06:18:26.0590040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons25-m 2025-09-07T06:18:26.0591030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons30 2025-09-07T06:18:26.0591970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/concept 2025-09-07T06:18:26.0592790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/citoh 2025-09-07T06:18:26.0593680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/citoh-pica 2025-09-07T06:18:26.0594690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons60-iso 2025-09-07T06:18:26.0595660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/contel300 2025-09-07T06:18:26.0596650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/c108-rv-4p 2025-09-07T06:18:26.0597720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/c108-4p 2025-09-07T06:18:26.0598780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/citoh-elite 2025-09-07T06:18:26.0599840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/contour-direct 2025-09-07T06:18:26.0600810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cops10 2025-09-07T06:18:26.0601690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cit101e 2025-09-07T06:18:26.0602610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/contel301 2025-09-07T06:18:26.0603540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/citoh-comp 2025-09-07T06:18:26.0604470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons50-m 2025-09-07T06:18:26.0605490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/c100-1p 2025-09-07T06:18:26.0606410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/c100-rv 2025-09-07T06:18:26.0607350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cdc456 2025-09-07T06:18:26.0608450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cit-80 2025-09-07T06:18:26.0609470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons25-iso-m 2025-09-07T06:18:26.0610370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons60-iso-m 2025-09-07T06:18:26.0611260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cx 2025-09-07T06:18:26.0612120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons25r 2025-09-07T06:18:26.0613120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons25-debian 2025-09-07T06:18:26.0614060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/crt 2025-09-07T06:18:26.0615200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/c108-w-8p 2025-09-07T06:18:26.0616120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons43-m 2025-09-07T06:18:26.0617070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/crt-vt220 2025-09-07T06:18:26.0617960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cdc721-esc 2025-09-07T06:18:26.0618880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cygwinB19 2025-09-07T06:18:26.0619830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons25l1-m 2025-09-07T06:18:26.0620910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/color_xterm 2025-09-07T06:18:26.0621770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons50l1 2025-09-07T06:18:26.0622780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/citoh-prop 2025-09-07T06:18:26.0623820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons50-koi8r-m 2025-09-07T06:18:26.0624790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons25-koi8-r 2025-09-07T06:18:26.0625610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/c301 2025-09-07T06:18:26.0626600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cyb110 2025-09-07T06:18:26.0627590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons25-iso8859 2025-09-07T06:18:26.0628620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/concept108-w-8 2025-09-07T06:18:26.0629510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons60r-m 2025-09-07T06:18:26.0630480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/c300 2025-09-07T06:18:26.0631340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons25 2025-09-07T06:18:26.0632200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cygwin 2025-09-07T06:18:26.0633220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/contour-latest 2025-09-07T06:18:26.0634170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cdc721ll 2025-09-07T06:18:26.0635040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons25r-m 2025-09-07T06:18:26.0635840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/c104 2025-09-07T06:18:26.0636730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cdc756 2025-09-07T06:18:26.0637720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cit101e-132 2025-09-07T06:18:26.0638710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons50r-m 2025-09-07T06:18:26.0639530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cci 2025-09-07T06:18:26.0640450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/concept108rv4p 2025-09-07T06:18:26.0641470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons25l1 2025-09-07T06:18:26.0642430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/digilog 2025-09-07T06:18:26.0643280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dmd-34 2025-09-07T06:18:26.0644240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dmdt80 2025-09-07T06:18:26.0645280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d410-7b-w 2025-09-07T06:18:26.0646120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d555-7b-w 2025-09-07T06:18:26.0646880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d132 2025-09-07T06:18:26.0647870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d230c 2025-09-07T06:18:26.0648780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dku7102-sna 2025-09-07T06:18:26.0649800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/delta 2025-09-07T06:18:26.0650730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d217-dg 2025-09-07T06:18:26.0651690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dku7103-sna 2025-09-07T06:18:26.0652700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430c-unix 2025-09-07T06:18:26.0653700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dku7003-dumb 2025-09-07T06:18:26.0654680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d577-7b 2025-09-07T06:18:26.0655770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dmchat 2025-09-07T06:18:26.0656910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-128x48-m 2025-09-07T06:18:26.0657850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dec-vt220 2025-09-07T06:18:26.0658910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430-unix-w-ccc 2025-09-07T06:18:26.0659770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dm3025 2025-09-07T06:18:26.0660660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d462+s 2025-09-07T06:18:26.0661460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dw1 2025-09-07T06:18:26.0662520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d216-unix-25 2025-09-07T06:18:26.0663400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d462+25 2025-09-07T06:18:26.0664470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d412-unix-w 2025-09-07T06:18:26.0665370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-144x48-m 2025-09-07T06:18:26.0666380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dec-vt330 2025-09-07T06:18:26.0667260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d578-dg 2025-09-07T06:18:26.0668490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/datapoint 2025-09-07T06:18:26.0669290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d211 2025-09-07T06:18:26.0670340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d462e-dg 2025-09-07T06:18:26.0671210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d412+ 2025-09-07T06:18:26.0672130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430c-unix-25 2025-09-07T06:18:26.0672940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dt80 2025-09-07T06:18:26.0674050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430-unix-s-ccc 2025-09-07T06:18:26.0674950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d220 2025-09-07T06:18:26.0675990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d463-unix-w 2025-09-07T06:18:26.0676720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dialogue80 2025-09-07T06:18:26.0677470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430-unix-25 2025-09-07T06:18:26.0678210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dumb 2025-09-07T06:18:26.0679240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430c-unix-sr-ccc 2025-09-07T06:18:26.0680160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dg-generic 2025-09-07T06:18:26.0681170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d217-unix-25 2025-09-07T06:18:26.0681990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dku7003 2025-09-07T06:18:26.0683030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d464-unix-25 2025-09-07T06:18:26.0684170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-112x37-m 2025-09-07T06:18:26.0685140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d412+25 2025-09-07T06:18:26.0686210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/diablo1720 2025-09-07T06:18:26.0687000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d470 2025-09-07T06:18:26.0688120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d413-unix-s 2025-09-07T06:18:26.0689150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d462-unix-s 2025-09-07T06:18:26.0690070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/decpro 2025-09-07T06:18:26.0691000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d210 2025-09-07T06:18:26.0692050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/datagraphix 2025-09-07T06:18:26.0692990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d216-dg 2025-09-07T06:18:26.0694010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d414-unix-sr 2025-09-07T06:18:26.0695040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-80x25-m 2025-09-07T06:18:26.0696070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d411-7b-w 2025-09-07T06:18:26.0697080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430-unix-ccc 2025-09-07T06:18:26.0698080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430-unix-sr 2025-09-07T06:18:26.0698970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dec-vt340 2025-09-07T06:18:26.0699840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dmdt80w 2025-09-07T06:18:26.0700850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dumb-emacs-ansi 2025-09-07T06:18:26.0701920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dm80w 2025-09-07T06:18:26.0702790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d577-dg 2025-09-07T06:18:26.0703870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dgkeys+11 2025-09-07T06:18:26.0705010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/datamedia2500 2025-09-07T06:18:26.0706030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dtc382 2025-09-07T06:18:26.0706970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d461-w 2025-09-07T06:18:26.0707970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dku7102-old 2025-09-07T06:18:26.0708840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-m 2025-09-07T06:18:26.0709730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d216-unix 2025-09-07T06:18:26.0710630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d413-dg 2025-09-07T06:18:26.0711570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d461-7b-w 2025-09-07T06:18:26.0712510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430c-unix-s 2025-09-07T06:18:26.0713480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430c-unix-sr 2025-09-07T06:18:26.0714500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dg+color8 2025-09-07T06:18:26.0715390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/djgpp 2025-09-07T06:18:26.0716370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-112x37 2025-09-07T06:18:26.0717250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d216e-dg 2025-09-07T06:18:26.0718310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d414-unix-25 2025-09-07T06:18:26.0719190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/ddr3180 2025-09-07T06:18:26.0720200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dgkeys+7b 2025-09-07T06:18:26.0721240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d462-dg 2025-09-07T06:18:26.0722250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430-dg-ccc 2025-09-07T06:18:26.0723300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430-unix-sr-ccc 2025-09-07T06:18:26.0724270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d400 2025-09-07T06:18:26.0725240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430c-dg 2025-09-07T06:18:26.0726120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d412+sr 2025-09-07T06:18:26.0726960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-b 2025-09-07T06:18:26.0727830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d464-unix-sr 2025-09-07T06:18:26.0728870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dgmode+color8 2025-09-07T06:18:26.0729790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430-unix 2025-09-07T06:18:26.0730660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dt110 2025-09-07T06:18:26.0731570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430c-unix-ccc 2025-09-07T06:18:26.0732500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dg-ansi 2025-09-07T06:18:26.0733510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dg+fixed 2025-09-07T06:18:26.0734650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dmd 2025-09-07T06:18:26.0735480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dt-100w 2025-09-07T06:18:26.0736580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/diablo1640 2025-09-07T06:18:26.0737470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-128x40 2025-09-07T06:18:26.0738430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d463-dg 2025-09-07T06:18:26.0739420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dataspeed40 2025-09-07T06:18:26.0740320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d412+w 2025-09-07T06:18:26.0741460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dd5000 2025-09-07T06:18:26.0742340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dec-vt400 2025-09-07T06:18:26.0743320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dp3360 2025-09-07T06:18:26.0744270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dg6053-old 2025-09-07T06:18:26.0745390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dg210 2025-09-07T06:18:26.0746320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-200x64-m 2025-09-07T06:18:26.0747140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d464-unix-s 2025-09-07T06:18:26.0748170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-128x48 2025-09-07T06:18:26.0749110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-200x64 2025-09-07T06:18:26.0750250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dmterm 2025-09-07T06:18:26.0751090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d462+ 2025-09-07T06:18:26.0751890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/diablo-lm 2025-09-07T06:18:26.0752860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/decansi 2025-09-07T06:18:26.0753930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d460-7b-w 2025-09-07T06:18:26.0755020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430-unix-w 2025-09-07T06:18:26.0756090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d216+25 2025-09-07T06:18:26.0757260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-m-b 2025-09-07T06:18:26.0758260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d217-unix 2025-09-07T06:18:26.0759110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d578-7b 2025-09-07T06:18:26.0759940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d462+sr 2025-09-07T06:18:26.0760920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/ds40-2 2025-09-07T06:18:26.0761950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dg211 2025-09-07T06:18:26.0762860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dt80w 2025-09-07T06:18:26.0763700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d412-dg 2025-09-07T06:18:26.0764600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d414-unix-w 2025-09-07T06:18:26.0765690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d410-w 2025-09-07T06:18:26.0766760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d230c-dg 2025-09-07T06:18:26.0767700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d80 2025-09-07T06:18:26.0768660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dw3 2025-09-07T06:18:26.0769610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-90x30 2025-09-07T06:18:26.0770500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dt-100 2025-09-07T06:18:26.0771460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dg+ccc 2025-09-07T06:18:26.0772230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dw4 2025-09-07T06:18:26.0773250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dwk-vt 2025-09-07T06:18:26.0774340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d460-dg 2025-09-07T06:18:26.0775270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-90x30-m 2025-09-07T06:18:26.0776170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dgunix+fixed 2025-09-07T06:18:26.0777010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dialogue 2025-09-07T06:18:26.0777990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d555-dg 2025-09-07T06:18:26.0779130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dg450 2025-09-07T06:18:26.0780060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d555 2025-09-07T06:18:26.0780970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d470-dg 2025-09-07T06:18:26.0781850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dm3045 2025-09-07T06:18:26.0782740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dm1520 2025-09-07T06:18:26.0783750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/decwriter 2025-09-07T06:18:26.0784760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-100x37 2025-09-07T06:18:26.0785810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-80x30 2025-09-07T06:18:26.0786680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d460-w 2025-09-07T06:18:26.0787700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dm2500 2025-09-07T06:18:26.0788700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d412-unix 2025-09-07T06:18:26.0789570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d215-7b 2025-09-07T06:18:26.0790400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d216+ 2025-09-07T06:18:26.0791380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d470c-7b 2025-09-07T06:18:26.0792390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/diablo1620-m8 2025-09-07T06:18:26.0793280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dt80-sas 2025-09-07T06:18:26.0794300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d462+w 2025-09-07T06:18:26.0795110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d450-dg 2025-09-07T06:18:26.0796060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d412-unix-sr 2025-09-07T06:18:26.0796960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-200x75 2025-09-07T06:18:26.0798010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-256x96 2025-09-07T06:18:26.0799000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dw2 2025-09-07T06:18:26.0800070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dg605x 2025-09-07T06:18:26.0801280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-200x75-m 2025-09-07T06:18:26.0802170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dgmode+color 2025-09-07T06:18:26.0803120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d2-dg 2025-09-07T06:18:26.0804100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d411-dg 2025-09-07T06:18:26.0805020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dmd1 2025-09-07T06:18:26.0805950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dm1521 2025-09-07T06:18:26.0806890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430-unix-25-ccc 2025-09-07T06:18:26.0807690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dwk 2025-09-07T06:18:26.0808720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dg6053 2025-09-07T06:18:26.0809680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-128x40-m 2025-09-07T06:18:26.0810460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/diablo 2025-09-07T06:18:26.0811370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d211-7b 2025-09-07T06:18:26.0812280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dg200 2025-09-07T06:18:26.0813360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dg+color 2025-09-07T06:18:26.0814250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d462-unix-25 2025-09-07T06:18:26.0815140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dtterm 2025-09-07T06:18:26.0816240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-160x64 2025-09-07T06:18:26.0817340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dvtm-256color 2025-09-07T06:18:26.0818340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dp8242 2025-09-07T06:18:26.0819280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d400-dg 2025-09-07T06:18:26.0820260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d410 2025-09-07T06:18:26.0821300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d413-unix-sr 2025-09-07T06:18:26.0822160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/diablo1740 2025-09-07T06:18:26.0823430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-100x37-m 2025-09-07T06:18:26.0824330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d412-unix-s 2025-09-07T06:18:26.0825300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d410-dg 2025-09-07T06:18:26.0826180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d216+dg 2025-09-07T06:18:26.0832740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d215 2025-09-07T06:18:26.0832980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d463-unix-25 2025-09-07T06:18:26.0833160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dt100 2025-09-07T06:18:26.0833340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d464-unix 2025-09-07T06:18:26.0833640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dec+pp 2025-09-07T06:18:26.0833920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d463-unix-s 2025-09-07T06:18:26.0834090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d411 2025-09-07T06:18:26.0834270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d413-unix 2025-09-07T06:18:26.0835180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/diablo1640-m8 2025-09-07T06:18:26.0835910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d2 2025-09-07T06:18:26.0836960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d216e+ 2025-09-07T06:18:26.0837820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dw 2025-09-07T06:18:26.0838760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d461-dg 2025-09-07T06:18:26.0839680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dvtm 2025-09-07T06:18:26.0840640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430-dg 2025-09-07T06:18:26.0841700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dec+sl 2025-09-07T06:18:26.0842640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dku7202 2025-09-07T06:18:26.0843760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-256x96-m 2025-09-07T06:18:26.0844720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d555-w 2025-09-07T06:18:26.0845400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d411-w 2025-09-07T06:18:26.0846420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d413-unix-w 2025-09-07T06:18:26.0847270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d462-unix-w 2025-09-07T06:18:26.0848310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dgunix+ccc 2025-09-07T06:18:26.0849190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d220-7b 2025-09-07T06:18:26.0850110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dec-vt100 2025-09-07T06:18:26.0850940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d214 2025-09-07T06:18:26.0851830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/diablo630 2025-09-07T06:18:26.0852760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d463-unix 2025-09-07T06:18:26.0853660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d800 2025-09-07T06:18:26.0854560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dt100w 2025-09-07T06:18:26.0855440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d216e+dg 2025-09-07T06:18:26.0856270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d460 2025-09-07T06:18:26.0857150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/diablo1730 2025-09-07T06:18:26.0858010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d200 2025-09-07T06:18:26.0858940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/ddr 2025-09-07T06:18:26.0859940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d463-unix-sr 2025-09-07T06:18:26.0860940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430c-unix-w 2025-09-07T06:18:26.0861810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-f2 2025-09-07T06:18:26.0862930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin 2025-09-07T06:18:26.0863760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d470c-dg 2025-09-07T06:18:26.0864710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d462+dg 2025-09-07T06:18:26.0865620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/djgpp203 2025-09-07T06:18:26.0866680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/djgpp204 2025-09-07T06:18:26.0867510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d211-dg 2025-09-07T06:18:26.0868380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dg6134 2025-09-07T06:18:26.0869230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d411-7b 2025-09-07T06:18:26.0870180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dm80 2025-09-07T06:18:26.0871150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d413-unix-25 2025-09-07T06:18:26.0872250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430c-unix-w-ccc 2025-09-07T06:18:26.0873220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dgkeys+15 2025-09-07T06:18:26.0874330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d577-7b-w 2025-09-07T06:18:26.0875200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d450 2025-09-07T06:18:26.0876120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-f 2025-09-07T06:18:26.0877130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-80x30-m 2025-09-07T06:18:26.0877970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d460-7b 2025-09-07T06:18:26.0878950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dg100 2025-09-07T06:18:26.0879890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d461 2025-09-07T06:18:26.0881120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/diablo1640-lm 2025-09-07T06:18:26.0881990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d230 2025-09-07T06:18:26.0882940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-144x48 2025-09-07T06:18:26.0883840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d215-dg 2025-09-07T06:18:26.0884800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dgkeys+8b 2025-09-07T06:18:26.0885940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/diablo450 2025-09-07T06:18:26.0886870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d470-7b 2025-09-07T06:18:26.0887660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/domterm 2025-09-07T06:18:26.0888730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d470c 2025-09-07T06:18:26.0889590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d414-unix 2025-09-07T06:18:26.0890580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d555-7b 2025-09-07T06:18:26.0891500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d216e-unix 2025-09-07T06:18:26.0892510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-80x25 2025-09-07T06:18:26.0893430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d461-7b 2025-09-07T06:18:26.0894670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430c-unix-25-ccc 2025-09-07T06:18:26.0895530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430c-dg-ccc 2025-09-07T06:18:26.0896330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d577-w 2025-09-07T06:18:26.0897420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-160x64-m 2025-09-07T06:18:26.0898380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d578 2025-09-07T06:18:26.0899220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d230-dg 2025-09-07T06:18:26.0900160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dtc300s 2025-09-07T06:18:26.0901070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dg460-ansi 2025-09-07T06:18:26.0902030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d464-unix-w 2025-09-07T06:18:26.0903080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/ds40 2025-09-07T06:18:26.0904030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d412+dg 2025-09-07T06:18:26.0905000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d214-dg 2025-09-07T06:18:26.0905930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d220-dg 2025-09-07T06:18:26.0907020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/diablo1740-lm 2025-09-07T06:18:26.0908070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d412+s 2025-09-07T06:18:26.0909180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/decid+cpr 2025-09-07T06:18:26.0910180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dmd-24 2025-09-07T06:18:26.0911320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-m-f2 2025-09-07T06:18:26.0912440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430c-unix-s-ccc 2025-09-07T06:18:26.0913570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d414-unix-s 2025-09-07T06:18:26.0914420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/diablo1620 2025-09-07T06:18:26.0915330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d200-dg 2025-09-07T06:18:26.0916280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d577 2025-09-07T06:18:26.0917240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d462-unix-sr 2025-09-07T06:18:26.0918110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d210-dg 2025-09-07T06:18:26.0919110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430-unix-s 2025-09-07T06:18:26.0920100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-m-f 2025-09-07T06:18:26.0921000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d412-unix-25 2025-09-07T06:18:26.0921870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d410-7b 2025-09-07T06:18:26.0922830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d462-unix 2025-09-07T06:18:26.0923710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dku7102 2025-09-07T06:18:26.0924750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/41/Apple_Terminal 2025-09-07T06:18:26.0925690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse60-42 2025-09-07T06:18:26.0926570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse520-epc-w 2025-09-07T06:18:26.0927640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy520-48wpc 2025-09-07T06:18:26.0928420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse99gt-25 2025-09-07T06:18:26.0929550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy75-mc 2025-09-07T06:18:26.0930540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy370-w 2025-09-07T06:18:26.0931540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse60-25-w 2025-09-07T06:18:26.0932550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy60-w-vb 2025-09-07T06:18:26.0933500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy325-42wvb 2025-09-07T06:18:26.0934410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy520-w 2025-09-07T06:18:26.0935300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy75-wvb 2025-09-07T06:18:26.0936210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse160-42-w 2025-09-07T06:18:26.0937100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy60-wvb 2025-09-07T06:18:26.0938060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy50-vb 2025-09-07T06:18:26.0939120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse150-25 2025-09-07T06:18:26.0940210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse325-w 2025-09-07T06:18:26.0941150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy60-43-w 2025-09-07T06:18:26.0942030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy120-25 2025-09-07T06:18:26.0943070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy99gt-wvb 2025-09-07T06:18:26.0943990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse60-43 2025-09-07T06:18:26.0944820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse75ap 2025-09-07T06:18:26.0945840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy325-w-vb 2025-09-07T06:18:26.0946730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy75 2025-09-07T06:18:26.0947520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy30-mc 2025-09-07T06:18:26.0948480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy60-vb 2025-09-07T06:18:26.0949420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse520-36pc 2025-09-07T06:18:26.0950470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse520-36w 2025-09-07T06:18:26.0951560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse60-316X 2025-09-07T06:18:26.0952650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy520-epc-vb 2025-09-07T06:18:26.0953520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse160-25 2025-09-07T06:18:26.0954460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse120-25 2025-09-07T06:18:26.0955330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy60-w 2025-09-07T06:18:26.0956280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy60-AT 2025-09-07T06:18:26.0957210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse370 2025-09-07T06:18:26.0958070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy100 2025-09-07T06:18:26.0959110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse85-vb 2025-09-07T06:18:26.0959890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse350-w 2025-09-07T06:18:26.0960720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy30-vb 2025-09-07T06:18:26.0961660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy160-25 2025-09-07T06:18:26.0962580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy160-w 2025-09-07T06:18:26.0963520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy350 2025-09-07T06:18:26.0964470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse120 2025-09-07T06:18:26.0965340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse50 2025-09-07T06:18:26.0966260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy325w-24 2025-09-07T06:18:26.0967330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse325-42w 2025-09-07T06:18:26.0968310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse160-wvb 2025-09-07T06:18:26.0969130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse520 2025-09-07T06:18:26.0970090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse75-wvb 2025-09-07T06:18:26.0970870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy75-vb 2025-09-07T06:18:26.0971750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy99gt-25-w 2025-09-07T06:18:26.0972700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse520-48w 2025-09-07T06:18:26.0973780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy325-43wvb 2025-09-07T06:18:26.0974770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy120-w 2025-09-07T06:18:26.0975730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse150-w 2025-09-07T06:18:26.0976650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy50-mc 2025-09-07T06:18:26.0977560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy150-25 2025-09-07T06:18:26.0978560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse325 2025-09-07T06:18:26.0979540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse60-wvb 2025-09-07T06:18:26.0980650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse520-epc 2025-09-07T06:18:26.0981520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy99gt-vb 2025-09-07T06:18:26.0982390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse60 2025-09-07T06:18:26.0983320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy99gt-25 2025-09-07T06:18:26.0984280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy60-25-w 2025-09-07T06:18:26.0985250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wsvt25 2025-09-07T06:18:26.0986140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy150-vb 2025-09-07T06:18:26.0987070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/winconsole 2025-09-07T06:18:26.0988000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse150 2025-09-07T06:18:26.0989000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse325-43 2025-09-07T06:18:26.0990060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wrenw 2025-09-07T06:18:26.0991060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy325-42w-vb 2025-09-07T06:18:26.0991870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse75 2025-09-07T06:18:26.0992870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy75ap 2025-09-07T06:18:26.0993810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy370-wvb 2025-09-07T06:18:26.0994790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse185-w 2025-09-07T06:18:26.0995720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse60-43-w 2025-09-07T06:18:26.0996730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy160-vb 2025-09-07T06:18:26.0997590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy185 2025-09-07T06:18:26.0998580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wezterm 2025-09-07T06:18:26.0999520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse325-42 2025-09-07T06:18:26.1000520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse99gt-w 2025-09-07T06:18:26.1001470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy60-316X 2025-09-07T06:18:26.1002350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse160 2025-09-07T06:18:26.1003320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse120-vb 2025-09-07T06:18:26.1004260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wsvt25m 2025-09-07T06:18:26.1005300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy520-36w 2025-09-07T06:18:26.1006210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy325-43w-vb 2025-09-07T06:18:26.1007010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy-99fgt 2025-09-07T06:18:26.1008060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy520-epc-wvb 2025-09-07T06:18:26.1008950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse160-vb 2025-09-07T06:18:26.1009850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy50 2025-09-07T06:18:26.1010800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy60-25 2025-09-07T06:18:26.1011690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse60-w 2025-09-07T06:18:26.1012330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse60-PC 2025-09-07T06:18:26.1013090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy160-42-w 2025-09-07T06:18:26.1013830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy120-vb 2025-09-07T06:18:26.1014540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy325-42w 2025-09-07T06:18:26.1015260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy325-80 2025-09-07T06:18:26.1015980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy99gt-w 2025-09-07T06:18:26.1016760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy325-42 2025-09-07T06:18:26.1017460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy520-48w 2025-09-07T06:18:26.1018220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy99gt-w-vb 2025-09-07T06:18:26.1018910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy99fa 2025-09-07T06:18:26.1019720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wren 2025-09-07T06:18:26.1020390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse150-vb 2025-09-07T06:18:26.1021170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy520-epc-24 2025-09-07T06:18:26.1021910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy160-wvb 2025-09-07T06:18:26.1022600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy100q 2025-09-07T06:18:26.1023370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse99gt-wvb 2025-09-07T06:18:26.1024330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse-75ap 2025-09-07T06:18:26.1025400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy60 2025-09-07T06:18:26.1026400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy520-epc 2025-09-07T06:18:26.1027420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse99gt-vb 2025-09-07T06:18:26.1028310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy325-43 2025-09-07T06:18:26.1029220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy520-36pc 2025-09-07T06:18:26.1030090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy520-36wpc 2025-09-07T06:18:26.1031100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wsiris 2025-09-07T06:18:26.1031950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy120-w-vb 2025-09-07T06:18:26.1032870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse325-wvb 2025-09-07T06:18:26.1033950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy325-vb 2025-09-07T06:18:26.1034940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy-75ap 2025-09-07T06:18:26.1035980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse50-w 2025-09-07T06:18:26.1037060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse160-42 2025-09-07T06:18:26.1038060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy350-vb 2025-09-07T06:18:26.1038890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse75-w 2025-09-07T06:18:26.1039810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy99gt 2025-09-07T06:18:26.1040760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy85 2025-09-07T06:18:26.1041800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy520-48 2025-09-07T06:18:26.1042890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse85-8bit 2025-09-07T06:18:26.1043800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse150-w-vb 2025-09-07T06:18:26.1044760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy520-48pc 2025-09-07T06:18:26.1045690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy99gt-tek 2025-09-07T06:18:26.1046670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse60-42-w 2025-09-07T06:18:26.1047560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy99-ansi 2025-09-07T06:18:26.1048690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse520-wvb 2025-09-07T06:18:26.1049700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy370-vb 2025-09-07T06:18:26.1050660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse60-25 2025-09-07T06:18:26.1051470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse-325 2025-09-07T06:18:26.1052350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy185-wvb 2025-09-07T06:18:26.1053390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy325-43w 2025-09-07T06:18:26.1054380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy60-PC 2025-09-07T06:18:26.1055250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy185-vb 2025-09-07T06:18:26.1056260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy350-wvb 2025-09-07T06:18:26.1057340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy370-105k 2025-09-07T06:18:26.1058290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy520-24 2025-09-07T06:18:26.1059190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse160-43 2025-09-07T06:18:26.1060030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy325-25w 2025-09-07T06:18:26.1060940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse160-25-w 2025-09-07T06:18:26.1061720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy150 2025-09-07T06:18:26.1062720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse520-pc-24 2025-09-07T06:18:26.1063710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse120-25-w 2025-09-07T06:18:26.1064710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse520-48 2025-09-07T06:18:26.1065650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy370-nk 2025-09-07T06:18:26.1066640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy185-w 2025-09-07T06:18:26.1067590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse520-24 2025-09-07T06:18:26.1068490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy160-43 2025-09-07T06:18:26.1069440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy99f 2025-09-07T06:18:26.1070380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy99fgt 2025-09-07T06:18:26.1071340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse185-vb 2025-09-07T06:18:26.1072260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy85-w 2025-09-07T06:18:26.1073210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy160-43-w 2025-09-07T06:18:26.1074400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse120-wvb 2025-09-07T06:18:26.1075450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy160 2025-09-07T06:18:26.1076580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse325-vb 2025-09-07T06:18:26.1077560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse520-36wpc 2025-09-07T06:18:26.1078620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy150-25-w 2025-09-07T06:18:26.1079660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy99a-ansi 2025-09-07T06:18:26.1080440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse30 2025-09-07T06:18:26.1081530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy160-w-vb 2025-09-07T06:18:26.1082510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse350-vb 2025-09-07T06:18:26.1083480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse185 2025-09-07T06:18:26.1084300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy160-42 2025-09-07T06:18:26.1085160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy50-w 2025-09-07T06:18:26.1086110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse520-vb 2025-09-07T06:18:26.1087210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse520-p-wvb 2025-09-07T06:18:26.1088180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse185-24 2025-09-07T06:18:26.1089070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy120-25-w 2025-09-07T06:18:26.1090200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy325-wvb 2025-09-07T06:18:26.1091100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse520-36 2025-09-07T06:18:26.1092030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse75-vb 2025-09-07T06:18:26.1093040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse350 2025-09-07T06:18:26.1093960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy120 2025-09-07T06:18:26.1094860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy75-w 2025-09-07T06:18:26.1095930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse520-pc-vb 2025-09-07T06:18:26.1096960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse520-48wpc 2025-09-07T06:18:26.1097850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse120-w 2025-09-07T06:18:26.1098890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy520-epc-w 2025-09-07T06:18:26.1099820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy150-w 2025-09-07T06:18:26.1100700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse50-mc 2025-09-07T06:18:26.1101630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse99gt 2025-09-07T06:18:26.1102580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse50-wvb 2025-09-07T06:18:26.1103560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse325-25 2025-09-07T06:18:26.1104340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy370 2025-09-07T06:18:26.1105300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse160-43-w 2025-09-07T06:18:26.1106210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy370-tek 2025-09-07T06:18:26.1107300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse60-AT 2025-09-07T06:18:26.1108160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy520-wvb 2025-09-07T06:18:26.1109430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse85-wvb 2025-09-07T06:18:26.1110440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse150-25-w 2025-09-07T06:18:26.1111480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy85-vb 2025-09-07T06:18:26.1112460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy350-w 2025-09-07T06:18:26.1113510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy60-42-w 2025-09-07T06:18:26.1114360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy85-8bit 2025-09-07T06:18:26.1115390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy325 2025-09-07T06:18:26.1116220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse85 2025-09-07T06:18:26.1117120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse325-25w 2025-09-07T06:18:26.1118130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse160-w 2025-09-07T06:18:26.1119060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy520 2025-09-07T06:18:26.1120230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse30-vb 2025-09-07T06:18:26.1121210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse350-wvb 2025-09-07T06:18:26.1122200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse185-wvb 2025-09-07T06:18:26.1123150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse325-43w 2025-09-07T06:18:26.1124220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy60-43 2025-09-07T06:18:26.1125050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy85-wvb 2025-09-07T06:18:26.1125920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy120-wvb 2025-09-07T06:18:26.1126970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse30-mc 2025-09-07T06:18:26.1128090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse85-w 2025-09-07T06:18:26.1128950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse60-vb 2025-09-07T06:18:26.1129930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy370-101k 2025-09-07T06:18:26.1131030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse+sl 2025-09-07T06:18:26.1131970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy99fgta 2025-09-07T06:18:26.1132840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse-vp 2025-09-07T06:18:26.1133850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy30 2025-09-07T06:18:26.1135030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse520-48pc 2025-09-07T06:18:26.1135930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy520-36 2025-09-07T06:18:26.1137020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy150-w-vb 2025-09-07T06:18:26.1137990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy185-24 2025-09-07T06:18:26.1138830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy60-42 2025-09-07T06:18:26.1139820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy160-tek 2025-09-07T06:18:26.1140740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse520-w 2025-09-07T06:18:26.1141820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse75-mc 2025-09-07T06:18:26.1142920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy520-vb 2025-09-07T06:18:26.1143880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy325-25 2025-09-07T06:18:26.1144760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy50-wvb 2025-09-07T06:18:26.1145750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy370-rv 2025-09-07T06:18:26.1146640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse50-vb 2025-09-07T06:18:26.1147690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy-99fgta 2025-09-07T06:18:26.1148650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse99gt-25-w 2025-09-07T06:18:26.1149620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy325-w 2025-09-07T06:18:26.1150690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy370-EPC 2025-09-07T06:18:26.1151780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy160-25-w 2025-09-07T06:18:26.1152690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcvt25 2025-09-07T06:18:26.1153680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pccon0 2025-09-07T06:18:26.1154560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pt210 2025-09-07T06:18:26.1155470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pc3-bold 2025-09-07T06:18:26.1156370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p4 2025-09-07T06:18:26.1157620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism14-m 2025-09-07T06:18:26.1158450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism9-w 2025-09-07T06:18:26.1159530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcansi-43-m 2025-09-07T06:18:26.1160560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty+keypad 2025-09-07T06:18:26.1161420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcvt40 2025-09-07T06:18:26.1162410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p14-w 2025-09-07T06:18:26.1163360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p14-m 2025-09-07T06:18:26.1164210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pt200w 2025-09-07T06:18:26.1165270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism14-w 2025-09-07T06:18:26.1166270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pccons 2025-09-07T06:18:26.1167140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism9-8-w 2025-09-07T06:18:26.1168080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pmconsole 2025-09-07T06:18:26.1168930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcvtXX 2025-09-07T06:18:26.1169710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p5 2025-09-07T06:18:26.1170770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty-vt100 2025-09-07T06:18:26.1171670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p19 2025-09-07T06:18:26.1172520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty 2025-09-07T06:18:26.1173420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p9-8-w 2025-09-07T06:18:26.1174570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pc6300plus 2025-09-07T06:18:26.1175470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/psterm-96x48 2025-09-07T06:18:26.1176340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcconsole 2025-09-07T06:18:26.1177080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pro350 2025-09-07T06:18:26.1177840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pckermit12 2025-09-07T06:18:26.1178540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcansi25 2025-09-07T06:18:26.1179290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p9-8 2025-09-07T06:18:26.1180080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty+fnkeys+xterm 2025-09-07T06:18:26.1180770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pc-venix 2025-09-07T06:18:26.1181520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/psterm-basic 2025-09-07T06:18:26.1182240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pckermit 2025-09-07T06:18:26.1183030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pccon+sgr+acs0 2025-09-07T06:18:26.1183740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcansi-43 2025-09-07T06:18:26.1184390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pty 2025-09-07T06:18:26.1185140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pt505 2025-09-07T06:18:26.1185980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pccon 2025-09-07T06:18:26.1186810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism7 2025-09-07T06:18:26.1187650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pc-minix 2025-09-07T06:18:26.1188490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism9 2025-09-07T06:18:26.1189420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pckermit120 2025-09-07T06:18:26.1190370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcvt50w 2025-09-07T06:18:26.1191310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism8 2025-09-07T06:18:26.1192240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/psterm-fast 2025-09-07T06:18:26.1193130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/printer 2025-09-07T06:18:26.1194200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pe1251 2025-09-07T06:18:26.1195250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcansi-33 2025-09-07T06:18:26.1196350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcvt35w 2025-09-07T06:18:26.1197420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty+fnkeys+vt400 2025-09-07T06:18:26.1198300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcansi-25-m 2025-09-07T06:18:26.1199390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism14-m-w 2025-09-07T06:18:26.1200230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p8-w 2025-09-07T06:18:26.1201280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcansi-m 2025-09-07T06:18:26.1202170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p8gl 2025-09-07T06:18:26.1203290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pccon+sgr+acs 2025-09-07T06:18:26.1204150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty-m1 2025-09-07T06:18:26.1205250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty+cursor 2025-09-07T06:18:26.1206270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty+fnkeys 2025-09-07T06:18:26.1207150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty-256color 2025-09-07T06:18:26.1208280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/psterm-90x28 2025-09-07T06:18:26.1209430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcansi-mono 2025-09-07T06:18:26.1210290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pt250 2025-09-07T06:18:26.1211320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pe6100 2025-09-07T06:18:26.1212360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism12-m-w 2025-09-07T06:18:26.1213170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcz19 2025-09-07T06:18:26.1214140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism9-8 2025-09-07T06:18:26.1215080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/psterm 2025-09-07T06:18:26.1216280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty+fnkeys+vt100 2025-09-07T06:18:26.1217250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p12-m 2025-09-07T06:18:26.1218140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p7 2025-09-07T06:18:26.1219040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcvt43 2025-09-07T06:18:26.1219820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p9 2025-09-07T06:18:26.1220730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism12-w 2025-09-07T06:18:26.1221540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcvt40w 2025-09-07T06:18:26.1222370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcvt28 2025-09-07T06:18:26.1223470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pe1100 2025-09-07T06:18:26.1224330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pc-coherent 2025-09-07T06:18:26.1225260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pe550 2025-09-07T06:18:26.1226200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p8 2025-09-07T06:18:26.1227050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p12-m-w 2025-09-07T06:18:26.1228020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pc3 2025-09-07T06:18:26.1228960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcmw 2025-09-07T06:18:26.1229960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcvt43w 2025-09-07T06:18:26.1230910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism12-m 2025-09-07T06:18:26.1231710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p12-w 2025-09-07T06:18:26.1232860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pc3r-m 2025-09-07T06:18:26.1233810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcvt25w 2025-09-07T06:18:26.1234650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pe6312 2025-09-07T06:18:26.1235800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty-sco 2025-09-07T06:18:26.1236750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty+fnkeys+esc 2025-09-07T06:18:26.1237620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p9-w 2025-09-07T06:18:26.1238500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pc3r 2025-09-07T06:18:26.1239470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism12 2025-09-07T06:18:26.1240470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pe7000m 2025-09-07T06:18:26.1241410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty-m1b 2025-09-07T06:18:26.1242200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcansi 2025-09-07T06:18:26.1243090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pe7000c 2025-09-07T06:18:26.1244170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcvt25-color 2025-09-07T06:18:26.1245140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcansi43 2025-09-07T06:18:26.1246060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p14 2025-09-07T06:18:26.1246950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p14-m-w 2025-09-07T06:18:26.1247790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism14 2025-09-07T06:18:26.1248670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty-noapp 2025-09-07T06:18:26.1249630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pilot 2025-09-07T06:18:26.1250430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p12 2025-09-07T06:18:26.1251490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pccon+colors 2025-09-07T06:18:26.1252450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty+fnkeys+linux 2025-09-07T06:18:26.1253280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcansi25m 2025-09-07T06:18:26.1254080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/psx_ansi 2025-09-07T06:18:26.1255150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcansi-25 2025-09-07T06:18:26.1256030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pt100 2025-09-07T06:18:26.1256900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/ps300 2025-09-07T06:18:26.1257860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pe1200 2025-09-07T06:18:26.1258880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pt250w 2025-09-07T06:18:26.1259820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism8gl 2025-09-07T06:18:26.1260740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcansi33 2025-09-07T06:18:26.1261520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism4 2025-09-07T06:18:26.1262490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pt505-24 2025-09-07T06:18:26.1263400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism8-w 2025-09-07T06:18:26.1264370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcplot 2025-09-07T06:18:26.1265450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty+fnkeys+sco 2025-09-07T06:18:26.1266400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty-screen 2025-09-07T06:18:26.1267340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pccon+keys 2025-09-07T06:18:26.1268220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism5 2025-09-07T06:18:26.1269160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pt505-22 2025-09-07T06:18:26.1270180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism2 2025-09-07T06:18:26.1271130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty-m2 2025-09-07T06:18:26.1272380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pc7300 2025-09-07T06:18:26.1273510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/psterm-80x24 2025-09-07T06:18:26.1274450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pccon+base 2025-09-07T06:18:26.1275360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcansi33m 2025-09-07T06:18:26.1276380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pccon-m 2025-09-07T06:18:26.1277400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pt100w 2025-09-07T06:18:26.1278320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pe6300 2025-09-07T06:18:26.1279120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pt200 2025-09-07T06:18:26.1279960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcvt35 2025-09-07T06:18:26.1280840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcvt28w 2025-09-07T06:18:26.1281690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pmcons 2025-09-07T06:18:26.1282660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcix 2025-09-07T06:18:26.1283730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pccon0-m 2025-09-07T06:18:26.1284690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcvt50 2025-09-07T06:18:26.1285800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcansi-33-m 2025-09-07T06:18:26.1286720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty+screen 2025-09-07T06:18:26.1287620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qdcons 2025-09-07T06:18:26.1288440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt203 2025-09-07T06:18:26.1289440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt119p-25 2025-09-07T06:18:26.1290330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt119+-25-w 2025-09-07T06:18:26.1291250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt119p-25-w 2025-09-07T06:18:26.1292260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qnxt 2025-09-07T06:18:26.1293210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt203-25 2025-09-07T06:18:26.1294030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt119 2025-09-07T06:18:26.1295010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qnx 2025-09-07T06:18:26.1295940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qnxt4 2025-09-07T06:18:26.1296880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt103 2025-09-07T06:18:26.1297790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt119-w 2025-09-07T06:18:26.1299070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt119p 2025-09-07T06:18:26.1300020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qansi-g 2025-09-07T06:18:26.1300980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt203-25-w 2025-09-07T06:18:26.1301840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt119+-w 2025-09-07T06:18:26.1302680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt102 2025-09-07T06:18:26.1303680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qansi-t 2025-09-07T06:18:26.1304690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qnxt2 2025-09-07T06:18:26.1305630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt203-w 2025-09-07T06:18:26.1306580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt101p 2025-09-07T06:18:26.1307630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qnxtmono 2025-09-07T06:18:26.1308450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt103-w 2025-09-07T06:18:26.1309330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt119+-25 2025-09-07T06:18:26.1310100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qume 2025-09-07T06:18:26.1310950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt203-w-am 2025-09-07T06:18:26.1311870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qnxw 2025-09-07T06:18:26.1312950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qnx4 2025-09-07T06:18:26.1313950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt119p-w 2025-09-07T06:18:26.1314860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qnxm 2025-09-07T06:18:26.1315710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qansi-m 2025-09-07T06:18:26.1316540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qdss 2025-09-07T06:18:26.1317420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qansi-w 2025-09-07T06:18:26.1318400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt101 2025-09-07T06:18:26.1319330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt119+ 2025-09-07T06:18:26.1320410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt108 2025-09-07T06:18:26.1321210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qume5 2025-09-07T06:18:26.1322170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qansi 2025-09-07T06:18:26.1323280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt101+ 2025-09-07T06:18:26.1324270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt203+ 2025-09-07T06:18:26.1325230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt119-25-w 2025-09-07T06:18:26.1325980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt61 2025-09-07T06:18:26.1327000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt330 2025-09-07T06:18:26.1328000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt102 2025-09-07T06:18:26.1328770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt50 2025-09-07T06:18:26.1329630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vp60 2025-09-07T06:18:26.1330710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100-putty 2025-09-07T06:18:26.1331710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt200-8 2025-09-07T06:18:26.1332740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100-nav-w 2025-09-07T06:18:26.1333760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt300 2025-09-07T06:18:26.1334620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt132 2025-09-07T06:18:26.1335560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vc403a 2025-09-07T06:18:26.1336650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt220+pcedit 2025-09-07T06:18:26.1337400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100-s 2025-09-07T06:18:26.1338270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vip 2025-09-07T06:18:26.1339240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vte-direct 2025-09-07T06:18:26.1340290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/viewpoint90 2025-09-07T06:18:26.1341140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vte+pcfkeys 2025-09-07T06:18:26.1341880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt320-nam 2025-09-07T06:18:26.1342580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vitty 2025-09-07T06:18:26.1343290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt102-w 2025-09-07T06:18:26.1344020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/versaterm 2025-09-07T06:18:26.1344720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/visa50 2025-09-07T06:18:26.1345480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt52+arrows 2025-09-07T06:18:26.1346170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vp3a+ 2025-09-07T06:18:26.1346890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/viewdata 2025-09-07T06:18:26.1347610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vte-2014 2025-09-07T06:18:26.1348300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vi550 2025-09-07T06:18:26.1349040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt102-nsgr 2025-09-07T06:18:26.1349770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt200-old 2025-09-07T06:18:26.1350440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt-61 2025-09-07T06:18:26.1351180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt320-k311 2025-09-07T06:18:26.1351880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100+ 2025-09-07T06:18:26.1352630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt220+keypad 2025-09-07T06:18:26.1353300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vtnt 2025-09-07T06:18:26.1354040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100+4bsd 2025-09-07T06:18:26.1354880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/viewdata-o 2025-09-07T06:18:26.1355710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt61.5 2025-09-07T06:18:26.1356700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt510pc 2025-09-07T06:18:26.1357590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vc203 2025-09-07T06:18:26.1358480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/v200-nam 2025-09-07T06:18:26.1359280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt220 2025-09-07T06:18:26.1360320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt320-k3 2025-09-07T06:18:26.1361260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100nam 2025-09-07T06:18:26.1362140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vte-2012 2025-09-07T06:18:26.1363150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vi300 2025-09-07T06:18:26.1364050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vapple 2025-09-07T06:18:26.1364830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vip-H 2025-09-07T06:18:26.1365790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vte-2008 2025-09-07T06:18:26.1366830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vc415 2025-09-07T06:18:26.1367550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt400 2025-09-07T06:18:26.1368420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100-vb 2025-09-07T06:18:26.1369290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt220+vtedit 2025-09-07T06:18:26.1370220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt220-nam 2025-09-07T06:18:26.1371370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100+noapp 2025-09-07T06:18:26.1372470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/v320n 2025-09-07T06:18:26.1373540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vv100 2025-09-07T06:18:26.1374620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100+enq 2025-09-07T06:18:26.1375550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt220-w 2025-09-07T06:18:26.1376420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt102+enq 2025-09-07T06:18:26.1377280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vte-2007 2025-09-07T06:18:26.1378290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100-s-top 2025-09-07T06:18:26.1379260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vc414 2025-09-07T06:18:26.1380410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt320-w 2025-09-07T06:18:26.1381440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt52-basic 2025-09-07T06:18:26.1382380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vk100 2025-09-07T06:18:26.1383350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt220-8bit 2025-09-07T06:18:26.1384160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt520 2025-09-07T06:18:26.1385100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt340 2025-09-07T06:18:26.1385970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vs100-x10 2025-09-07T06:18:26.1386830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100-nam-w 2025-09-07T06:18:26.1387940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100+noapp+pc 2025-09-07T06:18:26.1389040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vi55 2025-09-07T06:18:26.1389980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vi603 2025-09-07T06:18:26.1390920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vwmterm 2025-09-07T06:18:26.1391970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt420pcdos 2025-09-07T06:18:26.1392970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt220-js 2025-09-07T06:18:26.1393980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vs100 2025-09-07T06:18:26.1395090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt520ansi 2025-09-07T06:18:26.1396010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt510 2025-09-07T06:18:26.1397320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt200-js 2025-09-07T06:18:26.1398090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vte-256color 2025-09-07T06:18:26.1399090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vip7800-w 2025-09-07T06:18:26.1400040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt220+cvis 2025-09-07T06:18:26.1400950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vc103 2025-09-07T06:18:26.1402140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt200-8bit 2025-09-07T06:18:26.1403280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vi300-old 2025-09-07T06:18:26.1404230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt200-w 2025-09-07T06:18:26.1405080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vp90 2025-09-07T06:18:26.1406000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100+fnkeys 2025-09-07T06:18:26.1406840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vi200-f 2025-09-07T06:18:26.1407770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt420f 2025-09-07T06:18:26.1408750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt400-24 2025-09-07T06:18:26.1409610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt300-w 2025-09-07T06:18:26.1410440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/visual603 2025-09-07T06:18:26.1411440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100-w 2025-09-07T06:18:26.1412390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/viewpoint60 2025-09-07T06:18:26.1413400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt52 2025-09-07T06:18:26.1414240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt131 2025-09-07T06:18:26.1415140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt50h 2025-09-07T06:18:26.1415980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100 2025-09-07T06:18:26.1416800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/venix 2025-09-07T06:18:26.1417860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vte-2017 2025-09-07T06:18:26.1419000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vip7800-Hw 2025-09-07T06:18:26.1419890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vc404 2025-09-07T06:18:26.1420790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt420 2025-09-07T06:18:26.1421780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100-w-nav 2025-09-07T06:18:26.1422710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vte 2025-09-07T06:18:26.1423760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/v3220 2025-09-07T06:18:26.1424720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100-bot-s 2025-09-07T06:18:26.1425710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100-w-nam 2025-09-07T06:18:26.1426590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vi500 2025-09-07T06:18:26.1427510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vc414h 2025-09-07T06:18:26.1428610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt52+keypad 2025-09-07T06:18:26.1429620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vte-2018 2025-09-07T06:18:26.1430500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt420+lrmm 2025-09-07T06:18:26.1431410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100+pfkeys 2025-09-07T06:18:26.1432250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt510pcdos 2025-09-07T06:18:26.1433180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vremote 2025-09-07T06:18:26.1434060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100-top-s 2025-09-07T06:18:26.1435080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/viewdata-rv 2025-09-07T06:18:26.1435820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vip-w 2025-09-07T06:18:26.1436830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100-nav 2025-09-07T06:18:26.1437680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt220-base 2025-09-07T06:18:26.1438610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt300-w-nam 2025-09-07T06:18:26.1439540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/viewpoint3a+ 2025-09-07T06:18:26.1440630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100-nam 2025-09-07T06:18:26.1441760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100-bm-o 2025-09-07T06:18:26.1442980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vi50adm 2025-09-07T06:18:26.1443890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt300-nam 2025-09-07T06:18:26.1444770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt200 2025-09-07T06:18:26.1445650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt220d 2025-09-07T06:18:26.1446690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vsc 2025-09-07T06:18:26.1447550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt420pc 2025-09-07T06:18:26.1448420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt220-8 2025-09-07T06:18:26.1449350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vanilla 2025-09-07T06:18:26.1450220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vscode 2025-09-07T06:18:26.1451220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt125 2025-09-07T06:18:26.1452130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vip-Hw 2025-09-07T06:18:26.1453040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt220-old 2025-09-07T06:18:26.1453880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/v5410 2025-09-07T06:18:26.1454790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100+keypad 2025-09-07T06:18:26.1455670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vc303a 2025-09-07T06:18:26.1456480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100-am 2025-09-07T06:18:26.1457490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100-s-bot 2025-09-07T06:18:26.1458590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt320nam 2025-09-07T06:18:26.1459470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100-w-am 2025-09-07T06:18:26.1460810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt320 2025-09-07T06:18:26.1461680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vc303 2025-09-07T06:18:26.1462510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vi50 2025-09-07T06:18:26.1463490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vip7800-H 2025-09-07T06:18:26.1464450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/viewpoint 2025-09-07T06:18:26.1465360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vc404-s 2025-09-07T06:18:26.1466300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt220+cvis8 2025-09-07T06:18:26.1467310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt-utf8 2025-09-07T06:18:26.1468100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vi200 2025-09-07T06:18:26.1469070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100-bm 2025-09-07T06:18:26.1469990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vscode-direct 2025-09-07T06:18:26.1470970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt525 2025-09-07T06:18:26.1471950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vi200-rv 2025-09-07T06:18:26.1472960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt320-w-nam 2025-09-07T06:18:26.1473930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-256color 2025-09-07T06:18:26.1474830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+r6f2 2025-09-07T06:18:26.1475730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-112x37 2025-09-07T06:18:26.1476700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc+200x64 2025-09-07T06:18:26.1477560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+x10mouse 2025-09-07T06:18:26.1478610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc+128x48 2025-09-07T06:18:26.1479560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+osc104 2025-09-07T06:18:26.1480620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-200x64-m 2025-09-07T06:18:26.1481590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-color 2025-09-07T06:18:26.1482610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-16color 2025-09-07T06:18:26.1483550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-xf86-v40 2025-09-07T06:18:26.1484630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc+128x40 2025-09-07T06:18:26.1485610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-m-b 2025-09-07T06:18:26.1486590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+direct256 2025-09-07T06:18:26.1487460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+direct2 2025-09-07T06:18:26.1488550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+app+pc 2025-09-07T06:18:26.1489620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xgterm 2025-09-07T06:18:26.1490550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+88color 2025-09-07T06:18:26.1491560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc+c 2025-09-07T06:18:26.1492580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+pce2 2025-09-07T06:18:26.1493480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-200x64 2025-09-07T06:18:26.1494510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-128x48 2025-09-07T06:18:26.1495500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+app 2025-09-07T06:18:26.1496330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-8bit 2025-09-07T06:18:26.1497360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xerox820 2025-09-07T06:18:26.1498320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/x1750 2025-09-07T06:18:26.1499440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc+112x37 2025-09-07T06:18:26.1500370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xtermm 2025-09-07T06:18:26.1501310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-xi 2025-09-07T06:18:26.1506490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+pcc0 2025-09-07T06:18:26.1506740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-f 2025-09-07T06:18:26.1506940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-x11hilite 2025-09-07T06:18:26.1507130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xtermc 2025-09-07T06:18:26.1507320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-80x25-m 2025-09-07T06:18:26.1507500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+pcf2 2025-09-07T06:18:26.1507830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+keypad 2025-09-07T06:18:26.1508400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm 2025-09-07T06:18:26.1509230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-128x40 2025-09-07T06:18:26.1510010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+noapp 2025-09-07T06:18:26.1510770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc+b 2025-09-07T06:18:26.1511570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-basic 2025-09-07T06:18:26.1512360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+meta 2025-09-07T06:18:26.1513170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+x11mouse 2025-09-07T06:18:26.1513930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-f2 2025-09-07T06:18:26.1514660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/x820 2025-09-07T06:18:26.1515440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+pcc1 2025-09-07T06:18:26.1516200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-r6 2025-09-07T06:18:26.1516930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/x1720 2025-09-07T06:18:26.1517730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm.js 2025-09-07T06:18:26.1518540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-88color 2025-09-07T06:18:26.1519310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+tmux2 2025-09-07T06:18:26.1520400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-144x48-m 2025-09-07T06:18:26.1521390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-direct2 2025-09-07T06:18:26.1522250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+decedit 2025-09-07T06:18:26.1523240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-utf8 2025-09-07T06:18:26.1524230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+x11hilite 2025-09-07T06:18:26.1525180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-direct16 2025-09-07T06:18:26.1526020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xdku 2025-09-07T06:18:26.1526980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/x68k-ite 2025-09-07T06:18:26.1528080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+alt+title 2025-09-07T06:18:26.1529130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-112x37-m 2025-09-07T06:18:26.1530030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+direct 2025-09-07T06:18:26.1531050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-xf86-v333 2025-09-07T06:18:26.1531990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-xfree86 2025-09-07T06:18:26.1532890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-vt220 2025-09-07T06:18:26.1533750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+acs 2025-09-07T06:18:26.1534830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-hp 2025-09-07T06:18:26.1535840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-new 2025-09-07T06:18:26.1536800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-noapp 2025-09-07T06:18:26.1537760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+pc+edit 2025-09-07T06:18:26.1538760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-1003 2025-09-07T06:18:26.1539790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterms-sun 2025-09-07T06:18:26.1540650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+sl-twm 2025-09-07T06:18:26.1541570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc+basic 2025-09-07T06:18:26.1542750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+sm+1003 2025-09-07T06:18:26.1543620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-pcolor 2025-09-07T06:18:26.1544420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xenix 2025-09-07T06:18:26.1545410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-direct256 2025-09-07T06:18:26.1546230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc 2025-09-07T06:18:26.1547350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+sm+1002 2025-09-07T06:18:26.1548440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+focus 2025-09-07T06:18:26.1549380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+sm+1005 2025-09-07T06:18:26.1550470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-1005 2025-09-07T06:18:26.1551580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-128x48-m 2025-09-07T06:18:26.1552610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xerox-lm 2025-09-07T06:18:26.1553620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+nopcfkeys 2025-09-07T06:18:26.1554590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-direct 2025-09-07T06:18:26.1555620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-1002 2025-09-07T06:18:26.1556580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-sco 2025-09-07T06:18:26.1557510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-144x48 2025-09-07T06:18:26.1558490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-p371 2025-09-07T06:18:26.1559380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+256setaf 2025-09-07T06:18:26.1560440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-160x64-m 2025-09-07T06:18:26.1561530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+vt+edit 2025-09-07T06:18:26.1562530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+kbs 2025-09-07T06:18:26.1563630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-80x30 2025-09-07T06:18:26.1564590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-90x30-m 2025-09-07T06:18:26.1565700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-x11mouse 2025-09-07T06:18:26.1566530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xwsh 2025-09-07T06:18:26.1567570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xtalk 2025-09-07T06:18:26.1568770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-xf86-v43 2025-09-07T06:18:26.1569740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-xf86-v44 2025-09-07T06:18:26.1570580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-p370 2025-09-07T06:18:26.1571580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-m-f 2025-09-07T06:18:26.1572610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-90x30 2025-09-07T06:18:26.1573500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xl83 2025-09-07T06:18:26.1574520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xfce 2025-09-07T06:18:26.1575630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+pcc3 2025-09-07T06:18:26.1576440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/x1700 2025-09-07T06:18:26.1577300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-24 2025-09-07T06:18:26.1578340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+sl-alt 2025-09-07T06:18:26.1579230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc+144x48 2025-09-07T06:18:26.1580200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-b 2025-09-07T06:18:26.1581270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-old 2025-09-07T06:18:26.1582160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+alt47 2025-09-07T06:18:26.1583110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc+f2 2025-09-07T06:18:26.1584030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-x10mouse 2025-09-07T06:18:26.1584970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc+80x25 2025-09-07T06:18:26.1586020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+pcf0 2025-09-07T06:18:26.1586890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+nofkeys 2025-09-07T06:18:26.1587810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+256color 2025-09-07T06:18:26.1588660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/x1700-lm 2025-09-07T06:18:26.1589590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-m 2025-09-07T06:18:26.1590610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+256color2 2025-09-07T06:18:26.1591520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-r5 2025-09-07T06:18:26.1592490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+titlestack 2025-09-07T06:18:26.1593330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xerox1720 2025-09-07T06:18:26.1594200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+pcc2 2025-09-07T06:18:26.1595040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm1 2025-09-07T06:18:26.1595980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/x68k 2025-09-07T06:18:26.1597010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc+f 2025-09-07T06:18:26.1598060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterms 2025-09-07T06:18:26.1599070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-mono 2025-09-07T06:18:26.1600120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/x10term+sl 2025-09-07T06:18:26.1601140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-100x37-m 2025-09-07T06:18:26.1602110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc+80x30 2025-09-07T06:18:26.1603150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-200x75 2025-09-07T06:18:26.1604150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-256x96 2025-09-07T06:18:26.1605240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-80x30-m 2025-09-07T06:18:26.1606330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc+90x30 2025-09-07T06:18:26.1607380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/x10term 2025-09-07T06:18:26.1608380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+pcfkeys 2025-09-07T06:18:26.1609560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-256x96-m 2025-09-07T06:18:26.1610420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc+160x64 2025-09-07T06:18:26.1611310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xerox 2025-09-07T06:18:26.1612280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+sl 2025-09-07T06:18:26.1613360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+edit 2025-09-07T06:18:26.1614310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-sun 2025-09-07T06:18:26.1615360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-100x37 2025-09-07T06:18:26.1616250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-bold 2025-09-07T06:18:26.1617210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-m-f2 2025-09-07T06:18:26.1618560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+direct16 2025-09-07T06:18:26.1619580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc+200x75 2025-09-07T06:18:26.1620780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc+256x96 2025-09-07T06:18:26.1621980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+tmux 2025-09-07T06:18:26.1622850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-nic 2025-09-07T06:18:26.1623990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-vt52 2025-09-07T06:18:26.1624900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-xf86-v32 2025-09-07T06:18:26.1625880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-200x75-m 2025-09-07T06:18:26.1626920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+sm+1006 2025-09-07T06:18:26.1628030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-160x64 2025-09-07T06:18:26.1628830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xiterm 2025-09-07T06:18:26.1629870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+indirect 2025-09-07T06:18:26.1630990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+88color2 2025-09-07T06:18:26.1631980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-128x40-m 2025-09-07T06:18:26.1632890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-1006 2025-09-07T06:18:26.1633810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc+100x37 2025-09-07T06:18:26.1634820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+alt1049 2025-09-07T06:18:26.1635810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-80x25 2025-09-07T06:18:26.1636800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-xf86-v33 2025-09-07T06:18:26.1637710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+noalt 2025-09-07T06:18:26.1638640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z29a-nkc-bc 2025-09-07T06:18:26.1639500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z29a 2025-09-07T06:18:26.1640320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z19 2025-09-07T06:18:26.1641200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z-100bw 2025-09-07T06:18:26.1642090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/ztx 2025-09-07T06:18:26.1642920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/zen30 2025-09-07T06:18:26.1643870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z-100 2025-09-07T06:18:26.1644790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/zenith29 2025-09-07T06:18:26.1645740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z29 2025-09-07T06:18:26.1646590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z100 2025-09-07T06:18:26.1647680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/zenith39-a 2025-09-07T06:18:26.1648470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z50 2025-09-07T06:18:26.1649320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z8001 2025-09-07T06:18:26.1650240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/ztx11 2025-09-07T06:18:26.1651120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z29a-kc-bc 2025-09-07T06:18:26.1651920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z29b 2025-09-07T06:18:26.1653020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z100bw 2025-09-07T06:18:26.1653920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/zenith 2025-09-07T06:18:26.1654780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/zen8001 2025-09-07T06:18:26.1655960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/zenith39-ansi 2025-09-07T06:18:26.1656740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/zt-1 2025-09-07T06:18:26.1657980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/zen50 2025-09-07T06:18:26.1658930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z110 2025-09-07T06:18:26.1659880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z110bw 2025-09-07T06:18:26.1660690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z340 2025-09-07T06:18:26.1661730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z29a-nkc-uc 2025-09-07T06:18:26.1662640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z30 2025-09-07T06:18:26.1663590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z29a-kc-uc 2025-09-07T06:18:26.1664550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z39a 2025-09-07T06:18:26.1665480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/ztx-1-a 2025-09-07T06:18:26.1666450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z39-a 2025-09-07T06:18:26.1667330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z340-nam 2025-09-07T06:18:26.1668200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0.conda 2025-09-07T06:18:26.1668900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0.conda 2025-09-07T06:18:26.1669620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0.conda 2025-09-07T06:18:26.1670180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0.conda 2025-09-07T06:18:26.1670820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0.conda 2025-09-07T06:18:26.1671520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0.conda 2025-09-07T06:18:26.1672060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0.conda 2025-09-07T06:18:26.1672700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1.conda 2025-09-07T06:18:26.1673420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing_extensions-4.12.2-py313hca03da5_0.conda 2025-09-07T06:18:26.1674150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-extensions-4.12.2-py313hca03da5_0.conda 2025-09-07T06:18:26.1674720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0.conda 2025-09-07T06:18:26.1675530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:26.1676300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:26.1677110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:26.1677990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.1678830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/info/licenses/LICENSE.txt 2025-09-07T06:18:26.1679640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.1680360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/info/recipe/run_test.py 2025-09-07T06:18:26.1681160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:26.1682190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.1683000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/info/paths.json 2025-09-07T06:18:26.1684090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:26.1684800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/info/files 2025-09-07T06:18:26.1685790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/info/about.json 2025-09-07T06:18:26.1686700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/info/index.json 2025-09-07T06:18:26.1687660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/info/git 2025-09-07T06:18:26.1689270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama-0.4.6.dist-info/RECORD 2025-09-07T06:18:26.1690810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama-0.4.6.dist-info/licenses/LICENSE.txt 2025-09-07T06:18:26.1692330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama-0.4.6.dist-info/direct_url.json 2025-09-07T06:18:26.1693610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama-0.4.6.dist-info/WHEEL 2025-09-07T06:18:26.1694860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama-0.4.6.dist-info/REQUESTED 2025-09-07T06:18:26.1696420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama-0.4.6.dist-info/INSTALLER 2025-09-07T06:18:26.1697780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama-0.4.6.dist-info/METADATA 2025-09-07T06:18:26.1699100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/tests/isatty_test.py 2025-09-07T06:18:26.1700430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/tests/initialise_test.py 2025-09-07T06:18:26.1701810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/tests/__init__.py 2025-09-07T06:18:26.1703390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/tests/__pycache__/winterm_test.cpython-313.pyc 2025-09-07T06:18:26.1705100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/tests/__pycache__/isatty_test.cpython-313.pyc 2025-09-07T06:18:26.1706740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/tests/__pycache__/initialise_test.cpython-313.pyc 2025-09-07T06:18:26.1708350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/tests/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:26.1709830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/tests/__pycache__/ansi_test.cpython-313.pyc 2025-09-07T06:18:26.1711390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/tests/__pycache__/ansitowin32_test.cpython-313.pyc 2025-09-07T06:18:26.1713070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/tests/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.1714250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/tests/ansi_test.py 2025-09-07T06:18:26.1715430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/tests/utils.py 2025-09-07T06:18:26.1716790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/tests/winterm_test.py 2025-09-07T06:18:26.1718250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/tests/ansitowin32_test.py 2025-09-07T06:18:26.1719440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/__init__.py 2025-09-07T06:18:26.1720650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/win32.py 2025-09-07T06:18:26.1722390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/__pycache__/ansitowin32.cpython-313.pyc 2025-09-07T06:18:26.1723850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/__pycache__/ansi.cpython-313.pyc 2025-09-07T06:18:26.1725280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/__pycache__/win32.cpython-313.pyc 2025-09-07T06:18:26.1726660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/__pycache__/initialise.cpython-313.pyc 2025-09-07T06:18:26.1728100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/__pycache__/winterm.cpython-313.pyc 2025-09-07T06:18:26.1729500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.1730720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/ansitowin32.py 2025-09-07T06:18:26.1731870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/ansi.py 2025-09-07T06:18:26.1733000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/winterm.py 2025-09-07T06:18:26.1734300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/initialise.py 2025-09-07T06:18:26.1734990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0.conda 2025-09-07T06:18:26.1736090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/info/repodata_record.json 2025-09-07T06:18:26.1737060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/info/test/run_test.sh 2025-09-07T06:18:26.1737940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/info/test/run_test.py 2025-09-07T06:18:26.1739020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/info/test/test_time_dependencies.json 2025-09-07T06:18:26.1739940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/info/licenses/LICENSE 2025-09-07T06:18:26.1740950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/info/licenses/zstd/LICENSE 2025-09-07T06:18:26.1742300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.1743370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/info/recipe/run_test.py 2025-09-07T06:18:26.1744380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/info/recipe/meta.yaml 2025-09-07T06:18:26.1745520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/info/recipe/meta.yaml.template 2025-09-07T06:18:26.1746600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/info/recipe/use_system_zstd.patch 2025-09-07T06:18:26.1747630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/info/paths.json 2025-09-07T06:18:26.1748530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/info/hash_input.json 2025-09-07T06:18:26.1749410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/info/files 2025-09-07T06:18:26.1750220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/info/about.json 2025-09-07T06:18:26.1751270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/info/index.json 2025-09-07T06:18:26.1752080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/info/git 2025-09-07T06:18:26.1753680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/lib/python3.13/site-packages/zstandard-0.23.0.dist-info/RECORD 2025-09-07T06:18:26.1755090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/lib/python3.13/site-packages/zstandard-0.23.0.dist-info/LICENSE 2025-09-07T06:18:26.1756460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/lib/python3.13/site-packages/zstandard-0.23.0.dist-info/direct_url.json 2025-09-07T06:18:26.1757820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/lib/python3.13/site-packages/zstandard-0.23.0.dist-info/WHEEL 2025-09-07T06:18:26.1759320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/lib/python3.13/site-packages/zstandard-0.23.0.dist-info/top_level.txt 2025-09-07T06:18:26.1760620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/lib/python3.13/site-packages/zstandard-0.23.0.dist-info/REQUESTED 2025-09-07T06:18:26.1761960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/lib/python3.13/site-packages/zstandard-0.23.0.dist-info/INSTALLER 2025-09-07T06:18:26.1763390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/lib/python3.13/site-packages/zstandard-0.23.0.dist-info/METADATA 2025-09-07T06:18:26.1764740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/lib/python3.13/site-packages/zstandard/_cffi.cpython-313-darwin.so 2025-09-07T06:18:26.1765950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/lib/python3.13/site-packages/zstandard/__init__.pyi 2025-09-07T06:18:26.1767190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/lib/python3.13/site-packages/zstandard/__init__.py 2025-09-07T06:18:26.1768810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/lib/python3.13/site-packages/zstandard/__pycache__/backend_cffi.cpython-313.pyc 2025-09-07T06:18:26.1770350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/lib/python3.13/site-packages/zstandard/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.1771660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/lib/python3.13/site-packages/zstandard/backend_cffi.py 2025-09-07T06:18:26.1772830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/lib/python3.13/site-packages/zstandard/py.typed 2025-09-07T06:18:26.1774470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/lib/python3.13/site-packages/zstandard/backend_c.cpython-313-darwin.so 2025-09-07T06:18:26.1775110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0.conda 2025-09-07T06:18:26.1776120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:26.1777340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/namedutils.py 2025-09-07T06:18:26.1778650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/cacheutils.py 2025-09-07T06:18:26.1779570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/pathutils.py 2025-09-07T06:18:26.1780650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/dictutils.py 2025-09-07T06:18:26.1781920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/tableutils.py 2025-09-07T06:18:26.1783020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/iterutils.py 2025-09-07T06:18:26.1783950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/mboxutils.py 2025-09-07T06:18:26.1784940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/fileutils.py 2025-09-07T06:18:26.1786030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/queueutils.py 2025-09-07T06:18:26.1787050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/__init__.py 2025-09-07T06:18:26.1788180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/formatutils.py 2025-09-07T06:18:26.1789390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/tbutils.py 2025-09-07T06:18:26.1790350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/typeutils.py 2025-09-07T06:18:26.1791280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/ecoutils.py 2025-09-07T06:18:26.1792300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/excutils.py 2025-09-07T06:18:26.1793390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/deprutils.py 2025-09-07T06:18:26.1794500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/jsonutils.py 2025-09-07T06:18:26.1795510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/socketutils.py 2025-09-07T06:18:26.1796620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/setutils.py 2025-09-07T06:18:26.1797710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/statsutils.py 2025-09-07T06:18:26.1798830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/listutils.py 2025-09-07T06:18:26.1799880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/debugutils.py 2025-09-07T06:18:26.1800940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/urlutils.py 2025-09-07T06:18:26.1802090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/easterutils.py 2025-09-07T06:18:26.1803160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/ioutils.py 2025-09-07T06:18:26.1804260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/strutils.py 2025-09-07T06:18:26.1805360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/mathutils.py 2025-09-07T06:18:26.1806380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/timeutils.py 2025-09-07T06:18:26.1807430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/gcutils.py 2025-09-07T06:18:26.1808440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/funcutils.py 2025-09-07T06:18:26.1809380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:26.1810410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_jsonutils.py 2025-09-07T06:18:26.1811550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/conftest.py 2025-09-07T06:18:26.1812600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_statsutils.py 2025-09-07T06:18:26.1813850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_formatutils.py 2025-09-07T06:18:26.1814840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_typeutils.py 2025-09-07T06:18:26.1815930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_funcutils.py 2025-09-07T06:18:26.1817260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_tbutils_parsed_exc.py 2025-09-07T06:18:26.1818230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_timeutils.py 2025-09-07T06:18:26.1819430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_mathutils.py 2025-09-07T06:18:26.1820740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/newlines_test_data.txt 2025-09-07T06:18:26.1821880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/__init__.py 2025-09-07T06:18:26.1822880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/.coveragerc 2025-09-07T06:18:26.1824140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/jsonl_test_data.txt 2025-09-07T06:18:26.1825100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_listutils.py 2025-09-07T06:18:26.1826330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_iterutils.py 2025-09-07T06:18:26.1827400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_queueutils.py 2025-09-07T06:18:26.1828590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_funcutils_fb_py3.py 2025-09-07T06:18:26.1829820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_urlutils.py 2025-09-07T06:18:26.1830930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_debugutils_trace.py 2025-09-07T06:18:26.1832020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_dictutils.py 2025-09-07T06:18:26.1832890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_strutils.py 2025-09-07T06:18:26.1833700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_tbutils.py 2025-09-07T06:18:26.1834670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_statsutils_histogram.py 2025-09-07T06:18:26.1835490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_funcutils_fb.py 2025-09-07T06:18:26.1836280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_gcutils.py 2025-09-07T06:18:26.1837140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_namedutils.py 2025-09-07T06:18:26.1837950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_ecoutils.py 2025-09-07T06:18:26.1838800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_cacheutils.py 2025-09-07T06:18:26.1839640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_fileutils.py 2025-09-07T06:18:26.1840470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_tableutils.py 2025-09-07T06:18:26.1841410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_socketutils.py 2025-09-07T06:18:26.1842160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_setutils.py 2025-09-07T06:18:26.1842970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_ioutils.py 2025-09-07T06:18:26.1843660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tox.ini 2025-09-07T06:18:26.1844400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:26.1845330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.1846210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/licenses/LICENSE 2025-09-07T06:18:26.1847230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.1848190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:26.1849310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.1850090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/paths.json 2025-09-07T06:18:26.1851080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:26.1851950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/files 2025-09-07T06:18:26.1852980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/about.json 2025-09-07T06:18:26.1853940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/index.json 2025-09-07T06:18:26.1854730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/git 2025-09-07T06:18:26.1856200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons-25.0.0.dist-info/RECORD 2025-09-07T06:18:26.1857770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons-25.0.0.dist-info/LICENSE 2025-09-07T06:18:26.1859210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons-25.0.0.dist-info/direct_url.json 2025-09-07T06:18:26.1860560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons-25.0.0.dist-info/WHEEL 2025-09-07T06:18:26.1861940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons-25.0.0.dist-info/REQUESTED 2025-09-07T06:18:26.1863390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons-25.0.0.dist-info/INSTALLER 2025-09-07T06:18:26.1864630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons-25.0.0.dist-info/METADATA 2025-09-07T06:18:26.1865900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/namedutils.py 2025-09-07T06:18:26.1867010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/cacheutils.py 2025-09-07T06:18:26.1868180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/pathutils.py 2025-09-07T06:18:26.1869340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/dictutils.py 2025-09-07T06:18:26.1870620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/tableutils.py 2025-09-07T06:18:26.1871880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/iterutils.py 2025-09-07T06:18:26.1873130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/mboxutils.py 2025-09-07T06:18:26.1874300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/fileutils.py 2025-09-07T06:18:26.1875440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/queueutils.py 2025-09-07T06:18:26.1876630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__init__.py 2025-09-07T06:18:26.1878090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/formatutils.py 2025-09-07T06:18:26.1879640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/namedutils.cpython-313.pyc 2025-09-07T06:18:26.1881230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/deprutils.cpython-313.pyc 2025-09-07T06:18:26.1882570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/ecoutils.cpython-313.pyc 2025-09-07T06:18:26.1884150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/tbutils.cpython-313.pyc 2025-09-07T06:18:26.1885730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/easterutils.cpython-313.pyc 2025-09-07T06:18:26.1887360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/gcutils.cpython-313.pyc 2025-09-07T06:18:26.1888810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/iterutils.cpython-313.pyc 2025-09-07T06:18:26.1890450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/listutils.cpython-313.pyc 2025-09-07T06:18:26.1891730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/urlutils.cpython-313.pyc 2025-09-07T06:18:26.1893150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/tableutils.cpython-313.pyc 2025-09-07T06:18:26.1894530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/strutils.cpython-313.pyc 2025-09-07T06:18:26.1896130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/timeutils.cpython-313.pyc 2025-09-07T06:18:26.1897880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/socketutils.cpython-313.pyc 2025-09-07T06:18:26.1899390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/fileutils.cpython-313.pyc 2025-09-07T06:18:26.1900930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/formatutils.cpython-313.pyc 2025-09-07T06:18:26.1902300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/setutils.cpython-313.pyc 2025-09-07T06:18:26.1903720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/dictutils.cpython-313.pyc 2025-09-07T06:18:26.1905130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/queueutils.cpython-313.pyc 2025-09-07T06:18:26.1906700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/jsonutils.cpython-313.pyc 2025-09-07T06:18:26.1908020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/mboxutils.cpython-313.pyc 2025-09-07T06:18:26.1909440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/typeutils.cpython-313.pyc 2025-09-07T06:18:26.1911070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/funcutils.cpython-313.pyc 2025-09-07T06:18:26.1912590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/pathutils.cpython-313.pyc 2025-09-07T06:18:26.1914000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/cacheutils.cpython-313.pyc 2025-09-07T06:18:26.1915490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/ioutils.cpython-313.pyc 2025-09-07T06:18:26.1917100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/statsutils.cpython-313.pyc 2025-09-07T06:18:26.1918630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/debugutils.cpython-313.pyc 2025-09-07T06:18:26.1920120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/mathutils.cpython-313.pyc 2025-09-07T06:18:26.1921430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/excutils.cpython-313.pyc 2025-09-07T06:18:26.1922980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.1924050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/tbutils.py 2025-09-07T06:18:26.1925290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/typeutils.py 2025-09-07T06:18:26.1926390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/ecoutils.py 2025-09-07T06:18:26.1927660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/excutils.py 2025-09-07T06:18:26.1928870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/deprutils.py 2025-09-07T06:18:26.1930120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/jsonutils.py 2025-09-07T06:18:26.1931320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/socketutils.py 2025-09-07T06:18:26.1932510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/setutils.py 2025-09-07T06:18:26.1933640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/statsutils.py 2025-09-07T06:18:26.1934730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/listutils.py 2025-09-07T06:18:26.1935900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/debugutils.py 2025-09-07T06:18:26.1937040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/urlutils.py 2025-09-07T06:18:26.1938310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/easterutils.py 2025-09-07T06:18:26.1939530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/ioutils.py 2025-09-07T06:18:26.1940930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/strutils.py 2025-09-07T06:18:26.1942200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/mathutils.py 2025-09-07T06:18:26.1943690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/timeutils.py 2025-09-07T06:18:26.1944960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/gcutils.py 2025-09-07T06:18:26.1946180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/funcutils.py 2025-09-07T06:18:26.1947140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/bin/wheel 2025-09-07T06:18:26.1948070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:26.1949010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:26.1950070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:26.1951250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.1952350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/info/licenses/LICENSE.txt 2025-09-07T06:18:26.1953250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/info/recipe/bld.bat 2025-09-07T06:18:26.1954110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/info/recipe/build.sh 2025-09-07T06:18:26.1955250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.1956130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:26.1957160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.1958120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/info/paths.json 2025-09-07T06:18:26.1959020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:26.1959690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/info/files 2025-09-07T06:18:26.1960700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/info/about.json 2025-09-07T06:18:26.1961790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/info/has_prefix 2025-09-07T06:18:26.1962530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/info/index.json 2025-09-07T06:18:26.1963330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/info/git 2025-09-07T06:18:26.1964710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/metadata.py 2025-09-07T06:18:26.1965980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/macosx_libfile.py 2025-09-07T06:18:26.1967170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/util.py 2025-09-07T06:18:26.1968590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/_setuptools_logging.py 2025-09-07T06:18:26.1969690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/__init__.py 2025-09-07T06:18:26.1971060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/__pycache__/_bdist_wheel.cpython-313.pyc 2025-09-07T06:18:26.1972350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/__pycache__/bdist_wheel.cpython-313.pyc 2025-09-07T06:18:26.1973970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/__pycache__/metadata.cpython-313.pyc 2025-09-07T06:18:26.1975360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/__pycache__/util.cpython-313.pyc 2025-09-07T06:18:26.1976850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/__pycache__/macosx_libfile.cpython-313.pyc 2025-09-07T06:18:26.1978560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/__pycache__/wheelfile.cpython-313.pyc 2025-09-07T06:18:26.1980190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/__pycache__/_setuptools_logging.cpython-313.pyc 2025-09-07T06:18:26.1981480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:26.1983170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.1984450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/cli/pack.py 2025-09-07T06:18:26.1985700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/cli/tags.py 2025-09-07T06:18:26.1987070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/cli/convert.py 2025-09-07T06:18:26.1988350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/cli/__init__.py 2025-09-07T06:18:26.1989910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/cli/__pycache__/pack.cpython-313.pyc 2025-09-07T06:18:26.1991160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/cli/__pycache__/tags.cpython-313.pyc 2025-09-07T06:18:26.1992640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/cli/__pycache__/unpack.cpython-313.pyc 2025-09-07T06:18:26.1994010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/cli/__pycache__/convert.cpython-313.pyc 2025-09-07T06:18:26.1995100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/cli/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.1995990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/cli/unpack.py 2025-09-07T06:18:26.1996910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/bdist_wheel.py 2025-09-07T06:18:26.1998030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/tags.py 2025-09-07T06:18:26.1999150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/_musllinux.py 2025-09-07T06:18:26.2000170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/version.py 2025-09-07T06:18:26.2001240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/LICENSE 2025-09-07T06:18:26.2002370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/LICENSE.APACHE 2025-09-07T06:18:26.2003450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/__init__.py 2025-09-07T06:18:26.2004880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/markers.cpython-313.pyc 2025-09-07T06:18:26.2006100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/requirements.cpython-313.pyc 2025-09-07T06:18:26.2007580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/_musllinux.cpython-313.pyc 2025-09-07T06:18:26.2009140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:26.2010780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/tags.cpython-313.pyc 2025-09-07T06:18:26.2012370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/_tokenizer.cpython-313.pyc 2025-09-07T06:18:26.2013970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/_manylinux.cpython-313.pyc 2025-09-07T06:18:26.2015620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/_structures.cpython-313.pyc 2025-09-07T06:18:26.2017230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.2018810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/specifiers.cpython-313.pyc 2025-09-07T06:18:26.2020320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:26.2021900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/_elffile.cpython-313.pyc 2025-09-07T06:18:26.2023550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/_parser.cpython-313.pyc 2025-09-07T06:18:26.2025000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/_parser.py 2025-09-07T06:18:26.2026450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/LICENSE.BSD 2025-09-07T06:18:26.2027670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/utils.py 2025-09-07T06:18:26.2029090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/requirements.py 2025-09-07T06:18:26.2030500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/_structures.py 2025-09-07T06:18:26.2031730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/markers.py 2025-09-07T06:18:26.2033200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/_manylinux.py 2025-09-07T06:18:26.2034600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/_tokenizer.py 2025-09-07T06:18:26.2035970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/specifiers.py 2025-09-07T06:18:26.2037460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/_elffile.py 2025-09-07T06:18:26.2038820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/vendor.txt 2025-09-07T06:18:26.2040040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/__init__.py 2025-09-07T06:18:26.2041770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.2042920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/_bdist_wheel.py 2025-09-07T06:18:26.2044240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/wheelfile.py 2025-09-07T06:18:26.2045350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/__main__.py 2025-09-07T06:18:26.2046810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel-0.45.1.dist-info/RECORD 2025-09-07T06:18:26.2048220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel-0.45.1.dist-info/WHEEL 2025-09-07T06:18:26.2049850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel-0.45.1.dist-info/entry_points.txt 2025-09-07T06:18:26.2051080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel-0.45.1.dist-info/LICENSE.txt 2025-09-07T06:18:26.2052380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel-0.45.1.dist-info/METADATA 2025-09-07T06:18:26.2053390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:26.2054470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:26.2055680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/info/test/test_functools.py 2025-09-07T06:18:26.2056600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:26.2057820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.2058820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/info/licenses/LICENSE 2025-09-07T06:18:26.2060000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.2060910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:26.2061980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.2063040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/info/paths.json 2025-09-07T06:18:26.2064100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:26.2065070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/info/files 2025-09-07T06:18:26.2065990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/info/about.json 2025-09-07T06:18:26.2067060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/info/index.json 2025-09-07T06:18:26.2067950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/info/git 2025-09-07T06:18:26.2069470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco/functools/__init__.pyi 2025-09-07T06:18:26.2070920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco/functools/__init__.py 2025-09-07T06:18:26.2072800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco/functools/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.2073980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco/functools/py.typed 2025-09-07T06:18:26.2075430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco.functools-4.1.0.dist-info/RECORD 2025-09-07T06:18:26.2076820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco.functools-4.1.0.dist-info/LICENSE 2025-09-07T06:18:26.2078610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco.functools-4.1.0.dist-info/direct_url.json 2025-09-07T06:18:26.2080000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco.functools-4.1.0.dist-info/WHEEL 2025-09-07T06:18:26.2081600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco.functools-4.1.0.dist-info/top_level.txt 2025-09-07T06:18:26.2083210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco.functools-4.1.0.dist-info/REQUESTED 2025-09-07T06:18:26.2084770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco.functools-4.1.0.dist-info/INSTALLER 2025-09-07T06:18:26.2086350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco.functools-4.1.0.dist-info/METADATA 2025-09-07T06:18:26.2087050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2.conda 2025-09-07T06:18:26.2087840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313.conda 2025-09-07T06:18:26.2088750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2.conda 2025-09-07T06:18:26.2089670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0.conda 2025-09-07T06:18:26.2090490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/bin/repo2solv 2025-09-07T06:18:26.2091220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/bin/dumpsolv 2025-09-07T06:18:26.2092110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/bin/conda2solv 2025-09-07T06:18:26.2093180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/bin/mergesolv 2025-09-07T06:18:26.2094020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/bin/testsolv 2025-09-07T06:18:26.2094820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/bin/installcheck 2025-09-07T06:18:26.2095710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/repo_solv.h 2025-09-07T06:18:26.2096670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/poolarch.h 2025-09-07T06:18:26.2097790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/tools_util.h 2025-09-07T06:18:26.2098550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/evr.h 2025-09-07T06:18:26.2099400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/pooltypes.h 2025-09-07T06:18:26.2100180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/pool.h 2025-09-07T06:18:26.2101130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/policy.h 2025-09-07T06:18:26.2102100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/solv_xfopen.h 2025-09-07T06:18:26.2103030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/repo_conda.h 2025-09-07T06:18:26.2103870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/solver.h 2025-09-07T06:18:26.2104890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/solvable.h 2025-09-07T06:18:26.2105730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/poolid.h 2025-09-07T06:18:26.2106840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/strpool.h 2025-09-07T06:18:26.2108000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/solverdebug.h 2025-09-07T06:18:26.2109070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/testcase.h 2025-09-07T06:18:26.2109990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/repo.h 2025-09-07T06:18:26.2110900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/knownid.h 2025-09-07T06:18:26.2111820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/solvversion.h 2025-09-07T06:18:26.2112700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/repo_write.h 2025-09-07T06:18:26.2113720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/poolvendor.h 2025-09-07T06:18:26.2114530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/util.h 2025-09-07T06:18:26.2115690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/repodata.h 2025-09-07T06:18:26.2116790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/rules.h 2025-09-07T06:18:26.2117650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/problems.h 2025-09-07T06:18:26.2118440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/bitmap.h 2025-09-07T06:18:26.2119270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/dirpool.h 2025-09-07T06:18:26.2120200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/chksum.h 2025-09-07T06:18:26.2121250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/transaction.h 2025-09-07T06:18:26.2122140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/conda.h 2025-09-07T06:18:26.2123160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/dataiterator.h 2025-09-07T06:18:26.2124000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/hash.h 2025-09-07T06:18:26.2124910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/selection.h 2025-09-07T06:18:26.2125800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/queue.h 2025-09-07T06:18:26.2126820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/repodata_record.json 2025-09-07T06:18:26.2127650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/test/run_test.sh 2025-09-07T06:18:26.2128670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/licenses/LICENSE.BSD 2025-09-07T06:18:26.2129500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/recipe/install.sh 2025-09-07T06:18:26.2130540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/recipe/parent/install_dynamic.bat 2025-09-07T06:18:26.2131570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/recipe/parent/install_static.bat 2025-09-07T06:18:26.2133130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/recipe/parent/patches/win_export_and_static_build.patch 2025-09-07T06:18:26.2134130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/recipe/parent/patches/pcre2-compat.patch 2025-09-07T06:18:26.2135410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/recipe/parent/patches/conda_variant_priorization.patch 2025-09-07T06:18:26.2136690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/recipe/parent/patches/no_error_subdir_mismatch.patch 2025-09-07T06:18:26.2137510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/recipe/parent/install.sh 2025-09-07T06:18:26.2138470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/recipe/parent/bld.bat 2025-09-07T06:18:26.2139420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/recipe/parent/build.sh 2025-09-07T06:18:26.2140500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/recipe/parent/meta.yaml 2025-09-07T06:18:26.2141480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.2142380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/recipe/meta.yaml 2025-09-07T06:18:26.2143180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/paths.json 2025-09-07T06:18:26.2144150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/hash_input.json 2025-09-07T06:18:26.2144850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/files 2025-09-07T06:18:26.2145830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/about.json 2025-09-07T06:18:26.2146730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/has_prefix 2025-09-07T06:18:26.2147670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/index.json 2025-09-07T06:18:26.2148480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/git 2025-09-07T06:18:26.2149560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/lib/pkgconfig/libsolv.pc 2025-09-07T06:18:26.2150640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/lib/pkgconfig/libsolvext.pc 2025-09-07T06:18:26.2151440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/lib/libsolv.1.dylib 2025-09-07T06:18:26.2152410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/lib/libsolvext.dylib 2025-09-07T06:18:26.2153360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/lib/libsolvext.1.dylib 2025-09-07T06:18:26.2154360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/lib/libsolv.dylib 2025-09-07T06:18:26.2155240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/share/man/man3/libsolv-history.3 2025-09-07T06:18:26.2156040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/share/man/man3/libsolv-bindings.3 2025-09-07T06:18:26.2156880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/share/man/man3/libsolv-constantids.3 2025-09-07T06:18:26.2157570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/share/man/man3/libsolv.3 2025-09-07T06:18:26.2158340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/share/man/man3/libsolv-pool.3 2025-09-07T06:18:26.2159220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/share/man/man1/installcheck.1 2025-09-07T06:18:26.2160120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/share/man/man1/mergesolv.1 2025-09-07T06:18:26.2161090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/share/man/man1/repo2solv.1 2025-09-07T06:18:26.2162010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/share/man/man1/solv.1 2025-09-07T06:18:26.2162970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/share/man/man1/dumpsolv.1 2025-09-07T06:18:26.2164070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/share/man/man1/testsolv.1 2025-09-07T06:18:26.2165140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/share/cmake/Modules/FindLibSolv.cmake 2025-09-07T06:18:26.2165840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0.conda 2025-09-07T06:18:26.2166650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0.conda 2025-09-07T06:18:26.2167600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/bin/pysemver 2025-09-07T06:18:26.2168670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/repodata_record.json 2025-09-07T06:18:26.2169620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/run_test.sh 2025-09-07T06:18:26.2170620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/tests/test_parsing.py 2025-09-07T06:18:26.2171690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/tests/conftest.py 2025-09-07T06:18:26.2172800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/tests/test_pysemver-cli.py 2025-09-07T06:18:26.2173800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/tests/test_subclass.py 2025-09-07T06:18:26.2174950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/tests/test_match.py 2025-09-07T06:18:26.2176040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/tests/test_bump.py 2025-09-07T06:18:26.2177130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/tests/coerce.py 2025-09-07T06:18:26.2178260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/tests/test_deprecated_functions.py 2025-09-07T06:18:26.2179260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/tests/test_max-min.py 2025-09-07T06:18:26.2180280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/tests/test_semver.py 2025-09-07T06:18:26.2181350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/tests/test_docstrings.py 2025-09-07T06:18:26.2182490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/tests/test_typeerror-274.py 2025-09-07T06:18:26.2183500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/tests/test_index.py 2025-09-07T06:18:26.2184710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/tests/semverwithvprefix.py 2025-09-07T06:18:26.2185710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/tests/test_immutable.py 2025-09-07T06:18:26.2186810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/tests/test_compare.py 2025-09-07T06:18:26.2187780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/tests/test_replace.py 2025-09-07T06:18:26.2188890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/tests/test_format.py 2025-09-07T06:18:26.2189760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/run_test.py 2025-09-07T06:18:26.2191010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/test_time_dependencies.json 2025-09-07T06:18:26.2191910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/licenses/LICENSE.txt 2025-09-07T06:18:26.2193030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.2194080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/recipe/meta.yaml 2025-09-07T06:18:26.2195310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/recipe/meta.yaml.template 2025-09-07T06:18:26.2196300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/paths.json 2025-09-07T06:18:26.2197340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/hash_input.json 2025-09-07T06:18:26.2198070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/files 2025-09-07T06:18:26.2199120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/about.json 2025-09-07T06:18:26.2200060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/has_prefix 2025-09-07T06:18:26.2201010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/index.json 2025-09-07T06:18:26.2201940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/git 2025-09-07T06:18:26.2203280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver-3.0.2.dist-info/RECORD 2025-09-07T06:18:26.2204660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver-3.0.2.dist-info/direct_url.json 2025-09-07T06:18:26.2206060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver-3.0.2.dist-info/WHEEL 2025-09-07T06:18:26.2207520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver-3.0.2.dist-info/entry_points.txt 2025-09-07T06:18:26.2208940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver-3.0.2.dist-info/top_level.txt 2025-09-07T06:18:26.2210260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver-3.0.2.dist-info/LICENSE.txt 2025-09-07T06:18:26.2211590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver-3.0.2.dist-info/REQUESTED 2025-09-07T06:18:26.2212930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver-3.0.2.dist-info/INSTALLER 2025-09-07T06:18:26.2214360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver-3.0.2.dist-info/METADATA 2025-09-07T06:18:26.2215390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver/_types.py 2025-09-07T06:18:26.2216670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver/version.py 2025-09-07T06:18:26.2217850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver/_deprecated.py 2025-09-07T06:18:26.2219000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver/__init__.py 2025-09-07T06:18:26.2220460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver/__pycache__/_types.cpython-313.pyc 2025-09-07T06:18:26.2221930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver/__pycache__/__about__.cpython-313.pyc 2025-09-07T06:18:26.2223250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver/__pycache__/_deprecated.cpython-313.pyc 2025-09-07T06:18:26.2224770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver/__pycache__/cli.cpython-313.pyc 2025-09-07T06:18:26.2226050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:26.2227420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.2228950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:26.2230130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver/cli.py 2025-09-07T06:18:26.2231410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver/__about__.py 2025-09-07T06:18:26.2232810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver/py.typed 2025-09-07T06:18:26.2234200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver/__main__.py 2025-09-07T06:18:26.2234780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1.conda 2025-09-07T06:18:26.2235470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1.conda 2025-09-07T06:18:26.2236390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0.conda 2025-09-07T06:18:26.2237440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:26.2238430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:26.2239440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/test_version.py 2025-09-07T06:18:26.2240410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/test_utils.py 2025-09-07T06:18:26.2241570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/test_structures.py 2025-09-07T06:18:26.2242750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/test_specifiers.py 2025-09-07T06:18:26.2243780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/requirements.txt 2025-09-07T06:18:26.2244840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/.pytest_cache/CACHEDIR.TAG 2025-09-07T06:18:26.2245900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/.pytest_cache/README.md 2025-09-07T06:18:26.2247040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/.pytest_cache/.gitignore 2025-09-07T06:18:26.2248240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/.pytest_cache/v/cache/nodeids 2025-09-07T06:18:26.2249450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/.pytest_cache/v/cache/lastfailed 2025-09-07T06:18:26.2250710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/.pytest_cache/v/cache/stepwise 2025-09-07T06:18:26.2251790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/test_manylinux.py 2025-09-07T06:18:26.2252810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/test_tags.py 2025-09-07T06:18:26.2254010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/test_metadata.py 2025-09-07T06:18:26.2255160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/__init__.py 2025-09-07T06:18:26.2256260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/test_requirements.py 2025-09-07T06:18:26.2257370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/test_markers.py 2025-09-07T06:18:26.2258440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/test_licenses.py 2025-09-07T06:18:26.2259710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/musllinux/musl-i386 2025-09-07T06:18:26.2260750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/musllinux/musl-x86_64 2025-09-07T06:18:26.2261950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/musllinux/glibc-x86_64 2025-09-07T06:18:26.2263160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/musllinux/musl-aarch64 2025-09-07T06:18:26.2264340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/manylinux/hello-world-invalid-data 2025-09-07T06:18:26.2265630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/manylinux/hello-world-s390x-s390x 2025-09-07T06:18:26.2267010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/manylinux/hello-world-invalid-class 2025-09-07T06:18:26.2268020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/manylinux/hello-world-armv7l-armel 2025-09-07T06:18:26.2269320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/manylinux/hello-world-x86_64-x32 2025-09-07T06:18:26.2270600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/manylinux/hello-world-x86_64-amd64 2025-09-07T06:18:26.2271860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/manylinux/hello-world-x86_64-i386 2025-09-07T06:18:26.2273110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/manylinux/hello-world-armv7l-armhf 2025-09-07T06:18:26.2274290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/manylinux/build.sh 2025-09-07T06:18:26.2275570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/manylinux/hello-world-invalid-magic 2025-09-07T06:18:26.2276850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/manylinux/hello-world-too-short 2025-09-07T06:18:26.2277850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/test_elffile.py 2025-09-07T06:18:26.2279080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/metadata/everything.metadata 2025-09-07T06:18:26.2280200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/test_musllinux.py 2025-09-07T06:18:26.2281100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:26.2282260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.2288080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/licenses/LICENSE 2025-09-07T06:18:26.2288420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.2288620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:26.2288840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.2289010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/paths.json 2025-09-07T06:18:26.2289260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:26.2289430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/files 2025-09-07T06:18:26.2290290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/about.json 2025-09-07T06:18:26.2291060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/index.json 2025-09-07T06:18:26.2291880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/git 2025-09-07T06:18:26.2293130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/tags.py 2025-09-07T06:18:26.2294370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/_musllinux.py 2025-09-07T06:18:26.2295690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/metadata.py 2025-09-07T06:18:26.2296870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/version.py 2025-09-07T06:18:26.2298390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/licenses/__init__.py 2025-09-07T06:18:26.2299650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/licenses/_spdx.py 2025-09-07T06:18:26.2301410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/licenses/__pycache__/_spdx.cpython-313.pyc 2025-09-07T06:18:26.2303030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/licenses/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.2304320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/__init__.py 2025-09-07T06:18:26.2305820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/__pycache__/markers.cpython-313.pyc 2025-09-07T06:18:26.2307350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/__pycache__/requirements.cpython-313.pyc 2025-09-07T06:18:26.2308910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/__pycache__/_musllinux.cpython-313.pyc 2025-09-07T06:18:26.2310390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:26.2311790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/__pycache__/tags.cpython-313.pyc 2025-09-07T06:18:26.2313220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/__pycache__/metadata.cpython-313.pyc 2025-09-07T06:18:26.2314600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/__pycache__/_tokenizer.cpython-313.pyc 2025-09-07T06:18:26.2316250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/__pycache__/_manylinux.cpython-313.pyc 2025-09-07T06:18:26.2318080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/__pycache__/_structures.cpython-313.pyc 2025-09-07T06:18:26.2319580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.2321070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/__pycache__/specifiers.cpython-313.pyc 2025-09-07T06:18:26.2322200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:26.2323370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/__pycache__/_elffile.cpython-313.pyc 2025-09-07T06:18:26.2324660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/__pycache__/_parser.cpython-313.pyc 2025-09-07T06:18:26.2325860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/_parser.py 2025-09-07T06:18:26.2327070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/utils.py 2025-09-07T06:18:26.2328230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/requirements.py 2025-09-07T06:18:26.2329510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/_structures.py 2025-09-07T06:18:26.2330720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/markers.py 2025-09-07T06:18:26.2332200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/py.typed 2025-09-07T06:18:26.2333360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/_manylinux.py 2025-09-07T06:18:26.2334770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/_tokenizer.py 2025-09-07T06:18:26.2335990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/specifiers.py 2025-09-07T06:18:26.2337090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/_elffile.py 2025-09-07T06:18:26.2338360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging-25.0.dist-info/RECORD 2025-09-07T06:18:26.2339870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging-25.0.dist-info/LICENSE 2025-09-07T06:18:26.2341360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging-25.0.dist-info/direct_url.json 2025-09-07T06:18:26.2342910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging-25.0.dist-info/LICENSE.APACHE 2025-09-07T06:18:26.2344300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging-25.0.dist-info/WHEEL 2025-09-07T06:18:26.2345740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging-25.0.dist-info/LICENSE.BSD 2025-09-07T06:18:26.2347080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging-25.0.dist-info/REQUESTED 2025-09-07T06:18:26.2348310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging-25.0.dist-info/INSTALLER 2025-09-07T06:18:26.2349530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging-25.0.dist-info/METADATA 2025-09-07T06:18:26.2350380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:26.2351440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:26.2352550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/conftest.py 2025-09-07T06:18:26.2353650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/requirements.txt 2025-09-07T06:18:26.2354830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/test_windows_registry.py 2025-09-07T06:18:26.2355930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/test_schema.py 2025-09-07T06:18:26.2357340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/_legacy/test_cwp.py 2025-09-07T06:18:26.2358520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/_legacy/sys-prefix.json 2025-09-07T06:18:26.2359900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/_legacy/Iconleak-Atrous-Console.ico 2025-09-07T06:18:26.2360980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/_legacy/test_menu_creation.py 2025-09-07T06:18:26.2362070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/_legacy/menu-windows.json 2025-09-07T06:18:26.2363270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/_legacy/test_win32.py 2025-09-07T06:18:26.2364400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/test_conda.py 2025-09-07T06:18:26.2365630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/test_backwards_compatibility.py 2025-09-07T06:18:26.2366840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/test_data.py 2025-09-07T06:18:26.2368410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/test_api.py 2025-09-07T06:18:26.2369480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/test_elevation.py 2025-09-07T06:18:26.2370660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/data/jsons/precommands.json 2025-09-07T06:18:26.2371920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/data/jsons/windows-terminal.json 2025-09-07T06:18:26.2373260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/data/jsons/working-dir.json 2025-09-07T06:18:26.2374430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/data/jsons/file_types.json 2025-09-07T06:18:26.2375700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/data/jsons/no-platforms.json 2025-09-07T06:18:26.2376940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/data/jsons/sys-prefix.json 2025-09-07T06:18:26.2378130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/data/jsons/entitlements.json 2025-09-07T06:18:26.2379400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/data/jsons/file_types_no_event_handler.json 2025-09-07T06:18:26.2380470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/data/jsons/menu-name.json 2025-09-07T06:18:26.2381640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/data/jsons/example-3.invalid.json 2025-09-07T06:18:26.2382920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/data/jsons/osx_symlinks.json 2025-09-07T06:18:26.2384080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/data/jsons/url_protocols.json 2025-09-07T06:18:26.2385190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/data/pkgs/package_1/LICENSE 2025-09-07T06:18:26.2386350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/data/pkgs/package_1/menu.json 2025-09-07T06:18:26.2387540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/data/pkgs/package_1/meta.yaml 2025-09-07T06:18:26.2388850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/data/pkgs/noarch/package_1-0.1-0.tar.bz2 2025-09-07T06:18:26.2389710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:26.2390860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.2392080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/licenses/menuinst/_vendor/apipkg/LICENSE 2025-09-07T06:18:26.2393070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/licenses/LICENSE.txt 2025-09-07T06:18:26.2394220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.2395050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:26.2396080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.2396920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/paths.json 2025-09-07T06:18:26.2397820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:26.2398630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/files 2025-09-07T06:18:26.2399480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/about.json 2025-09-07T06:18:26.2400480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/index.json 2025-09-07T06:18:26.2401200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/git 2025-09-07T06:18:26.2402620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_schema.py 2025-09-07T06:18:26.2404090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/platforms/win_utils/win_elevate.py 2025-09-07T06:18:26.2405760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/platforms/win_utils/knownfolders.py 2025-09-07T06:18:26.2407080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/platforms/win_utils/registry.py 2025-09-07T06:18:26.2408490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/platforms/win_utils/__init__.py 2025-09-07T06:18:26.2410400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/platforms/win_utils/__pycache__/knownfolders.cpython-313.pyc 2025-09-07T06:18:26.2412110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/platforms/win_utils/__pycache__/registry.cpython-313.pyc 2025-09-07T06:18:26.2413830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/platforms/win_utils/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.2415650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/platforms/win_utils/__pycache__/win_elevate.cpython-313.pyc 2025-09-07T06:18:26.2416920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/platforms/__init__.py 2025-09-07T06:18:26.2418230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/platforms/win.py 2025-09-07T06:18:26.2419790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/platforms/__pycache__/base.cpython-313.pyc 2025-09-07T06:18:26.2421310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/platforms/__pycache__/win.cpython-313.pyc 2025-09-07T06:18:26.2422810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/platforms/__pycache__/linux.cpython-313.pyc 2025-09-07T06:18:26.2424290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/platforms/__pycache__/osx.cpython-313.pyc 2025-09-07T06:18:26.2425800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/platforms/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.2426890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/platforms/linux.py 2025-09-07T06:18:26.2428370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/platforms/base.py 2025-09-07T06:18:26.2429640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/platforms/osx.py 2025-09-07T06:18:26.2430850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_version.py 2025-09-07T06:18:26.2432180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_vendor/apipkg/LICENSE 2025-09-07T06:18:26.2433760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_vendor/apipkg/_version.py 2025-09-07T06:18:26.2435130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_vendor/apipkg/_module.py 2025-09-07T06:18:26.2436680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_vendor/apipkg/_syncronized.py 2025-09-07T06:18:26.2437990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_vendor/apipkg/_importing.py 2025-09-07T06:18:26.2439450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_vendor/apipkg/__init__.py 2025-09-07T06:18:26.2440820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_vendor/apipkg/_alias_module.py 2025-09-07T06:18:26.2442480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_vendor/apipkg/__pycache__/_module.cpython-313.pyc 2025-09-07T06:18:26.2444220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_vendor/apipkg/__pycache__/_version.cpython-313.pyc 2025-09-07T06:18:26.2445890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_vendor/apipkg/__pycache__/_syncronized.cpython-313.pyc 2025-09-07T06:18:26.2447600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_vendor/apipkg/__pycache__/_importing.cpython-313.pyc 2025-09-07T06:18:26.2449220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_vendor/apipkg/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.2450880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_vendor/apipkg/__pycache__/_alias_module.cpython-313.pyc 2025-09-07T06:18:26.2452250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_vendor/apipkg/py.typed 2025-09-07T06:18:26.2453340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/__init__.py 2025-09-07T06:18:26.2454870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/__pycache__/api.cpython-313.pyc 2025-09-07T06:18:26.2456370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/__pycache__/_schema.cpython-313.pyc 2025-09-07T06:18:26.2457780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:26.2459440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/__pycache__/_version.cpython-313.pyc 2025-09-07T06:18:26.2460950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.2462090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/api.py 2025-09-07T06:18:26.2463270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/utils.py 2025-09-07T06:18:26.2464700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_legacy/cwp.py 2025-09-07T06:18:26.2465960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_legacy/__init__.py 2025-09-07T06:18:26.2467200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_legacy/win32.py 2025-09-07T06:18:26.2468810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_legacy/__pycache__/main.cpython-313.pyc 2025-09-07T06:18:26.2470220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_legacy/__pycache__/cwp.cpython-313.pyc 2025-09-07T06:18:26.2472010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_legacy/__pycache__/win32.cpython-313.pyc 2025-09-07T06:18:26.2473330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_legacy/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:26.2474900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_legacy/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.2476090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_legacy/utils.py 2025-09-07T06:18:26.2477440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_legacy/main.py 2025-09-07T06:18:26.2478840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/data/menuinst.schema.json 2025-09-07T06:18:26.2480260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/data/menuinst-1-0-1.schema.json 2025-09-07T06:18:26.2481650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/data/osx_launcher_arm64 2025-09-07T06:18:26.2483190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/data/menuinst.default.json 2025-09-07T06:18:26.2484520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/data/appkit_launcher_x86_64 2025-09-07T06:18:26.2486010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/data/menuinst-1-0-2.default.json 2025-09-07T06:18:26.2487130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/data/menuinst-1-0-2.schema.json 2025-09-07T06:18:26.2488210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/data/osx_launcher_x86_64 2025-09-07T06:18:26.2489370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/data/menuinst-1-1-0.schema.json 2025-09-07T06:18:26.2490500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/data/menuinst-1-0-1.default.json 2025-09-07T06:18:26.2491640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/data/menuinst-1-0-0.schema.json 2025-09-07T06:18:26.2492750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/data/menuinst-1-1-0.default.json 2025-09-07T06:18:26.2493840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/data/menuinst-1-0-0.default.json 2025-09-07T06:18:26.2494960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/data/menuinst-1-1-1.default.json 2025-09-07T06:18:26.2496150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/data/menuinst-1-1-1.schema.json 2025-09-07T06:18:26.2497220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/data/appkit_launcher_arm64 2025-09-07T06:18:26.2498240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst-2.3.1.dist-info/RECORD 2025-09-07T06:18:26.2499530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst-2.3.1.dist-info/licenses/AUTHORS.md 2025-09-07T06:18:26.2500560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst-2.3.1.dist-info/licenses/LICENSE.txt 2025-09-07T06:18:26.2501650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst-2.3.1.dist-info/direct_url.json 2025-09-07T06:18:26.2503120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst-2.3.1.dist-info/WHEEL 2025-09-07T06:18:26.2504510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst-2.3.1.dist-info/top_level.txt 2025-09-07T06:18:26.2505900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst-2.3.1.dist-info/REQUESTED 2025-09-07T06:18:26.2507450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst-2.3.1.dist-info/INSTALLER 2025-09-07T06:18:26.2508810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst-2.3.1.dist-info/METADATA 2025-09-07T06:18:26.2509490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/include/zlib.h 2025-09-07T06:18:26.2510260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/include/zconf.h 2025-09-07T06:18:26.2511100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/info/repodata_record.json 2025-09-07T06:18:26.2511980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/info/test/run_test.sh 2025-09-07T06:18:26.2512850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/info/licenses/zlib.h 2025-09-07T06:18:26.2513720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/info/recipe/bld.bat 2025-09-07T06:18:26.2514490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/info/recipe/build.sh 2025-09-07T06:18:26.2515610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.2516410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/info/recipe/license.txt 2025-09-07T06:18:26.2517190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/info/recipe/meta.yaml 2025-09-07T06:18:26.2518200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/info/recipe/meta.yaml.template 2025-09-07T06:18:26.2519240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/info/recipe/cmake-pkg-config.patch 2025-09-07T06:18:26.2520270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/info/run_exports.json 2025-09-07T06:18:26.2521020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/info/paths.json 2025-09-07T06:18:26.2521870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/info/hash_input.json 2025-09-07T06:18:26.2522540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/info/files 2025-09-07T06:18:26.2523310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/info/about.json 2025-09-07T06:18:26.2524060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/info/has_prefix 2025-09-07T06:18:26.2524830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/info/index.json 2025-09-07T06:18:26.2525710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/info/git 2025-09-07T06:18:26.2526570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/lib/libz.dylib 2025-09-07T06:18:26.2527630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/lib/pkgconfig/zlib.pc 2025-09-07T06:18:26.2528500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/lib/libz.1.2.13.dylib 2025-09-07T06:18:26.2529250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/lib/libz.a 2025-09-07T06:18:26.2530190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/lib/libz.1.dylib 2025-09-07T06:18:26.2531060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/traits.h 2025-09-07T06:18:26.2532080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/eventhandler.h 2025-09-07T06:18:26.2533200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/emitter.h 2025-09-07T06:18:26.2534050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/anchor.h 2025-09-07T06:18:26.2534950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/mark.h 2025-09-07T06:18:26.2536000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/emitterdef.h 2025-09-07T06:18:26.2536900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/parser.h 2025-09-07T06:18:26.2537970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/null.h 2025-09-07T06:18:26.2539160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/exceptions.h 2025-09-07T06:18:26.2540180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/emitterstyle.h 2025-09-07T06:18:26.2541180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/noexcept.h 2025-09-07T06:18:26.2542210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/emittermanip.h 2025-09-07T06:18:26.2543320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/emitfromevents.h 2025-09-07T06:18:26.2544240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/dll.h 2025-09-07T06:18:26.2545410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/contrib/graphbuilder.h 2025-09-07T06:18:26.2546400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/contrib/anchordict.h 2025-09-07T06:18:26.2547190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/yaml.h 2025-09-07T06:18:26.2548180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/node/type.h 2025-09-07T06:18:26.2549150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/node/parse.h 2025-09-07T06:18:26.2550230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/node/node.h 2025-09-07T06:18:26.2551450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/node/detail/node_data.h 2025-09-07T06:18:26.2552760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/node/detail/node_ref.h 2025-09-07T06:18:26.2553730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/node/detail/node.h 2025-09-07T06:18:26.2554840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/node/detail/memory.h 2025-09-07T06:18:26.2556110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/node/detail/node_iterator.h 2025-09-07T06:18:26.2557330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/node/detail/impl.h 2025-09-07T06:18:26.2558490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/node/detail/iterator_fwd.h 2025-09-07T06:18:26.2559560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/node/detail/iterator.h 2025-09-07T06:18:26.2560600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/node/ptr.h 2025-09-07T06:18:26.2561770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/node/convert.h 2025-09-07T06:18:26.2562640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/node/impl.h 2025-09-07T06:18:26.2563700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/node/emit.h 2025-09-07T06:18:26.2564720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/node/iterator.h 2025-09-07T06:18:26.2565740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/ostream_wrapper.h 2025-09-07T06:18:26.2566750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/stlemitter.h 2025-09-07T06:18:26.2567840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/binary.h 2025-09-07T06:18:26.2568870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/depthguard.h 2025-09-07T06:18:26.2569800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/gtest-matchers.h 2025-09-07T06:18:26.2570930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/gtest-death-test.h 2025-09-07T06:18:26.2572050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/gtest-spi.h 2025-09-07T06:18:26.2573070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/internal/gtest-string.h 2025-09-07T06:18:26.2574440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/internal/gtest-death-test-internal.h 2025-09-07T06:18:26.2575480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/internal/gtest-port.h 2025-09-07T06:18:26.2576660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/internal/gtest-port-arch.h 2025-09-07T06:18:26.2577720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/internal/gtest-internal.h 2025-09-07T06:18:26.2578830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/internal/gtest-param-util.h 2025-09-07T06:18:26.2580010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/internal/gtest-type-util.h 2025-09-07T06:18:26.2581100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/internal/gtest-filepath.h 2025-09-07T06:18:26.2582300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/internal/custom/gtest-port.h 2025-09-07T06:18:26.2583300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/internal/custom/README.md 2025-09-07T06:18:26.2584550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/internal/custom/gtest.h 2025-09-07T06:18:26.2585960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/internal/custom/gtest-printers.h 2025-09-07T06:18:26.2586970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/gtest-message.h 2025-09-07T06:18:26.2588090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/gtest-param-test.h 2025-09-07T06:18:26.2589310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/gtest-typed-test.h 2025-09-07T06:18:26.2590270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/gtest_pred_impl.h 2025-09-07T06:18:26.2591150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/gtest_prod.h 2025-09-07T06:18:26.2592230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/gtest-test-part.h 2025-09-07T06:18:26.2593030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/gtest.h 2025-09-07T06:18:26.2594220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/gtest-printers.h 2025-09-07T06:18:26.2595140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gmock/gmock-matchers.h 2025-09-07T06:18:26.2596210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gmock/gmock-more-actions.h 2025-09-07T06:18:26.2597350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gmock/internal/gmock-port.h 2025-09-07T06:18:26.2598490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gmock/internal/gmock-internal-utils.h 2025-09-07T06:18:26.2599380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gmock/internal/gmock-pp.h 2025-09-07T06:18:26.2600500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gmock/internal/custom/gmock-port.h 2025-09-07T06:18:26.2601660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gmock/internal/custom/gmock-matchers.h 2025-09-07T06:18:26.2602930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gmock/internal/custom/gmock-generated-actions.h 2025-09-07T06:18:26.2604130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gmock/internal/custom/README.md 2025-09-07T06:18:26.2605210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gmock/gmock-function-mocker.h 2025-09-07T06:18:26.2606610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gmock/gmock-more-matchers.h 2025-09-07T06:18:26.2607620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gmock/gmock-cardinalities.h 2025-09-07T06:18:26.2609100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gmock/gmock-spec-builders.h 2025-09-07T06:18:26.2610040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gmock/gmock-nice-strict.h 2025-09-07T06:18:26.2611010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gmock/gmock.h 2025-09-07T06:18:26.2612100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gmock/gmock-actions.h 2025-09-07T06:18:26.2612990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/repodata_record.json 2025-09-07T06:18:26.2613810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/test/run_test.sh 2025-09-07T06:18:26.2614720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/test/test/CMakeLists.txt 2025-09-07T06:18:26.2615670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/test/test/test.bat 2025-09-07T06:18:26.2616590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/test/test/test.sh 2025-09-07T06:18:26.2617540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/test/test/main.cpp 2025-09-07T06:18:26.2618540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/test/test_time_dependencies.json 2025-09-07T06:18:26.2619400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/licenses/LICENSE 2025-09-07T06:18:26.2620310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/recipe/build_shared.sh 2025-09-07T06:18:26.2621370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/recipe/parent/bld_shared.bat 2025-09-07T06:18:26.2622530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/recipe/parent/test/CMakeLists.txt 2025-09-07T06:18:26.2623570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/recipe/parent/test/test.bat 2025-09-07T06:18:26.2624830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/recipe/parent/test/test.sh 2025-09-07T06:18:26.2625780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/recipe/parent/test/main.cpp 2025-09-07T06:18:26.2626980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/recipe/parent/patches/0001-fix-narrowing-error.patch 2025-09-07T06:18:26.2628030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/recipe/parent/build_shared.sh 2025-09-07T06:18:26.2629130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/recipe/parent/build_static.sh 2025-09-07T06:18:26.2630280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/recipe/parent/meta.yaml 2025-09-07T06:18:26.2631250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.2632070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/recipe/meta.yaml 2025-09-07T06:18:26.2632930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/run_exports.json 2025-09-07T06:18:26.2633780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/paths.json 2025-09-07T06:18:26.2634650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/hash_input.json 2025-09-07T06:18:26.2635470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/files 2025-09-07T06:18:26.2636410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/about.json 2025-09-07T06:18:26.2637520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/has_prefix 2025-09-07T06:18:26.2638300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/index.json 2025-09-07T06:18:26.2639120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/git 2025-09-07T06:18:26.2640140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/libyaml-cpp.0.8.0.dylib 2025-09-07T06:18:26.2641090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/pkgconfig/yaml-cpp.pc 2025-09-07T06:18:26.2642100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/pkgconfig/gmock_main.pc 2025-09-07T06:18:26.2642940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/pkgconfig/gmock.pc 2025-09-07T06:18:26.2644110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/pkgconfig/gtest_main.pc 2025-09-07T06:18:26.2645140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/pkgconfig/gtest.pc 2025-09-07T06:18:26.2646320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/cmake/yaml-cpp/yaml-cpp-config.cmake 2025-09-07T06:18:26.2647500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/cmake/yaml-cpp/yaml-cpp-targets-release.cmake 2025-09-07T06:18:26.2648570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/cmake/yaml-cpp/yaml-cpp-targets.cmake 2025-09-07T06:18:26.2649690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/cmake/yaml-cpp/yaml-cpp-config-version.cmake 2025-09-07T06:18:26.2650460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/cmake/GTest/GTestTargets.cmake 2025-09-07T06:18:26.2651340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/cmake/GTest/GTestTargets-release.cmake 2025-09-07T06:18:26.2652120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/cmake/GTest/GTestConfig.cmake 2025-09-07T06:18:26.2652980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/cmake/GTest/GTestConfigVersion.cmake 2025-09-07T06:18:26.2653810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/libyaml-cpp.0.8.dylib 2025-09-07T06:18:26.2654430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/libgtest.1.11.0.dylib 2025-09-07T06:18:26.2655160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/libgmock.1.11.0.dylib 2025-09-07T06:18:26.2656010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/libgtest_main.1.11.0.dylib 2025-09-07T06:18:26.2656680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/libyaml-cpp.dylib 2025-09-07T06:18:26.2657380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/libgtest.dylib 2025-09-07T06:18:26.2658280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/libgtest_main.dylib 2025-09-07T06:18:26.2658890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/libgmock.dylib 2025-09-07T06:18:26.2659570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/libgmock_main.dylib 2025-09-07T06:18:26.2660460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/libgmock_main.1.11.0.dylib 2025-09-07T06:18:26.2661220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0.conda 2025-09-07T06:18:26.2662240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1.conda 2025-09-07T06:18:26.2663310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:26.2664370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:26.2665470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/info/test/tests/__init__.py 2025-09-07T06:18:26.2666930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/info/test/tests/test_grouped_metadata.py 2025-09-07T06:18:26.2667970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/info/test/tests/test_main.py 2025-09-07T06:18:26.2668890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:26.2670100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.2671060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/info/licenses/LICENSE 2025-09-07T06:18:26.2672220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.2673230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:26.2674620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.2675510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/info/paths.json 2025-09-07T06:18:26.2676550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:26.2677500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/info/files 2025-09-07T06:18:26.2678610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/info/about.json 2025-09-07T06:18:26.2679410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/info/index.json 2025-09-07T06:18:26.2680280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/info/git 2025-09-07T06:18:26.2681860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/lib/python3.13/site-packages/annotated_types/__init__.py 2025-09-07T06:18:26.2683570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/lib/python3.13/site-packages/annotated_types/__pycache__/test_cases.cpython-313.pyc 2025-09-07T06:18:26.2685180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/lib/python3.13/site-packages/annotated_types/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.2686520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/lib/python3.13/site-packages/annotated_types/py.typed 2025-09-07T06:18:26.2687990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/lib/python3.13/site-packages/annotated_types/test_cases.py 2025-09-07T06:18:26.2689590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/lib/python3.13/site-packages/annotated_types-0.6.0.dist-info/RECORD 2025-09-07T06:18:26.2691430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/lib/python3.13/site-packages/annotated_types-0.6.0.dist-info/licenses/LICENSE 2025-09-07T06:18:26.2693250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/lib/python3.13/site-packages/annotated_types-0.6.0.dist-info/direct_url.json 2025-09-07T06:18:26.2694770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/lib/python3.13/site-packages/annotated_types-0.6.0.dist-info/WHEEL 2025-09-07T06:18:26.2696410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/lib/python3.13/site-packages/annotated_types-0.6.0.dist-info/REQUESTED 2025-09-07T06:18:26.2697990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/lib/python3.13/site-packages/annotated_types-0.6.0.dist-info/INSTALLER 2025-09-07T06:18:26.2699460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/lib/python3.13/site-packages/annotated_types-0.6.0.dist-info/METADATA 2025-09-07T06:18:26.2700070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0.conda 2025-09-07T06:18:26.2701180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/cpu/alias.py 2025-09-07T06:18:26.2702480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/cpu/microarchitecture.py 2025-09-07T06:18:26.2703780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/cpu/__init__.py 2025-09-07T06:18:26.2704720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/cpu/detect.py 2025-09-07T06:18:26.2705830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/cpu/schema.py 2025-09-07T06:18:26.2706860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/__init__.py 2025-09-07T06:18:26.2707900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/LICENSE-APACHE 2025-09-07T06:18:26.2709130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/cpu/cpuid.json 2025-09-07T06:18:26.2710450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/cpu/microarchitectures_schema.json 2025-09-07T06:18:26.2711540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/cpu/cpuid_schema.json 2025-09-07T06:18:26.2712700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/cpu/microarchitectures.json 2025-09-07T06:18:26.2714000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/windows-cpuid-icelake 2025-09-07T06:18:26.2715620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-rocky8-a64fx 2025-09-07T06:18:26.2716870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-centos7-power8le 2025-09-07T06:18:26.2718670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-scientificfermi6-bulldozer 2025-09-07T06:18:26.2719820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-asahi-m1 2025-09-07T06:18:26.2721320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/windows-cpuid-broadwell 2025-09-07T06:18:26.2722830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-rhel7-skylake_avx512 2025-09-07T06:18:26.2724000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/bgq-rhel6-power7 2025-09-07T06:18:26.2725500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-sifive-u74mc 2025-09-07T06:18:26.2727410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-rhel7-broadwell 2025-09-07T06:18:26.2728710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-amazon-cortex_a72 2025-09-07T06:18:26.2730080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-amazon-neoverse_v1 2025-09-07T06:18:26.2731610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-ubuntu20.04-zen3 2025-09-07T06:18:26.2733260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-amazon-neoverse_n1 2025-09-07T06:18:26.2734770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-rocky8.5-zen4 2025-09-07T06:18:26.2736070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-ubuntu18.04-broadwell 2025-09-07T06:18:26.2737590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-scientific7-piledriver 2025-09-07T06:18:26.2738870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/darwin-monterey-m2 2025-09-07T06:18:26.2740220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-rhel8-power9 2025-09-07T06:18:26.2741760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-amazon2-sapphirerapids 2025-09-07T06:18:26.2743280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-scientificfermi6-piledriver 2025-09-07T06:18:26.2744790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-asahi-m2 2025-09-07T06:18:26.2746090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-unknown-power10 2025-09-07T06:18:26.2747290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/darwin-bigsur-m1 2025-09-07T06:18:26.2748470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-rhel7-zen 2025-09-07T06:18:26.2749870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-centos7-cascadelake 2025-09-07T06:18:26.2751150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-rhel7-haswell 2025-09-07T06:18:26.2752490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-rhel7-x86_64_v3 2025-09-07T06:18:26.2754010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/darwin-mojave-ivybridge 2025-09-07T06:18:26.2755500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-unknown-sapphirerapids 2025-09-07T06:18:26.2756850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-ubuntu22.04-neoverse_v2 2025-09-07T06:18:26.2758250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-rhel6-piledriver 2025-09-07T06:18:26.2759620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-scientific7-k10 2025-09-07T06:18:26.2760970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/darwin-mojave-haswell 2025-09-07T06:18:26.2762300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/darwin-mojave-skylake 2025-09-07T06:18:26.2763550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-rhel7-ivybridge 2025-09-07T06:18:26.2764850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/darwin-monterey-m1 2025-09-07T06:18:26.2766210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-centos7-thunderx2 2025-09-07T06:18:26.2767180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/NOTICE 2025-09-07T06:18:26.2768370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/README.md 2025-09-07T06:18:26.2769450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/COPYRIGHT 2025-09-07T06:18:26.2770450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/LICENSE-MIT 2025-09-07T06:18:26.2771640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/cli.py 2025-09-07T06:18:26.2772740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/__main__.py 2025-09-07T06:18:26.2773950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/vendor/cpuid/LICENSE 2025-09-07T06:18:26.2775060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/vendor/cpuid/cpuid.py 2025-09-07T06:18:26.2776350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/vendor/cpuid/README.md 2025-09-07T06:18:26.2782780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/vendor/cpuid/example.py 2025-09-07T06:18:26.2783440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/vendor/cpuid/.gitignore 2025-09-07T06:18:26.2783980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec-0.2.3.dist-info/RECORD 2025-09-07T06:18:26.2784550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec-0.2.3.dist-info/direct_url.json 2025-09-07T06:18:26.2785110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec-0.2.3.dist-info/WHEEL 2025-09-07T06:18:26.2785670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec-0.2.3.dist-info/entry_points.txt 2025-09-07T06:18:26.2786240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec-0.2.3.dist-info/REQUESTED 2025-09-07T06:18:26.2786830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec-0.2.3.dist-info/INSTALLER 2025-09-07T06:18:26.2788030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec-0.2.3.dist-info/METADATA 2025-09-07T06:18:26.2788920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/info/repodata_record.json 2025-09-07T06:18:26.2789890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/info/test/run_test.sh 2025-09-07T06:18:26.2790900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/info/test/run_test.py 2025-09-07T06:18:26.2792260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.2793270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/info/test/run_test.bat 2025-09-07T06:18:26.2794460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/info/licenses/LICENSE-APACHE 2025-09-07T06:18:26.2795600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/info/licenses/LICENSE-MIT 2025-09-07T06:18:26.2796670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.2797640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/info/recipe/meta.yaml 2025-09-07T06:18:26.2798650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.2799530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/info/paths.json 2025-09-07T06:18:26.2800410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/info/hash_input.json 2025-09-07T06:18:26.2801360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/info/files 2025-09-07T06:18:26.2802230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/info/about.json 2025-09-07T06:18:26.2803100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/info/link.json 2025-09-07T06:18:26.2803990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/info/index.json 2025-09-07T06:18:26.2804840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/info/git 2025-09-07T06:18:26.2805890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:26.2806670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:26.2807770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_pretty.py 2025-09-07T06:18:26.2808880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_filesize.py 2025-09-07T06:18:26.2809900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_columns_align.py 2025-09-07T06:18:26.2810960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/conftest.py 2025-09-07T06:18:26.2812010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_protocol.py 2025-09-07T06:18:26.2812970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_getfileno.py 2025-09-07T06:18:26.2813880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_tree.py 2025-09-07T06:18:26.2814920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_logging.py 2025-09-07T06:18:26.2815720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_stack.py 2025-09-07T06:18:26.2816450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/pytest.ini 2025-09-07T06:18:26.2817330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_win32_console.py 2025-09-07T06:18:26.2818110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_console.py 2025-09-07T06:18:26.2818930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_constrain.py 2025-09-07T06:18:26.2819760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_measure.py 2025-09-07T06:18:26.2820540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_syntax.py 2025-09-07T06:18:26.2821320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/render.py 2025-09-07T06:18:26.2822110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_prompt.py 2025-09-07T06:18:26.2822890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_table.py 2025-09-07T06:18:26.2823680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_cells.py 2025-09-07T06:18:26.2824550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_live_render.py 2025-09-07T06:18:26.2825470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_panel.py 2025-09-07T06:18:26.2826120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_box.py 2025-09-07T06:18:26.2826910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_styled.py 2025-09-07T06:18:26.2827890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_palette.py 2025-09-07T06:18:26.2829020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_windows_renderer.py 2025-09-07T06:18:26.2829900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/__init__.py 2025-09-07T06:18:26.2830860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_rich_print.py 2025-09-07T06:18:26.2832040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_control.py 2025-09-07T06:18:26.2832970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_status.py 2025-09-07T06:18:26.2833950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_log.py 2025-09-07T06:18:26.2835180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_live.py 2025-09-07T06:18:26.2836150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_null_file.py 2025-09-07T06:18:26.2837300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_screen.py 2025-09-07T06:18:26.2838350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_progress.py 2025-09-07T06:18:26.2839350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_containers.py 2025-09-07T06:18:26.2840300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_ratio.py 2025-09-07T06:18:26.2841380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_text.py 2025-09-07T06:18:26.2842500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_align.py 2025-09-07T06:18:26.2843590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_inspect.py 2025-09-07T06:18:26.2844870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_color.py 2025-09-07T06:18:26.2845860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_rule.py 2025-09-07T06:18:26.2847190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_columns.py 2025-09-07T06:18:26.2848160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_repr.py 2025-09-07T06:18:26.2849060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_card.py 2025-09-07T06:18:26.2850020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_file_proxy.py 2025-09-07T06:18:26.2851030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_theme.py 2025-09-07T06:18:26.2852260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_style.py 2025-09-07T06:18:26.2853380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_markdown_no_hyperlinks.py 2025-09-07T06:18:26.2854290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_pick.py 2025-09-07T06:18:26.2855340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_rule_in_table.py 2025-09-07T06:18:26.2856330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_emoji.py 2025-09-07T06:18:26.2857600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_color_triplet.py 2025-09-07T06:18:26.2858710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_layout.py 2025-09-07T06:18:26.2859850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_padding.py 2025-09-07T06:18:26.2860990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_json.py 2025-09-07T06:18:26.2862030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_jupyter.py 2025-09-07T06:18:26.2863110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_tools.py 2025-09-07T06:18:26.2864090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_segment.py 2025-09-07T06:18:26.2865270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/_card_render.py 2025-09-07T06:18:26.2866330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_highlighter.py 2025-09-07T06:18:26.2867400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_markdown.py 2025-09-07T06:18:26.2868380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_bar.py 2025-09-07T06:18:26.2869540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_ansi.py 2025-09-07T06:18:26.2870500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_traceback.py 2025-09-07T06:18:26.2871550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_block_bar.py 2025-09-07T06:18:26.2872520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_spinner.py 2025-09-07T06:18:26.2873790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_markup.py 2025-09-07T06:18:26.2875040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:26.2876370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.2877220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/licenses/LICENSE 2025-09-07T06:18:26.2878400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.2879360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:26.2880540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.2881530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/paths.json 2025-09-07T06:18:26.2882650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:26.2883510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/files 2025-09-07T06:18:26.2884370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/about.json 2025-09-07T06:18:26.2885200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/index.json 2025-09-07T06:18:26.2886030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/git 2025-09-07T06:18:26.2887480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich-13.9.4.dist-info/RECORD 2025-09-07T06:18:26.2888780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich-13.9.4.dist-info/LICENSE 2025-09-07T06:18:26.2890160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich-13.9.4.dist-info/direct_url.json 2025-09-07T06:18:26.2891470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich-13.9.4.dist-info/WHEEL 2025-09-07T06:18:26.2892510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich-13.9.4.dist-info/REQUESTED 2025-09-07T06:18:26.2893820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich-13.9.4.dist-info/INSTALLER 2025-09-07T06:18:26.2895130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich-13.9.4.dist-info/METADATA 2025-09-07T06:18:26.2896210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/themes.py 2025-09-07T06:18:26.2897370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/screen.py 2025-09-07T06:18:26.2898660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/logging.py 2025-09-07T06:18:26.2899920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/measure.py 2025-09-07T06:18:26.2901200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/tree.py 2025-09-07T06:18:26.2902500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/console.py 2025-09-07T06:18:26.2903810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/live_render.py 2025-09-07T06:18:26.2905050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_emoji_codes.py 2025-09-07T06:18:26.2906170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/box.py 2025-09-07T06:18:26.2907240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/color.py 2025-09-07T06:18:26.2908320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_timer.py 2025-09-07T06:18:26.2909360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_fileno.py 2025-09-07T06:18:26.2910630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/align.py 2025-09-07T06:18:26.2911700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/theme.py 2025-09-07T06:18:26.2912730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/style.py 2025-09-07T06:18:26.2913970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/default_styles.py 2025-09-07T06:18:26.2915190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_wrap.py 2025-09-07T06:18:26.2916640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_log_render.py 2025-09-07T06:18:26.2917620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/emoji.py 2025-09-07T06:18:26.2918800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/layout.py 2025-09-07T06:18:26.2919940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/containers.py 2025-09-07T06:18:26.2921100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_emoji_replace.py 2025-09-07T06:18:26.2922260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/traceback.py 2025-09-07T06:18:26.2923520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/region.py 2025-09-07T06:18:26.2924960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/protocol.py 2025-09-07T06:18:26.2926020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_loop.py 2025-09-07T06:18:26.2927230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/control.py 2025-09-07T06:18:26.2928450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/filesize.py 2025-09-07T06:18:26.2929570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_null_file.py 2025-09-07T06:18:26.2930820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_palettes.py 2025-09-07T06:18:26.2932040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__init__.py 2025-09-07T06:18:26.2933250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_pick.py 2025-09-07T06:18:26.2934320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/file_proxy.py 2025-09-07T06:18:26.2936050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/highlighter.cpython-313.pyc 2025-09-07T06:18:26.2937480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/_emoji_replace.cpython-313.pyc 2025-09-07T06:18:26.2938950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/segment.cpython-313.pyc 2025-09-07T06:18:26.2940150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/color.cpython-313.pyc 2025-09-07T06:18:26.2941440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/markdown.cpython-313.pyc 2025-09-07T06:18:26.2942930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/theme.cpython-313.pyc 2025-09-07T06:18:26.2944400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/_windows.cpython-313.pyc 2025-09-07T06:18:26.2945890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/constrain.cpython-313.pyc 2025-09-07T06:18:26.2947350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/rule.cpython-313.pyc 2025-09-07T06:18:26.2948780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/containers.cpython-313.pyc 2025-09-07T06:18:26.2950220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/cells.cpython-313.pyc 2025-09-07T06:18:26.2951510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/ansi.cpython-313.pyc 2025-09-07T06:18:26.2953040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/file_proxy.cpython-313.pyc 2025-09-07T06:18:26.2954540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/_ratio.cpython-313.pyc 2025-09-07T06:18:26.2956000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/layout.cpython-313.pyc 2025-09-07T06:18:26.2957340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/_emoji_codes.cpython-313.pyc 2025-09-07T06:18:26.2958740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/scope.cpython-313.pyc 2025-09-07T06:18:26.2960010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/abc.cpython-313.pyc 2025-09-07T06:18:26.2961370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/pretty.cpython-313.pyc 2025-09-07T06:18:26.2962690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/_loop.cpython-313.pyc 2025-09-07T06:18:26.2963990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/logging.cpython-313.pyc 2025-09-07T06:18:26.2965660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/_cell_widths.cpython-313.pyc 2025-09-07T06:18:26.2967260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/terminal_theme.cpython-313.pyc 2025-09-07T06:18:26.2968580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/_palettes.cpython-313.pyc 2025-09-07T06:18:26.2969840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/style.cpython-313.pyc 2025-09-07T06:18:26.2971290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/_log_render.cpython-313.pyc 2025-09-07T06:18:26.2972750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/filesize.cpython-313.pyc 2025-09-07T06:18:26.2974270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/live_render.cpython-313.pyc 2025-09-07T06:18:26.2975630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/text.cpython-313.pyc 2025-09-07T06:18:26.2976980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/_fileno.cpython-313.pyc 2025-09-07T06:18:26.2978320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/prompt.cpython-313.pyc 2025-09-07T06:18:26.2979490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/progress.cpython-313.pyc 2025-09-07T06:18:26.2980570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/errors.cpython-313.pyc 2025-09-07T06:18:26.2981620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/bar.cpython-313.pyc 2025-09-07T06:18:26.2982720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/_spinners.cpython-313.pyc 2025-09-07T06:18:26.2983880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/default_styles.cpython-313.pyc 2025-09-07T06:18:26.2984940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/status.cpython-313.pyc 2025-09-07T06:18:26.2985990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/repr.cpython-313.pyc 2025-09-07T06:18:26.2987050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/tree.cpython-313.pyc 2025-09-07T06:18:26.2988210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/_extension.cpython-313.pyc 2025-09-07T06:18:26.2989340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/measure.cpython-313.pyc 2025-09-07T06:18:26.2990430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/screen.cpython-313.pyc 2025-09-07T06:18:26.2991500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/palette.cpython-313.pyc 2025-09-07T06:18:26.2992600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/region.cpython-313.pyc 2025-09-07T06:18:26.2993710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/themes.cpython-313.pyc 2025-09-07T06:18:26.2994790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/emoji.cpython-313.pyc 2025-09-07T06:18:26.2995870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/_stack.cpython-313.pyc 2025-09-07T06:18:26.2997050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/control.cpython-313.pyc 2025-09-07T06:18:26.2998300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/_inspect.cpython-313.pyc 2025-09-07T06:18:26.2999730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/syntax.cpython-313.pyc 2025-09-07T06:18:26.3001170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/panel.cpython-313.pyc 2025-09-07T06:18:26.3002490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/table.cpython-313.pyc 2025-09-07T06:18:26.3003810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/_wrap.cpython-313.pyc 2025-09-07T06:18:26.3005240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/live.cpython-313.pyc 2025-09-07T06:18:26.3006760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/align.cpython-313.pyc 2025-09-07T06:18:26.3008230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/jupyter.cpython-313.pyc 2025-09-07T06:18:26.3009580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/markup.cpython-313.pyc 2025-09-07T06:18:26.3011240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/_windows_renderer.cpython-313.pyc 2025-09-07T06:18:26.3012550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/protocol.cpython-313.pyc 2025-09-07T06:18:26.3013940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/_pick.cpython-313.pyc 2025-09-07T06:18:26.3015380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/_timer.cpython-313.pyc 2025-09-07T06:18:26.3016700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/spinner.cpython-313.pyc 2025-09-07T06:18:26.3018050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/styled.cpython-313.pyc 2025-09-07T06:18:26.3019460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/json.cpython-313.pyc 2025-09-07T06:18:26.3021130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/_export_format.cpython-313.pyc 2025-09-07T06:18:26.3022440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/pager.cpython-313.pyc 2025-09-07T06:18:26.3023970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/progress_bar.cpython-313.pyc 2025-09-07T06:18:26.3025500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:26.3026810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/box.cpython-313.pyc 2025-09-07T06:18:26.3028310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/columns.cpython-313.pyc 2025-09-07T06:18:26.3029650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/diagnose.cpython-313.pyc 2025-09-07T06:18:26.3031090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.3032460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/traceback.cpython-313.pyc 2025-09-07T06:18:26.3033930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/_null_file.cpython-313.pyc 2025-09-07T06:18:26.3035330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/_win32_console.cpython-313.pyc 2025-09-07T06:18:26.3036720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/console.cpython-313.pyc 2025-09-07T06:18:26.3038230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/color_triplet.cpython-313.pyc 2025-09-07T06:18:26.3039680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/padding.cpython-313.pyc 2025-09-07T06:18:26.3040740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/palette.py 2025-09-07T06:18:26.3041970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/markup.py 2025-09-07T06:18:26.3043140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_ratio.py 2025-09-07T06:18:26.3044220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/repr.py 2025-09-07T06:18:26.3045490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/constrain.py 2025-09-07T06:18:26.3046540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/pretty.py 2025-09-07T06:18:26.3047790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/diagnose.py 2025-09-07T06:18:26.3048970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/columns.py 2025-09-07T06:18:26.3050230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/rule.py 2025-09-07T06:18:26.3051350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_inspect.py 2025-09-07T06:18:26.3052660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/markdown.py 2025-09-07T06:18:26.3053820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/pager.py 2025-09-07T06:18:26.3054930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/text.py 2025-09-07T06:18:26.3055930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/highlighter.py 2025-09-07T06:18:26.3057050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_spinners.py 2025-09-07T06:18:26.3058320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/terminal_theme.py 2025-09-07T06:18:26.3059350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/bar.py 2025-09-07T06:18:26.3060560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/live.py 2025-09-07T06:18:26.3061790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/py.typed 2025-09-07T06:18:26.3062850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/syntax.py 2025-09-07T06:18:26.3063960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/table.py 2025-09-07T06:18:26.3065160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_export_format.py 2025-09-07T06:18:26.3066360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/progress_bar.py 2025-09-07T06:18:26.3067570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/errors.py 2025-09-07T06:18:26.3068830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/prompt.py 2025-09-07T06:18:26.3069940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/segment.py 2025-09-07T06:18:26.3071020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/ansi.py 2025-09-07T06:18:26.3072220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/progress.py 2025-09-07T06:18:26.3073430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_stack.py 2025-09-07T06:18:26.3074590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_windows.py 2025-09-07T06:18:26.3075650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_cell_widths.py 2025-09-07T06:18:26.3076800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/cells.py 2025-09-07T06:18:26.3078230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_win32_console.py 2025-09-07T06:18:26.3079380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/panel.py 2025-09-07T06:18:26.3080610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/styled.py 2025-09-07T06:18:26.3081720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/spinner.py 2025-09-07T06:18:26.3083100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_windows_renderer.py 2025-09-07T06:18:26.3084180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/json.py 2025-09-07T06:18:26.3085460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/padding.py 2025-09-07T06:18:26.3086660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__main__.py 2025-09-07T06:18:26.3087890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/scope.py 2025-09-07T06:18:26.3089050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_extension.py 2025-09-07T06:18:26.3090360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/status.py 2025-09-07T06:18:26.3091450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/abc.py 2025-09-07T06:18:26.3092560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/jupyter.py 2025-09-07T06:18:26.3093760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/color_triplet.py 2025-09-07T06:18:26.3094690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1.conda 2025-09-07T06:18:26.3095350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1.conda 2025-09-07T06:18:26.3096090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0.conda 2025-09-07T06:18:26.3097070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0.conda 2025-09-07T06:18:26.3097810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/bin/xmllint 2025-09-07T06:18:26.3098700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/bin/xml2-config 2025-09-07T06:18:26.3099510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/bin/xmlcatalog 2025-09-07T06:18:26.3100550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/chvalid.h 2025-09-07T06:18:26.3101630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/parserInternals.h 2025-09-07T06:18:26.3102530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xpointer.h 2025-09-07T06:18:26.3103520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/debugXML.h 2025-09-07T06:18:26.3104640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/schematron.h 2025-09-07T06:18:26.3105480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/uri.h 2025-09-07T06:18:26.3106610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/parser.h 2025-09-07T06:18:26.3107730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/encoding.h 2025-09-07T06:18:26.3108750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/tree.h 2025-09-07T06:18:26.3109820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/threads.h 2025-09-07T06:18:26.3111190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xmlversion.h 2025-09-07T06:18:26.3112160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/globals.h 2025-09-07T06:18:26.3113260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/catalog.h 2025-09-07T06:18:26.3114230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/pattern.h 2025-09-07T06:18:26.3115290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xmlreader.h 2025-09-07T06:18:26.3116300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/HTMLtree.h 2025-09-07T06:18:26.3117270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/SAX2.h 2025-09-07T06:18:26.3118280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xmlexports.h 2025-09-07T06:18:26.3119210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xlink.h 2025-09-07T06:18:26.3120370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/SAX.h 2025-09-07T06:18:26.3121360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/entities.h 2025-09-07T06:18:26.3122620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xmlregexp.h 2025-09-07T06:18:26.3123660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/list.h 2025-09-07T06:18:26.3124580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xinclude.h 2025-09-07T06:18:26.3125590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xmlerror.h 2025-09-07T06:18:26.3126860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/schemasInternals.h 2025-09-07T06:18:26.3127960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/dict.h 2025-09-07T06:18:26.3129190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xmlIO.h 2025-09-07T06:18:26.3130410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/HTMLparser.h 2025-09-07T06:18:26.3131490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xmlautomata.h 2025-09-07T06:18:26.3132560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xmlsave.h 2025-09-07T06:18:26.3133570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xmlstring.h 2025-09-07T06:18:26.3134810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xpath.h 2025-09-07T06:18:26.3135790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/valid.h 2025-09-07T06:18:26.3136930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xmlschemastypes.h 2025-09-07T06:18:26.3137990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/c14n.h 2025-09-07T06:18:26.3139060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xmlmodule.h 2025-09-07T06:18:26.3140050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/relaxng.h 2025-09-07T06:18:26.3140830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/nanohttp.h 2025-09-07T06:18:26.3141770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xmlunicode.h 2025-09-07T06:18:26.3142530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xmlwriter.h 2025-09-07T06:18:26.3143340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xmlmemory.h 2025-09-07T06:18:26.3144220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xpathInternals.h 2025-09-07T06:18:26.3144990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/nanoftp.h 2025-09-07T06:18:26.3145750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/hash.h 2025-09-07T06:18:26.3146570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xmlschemas.h 2025-09-07T06:18:26.3147300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/repodata_record.json 2025-09-07T06:18:26.3147980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/test/run_test.sh 2025-09-07T06:18:26.3148660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/test/test.xml 2025-09-07T06:18:26.3149480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/licenses/Copyright 2025-09-07T06:18:26.3150870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/recipe/0002-Make-and-install-a-pkg-config-file-on-Windows.patch 2025-09-07T06:18:26.3151220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/recipe/bld.bat 2025-09-07T06:18:26.3151910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/recipe/test.xml 2025-09-07T06:18:26.3152680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/recipe/build.sh 2025-09-07T06:18:26.3153540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.3154170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/recipe/meta.yaml 2025-09-07T06:18:26.3155010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.3155720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/run_exports.json 2025-09-07T06:18:26.3156400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/paths.json 2025-09-07T06:18:26.3157210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/hash_input.json 2025-09-07T06:18:26.3158010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/files 2025-09-07T06:18:26.3158830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/about.json 2025-09-07T06:18:26.3159720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/has_prefix 2025-09-07T06:18:26.3160550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/index.json 2025-09-07T06:18:26.3161500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/git 2025-09-07T06:18:26.3162390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/lib/libxml2.2.dylib 2025-09-07T06:18:26.3163410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/lib/pkgconfig/libxml-2.0.pc 2025-09-07T06:18:26.3164540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/lib/cmake/libxml2/libxml2-config.cmake 2025-09-07T06:18:26.3165240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/lib/libxml2.dylib 2025-09-07T06:18:26.3166170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/share/aclocal/libxml.m4 2025-09-07T06:18:26.3167100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0.conda 2025-09-07T06:18:26.3167830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmpdec-4.0.0-h80987f9_0.conda 2025-09-07T06:18:26.3168550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0.conda 2025-09-07T06:18:26.3169870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer/md.py 2025-09-07T06:18:26.3171180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer/version.py 2025-09-07T06:18:26.3172320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer/legacy.py 2025-09-07T06:18:26.3173480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer/models.py 2025-09-07T06:18:26.3174850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer/__init__.py 2025-09-07T06:18:26.3176100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer/cli/__init__.py 2025-09-07T06:18:26.3177370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer/cli/__main__.py 2025-09-07T06:18:26.3178500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer/api.py 2025-09-07T06:18:26.3179750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer/utils.py 2025-09-07T06:18:26.3180950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer/py.typed 2025-09-07T06:18:26.3182240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer/constant.py 2025-09-07T06:18:26.3183810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer/__main__.py 2025-09-07T06:18:26.3184840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer/cd.py 2025-09-07T06:18:26.3186310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer-3.3.2.dist-info/RECORD 2025-09-07T06:18:26.3187850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer-3.3.2.dist-info/LICENSE 2025-09-07T06:18:26.3189420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer-3.3.2.dist-info/direct_url.json 2025-09-07T06:18:26.3190890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer-3.3.2.dist-info/WHEEL 2025-09-07T06:18:26.3192590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer-3.3.2.dist-info/entry_points.txt 2025-09-07T06:18:26.3194080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer-3.3.2.dist-info/top_level.txt 2025-09-07T06:18:26.3195400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer-3.3.2.dist-info/REQUESTED 2025-09-07T06:18:26.3196750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer-3.3.2.dist-info/INSTALLER 2025-09-07T06:18:26.3198220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer-3.3.2.dist-info/METADATA 2025-09-07T06:18:26.3199150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/info/repodata_record.json 2025-09-07T06:18:26.3200200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/info/test/run_test.sh 2025-09-07T06:18:26.3201280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/info/test/run_test.py 2025-09-07T06:18:26.3202740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.3203800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/info/test/run_test.bat 2025-09-07T06:18:26.3204980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/info/licenses/LICENSE 2025-09-07T06:18:26.3206190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.3207190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/info/recipe/meta.yaml 2025-09-07T06:18:26.3208490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.3209320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/info/paths.json 2025-09-07T06:18:26.3210390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/info/hash_input.json 2025-09-07T06:18:26.3211310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/info/files 2025-09-07T06:18:26.3212390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/info/about.json 2025-09-07T06:18:26.3213400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/info/link.json 2025-09-07T06:18:26.3214260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/info/index.json 2025-09-07T06:18:26.3215210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/info/git 2025-09-07T06:18:26.3216050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0.conda 2025-09-07T06:18:26.3217120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:26.3218080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:26.3219250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/info/test/tests/__init__.py 2025-09-07T06:18:26.3220410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/info/test/tests/test_recipes.py 2025-09-07T06:18:26.3221780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/info/test/tests/test_more.py 2025-09-07T06:18:26.3222730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:26.3223790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.3224760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/info/licenses/LICENSE 2025-09-07T06:18:26.3225830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.3226710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:26.3227740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.3228580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/info/paths.json 2025-09-07T06:18:26.3229560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:26.3230520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/info/files 2025-09-07T06:18:26.3231460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/info/about.json 2025-09-07T06:18:26.3232460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/info/index.json 2025-09-07T06:18:26.3233420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/info/git 2025-09-07T06:18:26.3234960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/lib/python3.13/site-packages/more_itertools/__init__.pyi 2025-09-07T06:18:26.3236460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/lib/python3.13/site-packages/more_itertools/more.pyi 2025-09-07T06:18:26.3237960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/lib/python3.13/site-packages/more_itertools/__init__.py 2025-09-07T06:18:26.3239610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/lib/python3.13/site-packages/more_itertools/__pycache__/more.cpython-313.pyc 2025-09-07T06:18:26.3241300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/lib/python3.13/site-packages/more_itertools/__pycache__/recipes.cpython-313.pyc 2025-09-07T06:18:26.3242920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/lib/python3.13/site-packages/more_itertools/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.3244150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/lib/python3.13/site-packages/more_itertools/more.py 2025-09-07T06:18:26.3245570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/lib/python3.13/site-packages/more_itertools/recipes.py 2025-09-07T06:18:26.3247120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/lib/python3.13/site-packages/more_itertools/py.typed 2025-09-07T06:18:26.3248660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/lib/python3.13/site-packages/more_itertools/recipes.pyi 2025-09-07T06:18:26.3250220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/lib/python3.13/site-packages/more_itertools-10.3.0.dist-info/RECORD 2025-09-07T06:18:26.3251860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/lib/python3.13/site-packages/more_itertools-10.3.0.dist-info/LICENSE 2025-09-07T06:18:26.3253390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/lib/python3.13/site-packages/more_itertools-10.3.0.dist-info/direct_url.json 2025-09-07T06:18:26.3254900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/lib/python3.13/site-packages/more_itertools-10.3.0.dist-info/WHEEL 2025-09-07T06:18:26.3256440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/lib/python3.13/site-packages/more_itertools-10.3.0.dist-info/REQUESTED 2025-09-07T06:18:26.3258020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/lib/python3.13/site-packages/more_itertools-10.3.0.dist-info/INSTALLER 2025-09-07T06:18:26.3259660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/lib/python3.13/site-packages/more_itertools-10.3.0.dist-info/METADATA 2025-09-07T06:18:26.3260520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:26.3261500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:26.3262570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/pyproject.toml 2025-09-07T06:18:26.3263700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/test_utils.py 2025-09-07T06:18:26.3264700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/conftest.py 2025-09-07T06:18:26.3265820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/test_structures.py 2025-09-07T06:18:26.3266850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/test_packages.py 2025-09-07T06:18:26.3267940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/testserver/server.py 2025-09-07T06:18:26.3269050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/testserver/__init__.py 2025-09-07T06:18:26.3270010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/test_testserver.py 2025-09-07T06:18:26.3271030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/compat.py 2025-09-07T06:18:26.3271990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/__init__.py 2025-09-07T06:18:26.3273060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/test_hooks.py 2025-09-07T06:18:26.3274210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/valid/ca/ca.cnf 2025-09-07T06:18:26.3275540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/valid/ca/ca-private.key 2025-09-07T06:18:26.3276630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/valid/ca/Makefile 2025-09-07T06:18:26.3277700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/valid/ca/ca.crt 2025-09-07T06:18:26.3278980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/valid/ca/ca.srl 2025-09-07T06:18:26.3280280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/valid/server/server.key 2025-09-07T06:18:26.3281560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/valid/server/Makefile 2025-09-07T06:18:26.3282700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/valid/server/server.pem 2025-09-07T06:18:26.3283780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/valid/server/server.csr 2025-09-07T06:18:26.3284980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/valid/server/cert.cnf 2025-09-07T06:18:26.3286040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/mtls/Makefile 2025-09-07T06:18:26.3287290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/mtls/README.md 2025-09-07T06:18:26.3288570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/mtls/client/Makefile 2025-09-07T06:18:26.3289730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/mtls/client/ca/ca.cnf 2025-09-07T06:18:26.3290970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/mtls/client/ca/ca-private.key 2025-09-07T06:18:26.3292260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/mtls/client/ca/Makefile 2025-09-07T06:18:26.3293420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/mtls/client/ca/ca.crt 2025-09-07T06:18:26.3294680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/mtls/client/ca/ca.srl 2025-09-07T06:18:26.3295910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/mtls/client/client.pem 2025-09-07T06:18:26.3297160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/mtls/client/client.csr 2025-09-07T06:18:26.3298510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/mtls/client/cert.cnf 2025-09-07T06:18:26.3299860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/mtls/client/client.key 2025-09-07T06:18:26.3300800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/README.md 2025-09-07T06:18:26.3302170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/expired/Makefile 2025-09-07T06:18:26.3303130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/expired/ca/ca.cnf 2025-09-07T06:18:26.3304060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/expired/ca/ca-private.key 2025-09-07T06:18:26.3304910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/expired/ca/Makefile 2025-09-07T06:18:26.3305790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/expired/ca/ca.crt 2025-09-07T06:18:26.3306710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/expired/ca/ca.srl 2025-09-07T06:18:26.3307670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/expired/server/server.key 2025-09-07T06:18:26.3308620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/expired/server/Makefile 2025-09-07T06:18:26.3309770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/expired/server/server.pem 2025-09-07T06:18:26.3310740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/expired/server/server.csr 2025-09-07T06:18:26.3311670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/expired/server/cert.cnf 2025-09-07T06:18:26.3312570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/expired/README.md 2025-09-07T06:18:26.3313350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/test_requests.py 2025-09-07T06:18:26.3314100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/utils.py 2025-09-07T06:18:26.3314980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/test_adapters.py 2025-09-07T06:18:26.3316070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/test_help.py 2025-09-07T06:18:26.3317310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/test_lowlevel.py 2025-09-07T06:18:26.3318270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:26.3319670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.3320830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/licenses/LICENSE 2025-09-07T06:18:26.3321990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.3322900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:26.3323870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.3324960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/paths.json 2025-09-07T06:18:26.3326200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:26.3326960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/files 2025-09-07T06:18:26.3327820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/about.json 2025-09-07T06:18:26.3328700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/index.json 2025-09-07T06:18:26.3329470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/git 2025-09-07T06:18:26.3330980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests-2.32.4.dist-info/RECORD 2025-09-07T06:18:26.3332500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests-2.32.4.dist-info/licenses/LICENSE 2025-09-07T06:18:26.3334090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests-2.32.4.dist-info/direct_url.json 2025-09-07T06:18:26.3335660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests-2.32.4.dist-info/WHEEL 2025-09-07T06:18:26.3336940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests-2.32.4.dist-info/top_level.txt 2025-09-07T06:18:26.3338270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests-2.32.4.dist-info/REQUESTED 2025-09-07T06:18:26.3339680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests-2.32.4.dist-info/INSTALLER 2025-09-07T06:18:26.3341000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests-2.32.4.dist-info/METADATA 2025-09-07T06:18:26.3342150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/cookies.py 2025-09-07T06:18:26.3343460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/auth.py 2025-09-07T06:18:26.3344760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/sessions.py 2025-09-07T06:18:26.3346010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/hooks.py 2025-09-07T06:18:26.3347350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/compat.py 2025-09-07T06:18:26.3348530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/models.py 2025-09-07T06:18:26.3349640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/certs.py 2025-09-07T06:18:26.3350950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__init__.py 2025-09-07T06:18:26.3352370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/status_codes.py 2025-09-07T06:18:26.3357970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/packages.py 2025-09-07T06:18:26.3358270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__version__.py 2025-09-07T06:18:26.3358580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__pycache__/__version__.cpython-313.pyc 2025-09-07T06:18:26.3358870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__pycache__/api.cpython-313.pyc 2025-09-07T06:18:26.3359700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__pycache__/adapters.cpython-313.pyc 2025-09-07T06:18:26.3361400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__pycache__/_internal_utils.cpython-313.pyc 2025-09-07T06:18:26.3363080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__pycache__/compat.cpython-313.pyc 2025-09-07T06:18:26.3364680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__pycache__/sessions.cpython-313.pyc 2025-09-07T06:18:26.3366240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__pycache__/hooks.cpython-313.pyc 2025-09-07T06:18:26.3367710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:26.3369310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__pycache__/status_codes.cpython-313.pyc 2025-09-07T06:18:26.3370870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__pycache__/cookies.cpython-313.pyc 2025-09-07T06:18:26.3372370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__pycache__/exceptions.cpython-313.pyc 2025-09-07T06:18:26.3374230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__pycache__/models.cpython-313.pyc 2025-09-07T06:18:26.3375540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__pycache__/help.cpython-313.pyc 2025-09-07T06:18:26.3376920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__pycache__/packages.cpython-313.pyc 2025-09-07T06:18:26.3378440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__pycache__/auth.cpython-313.pyc 2025-09-07T06:18:26.3379900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__pycache__/certs.cpython-313.pyc 2025-09-07T06:18:26.3381380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.3382830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__pycache__/structures.cpython-313.pyc 2025-09-07T06:18:26.3383830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/api.py 2025-09-07T06:18:26.3385410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/_internal_utils.py 2025-09-07T06:18:26.3386660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/utils.py 2025-09-07T06:18:26.3387790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/exceptions.py 2025-09-07T06:18:26.3389080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/structures.py 2025-09-07T06:18:26.3390220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/help.py 2025-09-07T06:18:26.3391560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/adapters.py 2025-09-07T06:18:26.3392290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0.conda 2025-09-07T06:18:26.3393050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0.conda 2025-09-07T06:18:26.3394200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/bin/.conda-anaconda-tos-pre-unlink.sh 2025-09-07T06:18:26.3395280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/info/repodata_record.json 2025-09-07T06:18:26.3396410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/info/test/run_test.sh 2025-09-07T06:18:26.3397680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/info/test/run_test.py 2025-09-07T06:18:26.3398950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/info/test/test_time_dependencies.json 2025-09-07T06:18:26.3400090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/info/licenses/LICENSE 2025-09-07T06:18:26.3401040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/info/paths.json 2025-09-07T06:18:26.3402070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/info/hash_input.json 2025-09-07T06:18:26.3403010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/info/files 2025-09-07T06:18:26.3404110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/info/about.json 2025-09-07T06:18:26.3405220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/info/index.json 2025-09-07T06:18:26.3406060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/info/git 2025-09-07T06:18:26.3407620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/lib/python3.13/site-packages/conda_anaconda_tos/models.py 2025-09-07T06:18:26.3409380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/lib/python3.13/site-packages/conda_anaconda_tos/_version.py 2025-09-07T06:18:26.3410730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/lib/python3.13/site-packages/conda_anaconda_tos/remote.py 2025-09-07T06:18:26.3412200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/lib/python3.13/site-packages/conda_anaconda_tos/local.py 2025-09-07T06:18:26.3413570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/lib/python3.13/site-packages/conda_anaconda_tos/__init__.py 2025-09-07T06:18:26.3415460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/lib/python3.13/site-packages/conda_anaconda_tos/__pycache__/api.cpython-313.pyc 2025-09-07T06:18:26.3417050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/lib/python3.13/site-packages/conda_anaconda_tos/__pycache__/local.cpython-313.pyc 2025-09-07T06:18:26.3418600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/lib/python3.13/site-packages/conda_anaconda_tos/__pycache__/plugin.cpython-313.pyc 2025-09-07T06:18:26.3420240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/lib/python3.13/site-packages/conda_anaconda_tos/__pycache__/path.cpython-313.pyc 2025-09-07T06:18:26.3421940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/lib/python3.13/site-packages/conda_anaconda_tos/__pycache__/exceptions.cpython-313.pyc 2025-09-07T06:18:26.3423590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/lib/python3.13/site-packages/conda_anaconda_tos/__pycache__/_version.cpython-313.pyc 2025-09-07T06:18:26.3425360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/lib/python3.13/site-packages/conda_anaconda_tos/__pycache__/models.cpython-313.pyc 2025-09-07T06:18:26.3427090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/lib/python3.13/site-packages/conda_anaconda_tos/__pycache__/remote.cpython-313.pyc 2025-09-07T06:18:26.3428610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/lib/python3.13/site-packages/conda_anaconda_tos/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.3429960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/lib/python3.13/site-packages/conda_anaconda_tos/api.py 2025-09-07T06:18:26.3431420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/lib/python3.13/site-packages/conda_anaconda_tos/plugin.py 2025-09-07T06:18:26.3433050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/lib/python3.13/site-packages/conda_anaconda_tos/py.typed 2025-09-07T06:18:26.3434390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/lib/python3.13/site-packages/conda_anaconda_tos/exceptions.py 2025-09-07T06:18:26.3435880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/lib/python3.13/site-packages/conda_anaconda_tos/path.py 2025-09-07T06:18:26.3437470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/lib/python3.13/site-packages/conda_anaconda_tos/console/render.py 2025-09-07T06:18:26.3439070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/lib/python3.13/site-packages/conda_anaconda_tos/console/__init__.py 2025-09-07T06:18:26.3440920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/lib/python3.13/site-packages/conda_anaconda_tos/console/__pycache__/prompt.cpython-313.pyc 2025-09-07T06:18:26.3442780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/lib/python3.13/site-packages/conda_anaconda_tos/console/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.3444500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/lib/python3.13/site-packages/conda_anaconda_tos/console/__pycache__/mappers.cpython-313.pyc 2025-09-07T06:18:26.3446180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/lib/python3.13/site-packages/conda_anaconda_tos/console/__pycache__/render.cpython-313.pyc 2025-09-07T06:18:26.3447630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/lib/python3.13/site-packages/conda_anaconda_tos/console/mappers.py 2025-09-07T06:18:26.3449230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/lib/python3.13/site-packages/conda_anaconda_tos/console/prompt.py 2025-09-07T06:18:26.3450640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/lib/python3.13/site-packages/conda_anaconda_tos-0.2.2.dist-info/RECORD 2025-09-07T06:18:26.3452380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/lib/python3.13/site-packages/conda_anaconda_tos-0.2.2.dist-info/licenses/LICENSE 2025-09-07T06:18:26.3454030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/lib/python3.13/site-packages/conda_anaconda_tos-0.2.2.dist-info/direct_url.json 2025-09-07T06:18:26.3455450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/lib/python3.13/site-packages/conda_anaconda_tos-0.2.2.dist-info/WHEEL 2025-09-07T06:18:26.3457020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/lib/python3.13/site-packages/conda_anaconda_tos-0.2.2.dist-info/entry_points.txt 2025-09-07T06:18:26.3458680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/lib/python3.13/site-packages/conda_anaconda_tos-0.2.2.dist-info/REQUESTED 2025-09-07T06:18:26.3460440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/lib/python3.13/site-packages/conda_anaconda_tos-0.2.2.dist-info/INSTALLER 2025-09-07T06:18:26.3462040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/lib/python3.13/site-packages/conda_anaconda_tos-0.2.2.dist-info/METADATA 2025-09-07T06:18:26.3462600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0.conda 2025-09-07T06:18:26.3463310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0.conda 2025-09-07T06:18:26.3464310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/bin/conda-token 2025-09-07T06:18:26.3465380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:26.3466240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:26.3467080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/info/test/pyproject.toml 2025-09-07T06:18:26.3467860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:26.3468810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.3469540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/info/licenses/LICENSE 2025-09-07T06:18:26.3470440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/info/recipe/parent/meta.yaml 2025-09-07T06:18:26.3471290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.3472050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:26.3472760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/info/paths.json 2025-09-07T06:18:26.3473590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:26.3474270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/info/files 2025-09-07T06:18:26.3475050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/info/about.json 2025-09-07T06:18:26.3475840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/info/has_prefix 2025-09-07T06:18:26.3476600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/info/index.json 2025-09-07T06:18:26.3477290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/info/git 2025-09-07T06:18:26.3478640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth-0.8.6.dist-info/RECORD 2025-09-07T06:18:26.3479800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth-0.8.6.dist-info/licenses/LICENSE 2025-09-07T06:18:26.3481380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth-0.8.6.dist-info/direct_url.json 2025-09-07T06:18:26.3482800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth-0.8.6.dist-info/WHEEL 2025-09-07T06:18:26.3484440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth-0.8.6.dist-info/entry_points.txt 2025-09-07T06:18:26.3486060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth-0.8.6.dist-info/REQUESTED 2025-09-07T06:18:26.3487500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth-0.8.6.dist-info/INSTALLER 2025-09-07T06:18:26.3489000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth-0.8.6.dist-info/METADATA 2025-09-07T06:18:26.3490250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/token.py 2025-09-07T06:18:26.3491590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/config.py 2025-09-07T06:18:26.3492990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/_version.py 2025-09-07T06:18:26.3494240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/client.py 2025-09-07T06:18:26.3495690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/_conda/plugins.py 2025-09-07T06:18:26.3497230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/_conda/auth_handler.py 2025-09-07T06:18:26.3498550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/_conda/condarc.py 2025-09-07T06:18:26.3499950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/_conda/conda_token.py 2025-09-07T06:18:26.3501220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/_conda/__init__.py 2025-09-07T06:18:26.3502560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/_conda/entrypoint.py 2025-09-07T06:18:26.3504240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/_conda/__pycache__/plugins.cpython-313.pyc 2025-09-07T06:18:26.3505850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/_conda/__pycache__/repo_config.cpython-313.pyc 2025-09-07T06:18:26.3507590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/_conda/__pycache__/condarc.cpython-313.pyc 2025-09-07T06:18:26.3509300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/_conda/__pycache__/auth_handler.cpython-313.pyc 2025-09-07T06:18:26.3511070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/_conda/__pycache__/conda_token.cpython-313.pyc 2025-09-07T06:18:26.3512780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/_conda/__pycache__/entrypoint.cpython-313.pyc 2025-09-07T06:18:26.3514480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/_conda/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.3516010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/_conda/repo_config.py 2025-09-07T06:18:26.3517370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/handlers.py 2025-09-07T06:18:26.3518570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/actions.py 2025-09-07T06:18:26.3520080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/__init__.py 2025-09-07T06:18:26.3521550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/__pycache__/config.cpython-313.pyc 2025-09-07T06:18:26.3523360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/__pycache__/handlers.cpython-313.pyc 2025-09-07T06:18:26.3525040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/__pycache__/actions.cpython-313.pyc 2025-09-07T06:18:26.3526540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/__pycache__/token.cpython-313.pyc 2025-09-07T06:18:26.3528250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/__pycache__/client.cpython-313.pyc 2025-09-07T06:18:26.3530010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/__pycache__/exceptions.cpython-313.pyc 2025-09-07T06:18:26.3531500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/__pycache__/_version.cpython-313.pyc 2025-09-07T06:18:26.3533010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/__pycache__/cli.cpython-313.pyc 2025-09-07T06:18:26.3534580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/__pycache__/panel.cpython-313.pyc 2025-09-07T06:18:26.3536440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/__pycache__/repo.cpython-313.pyc 2025-09-07T06:18:26.3537940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:26.3539580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.3540790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/cli.py 2025-09-07T06:18:26.3542110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/repo.py 2025-09-07T06:18:26.3543270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/py.typed 2025-09-07T06:18:26.3544590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/exceptions.py 2025-09-07T06:18:26.3545930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/panel.py 2025-09-07T06:18:26.3547400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/__main__.py 2025-09-07T06:18:26.3548670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cloud_auth/token.py 2025-09-07T06:18:26.3549950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cloud_auth/config.py 2025-09-07T06:18:26.3551480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cloud_auth/client.py 2025-09-07T06:18:26.3552890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cloud_auth/handlers.py 2025-09-07T06:18:26.3554160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cloud_auth/actions.py 2025-09-07T06:18:26.3555580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cloud_auth/__init__.py 2025-09-07T06:18:26.3557260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cloud_auth/__pycache__/config.cpython-313.pyc 2025-09-07T06:18:26.3558790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cloud_auth/__pycache__/handlers.cpython-313.pyc 2025-09-07T06:18:26.3560370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cloud_auth/__pycache__/actions.cpython-313.pyc 2025-09-07T06:18:26.3561840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cloud_auth/__pycache__/token.cpython-313.pyc 2025-09-07T06:18:26.3563500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cloud_auth/__pycache__/client.cpython-313.pyc 2025-09-07T06:18:26.3565150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cloud_auth/__pycache__/exceptions.cpython-313.pyc 2025-09-07T06:18:26.3566980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cloud_auth/__pycache__/cli.cpython-313.pyc 2025-09-07T06:18:26.3568750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cloud_auth/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.3570060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cloud_auth/cli.py 2025-09-07T06:18:26.3571540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cloud_auth/py.typed 2025-09-07T06:18:26.3573180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cloud_auth/exceptions.py 2025-09-07T06:18:26.3573950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:26.3574770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:26.3575660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/info/licenses/LICENSE 2025-09-07T06:18:26.3576750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.3577610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:26.3578760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.3579650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/info/paths.json 2025-09-07T06:18:26.3580730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:26.3581590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/info/files 2025-09-07T06:18:26.3582550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/info/about.json 2025-09-07T06:18:26.3583430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/info/index.json 2025-09-07T06:18:26.3584200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/info/git 2025-09-07T06:18:26.3585590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/lib/python3.13/site-packages/mdurl/_decode.py 2025-09-07T06:18:26.3586830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/lib/python3.13/site-packages/mdurl/_url.py 2025-09-07T06:18:26.3588080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/lib/python3.13/site-packages/mdurl/__init__.py 2025-09-07T06:18:26.3589630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/lib/python3.13/site-packages/mdurl/__pycache__/_decode.cpython-313.pyc 2025-09-07T06:18:26.3591010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/lib/python3.13/site-packages/mdurl/__pycache__/_encode.cpython-313.pyc 2025-09-07T06:18:26.3592610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/lib/python3.13/site-packages/mdurl/__pycache__/_format.cpython-313.pyc 2025-09-07T06:18:26.3594030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/lib/python3.13/site-packages/mdurl/__pycache__/_url.cpython-313.pyc 2025-09-07T06:18:26.3595480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/lib/python3.13/site-packages/mdurl/__pycache__/_parse.cpython-313.pyc 2025-09-07T06:18:26.3596910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/lib/python3.13/site-packages/mdurl/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.3598060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/lib/python3.13/site-packages/mdurl/_format.py 2025-09-07T06:18:26.3599320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/lib/python3.13/site-packages/mdurl/_parse.py 2025-09-07T06:18:26.3600650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/lib/python3.13/site-packages/mdurl/py.typed 2025-09-07T06:18:26.3601800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/lib/python3.13/site-packages/mdurl/_encode.py 2025-09-07T06:18:26.3603140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/lib/python3.13/site-packages/mdurl-0.1.0.dist-info/RECORD 2025-09-07T06:18:26.3604280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/lib/python3.13/site-packages/mdurl-0.1.0.dist-info/LICENSE 2025-09-07T06:18:26.3605650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/lib/python3.13/site-packages/mdurl-0.1.0.dist-info/direct_url.json 2025-09-07T06:18:26.3606820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/lib/python3.13/site-packages/mdurl-0.1.0.dist-info/WHEEL 2025-09-07T06:18:26.3608380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/lib/python3.13/site-packages/mdurl-0.1.0.dist-info/REQUESTED 2025-09-07T06:18:26.3609670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/lib/python3.13/site-packages/mdurl-0.1.0.dist-info/INSTALLER 2025-09-07T06:18:26.3611000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/lib/python3.13/site-packages/mdurl-0.1.0.dist-info/METADATA 2025-09-07T06:18:26.3611690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/include/fmt/ostream.h 2025-09-07T06:18:26.3612590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/include/fmt/format-inl.h 2025-09-07T06:18:26.3613340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/include/fmt/ranges.h 2025-09-07T06:18:26.3614260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/include/fmt/xchar.h 2025-09-07T06:18:26.3615140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/include/fmt/core.h 2025-09-07T06:18:26.3616030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/include/fmt/chrono.h 2025-09-07T06:18:26.3616950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/include/fmt/os.h 2025-09-07T06:18:26.3617910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/include/fmt/color.h 2025-09-07T06:18:26.3618680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/include/fmt/args.h 2025-09-07T06:18:26.3619460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/include/fmt/printf.h 2025-09-07T06:18:26.3620440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/include/fmt/compile.h 2025-09-07T06:18:26.3621300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/include/fmt/format.h 2025-09-07T06:18:26.3622150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/include/fmt/std.h 2025-09-07T06:18:26.3623010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/info/repodata_record.json 2025-09-07T06:18:26.3623820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/info/test/run_test.sh 2025-09-07T06:18:26.3624760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/info/licenses/LICENSE.rst 2025-09-07T06:18:26.3625860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/info/recipe/bld.bat 2025-09-07T06:18:26.3626520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/info/recipe/build.sh 2025-09-07T06:18:26.3627630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.3628360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/info/recipe/meta.yaml 2025-09-07T06:18:26.3629140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/info/recipe/meta.yaml.template 2025-09-07T06:18:26.3629770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/info/run_exports.json 2025-09-07T06:18:26.3630420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/info/paths.json 2025-09-07T06:18:26.3631070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/info/hash_input.json 2025-09-07T06:18:26.3631630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/info/files 2025-09-07T06:18:26.3632260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/info/about.json 2025-09-07T06:18:26.3632890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/info/has_prefix 2025-09-07T06:18:26.3633500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/info/index.json 2025-09-07T06:18:26.3634060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/info/git 2025-09-07T06:18:26.3634780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/lib/pkgconfig/fmt.pc 2025-09-07T06:18:26.3635660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/lib/cmake/fmt/fmt-targets-release.cmake 2025-09-07T06:18:26.3636370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/lib/cmake/fmt/fmt-config.cmake 2025-09-07T06:18:26.3637230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/lib/cmake/fmt/fmt-config-version.cmake 2025-09-07T06:18:26.3637950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/lib/cmake/fmt/fmt-targets.cmake 2025-09-07T06:18:26.3638530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/lib/libfmt.dylib 2025-09-07T06:18:26.3639170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/lib/libfmt.9.dylib 2025-09-07T06:18:26.3639890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/lib/libfmt.9.1.0.dylib 2025-09-07T06:18:26.3640490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/bin/iconv 2025-09-07T06:18:26.3641200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/include/libcharset.h 2025-09-07T06:18:26.3641900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/include/localcharset.h 2025-09-07T06:18:26.3642640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/include/iconv.h 2025-09-07T06:18:26.3643300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/repodata_record.json 2025-09-07T06:18:26.3644030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/test/run_test.sh 2025-09-07T06:18:26.3645000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/licenses/COPYING.LIB 2025-09-07T06:18:26.3645860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/licenses/COPYING 2025-09-07T06:18:26.3646880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/recipe/configure.cmake.patch 2025-09-07T06:18:26.3647830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/recipe/libtool-reloc 2025-09-07T06:18:26.3648780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/recipe/config.h.patch 2025-09-07T06:18:26.3649660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/recipe/glibc.patch 2025-09-07T06:18:26.3650600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/recipe/bld.bat 2025-09-07T06:18:26.3651540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/recipe/build.sh 2025-09-07T06:18:26.3652600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.3653760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/recipe/CMakeLists.txt.patch 2025-09-07T06:18:26.3654830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/recipe/meta.yaml 2025-09-07T06:18:26.3655820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/recipe/meta.yaml.template 2025-09-07T06:18:26.3656610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/run_exports.json 2025-09-07T06:18:26.3657350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/paths.json 2025-09-07T06:18:26.3658180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/hash_input.json 2025-09-07T06:18:26.3658910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/files 2025-09-07T06:18:26.3659700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/about.json 2025-09-07T06:18:26.3660610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/index.json 2025-09-07T06:18:26.3661420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/git 2025-09-07T06:18:26.3662280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/lib/libcharset.a 2025-09-07T06:18:26.3663190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/lib/libcharset.1.dylib 2025-09-07T06:18:26.3664070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/lib/libiconv.2.dylib 2025-09-07T06:18:26.3664880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/lib/libiconv.dylib 2025-09-07T06:18:26.3665780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/lib/libcharset.dylib 2025-09-07T06:18:26.3666640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/lib/libiconv.a 2025-09-07T06:18:26.3667580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/share/man/man3/iconv.3 2025-09-07T06:18:26.3668600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/share/man/man3/iconv_close.3 2025-09-07T06:18:26.3669590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/share/man/man3/iconv_open_into.3 2025-09-07T06:18:26.3670600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/share/man/man3/iconv_open.3 2025-09-07T06:18:26.3671460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/share/man/man3/iconvctl.3 2025-09-07T06:18:26.3672330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/share/man/man1/iconv.1 2025-09-07T06:18:26.3673420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/share/doc/iconv_close.3.html 2025-09-07T06:18:26.3674190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/share/doc/iconv.3.html 2025-09-07T06:18:26.3675150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/share/doc/iconvctl.3.html 2025-09-07T06:18:26.3676080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/share/doc/iconv_open_into.3.html 2025-09-07T06:18:26.3676990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/share/doc/iconv_open.3.html 2025-09-07T06:18:26.3677930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/share/doc/iconv.1.html 2025-09-07T06:18:26.3678890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100.conda 2025-09-07T06:18:26.3679800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/bin/jsondiff 2025-09-07T06:18:26.3680750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/bin/jsonpatch 2025-09-07T06:18:26.3681820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/info/repodata_record.json 2025-09-07T06:18:26.3682660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/info/test/run_test.sh 2025-09-07T06:18:26.3683570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/info/test/tests.js 2025-09-07T06:18:26.3684600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/info/test/run_test.py 2025-09-07T06:18:26.3685730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/info/test/test_time_dependencies.json 2025-09-07T06:18:26.3686660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/info/test/tests.py 2025-09-07T06:18:26.3687510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/info/licenses/LICENSE 2025-09-07T06:18:26.3688560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.3689500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/info/recipe/meta.yaml 2025-09-07T06:18:26.3690610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/info/recipe/meta.yaml.template 2025-09-07T06:18:26.3691390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/info/paths.json 2025-09-07T06:18:26.3692490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/info/hash_input.json 2025-09-07T06:18:26.3693370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/info/files 2025-09-07T06:18:26.3694340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/info/about.json 2025-09-07T06:18:26.3695340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/info/has_prefix 2025-09-07T06:18:26.3696170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/info/index.json 2025-09-07T06:18:26.3696920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/info/git 2025-09-07T06:18:26.3698260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/lib/python3.13/site-packages/jsonpatch.py 2025-09-07T06:18:26.3699560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/lib/python3.13/site-packages/jsonpatch-1.33.dist-info/RECORD 2025-09-07T06:18:26.3700840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/lib/python3.13/site-packages/jsonpatch-1.33.dist-info/LICENSE 2025-09-07T06:18:26.3702270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/lib/python3.13/site-packages/jsonpatch-1.33.dist-info/AUTHORS 2025-09-07T06:18:26.3703700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/lib/python3.13/site-packages/jsonpatch-1.33.dist-info/direct_url.json 2025-09-07T06:18:26.3705080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/lib/python3.13/site-packages/jsonpatch-1.33.dist-info/WHEEL 2025-09-07T06:18:26.3706400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/lib/python3.13/site-packages/jsonpatch-1.33.dist-info/top_level.txt 2025-09-07T06:18:26.3707710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/lib/python3.13/site-packages/jsonpatch-1.33.dist-info/REQUESTED 2025-09-07T06:18:26.3709140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/lib/python3.13/site-packages/jsonpatch-1.33.dist-info/INSTALLER 2025-09-07T06:18:26.3710440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/lib/python3.13/site-packages/jsonpatch-1.33.dist-info/METADATA 2025-09-07T06:18:26.3711740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/lib/python3.13/site-packages/__pycache__/jsonpatch.cpython-313.pyc 2025-09-07T06:18:26.3712390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1.conda 2025-09-07T06:18:26.3713240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0.conda 2025-09-07T06:18:26.3714060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/include/ev++.h 2025-09-07T06:18:26.3714870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/include/ev.h 2025-09-07T06:18:26.3715740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/info/repodata_record.json 2025-09-07T06:18:26.3716630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/info/licenses/LICENSE 2025-09-07T06:18:26.3717550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/info/recipe/install.sh 2025-09-07T06:18:26.3718410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/info/recipe/build.sh 2025-09-07T06:18:26.3719450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.3720350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/info/recipe/meta.yaml 2025-09-07T06:18:26.3721360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/info/recipe/meta.yaml.template 2025-09-07T06:18:26.3722180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/info/run_exports.json 2025-09-07T06:18:26.3723220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/info/paths.json 2025-09-07T06:18:26.3724070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/info/hash_input.json 2025-09-07T06:18:26.3724860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/info/files 2025-09-07T06:18:26.3725680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/info/about.json 2025-09-07T06:18:26.3726480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/info/index.json 2025-09-07T06:18:26.3727340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/info/git 2025-09-07T06:18:26.3728200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/lib/libev.dylib 2025-09-07T06:18:26.3729070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/lib/libev.4.dylib 2025-09-07T06:18:26.3729920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/share/man/man3/ev.3 2025-09-07T06:18:26.3730890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/bin/dotenv 2025-09-07T06:18:26.3731890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:26.3732890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:26.3734050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/test/tests/test_parser.py 2025-09-07T06:18:26.3735040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/test/tests/test_utils.py 2025-09-07T06:18:26.3736130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/test/tests/conftest.py 2025-09-07T06:18:26.3737210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/test/tests/__init__.py 2025-09-07T06:18:26.3738220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/test/tests/test_ipython.py 2025-09-07T06:18:26.3739470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/test/tests/test_zip_imports.py 2025-09-07T06:18:26.3740580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/test/tests/test_cli.py 2025-09-07T06:18:26.3741600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/test/tests/test_main.py 2025-09-07T06:18:26.3742780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/test/tests/test_variables.py 2025-09-07T06:18:26.3743830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:26.3744980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.3745860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/licenses/LICENSE 2025-09-07T06:18:26.3747050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.3747940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:26.3749030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.3749900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/paths.json 2025-09-07T06:18:26.3750970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:26.3751890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/files 2025-09-07T06:18:26.3752910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/about.json 2025-09-07T06:18:26.3753990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/has_prefix 2025-09-07T06:18:26.3754880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/index.json 2025-09-07T06:18:26.3755810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/git 2025-09-07T06:18:26.3757200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/lib/python3.13/site-packages/dotenv/version.py 2025-09-07T06:18:26.3758450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/lib/python3.13/site-packages/dotenv/variables.py 2025-09-07T06:18:26.3759720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/lib/python3.13/site-packages/dotenv/__init__.py 2025-09-07T06:18:26.3761290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/lib/python3.13/site-packages/dotenv/__pycache__/main.cpython-313.pyc 2025-09-07T06:18:26.3762740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/lib/python3.13/site-packages/dotenv/__pycache__/ipython.cpython-313.pyc 2025-09-07T06:18:26.3764280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/lib/python3.13/site-packages/dotenv/__pycache__/variables.cpython-313.pyc 2025-09-07T06:18:26.3765770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/lib/python3.13/site-packages/dotenv/__pycache__/cli.cpython-313.pyc 2025-09-07T06:18:26.3767470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/lib/python3.13/site-packages/dotenv/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:26.3768950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/lib/python3.13/site-packages/dotenv/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.3770420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/lib/python3.13/site-packages/dotenv/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:26.3771960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/lib/python3.13/site-packages/dotenv/__pycache__/parser.cpython-313.pyc 2025-09-07T06:18:26.3773140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/lib/python3.13/site-packages/dotenv/parser.py 2025-09-07T06:18:26.3774320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/lib/python3.13/site-packages/dotenv/cli.py 2025-09-07T06:18:26.3775620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/lib/python3.13/site-packages/dotenv/ipython.py 2025-09-07T06:18:26.3776830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/lib/python3.13/site-packages/dotenv/py.typed 2025-09-07T06:18:26.3778000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/lib/python3.13/site-packages/dotenv/main.py 2025-09-07T06:18:26.3779300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/lib/python3.13/site-packages/dotenv/__main__.py 2025-09-07T06:18:26.3780880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/lib/python3.13/site-packages/python_dotenv-1.1.0.dist-info/RECORD 2025-09-07T06:18:26.3782280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/lib/python3.13/site-packages/python_dotenv-1.1.0.dist-info/LICENSE 2025-09-07T06:18:26.3783880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/lib/python3.13/site-packages/python_dotenv-1.1.0.dist-info/direct_url.json 2025-09-07T06:18:26.3785310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/lib/python3.13/site-packages/python_dotenv-1.1.0.dist-info/WHEEL 2025-09-07T06:18:26.3786730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/lib/python3.13/site-packages/python_dotenv-1.1.0.dist-info/entry_points.txt 2025-09-07T06:18:26.3788270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/lib/python3.13/site-packages/python_dotenv-1.1.0.dist-info/top_level.txt 2025-09-07T06:18:26.3789680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/lib/python3.13/site-packages/python_dotenv-1.1.0.dist-info/REQUESTED 2025-09-07T06:18:26.3790750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/lib/python3.13/site-packages/python_dotenv-1.1.0.dist-info/INSTALLER 2025-09-07T06:18:26.3791850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/lib/python3.13/site-packages/python_dotenv-1.1.0.dist-info/METADATA 2025-09-07T06:18:26.3792480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/bin/anaconda 2025-09-07T06:18:26.3793380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:26.3794250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:26.3795130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/test/tests/conftest.py 2025-09-07T06:18:26.3796110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/test/tests/__init__.py 2025-09-07T06:18:26.3796910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/test/tests/test_config.py 2025-09-07T06:18:26.3797730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/test/tests/test_cli.py 2025-09-07T06:18:26.3798580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:26.3799510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.3800440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/licenses/LICENSE 2025-09-07T06:18:26.3801610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.3802520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:26.3803740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.3804710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/paths.json 2025-09-07T06:18:26.3805920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:26.3806930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/files 2025-09-07T06:18:26.3808070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/about.json 2025-09-07T06:18:26.3809120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/has_prefix 2025-09-07T06:18:26.3810110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/index.json 2025-09-07T06:18:26.3810970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/git 2025-09-07T06:18:26.3812500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cli_base/plugins.py 2025-09-07T06:18:26.3813800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cli_base/console.py 2025-09-07T06:18:26.3815060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cli_base/config.py 2025-09-07T06:18:26.3816600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cli_base/_version.py 2025-09-07T06:18:26.3818060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cli_base/__init__.py 2025-09-07T06:18:26.3819870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cli_base/__pycache__/plugins.cpython-313.pyc 2025-09-07T06:18:26.3821660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cli_base/__pycache__/config.cpython-313.pyc 2025-09-07T06:18:26.3823310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cli_base/__pycache__/exceptions.cpython-313.pyc 2025-09-07T06:18:26.3824900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cli_base/__pycache__/_version.cpython-313.pyc 2025-09-07T06:18:26.3826620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cli_base/__pycache__/cli.cpython-313.pyc 2025-09-07T06:18:26.3828340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cli_base/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.3830050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cli_base/__pycache__/console.cpython-313.pyc 2025-09-07T06:18:26.3831330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cli_base/cli.py 2025-09-07T06:18:26.3832690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cli_base/py.typed 2025-09-07T06:18:26.3834090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cli_base/exceptions.py 2025-09-07T06:18:26.3835550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cli_base-0.5.2.dist-info/RECORD 2025-09-07T06:18:26.3837280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cli_base-0.5.2.dist-info/licenses/LICENSE 2025-09-07T06:18:26.3839000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cli_base-0.5.2.dist-info/direct_url.json 2025-09-07T06:18:26.3840610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cli_base-0.5.2.dist-info/WHEEL 2025-09-07T06:18:26.3842340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cli_base-0.5.2.dist-info/entry_points.txt 2025-09-07T06:18:26.3843860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cli_base-0.5.2.dist-info/REQUESTED 2025-09-07T06:18:26.3845440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cli_base-0.5.2.dist-info/INSTALLER 2025-09-07T06:18:26.3847200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cli_base-0.5.2.dist-info/METADATA 2025-09-07T06:18:26.3847980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1.conda 2025-09-07T06:18:26.3848820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0.conda 2025-09-07T06:18:26.3849560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0.conda 2025-09-07T06:18:26.3850590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/test_data.hpp 2025-09-07T06:18:26.3851590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/ordered_map.hpp 2025-09-07T06:18:26.3852560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/json.hpp 2025-09-07T06:18:26.3853680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/adl_serializer.hpp 2025-09-07T06:18:26.3854830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/byte_container_with_subtype.hpp 2025-09-07T06:18:26.3855950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/hash.hpp 2025-09-07T06:18:26.3857130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/string_escape.hpp 2025-09-07T06:18:26.3858190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/json_ref.hpp 2025-09-07T06:18:26.3859590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/conversions/to_chars.hpp 2025-09-07T06:18:26.3861060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/conversions/from_json.hpp 2025-09-07T06:18:26.3862100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/conversions/to_json.hpp 2025-09-07T06:18:26.3863100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/value_t.hpp 2025-09-07T06:18:26.3864400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/input/position_t.hpp 2025-09-07T06:18:26.3865430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/input/parser.hpp 2025-09-07T06:18:26.3866640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/input/json_sax.hpp 2025-09-07T06:18:26.3867990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/input/binary_reader.hpp 2025-09-07T06:18:26.3869100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/input/input_adapters.hpp 2025-09-07T06:18:26.3870250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/input/lexer.hpp 2025-09-07T06:18:26.3871400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/string_concat.hpp 2025-09-07T06:18:26.3872530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/macro_scope.hpp 2025-09-07T06:18:26.3873760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/output/output_adapters.hpp 2025-09-07T06:18:26.3875130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/output/serializer.hpp 2025-09-07T06:18:26.3876310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/output/binary_writer.hpp 2025-09-07T06:18:26.3877370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/meta/is_sax.hpp 2025-09-07T06:18:26.3878550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/meta/call_std/end.hpp 2025-09-07T06:18:26.3879830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/meta/call_std/begin.hpp 2025-09-07T06:18:26.3880900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/meta/identity_tag.hpp 2025-09-07T06:18:26.3882080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/meta/type_traits.hpp 2025-09-07T06:18:26.3883300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/meta/cpp_future.hpp 2025-09-07T06:18:26.3884500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/meta/detected.hpp 2025-09-07T06:18:26.3885660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/meta/void_t.hpp 2025-09-07T06:18:26.3886680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/meta/std_fs.hpp 2025-09-07T06:18:26.3887900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/json_pointer.hpp 2025-09-07T06:18:26.3888960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/exceptions.hpp 2025-09-07T06:18:26.3890030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/abi_macros.hpp 2025-09-07T06:18:26.3891210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/macro_unscope.hpp 2025-09-07T06:18:26.3892570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/iterators/iter_impl.hpp 2025-09-07T06:18:26.3893770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/iterators/json_reverse_iterator.hpp 2025-09-07T06:18:26.3894900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/iterators/iteration_proxy.hpp 2025-09-07T06:18:26.3896190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/iterators/iterator_traits.hpp 2025-09-07T06:18:26.3897380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/iterators/internal_iterator.hpp 2025-09-07T06:18:26.3898730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/iterators/primitive_iterator.hpp 2025-09-07T06:18:26.3899980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/thirdparty/hedley/hedley.hpp 2025-09-07T06:18:26.3901130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/thirdparty/hedley/hedley_undef.hpp 2025-09-07T06:18:26.3902180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/json_fwd.hpp 2025-09-07T06:18:26.3903260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/info/repodata_record.json 2025-09-07T06:18:26.3904170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/info/test/run_test.sh 2025-09-07T06:18:26.3905200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/info/licenses/LICENSE.MIT 2025-09-07T06:18:26.3906090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/info/recipe/bld.bat 2025-09-07T06:18:26.3907160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/info/recipe/build.sh 2025-09-07T06:18:26.3908370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.3909240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/info/recipe/meta.yaml 2025-09-07T06:18:26.3910360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.3911290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/info/paths.json 2025-09-07T06:18:26.3912400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/info/hash_input.json 2025-09-07T06:18:26.3913170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/info/files 2025-09-07T06:18:26.3914000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/info/about.json 2025-09-07T06:18:26.3914960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/info/has_prefix 2025-09-07T06:18:26.3916010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/info/index.json 2025-09-07T06:18:26.3917060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/info/git 2025-09-07T06:18:26.3918300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/share/pkgconfig/nlohmann_json.pc 2025-09-07T06:18:26.3919610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/share/cmake/nlohmann_json/nlohmann_jsonTargets.cmake 2025-09-07T06:18:26.3920950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/share/cmake/nlohmann_json/nlohmann_jsonConfigVersion.cmake 2025-09-07T06:18:26.3922190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/share/cmake/nlohmann_json/nlohmann_jsonConfig.cmake 2025-09-07T06:18:26.3923040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0.conda 2025-09-07T06:18:26.3924220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:26.3925290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:26.3926440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/info/test/test_jaraco_classes.py 2025-09-07T06:18:26.3927430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:26.3928780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.3929750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/info/licenses/LICENSE 2025-09-07T06:18:26.3930950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/info/recipe/test_jaraco_classes.py 2025-09-07T06:18:26.3932080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.3933080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:26.3934110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.3935030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/info/paths.json 2025-09-07T06:18:26.3935920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:26.3936840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/info/files 2025-09-07T06:18:26.3938050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/info/about.json 2025-09-07T06:18:26.3939090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/info/index.json 2025-09-07T06:18:26.3939900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/info/git 2025-09-07T06:18:26.3941460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco_classes-3.4.0.dist-info/RECORD 2025-09-07T06:18:26.3943320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco_classes-3.4.0.dist-info/licenses/LICENSE 2025-09-07T06:18:26.3945000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco_classes-3.4.0.dist-info/direct_url.json 2025-09-07T06:18:26.3946380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco_classes-3.4.0.dist-info/WHEEL 2025-09-07T06:18:26.3947860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco_classes-3.4.0.dist-info/top_level.txt 2025-09-07T06:18:26.3949430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco_classes-3.4.0.dist-info/REQUESTED 2025-09-07T06:18:26.3951070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco_classes-3.4.0.dist-info/INSTALLER 2025-09-07T06:18:26.3952230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco_classes-3.4.0.dist-info/METADATA 2025-09-07T06:18:26.3953270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco/classes/properties.py 2025-09-07T06:18:26.3954300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco/classes/__init__.py 2025-09-07T06:18:26.3955860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco/classes/__pycache__/ancestry.cpython-313.pyc 2025-09-07T06:18:26.3957450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco/classes/__pycache__/meta.cpython-313.pyc 2025-09-07T06:18:26.3959020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco/classes/__pycache__/properties.cpython-313.pyc 2025-09-07T06:18:26.3960490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco/classes/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.3961790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco/classes/py.typed 2025-09-07T06:18:26.3963130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco/classes/ancestry.py 2025-09-07T06:18:26.3964490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco/classes/meta.py 2025-09-07T06:18:26.3964730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urls 2025-09-07T06:18:26.3965570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0.conda 2025-09-07T06:18:26.3966310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0.conda 2025-09-07T06:18:26.3967620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:26.3968760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:26.3969890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:26.3971250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.3972320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/info/licenses/LICENSE 2025-09-07T06:18:26.3973700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.3974860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:26.3976060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.3977150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/info/paths.json 2025-09-07T06:18:26.3978170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:26.3979170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/info/files 2025-09-07T06:18:26.3980300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/info/about.json 2025-09-07T06:18:26.3981440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/info/index.json 2025-09-07T06:18:26.3982420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/info/git 2025-09-07T06:18:26.3984330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_streaming-0.12.0.dist-info/RECORD 2025-09-07T06:18:26.3986170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_streaming-0.12.0.dist-info/LICENSE 2025-09-07T06:18:26.3988630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_streaming-0.12.0.dist-info/direct_url.json 2025-09-07T06:18:26.3990150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_streaming-0.12.0.dist-info/WHEEL 2025-09-07T06:18:26.3992100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_streaming-0.12.0.dist-info/REQUESTED 2025-09-07T06:18:26.3993840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_streaming-0.12.0.dist-info/INSTALLER 2025-09-07T06:18:26.3995510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_streaming-0.12.0.dist-info/METADATA 2025-09-07T06:18:26.3996960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_streaming/create.py 2025-09-07T06:18:26.3998540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_streaming/package_streaming.py 2025-09-07T06:18:26.4000130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_streaming/__init__.py 2025-09-07T06:18:26.4001890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_streaming/__pycache__/s3.cpython-313.pyc 2025-09-07T06:18:26.4003600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_streaming/__pycache__/create.cpython-313.pyc 2025-09-07T06:18:26.4005450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_streaming/__pycache__/transmute.cpython-313.pyc 2025-09-07T06:18:26.4007350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_streaming/__pycache__/exceptions.cpython-313.pyc 2025-09-07T06:18:26.4009220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_streaming/__pycache__/lazy_wheel.cpython-313.pyc 2025-09-07T06:18:26.4011130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_streaming/__pycache__/extract.cpython-313.pyc 2025-09-07T06:18:26.4012970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_streaming/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.4014760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_streaming/__pycache__/package_streaming.cpython-313.pyc 2025-09-07T06:18:26.4016430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_streaming/__pycache__/url.cpython-313.pyc 2025-09-07T06:18:26.4017800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_streaming/transmute.py 2025-09-07T06:18:26.4019310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_streaming/url.py 2025-09-07T06:18:26.4020920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_streaming/exceptions.py 2025-09-07T06:18:26.4022460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_streaming/lazy_wheel.py 2025-09-07T06:18:26.4023880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_streaming/s3.py 2025-09-07T06:18:26.4025310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_streaming/extract.py 2025-09-07T06:18:26.4026080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/bin/curl-config 2025-09-07T06:18:26.4027300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/include/curl/stdcheaders.h 2025-09-07T06:18:26.4028330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/include/curl/header.h 2025-09-07T06:18:26.4029260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/include/curl/options.h 2025-09-07T06:18:26.4030150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/include/curl/mprintf.h 2025-09-07T06:18:26.4031220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/include/curl/easy.h 2025-09-07T06:18:26.4032340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/include/curl/curl.h 2025-09-07T06:18:26.4033210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/include/curl/websockets.h 2025-09-07T06:18:26.4034060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/include/curl/curlver.h 2025-09-07T06:18:26.4035230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/include/curl/system.h 2025-09-07T06:18:26.4036160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/include/curl/typecheck-gcc.h 2025-09-07T06:18:26.4037270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/include/curl/multi.h 2025-09-07T06:18:26.4038190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/include/curl/urlapi.h 2025-09-07T06:18:26.4039310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/info/repodata_record.json 2025-09-07T06:18:26.4040230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/info/test/run_test.sh 2025-09-07T06:18:26.4041320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/info/recipe/parent/bld.bat 2025-09-07T06:18:26.4042500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/info/recipe/parent/build.sh 2025-09-07T06:18:26.4043470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/info/recipe/parent/meta.yaml 2025-09-07T06:18:26.4044590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.4045370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/info/recipe/meta.yaml 2025-09-07T06:18:26.4046180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/info/run_exports.json 2025-09-07T06:18:26.4047010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/info/paths.json 2025-09-07T06:18:26.4048140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/info/hash_input.json 2025-09-07T06:18:26.4048880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/info/files 2025-09-07T06:18:26.4049780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/info/about.json 2025-09-07T06:18:26.4050720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/info/has_prefix 2025-09-07T06:18:26.4051470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/info/index.json 2025-09-07T06:18:26.4052270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/info/git 2025-09-07T06:18:26.4053300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/lib/pkgconfig/libcurl.pc 2025-09-07T06:18:26.4054250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/lib/libcurl.4.8.0.dylib 2025-09-07T06:18:26.4055230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/lib/libcurl.dylib 2025-09-07T06:18:26.4056220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/lib/libcurl.4.dylib 2025-09-07T06:18:26.4056850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1.conda 2025-09-07T06:18:26.4057750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/bin/mamba-package 2025-09-07T06:18:26.4058720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/activation.hpp 2025-09-07T06:18:26.4059820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/environments_manager.hpp 2025-09-07T06:18:26.4060760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/transaction.hpp 2025-09-07T06:18:26.4061800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/package_handling.hpp 2025-09-07T06:18:26.4062830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/invoke.hpp 2025-09-07T06:18:26.4063910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/prefix_data.hpp 2025-09-07T06:18:26.4064990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/common_types.hpp 2025-09-07T06:18:26.4065940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/palette.hpp 2025-09-07T06:18:26.4067130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/link.hpp 2025-09-07T06:18:26.4068040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/error_handling.hpp 2025-09-07T06:18:26.4069160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/repo_checker_store.hpp 2025-09-07T06:18:26.4070270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/package_fetcher.hpp 2025-09-07T06:18:26.4071170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/execution.hpp 2025-09-07T06:18:26.4072310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/subdirdata.hpp 2025-09-07T06:18:26.4073310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/shell_init.hpp 2025-09-07T06:18:26.4074470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/fsutil.hpp 2025-09-07T06:18:26.4075570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/channel_context.hpp 2025-09-07T06:18:26.4076530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/env_lockfile.hpp 2025-09-07T06:18:26.4077570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/util_scope.hpp 2025-09-07T06:18:26.4078670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/transaction_context.hpp 2025-09-07T06:18:26.4079810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/download_progress_bar.hpp 2025-09-07T06:18:26.4080760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/context.hpp 2025-09-07T06:18:26.4081760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/timeref.hpp 2025-09-07T06:18:26.4082840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/util_os.hpp 2025-09-07T06:18:26.4084060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/tasksync.hpp 2025-09-07T06:18:26.4085050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/history.hpp 2025-09-07T06:18:26.4086110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/progress_bar.hpp 2025-09-07T06:18:26.4087040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/run.hpp 2025-09-07T06:18:26.4088190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/package_paths.hpp 2025-09-07T06:18:26.4089350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/package_database_loader.hpp 2025-09-07T06:18:26.4090390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/virtual_packages.hpp 2025-09-07T06:18:26.4091430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/thread_utils.hpp 2025-09-07T06:18:26.4092350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/output.hpp 2025-09-07T06:18:26.4093340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/package_cache.hpp 2025-09-07T06:18:26.4094290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/pinning.hpp 2025-09-07T06:18:26.4095250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/query.hpp 2025-09-07T06:18:26.4096440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/util.hpp 2025-09-07T06:18:26.4097360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/menuinst.hpp 2025-09-07T06:18:26.4098390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/cast.hpp 2025-09-07T06:18:26.4099450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/os_unix.hpp 2025-09-07T06:18:26.4100380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/cryptography.hpp 2025-09-07T06:18:26.4101230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/build.hpp 2025-09-07T06:18:26.4102170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/json.hpp 2025-09-07T06:18:26.4103180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/os_osx.hpp 2025-09-07T06:18:26.4104140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/weakening_map.hpp 2025-09-07T06:18:26.4105150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/path_manip.hpp 2025-09-07T06:18:26.4106220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/flat_binary_tree.hpp 2025-09-07T06:18:26.4107210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/variant_cmp.hpp 2025-09-07T06:18:26.4108260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/encoding.hpp 2025-09-07T06:18:26.4109290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/functional.hpp 2025-09-07T06:18:26.4110400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/flat_bool_expr_tree.hpp 2025-09-07T06:18:26.4111410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/type_traits.hpp 2025-09-07T06:18:26.4112330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/random.hpp 2025-09-07T06:18:26.4113260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/os_linux.hpp 2025-09-07T06:18:26.4114350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/heap_optional.hpp 2025-09-07T06:18:26.4115240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/graph.hpp 2025-09-07T06:18:26.4116300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/loop_control.hpp 2025-09-07T06:18:26.4117050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/url.hpp 2025-09-07T06:18:26.4117810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/os_win.hpp 2025-09-07T06:18:26.4118610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/url_manip.hpp 2025-09-07T06:18:26.4119400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/string.hpp 2025-09-07T06:18:26.4120210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/deprecation.hpp 2025-09-07T06:18:26.4121030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/parsers.hpp 2025-09-07T06:18:26.4121870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/cfile.hpp 2025-09-07T06:18:26.4122560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/os.hpp 2025-09-07T06:18:26.4123360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/conditional.hpp 2025-09-07T06:18:26.4124130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/flat_set.hpp 2025-09-07T06:18:26.4124930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/compare.hpp 2025-09-07T06:18:26.4125770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/iterator.hpp 2025-09-07T06:18:26.4126820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/environment.hpp 2025-09-07T06:18:26.4127880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/tuple_hash.hpp 2025-09-07T06:18:26.4128850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/specs/archive.hpp 2025-09-07T06:18:26.4129780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/specs/package_info.hpp 2025-09-07T06:18:26.4130870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/specs/match_spec.hpp 2025-09-07T06:18:26.4131840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/specs/glob_spec.hpp 2025-09-07T06:18:26.4132860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/specs/repo_data.hpp 2025-09-07T06:18:26.4133950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/specs/regex_spec.hpp 2025-09-07T06:18:26.4135070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/specs/chimera_string_spec.hpp 2025-09-07T06:18:26.4135940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/specs/platform.hpp 2025-09-07T06:18:26.4136910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/specs/error.hpp 2025-09-07T06:18:26.4137900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/specs/version.hpp 2025-09-07T06:18:26.4138890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/specs/channel.hpp 2025-09-07T06:18:26.4139860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/specs/conda_url.hpp 2025-09-07T06:18:26.4141000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/specs/unresolved_channel.hpp 2025-09-07T06:18:26.4142110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/specs/build_number_spec.hpp 2025-09-07T06:18:26.4143290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/specs/authentication_info.hpp 2025-09-07T06:18:26.4144490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/specs/version_spec.hpp 2025-09-07T06:18:26.4145370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/solver/request.hpp 2025-09-07T06:18:26.4146450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/solver/solution.hpp 2025-09-07T06:18:26.4147440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/solver/problems_graph.hpp 2025-09-07T06:18:26.4148500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/solver/libsolv/solver.hpp 2025-09-07T06:18:26.4149600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/solver/libsolv/unsolvable.hpp 2025-09-07T06:18:26.4150790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/solver/libsolv/database.hpp 2025-09-07T06:18:26.4151970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/solver/libsolv/parameters.hpp 2025-09-07T06:18:26.4153150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/solver/libsolv/repo_info.hpp 2025-09-07T06:18:26.4154150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/version.hpp 2025-09-07T06:18:26.4155150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/download/mirror_map.hpp 2025-09-07T06:18:26.4156420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/download/downloader.hpp 2025-09-07T06:18:26.4157410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/download/mirror.hpp 2025-09-07T06:18:26.4158700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/download/request.hpp 2025-09-07T06:18:26.4159910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/api/update.hpp 2025-09-07T06:18:26.4160880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/api/info.hpp 2025-09-07T06:18:26.4161920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/api/configuration_impl.hpp 2025-09-07T06:18:26.4162810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/api/shell.hpp 2025-09-07T06:18:26.4163970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/api/channel_loader.hpp 2025-09-07T06:18:26.4164860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/api/install.hpp 2025-09-07T06:18:26.4165790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/api/c_api.h 2025-09-07T06:18:26.4166870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/api/repoquery.hpp 2025-09-07T06:18:26.4167940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/api/config.hpp 2025-09-07T06:18:26.4168820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/api/list.hpp 2025-09-07T06:18:26.4169820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/api/configuration.hpp 2025-09-07T06:18:26.4170920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/api/create.hpp 2025-09-07T06:18:26.4171740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/api/clean.hpp 2025-09-07T06:18:26.4172760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/api/constants.hpp 2025-09-07T06:18:26.4177750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/api/remove.hpp 2025-09-07T06:18:26.4178030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/fs/filesystem.hpp 2025-09-07T06:18:26.4178290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/validation/errors.hpp 2025-09-07T06:18:26.4178550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/validation/keys.hpp 2025-09-07T06:18:26.4178800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/validation/update_framework_v0_6.hpp 2025-09-07T06:18:26.4179550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/validation/repo_checker.hpp 2025-09-07T06:18:26.4180590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/validation/tools.hpp 2025-09-07T06:18:26.4181780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/validation/update_framework_v1.hpp 2025-09-07T06:18:26.4182870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/validation/update_framework.hpp 2025-09-07T06:18:26.4183750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/etc/profile.d/mamba.sh 2025-09-07T06:18:26.4184630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/repodata_record.json 2025-09-07T06:18:26.4185530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/test/run_test.sh 2025-09-07T06:18:26.4186410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/licenses/LICENSE 2025-09-07T06:18:26.4187960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/recipe/parent/patches/0001-use-tie-instead-of-structured-binding-declaration.patch 2025-09-07T06:18:26.4188800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/recipe/parent/build_mamba.bat 2025-09-07T06:18:26.4189890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/recipe/parent/conda_build_config.yaml 2025-09-07T06:18:26.4190950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/recipe/parent/test_libmamba_version.py 2025-09-07T06:18:26.4191990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/recipe/parent/meta.yaml 2025-09-07T06:18:26.4193070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/recipe/parent/build_mamba.sh 2025-09-07T06:18:26.4194130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.4195350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/recipe/meta.yaml 2025-09-07T06:18:26.4196450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/recipe/build_mamba.sh 2025-09-07T06:18:26.4197450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/run_exports.json 2025-09-07T06:18:26.4198360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/paths.json 2025-09-07T06:18:26.4199510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/hash_input.json 2025-09-07T06:18:26.4200210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/files 2025-09-07T06:18:26.4201010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/about.json 2025-09-07T06:18:26.4202000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/has_prefix 2025-09-07T06:18:26.4202790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/index.json 2025-09-07T06:18:26.4203560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/git 2025-09-07T06:18:26.4204460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/lib/libmamba.2.dylib 2025-09-07T06:18:26.4205750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/lib/cmake/libmamba/libmambaConfigVersion.cmake 2025-09-07T06:18:26.4206750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/lib/cmake/libmamba/libmambaTargets.cmake 2025-09-07T06:18:26.4207920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/lib/cmake/libmamba/libmambaTargets-release.cmake 2025-09-07T06:18:26.4209020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/lib/cmake/libmamba/libmambaConfig.cmake 2025-09-07T06:18:26.4210000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/lib/libmamba.2.0.0.dylib 2025-09-07T06:18:26.4210720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/lib/libmamba.dylib 2025-09-07T06:18:26.4211780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/repodata_record.json 2025-09-07T06:18:26.4212630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/test/run_test.sh 2025-09-07T06:18:26.4213700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/test/include/pybind11/detail/internals.h 2025-09-07T06:18:26.4214660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/test/run_test.bat 2025-09-07T06:18:26.4215480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/licenses/LICENSE 2025-09-07T06:18:26.4216710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/recipe/parent/build-pybind11-global.sh 2025-09-07T06:18:26.4218010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/recipe/parent/build-pybind11.bat 2025-09-07T06:18:26.4219120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/recipe/parent/build-pybind11-global.bat 2025-09-07T06:18:26.4220050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/recipe/parent/build-pybind11.sh 2025-09-07T06:18:26.4220960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/recipe/parent/meta.yaml 2025-09-07T06:18:26.4222110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.4222970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/recipe/meta.yaml 2025-09-07T06:18:26.4223830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/run_exports.json 2025-09-07T06:18:26.4224780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/paths.json 2025-09-07T06:18:26.4225500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/hash_input.json 2025-09-07T06:18:26.4226230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/files 2025-09-07T06:18:26.4226990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/about.json 2025-09-07T06:18:26.4227810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/link.json 2025-09-07T06:18:26.4228600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/index.json 2025-09-07T06:18:26.4229350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/git 2025-09-07T06:18:26.4230220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:26.4231100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:26.4232000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:26.4233100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.4234150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/info/licenses/LICENSE 2025-09-07T06:18:26.4235150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.4236180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:26.4237180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.4238030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/info/paths.json 2025-09-07T06:18:26.4239180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:26.4239850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/info/files 2025-09-07T06:18:26.4240740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/info/about.json 2025-09-07T06:18:26.4241540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/info/index.json 2025-09-07T06:18:26.4242240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/info/git 2025-09-07T06:18:26.4243380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/params.py 2025-09-07T06:18:26.4244620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/_typing.py 2025-09-07T06:18:26.4245830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/models.py 2025-09-07T06:18:26.4247160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/completion.py 2025-09-07T06:18:26.4248330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/__init__.py 2025-09-07T06:18:26.4249480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/core.py 2025-09-07T06:18:26.4251010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/__pycache__/main.cpython-313.pyc 2025-09-07T06:18:26.4252490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/__pycache__/_typing.cpython-313.pyc 2025-09-07T06:18:26.4254050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/__pycache__/core.cpython-313.pyc 2025-09-07T06:18:26.4255420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/__pycache__/colors.cpython-313.pyc 2025-09-07T06:18:26.4257290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/__pycache__/_completion_click8.cpython-313.pyc 2025-09-07T06:18:26.4258850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/__pycache__/_completion_click7.cpython-313.pyc 2025-09-07T06:18:26.4260150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/__pycache__/rich_utils.cpython-313.pyc 2025-09-07T06:18:26.4261560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/__pycache__/testing.cpython-313.pyc 2025-09-07T06:18:26.4262950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:26.4264500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/__pycache__/models.cpython-313.pyc 2025-09-07T06:18:26.4265780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/__pycache__/params.cpython-313.pyc 2025-09-07T06:18:26.4267250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/__pycache__/_compat_utils.cpython-313.pyc 2025-09-07T06:18:26.4268700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/__pycache__/_completion_shared.cpython-313.pyc 2025-09-07T06:18:26.4270060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/__pycache__/completion.cpython-313.pyc 2025-09-07T06:18:26.4271340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.4272450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/rich_utils.py 2025-09-07T06:18:26.4273760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/_completion_shared.py 2025-09-07T06:18:26.4275000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/utils.py 2025-09-07T06:18:26.4276120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/_compat_utils.py 2025-09-07T06:18:26.4277310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/py.typed 2025-09-07T06:18:26.4278690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/_completion_click7.py 2025-09-07T06:18:26.4279550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/main.py 2025-09-07T06:18:26.4280760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/testing.py 2025-09-07T06:18:26.4281480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/_completion_click8.py 2025-09-07T06:18:26.4282310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/colors.py 2025-09-07T06:18:26.4283360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer-0.9.0.dist-info/RECORD 2025-09-07T06:18:26.4284380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer-0.9.0.dist-info/LICENSE 2025-09-07T06:18:26.4285450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer-0.9.0.dist-info/direct_url.json 2025-09-07T06:18:26.4286630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer-0.9.0.dist-info/WHEEL 2025-09-07T06:18:26.4288000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer-0.9.0.dist-info/REQUESTED 2025-09-07T06:18:26.4289430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer-0.9.0.dist-info/INSTALLER 2025-09-07T06:18:26.4290710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer-0.9.0.dist-info/METADATA 2025-09-07T06:18:26.4291790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:26.4292930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:26.4293770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:26.4295010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.4296150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.4297060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:26.4298040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.4298960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/info/paths.json 2025-09-07T06:18:26.4299840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:26.4300760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/info/files 2025-09-07T06:18:26.4301650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/info/about.json 2025-09-07T06:18:26.4302580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/info/index.json 2025-09-07T06:18:26.4303350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/info/git 2025-09-07T06:18:26.4304870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/shellingham/posix/proc.py 2025-09-07T06:18:26.4306330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/shellingham/posix/__init__.py 2025-09-07T06:18:26.4307950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/shellingham/posix/__pycache__/_core.cpython-313.pyc 2025-09-07T06:18:26.4309400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/shellingham/posix/__pycache__/proc.cpython-313.pyc 2025-09-07T06:18:26.4310990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/shellingham/posix/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.4312770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/shellingham/posix/__pycache__/ps.cpython-313.pyc 2025-09-07T06:18:26.4314060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/shellingham/posix/_core.py 2025-09-07T06:18:26.4315380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/shellingham/posix/ps.py 2025-09-07T06:18:26.4316630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/shellingham/__init__.py 2025-09-07T06:18:26.4318260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/shellingham/__pycache__/_core.cpython-313.pyc 2025-09-07T06:18:26.4319670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/shellingham/__pycache__/nt.cpython-313.pyc 2025-09-07T06:18:26.4321460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/shellingham/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.4322660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/shellingham/_core.py 2025-09-07T06:18:26.4323760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/shellingham/nt.py 2025-09-07T06:18:26.4325100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/shellingham-1.5.0.dist-info/zip-safe 2025-09-07T06:18:26.4326420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/shellingham-1.5.0.dist-info/RECORD 2025-09-07T06:18:26.4327790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/shellingham-1.5.0.dist-info/LICENSE 2025-09-07T06:18:26.4329320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/shellingham-1.5.0.dist-info/direct_url.json 2025-09-07T06:18:26.4330760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/shellingham-1.5.0.dist-info/WHEEL 2025-09-07T06:18:26.4332220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/shellingham-1.5.0.dist-info/top_level.txt 2025-09-07T06:18:26.4333630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/shellingham-1.5.0.dist-info/REQUESTED 2025-09-07T06:18:26.4335060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/shellingham-1.5.0.dist-info/INSTALLER 2025-09-07T06:18:26.4336540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/shellingham-1.5.0.dist-info/METADATA 2025-09-07T06:18:26.4337540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0.conda 2025-09-07T06:18:26.4338530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:26.4339430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:26.4340540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/test/tests/test_custom_ca.py 2025-09-07T06:18:26.4341590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/test/tests/test_inject.py 2025-09-07T06:18:26.4342520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/test/tests/conftest.py 2025-09-07T06:18:26.4343640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/test/tests/requests_with_inject.py 2025-09-07T06:18:26.4344560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/test/tests/__init__.py 2025-09-07T06:18:26.4345740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/test/tests/test_sslcontext.py 2025-09-07T06:18:26.4346700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/test/tests/test_api.py 2025-09-07T06:18:26.4347800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/test/tests/aiohttp_with_inject.py 2025-09-07T06:18:26.4348680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:26.4349810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.4350900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/licenses/LICENSE 2025-09-07T06:18:26.4351960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.4352960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:26.4354180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.4354960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/paths.json 2025-09-07T06:18:26.4355950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:26.4356770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/files 2025-09-07T06:18:26.4357810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/about.json 2025-09-07T06:18:26.4358910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/index.json 2025-09-07T06:18:26.4359680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/git 2025-09-07T06:18:26.4361390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/lib/python3.13/site-packages/truststore-0.10.1.dist-info/RECORD 2025-09-07T06:18:26.4362690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/lib/python3.13/site-packages/truststore-0.10.1.dist-info/LICENSE 2025-09-07T06:18:26.4364300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/lib/python3.13/site-packages/truststore-0.10.1.dist-info/direct_url.json 2025-09-07T06:18:26.4365660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/lib/python3.13/site-packages/truststore-0.10.1.dist-info/WHEEL 2025-09-07T06:18:26.4367060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/lib/python3.13/site-packages/truststore-0.10.1.dist-info/REQUESTED 2025-09-07T06:18:26.4368450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/lib/python3.13/site-packages/truststore-0.10.1.dist-info/INSTALLER 2025-09-07T06:18:26.4370050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/lib/python3.13/site-packages/truststore-0.10.1.dist-info/METADATA 2025-09-07T06:18:26.4371310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/lib/python3.13/site-packages/truststore/_openssl.py 2025-09-07T06:18:26.4372620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/lib/python3.13/site-packages/truststore/_api.py 2025-09-07T06:18:26.4373910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/lib/python3.13/site-packages/truststore/_macos.py 2025-09-07T06:18:26.4375290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/lib/python3.13/site-packages/truststore/__init__.py 2025-09-07T06:18:26.4377090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/lib/python3.13/site-packages/truststore/__pycache__/_windows.cpython-313.pyc 2025-09-07T06:18:26.4378630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/lib/python3.13/site-packages/truststore/__pycache__/_api.cpython-313.pyc 2025-09-07T06:18:26.4380110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/lib/python3.13/site-packages/truststore/__pycache__/_macos.cpython-313.pyc 2025-09-07T06:18:26.4381740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/lib/python3.13/site-packages/truststore/__pycache__/_openssl.cpython-313.pyc 2025-09-07T06:18:26.4383550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/lib/python3.13/site-packages/truststore/__pycache__/_ssl_constants.cpython-313.pyc 2025-09-07T06:18:26.4385010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/lib/python3.13/site-packages/truststore/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.4386260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/lib/python3.13/site-packages/truststore/_ssl_constants.py 2025-09-07T06:18:26.4387810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/lib/python3.13/site-packages/truststore/py.typed 2025-09-07T06:18:26.4389240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/lib/python3.13/site-packages/truststore/_windows.py 2025-09-07T06:18:26.4390220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:26.4391380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:26.4392440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:26.4393720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.4394760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/info/licenses/LICENSE 2025-09-07T06:18:26.4396030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.4397120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:26.4398230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.4399320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/info/paths.json 2025-09-07T06:18:26.4400400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:26.4401500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/info/files 2025-09-07T06:18:26.4402510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/info/about.json 2025-09-07T06:18:26.4403580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/info/index.json 2025-09-07T06:18:26.4404280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/info/git 2025-09-07T06:18:26.4406100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/lib/python3.13/site-packages/pydantic_settings-2.6.1.dist-info/RECORD 2025-09-07T06:18:26.4407670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/lib/python3.13/site-packages/pydantic_settings-2.6.1.dist-info/licenses/LICENSE 2025-09-07T06:18:26.4409170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/lib/python3.13/site-packages/pydantic_settings-2.6.1.dist-info/direct_url.json 2025-09-07T06:18:26.4410620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/lib/python3.13/site-packages/pydantic_settings-2.6.1.dist-info/WHEEL 2025-09-07T06:18:26.4412170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/lib/python3.13/site-packages/pydantic_settings-2.6.1.dist-info/REQUESTED 2025-09-07T06:18:26.4413700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/lib/python3.13/site-packages/pydantic_settings-2.6.1.dist-info/INSTALLER 2025-09-07T06:18:26.4415180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/lib/python3.13/site-packages/pydantic_settings-2.6.1.dist-info/METADATA 2025-09-07T06:18:26.4416760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/lib/python3.13/site-packages/pydantic_settings/version.py 2025-09-07T06:18:26.4418130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/lib/python3.13/site-packages/pydantic_settings/__init__.py 2025-09-07T06:18:26.4419850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/lib/python3.13/site-packages/pydantic_settings/__pycache__/sources.cpython-313.pyc 2025-09-07T06:18:26.4421420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/lib/python3.13/site-packages/pydantic_settings/__pycache__/main.cpython-313.pyc 2025-09-07T06:18:26.4423070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/lib/python3.13/site-packages/pydantic_settings/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:26.4424540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/lib/python3.13/site-packages/pydantic_settings/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.4426250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/lib/python3.13/site-packages/pydantic_settings/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:26.4427470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/lib/python3.13/site-packages/pydantic_settings/sources.py 2025-09-07T06:18:26.4428890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/lib/python3.13/site-packages/pydantic_settings/utils.py 2025-09-07T06:18:26.4430250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/lib/python3.13/site-packages/pydantic_settings/py.typed 2025-09-07T06:18:26.4431680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/lib/python3.13/site-packages/pydantic_settings/main.py 2025-09-07T06:18:26.4432290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0.conda 2025-09-07T06:18:26.4433120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0.conda 2025-09-07T06:18:26.4433930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0.conda 2025-09-07T06:18:26.4434980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:26.4435870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:26.4436860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:26.4438180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.4439210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/info/licenses/LICENSE 2025-09-07T06:18:26.4440670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.4441660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:26.4442570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.4443330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/info/paths.json 2025-09-07T06:18:26.4444070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:26.4444750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/info/files 2025-09-07T06:18:26.4445580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/info/about.json 2025-09-07T06:18:26.4446290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/info/index.json 2025-09-07T06:18:26.4447090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/info/git 2025-09-07T06:18:26.4448150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco/context/__init__.py 2025-09-07T06:18:26.4449420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco/context/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.4450460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco/context/py.typed 2025-09-07T06:18:26.4451840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco.context-0.0.0.dist-info/RECORD 2025-09-07T06:18:26.4453420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco.context-0.0.0.dist-info/LICENSE 2025-09-07T06:18:26.4454860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco.context-0.0.0.dist-info/direct_url.json 2025-09-07T06:18:26.4456250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco.context-0.0.0.dist-info/WHEEL 2025-09-07T06:18:26.4457690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco.context-0.0.0.dist-info/top_level.txt 2025-09-07T06:18:26.4459260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco.context-0.0.0.dist-info/REQUESTED 2025-09-07T06:18:26.4460830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco.context-0.0.0.dist-info/INSTALLER 2025-09-07T06:18:26.4462310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco.context-0.0.0.dist-info/METADATA 2025-09-07T06:18:26.4462900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0.conda 2025-09-07T06:18:26.4463600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1.conda 2025-09-07T06:18:26.4464340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0.conda 2025-09-07T06:18:26.4465310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:26.4466250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:26.4467170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:26.4468320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.4469170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/info/licenses/LICENSE.md 2025-09-07T06:18:26.4470250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.4471030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:26.4472220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.4473120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/info/paths.json 2025-09-07T06:18:26.4474020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:26.4474680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/info/files 2025-09-07T06:18:26.4475520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/info/about.json 2025-09-07T06:18:26.4476280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/info/index.json 2025-09-07T06:18:26.4477060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/info/git 2025-09-07T06:18:26.4478370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna/intranges.py 2025-09-07T06:18:26.4479540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna/package_data.py 2025-09-07T06:18:26.4480570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna/compat.py 2025-09-07T06:18:26.4481620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna/idnadata.py 2025-09-07T06:18:26.4482880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna/__init__.py 2025-09-07T06:18:26.4484060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna/core.py 2025-09-07T06:18:26.4485540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna/__pycache__/codec.cpython-313.pyc 2025-09-07T06:18:26.4486730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna/__pycache__/core.cpython-313.pyc 2025-09-07T06:18:26.4488280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna/__pycache__/idnadata.cpython-313.pyc 2025-09-07T06:18:26.4489620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna/__pycache__/compat.cpython-313.pyc 2025-09-07T06:18:26.4491190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna/__pycache__/package_data.cpython-313.pyc 2025-09-07T06:18:26.4492510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna/__pycache__/uts46data.cpython-313.pyc 2025-09-07T06:18:26.4494130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna/__pycache__/intranges.cpython-313.pyc 2025-09-07T06:18:26.4495550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.4496610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna/py.typed 2025-09-07T06:18:26.4497680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna/codec.py 2025-09-07T06:18:26.4498860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna/uts46data.py 2025-09-07T06:18:26.4500440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna-3.7.dist-info/LICENSE.md 2025-09-07T06:18:26.4501940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna-3.7.dist-info/RECORD 2025-09-07T06:18:26.4503410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna-3.7.dist-info/direct_url.json 2025-09-07T06:18:26.4504570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna-3.7.dist-info/WHEEL 2025-09-07T06:18:26.4505930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna-3.7.dist-info/REQUESTED 2025-09-07T06:18:26.4507260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna-3.7.dist-info/INSTALLER 2025-09-07T06:18:26.4508390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna-3.7.dist-info/METADATA 2025-09-07T06:18:26.4508740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urls.txt 2025-09-07T06:18:26.4509860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:26.4510890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:26.4511850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:26.4513030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.4514060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/info/licenses/LICENSE 2025-09-07T06:18:26.4515280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.4516280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:26.4517240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.4518070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/info/paths.json 2025-09-07T06:18:26.4519140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:26.4519740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/info/files 2025-09-07T06:18:26.4520610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/info/about.json 2025-09-07T06:18:26.4521610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/info/index.json 2025-09-07T06:18:26.4522390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/info/git 2025-09-07T06:18:26.4523850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic-2.11.7.dist-info/RECORD 2025-09-07T06:18:26.4525380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic-2.11.7.dist-info/licenses/LICENSE 2025-09-07T06:18:26.4526880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic-2.11.7.dist-info/direct_url.json 2025-09-07T06:18:26.4528220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic-2.11.7.dist-info/WHEEL 2025-09-07T06:18:26.4529810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic-2.11.7.dist-info/REQUESTED 2025-09-07T06:18:26.4531180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic-2.11.7.dist-info/INSTALLER 2025-09-07T06:18:26.4532490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic-2.11.7.dist-info/METADATA 2025-09-07T06:18:26.4533860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/_hypothesis_plugin.py 2025-09-07T06:18:26.4535000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/color.py 2025-09-07T06:18:26.4536230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/config.py 2025-09-07T06:18:26.4537440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/version.py 2025-09-07T06:18:26.4538760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/fields.py 2025-09-07T06:18:26.4540190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/error_wrappers.py 2025-09-07T06:18:26.4541460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/decorator.py 2025-09-07T06:18:26.4542710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/validators.py 2025-09-07T06:18:26.4543890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/tools.py 2025-09-07T06:18:26.4545180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/env_settings.py 2025-09-07T06:18:26.4546410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/__init__.py 2025-09-07T06:18:26.4547610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/mypy.py 2025-09-07T06:18:26.4548880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/types.py 2025-09-07T06:18:26.4550440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/class_validators.py 2025-09-07T06:18:26.4551760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/__pycache__/main.cpython-313.pyc 2025-09-07T06:18:26.4553450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/__pycache__/_hypothesis_plugin.cpython-313.pyc 2025-09-07T06:18:26.4554910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/__pycache__/typing.cpython-313.pyc 2025-09-07T06:18:26.4556450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/__pycache__/networks.cpython-313.pyc 2025-09-07T06:18:26.4557800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/__pycache__/mypy.cpython-313.pyc 2025-09-07T06:18:26.4559280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/__pycache__/generics.cpython-313.pyc 2025-09-07T06:18:26.4560950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/__pycache__/validators.cpython-313.pyc 2025-09-07T06:18:26.4562330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/__pycache__/color.cpython-313.pyc 2025-09-07T06:18:26.4563710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/__pycache__/config.cpython-313.pyc 2025-09-07T06:18:26.4565180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/__pycache__/fields.cpython-313.pyc 2025-09-07T06:18:26.4566700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/__pycache__/parse.cpython-313.pyc 2025-09-07T06:18:26.4568240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/__pycache__/schema.cpython-313.pyc 2025-09-07T06:18:26.4569730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/__pycache__/datetime_parse.cpython-313.pyc 2025-09-07T06:18:26.4571250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/__pycache__/dataclasses.cpython-313.pyc 2025-09-07T06:18:26.4572640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/__pycache__/errors.cpython-313.pyc 2025-09-07T06:18:26.4574200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:26.4575750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/__pycache__/class_validators.cpython-313.pyc 2025-09-07T06:18:26.4577100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/__pycache__/types.cpython-313.pyc 2025-09-07T06:18:26.4578580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/__pycache__/env_settings.cpython-313.pyc 2025-09-07T06:18:26.4580090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/__pycache__/error_wrappers.cpython-313.pyc 2025-09-07T06:18:26.4581630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/__pycache__/json.cpython-313.pyc 2025-09-07T06:18:26.4583230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/__pycache__/annotated_types.cpython-313.pyc 2025-09-07T06:18:26.4584730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.4586560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:26.4587920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/__pycache__/decorator.cpython-313.pyc 2025-09-07T06:18:26.4589370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/__pycache__/tools.cpython-313.pyc 2025-09-07T06:18:26.4590510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/networks.py 2025-09-07T06:18:26.4591790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/utils.py 2025-09-07T06:18:26.4593100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/annotated_types.py 2025-09-07T06:18:26.4594360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/py.typed 2025-09-07T06:18:26.4595710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/errors.py 2025-09-07T06:18:26.4596880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/dataclasses.py 2025-09-07T06:18:26.4598170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/parse.py 2025-09-07T06:18:26.4599460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/typing.py 2025-09-07T06:18:26.4600710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/main.py 2025-09-07T06:18:26.4601980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/datetime_parse.py 2025-09-07T06:18:26.4603210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/json.py 2025-09-07T06:18:26.4604260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/generics.py 2025-09-07T06:18:26.4605210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/schema.py 2025-09-07T06:18:26.4606430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_schema_generation_shared.py 2025-09-07T06:18:26.4607510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_docs_extraction.py 2025-09-07T06:18:26.4608570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_core_utils.py 2025-09-07T06:18:26.4609850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_validate_call.py 2025-09-07T06:18:26.4611270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_decorators_v1.py 2025-09-07T06:18:26.4612730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_typing_extra.py 2025-09-07T06:18:26.4614480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_validators.py 2025-09-07T06:18:26.4615910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_serializers.py 2025-09-07T06:18:26.4617230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_namespace_utils.py 2025-09-07T06:18:26.4618600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_repr.py 2025-09-07T06:18:26.4619790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/__init__.py 2025-09-07T06:18:26.4621130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_import_utils.py 2025-09-07T06:18:26.4622730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_serializers.cpython-313.pyc 2025-09-07T06:18:26.4624570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_validate_call.cpython-313.pyc 2025-09-07T06:18:26.4626050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_forward_ref.cpython-313.pyc 2025-09-07T06:18:26.4627540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_validators.cpython-313.pyc 2025-09-07T06:18:26.4629310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_config.cpython-313.pyc 2025-09-07T06:18:26.4631010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_fields.cpython-313.pyc 2025-09-07T06:18:26.4632620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_typing_extra.cpython-313.pyc 2025-09-07T06:18:26.4634520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_generate_schema.cpython-313.pyc 2025-09-07T06:18:26.4636090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_core_metadata.cpython-313.pyc 2025-09-07T06:18:26.4637660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_mock_val_ser.cpython-313.pyc 2025-09-07T06:18:26.4639400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_docs_extraction.cpython-313.pyc 2025-09-07T06:18:26.4640950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_decorators.cpython-313.pyc 2025-09-07T06:18:26.4642580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_import_utils.cpython-313.pyc 2025-09-07T06:18:26.4644030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_utils.cpython-313.pyc 2025-09-07T06:18:26.4645640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_generics.cpython-313.pyc 2025-09-07T06:18:26.4647150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_repr.cpython-313.pyc 2025-09-07T06:18:26.4648770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_model_construction.cpython-313.pyc 2025-09-07T06:18:26.4650240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_git.cpython-313.pyc 2025-09-07T06:18:26.4651870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_schema_gather.cpython-313.pyc 2025-09-07T06:18:26.4653660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_known_annotated_metadata.cpython-313.pyc 2025-09-07T06:18:26.4655320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_discriminated_union.cpython-313.pyc 2025-09-07T06:18:26.4656990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_namespace_utils.cpython-313.pyc 2025-09-07T06:18:26.4658800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_core_utils.cpython-313.pyc 2025-09-07T06:18:26.4660610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_dataclasses.cpython-313.pyc 2025-09-07T06:18:26.4662240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_schema_generation_shared.cpython-313.pyc 2025-09-07T06:18:26.4663840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.4665580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_decorators_v1.cpython-313.pyc 2025-09-07T06:18:26.4667220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_signature.cpython-313.pyc 2025-09-07T06:18:26.4668780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_internal_dataclass.cpython-313.pyc 2025-09-07T06:18:26.4670260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_known_annotated_metadata.py 2025-09-07T06:18:26.4671570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_model_construction.py 2025-09-07T06:18:26.4672980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_signature.py 2025-09-07T06:18:26.4674490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_generate_schema.py 2025-09-07T06:18:26.4676000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_schema_gather.py 2025-09-07T06:18:26.4677420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_discriminated_union.py 2025-09-07T06:18:26.4678850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_forward_ref.py 2025-09-07T06:18:26.4680060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_decorators.py 2025-09-07T06:18:26.4681540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_core_metadata.py 2025-09-07T06:18:26.4682900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_fields.py 2025-09-07T06:18:26.4684340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_config.py 2025-09-07T06:18:26.4685560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_mock_val_ser.py 2025-09-07T06:18:26.4686870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_git.py 2025-09-07T06:18:26.4688060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_generics.py 2025-09-07T06:18:26.4689570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_dataclasses.py 2025-09-07T06:18:26.4690980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_internal_dataclass.py 2025-09-07T06:18:26.4692420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_utils.py 2025-09-07T06:18:26.4693800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/experimental/__init__.py 2025-09-07T06:18:26.4695470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/experimental/__pycache__/pipeline.cpython-313.pyc 2025-09-07T06:18:26.4697210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/experimental/__pycache__/arguments_schema.cpython-313.pyc 2025-09-07T06:18:26.4698920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/experimental/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.4700340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/experimental/pipeline.py 2025-09-07T06:18:26.4702150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/experimental/arguments_schema.py 2025-09-07T06:18:26.4703690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/functional_validators.py 2025-09-07T06:18:26.4704850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/alias_generators.py 2025-09-07T06:18:26.4705970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/color.py 2025-09-07T06:18:26.4707220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/config.py 2025-09-07T06:18:26.4708320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/version.py 2025-09-07T06:18:26.4709410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/fields.py 2025-09-07T06:18:26.4710700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/error_wrappers.py 2025-09-07T06:18:26.4711910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/decorator.py 2025-09-07T06:18:26.4713330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/validators.py 2025-09-07T06:18:26.4714530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/warnings.py 2025-09-07T06:18:26.4715640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/tools.py 2025-09-07T06:18:26.4716930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/plugin/_loader.py 2025-09-07T06:18:26.4718270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/plugin/__init__.py 2025-09-07T06:18:26.4719730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/plugin/_schema_validator.py 2025-09-07T06:18:26.4721700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/plugin/__pycache__/_loader.cpython-313.pyc 2025-09-07T06:18:26.4723250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/plugin/__pycache__/_schema_validator.cpython-313.pyc 2025-09-07T06:18:26.4724710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/plugin/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.4725890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/env_settings.py 2025-09-07T06:18:26.4727190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__init__.py 2025-09-07T06:18:26.4728270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/mypy.py 2025-09-07T06:18:26.4729460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/types.py 2025-09-07T06:18:26.4731010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/class_validators.py 2025-09-07T06:18:26.4732470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/main.cpython-313.pyc 2025-09-07T06:18:26.4733910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/typing.cpython-313.pyc 2025-09-07T06:18:26.4735520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/functional_serializers.cpython-313.pyc 2025-09-07T06:18:26.4737050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/networks.cpython-313.pyc 2025-09-07T06:18:26.4738360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/mypy.cpython-313.pyc 2025-09-07T06:18:26.4739840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/generics.cpython-313.pyc 2025-09-07T06:18:26.4741300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/root_model.cpython-313.pyc 2025-09-07T06:18:26.4742670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/validators.cpython-313.pyc 2025-09-07T06:18:26.4744120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/color.cpython-313.pyc 2025-09-07T06:18:26.4745570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/config.cpython-313.pyc 2025-09-07T06:18:26.4747200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/validate_call_decorator.cpython-313.pyc 2025-09-07T06:18:26.4748730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/annotated_handlers.cpython-313.pyc 2025-09-07T06:18:26.4750210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/fields.cpython-313.pyc 2025-09-07T06:18:26.4751860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/parse.cpython-313.pyc 2025-09-07T06:18:26.4753330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/aliases.cpython-313.pyc 2025-09-07T06:18:26.4754810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/_migration.cpython-313.pyc 2025-09-07T06:18:26.4756640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/functional_validators.cpython-313.pyc 2025-09-07T06:18:26.4758210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/schema.cpython-313.pyc 2025-09-07T06:18:26.4760060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/datetime_parse.cpython-313.pyc 2025-09-07T06:18:26.4761390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/dataclasses.cpython-313.pyc 2025-09-07T06:18:26.4762770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/errors.cpython-313.pyc 2025-09-07T06:18:26.4764140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:26.4765600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/class_validators.cpython-313.pyc 2025-09-07T06:18:26.4766840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/alias_generators.cpython-313.pyc 2025-09-07T06:18:26.4767930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/warnings.cpython-313.pyc 2025-09-07T06:18:26.4769030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/types.cpython-313.pyc 2025-09-07T06:18:26.4770270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/type_adapter.cpython-313.pyc 2025-09-07T06:18:26.4771400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/env_settings.cpython-313.pyc 2025-09-07T06:18:26.4772620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/error_wrappers.cpython-313.pyc 2025-09-07T06:18:26.4773710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/json.cpython-313.pyc 2025-09-07T06:18:26.4774900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/json_schema.cpython-313.pyc 2025-09-07T06:18:26.4776030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.4777440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:26.4778560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/decorator.cpython-313.pyc 2025-09-07T06:18:26.4779690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/tools.cpython-313.pyc 2025-09-07T06:18:26.4780600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/aliases.py 2025-09-07T06:18:26.4781690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/json_schema.py 2025-09-07T06:18:26.4782630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_migration.py 2025-09-07T06:18:26.4783830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/networks.py 2025-09-07T06:18:26.4785340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/root_model.py 2025-09-07T06:18:26.4786460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/type_adapter.py 2025-09-07T06:18:26.4787800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/utils.py 2025-09-07T06:18:26.4789160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/functional_serializers.py 2025-09-07T06:18:26.4790350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/py.typed 2025-09-07T06:18:26.4791730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/validate_call_decorator.py 2025-09-07T06:18:26.4792920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/errors.py 2025-09-07T06:18:26.4794210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/dataclasses.py 2025-09-07T06:18:26.4795530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/parse.py 2025-09-07T06:18:26.4796730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/typing.py 2025-09-07T06:18:26.4797850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/main.py 2025-09-07T06:18:26.4799170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/datetime_parse.py 2025-09-07T06:18:26.4800460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/json.py 2025-09-07T06:18:26.4802060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/annotated_handlers.py 2025-09-07T06:18:26.4803250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/generics.py 2025-09-07T06:18:26.4804620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/schema.py 2025-09-07T06:18:26.4805870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/deprecated/config.py 2025-09-07T06:18:26.4807080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/deprecated/decorator.py 2025-09-07T06:18:26.4808370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/deprecated/tools.py 2025-09-07T06:18:26.4809830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/deprecated/copy_internals.py 2025-09-07T06:18:26.4811110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/deprecated/__init__.py 2025-09-07T06:18:26.4812530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/deprecated/class_validators.py 2025-09-07T06:18:26.4814260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/deprecated/__pycache__/config.cpython-313.pyc 2025-09-07T06:18:26.4815850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/deprecated/__pycache__/parse.cpython-313.pyc 2025-09-07T06:18:26.4817690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/deprecated/__pycache__/class_validators.cpython-313.pyc 2025-09-07T06:18:26.4819260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/deprecated/__pycache__/json.cpython-313.pyc 2025-09-07T06:18:26.4820840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/deprecated/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.4822440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/deprecated/__pycache__/copy_internals.cpython-313.pyc 2025-09-07T06:18:26.4824160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/deprecated/__pycache__/decorator.cpython-313.pyc 2025-09-07T06:18:26.4825650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/deprecated/__pycache__/tools.cpython-313.pyc 2025-09-07T06:18:26.4826980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/deprecated/parse.py 2025-09-07T06:18:26.4828380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/deprecated/json.py 2025-09-07T06:18:26.4829020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0.conda 2025-09-07T06:18:26.4829910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/bin/keyring 2025-09-07T06:18:26.4830920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:26.4831890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:26.4832980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/test/tests/test_packaging.py 2025-09-07T06:18:26.4833990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/test/tests/util/test_platform.py 2025-09-07T06:18:26.4835030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/test/tests/test_errors.py 2025-09-07T06:18:26.4836230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/test/tests/backends/test_kwallet.py 2025-09-07T06:18:26.4837330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/test/tests/backends/test_libsecret.py 2025-09-07T06:18:26.4838740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/test/tests/backends/test_SecretService.py 2025-09-07T06:18:26.4839930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/test/tests/backends/test_macOS.py 2025-09-07T06:18:26.4841260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/test/tests/backends/test_chainer.py 2025-09-07T06:18:26.4842470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/test/tests/backends/test_Windows.py 2025-09-07T06:18:26.4843400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/test/tests/test_core.py 2025-09-07T06:18:26.4844500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/test/tests/test_multiprocess.py 2025-09-07T06:18:26.4845630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/test/tests/test_integration.py 2025-09-07T06:18:26.4846640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/test/tests/test_cli.py 2025-09-07T06:18:26.4847510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:26.4848570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.4849510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/licenses/LICENSE 2025-09-07T06:18:26.4850770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.4851700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:26.4852600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.4853550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/paths.json 2025-09-07T06:18:26.4854540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:26.4855370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/files 2025-09-07T06:18:26.4856270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/about.json 2025-09-07T06:18:26.4857170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/has_prefix 2025-09-07T06:18:26.4858210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/index.json 2025-09-07T06:18:26.4859010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/git 2025-09-07T06:18:26.4860460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring-25.6.0.dist-info/RECORD 2025-09-07T06:18:26.4861880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring-25.6.0.dist-info/LICENSE 2025-09-07T06:18:26.4863260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring-25.6.0.dist-info/direct_url.json 2025-09-07T06:18:26.4864450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring-25.6.0.dist-info/WHEEL 2025-09-07T06:18:26.4865960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring-25.6.0.dist-info/entry_points.txt 2025-09-07T06:18:26.4867550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring-25.6.0.dist-info/top_level.txt 2025-09-07T06:18:26.4869170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring-25.6.0.dist-info/REQUESTED 2025-09-07T06:18:26.4870510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring-25.6.0.dist-info/INSTALLER 2025-09-07T06:18:26.4871800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring-25.6.0.dist-info/METADATA 2025-09-07T06:18:26.4873010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/compat/py38.py 2025-09-07T06:18:26.4874200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/compat/properties.py 2025-09-07T06:18:26.4875450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/compat/__init__.py 2025-09-07T06:18:26.4876800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/compat/py312.py 2025-09-07T06:18:26.4878380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/compat/__pycache__/py312.cpython-313.pyc 2025-09-07T06:18:26.4879850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/compat/__pycache__/py38.cpython-313.pyc 2025-09-07T06:18:26.4881300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/compat/__pycache__/properties.cpython-313.pyc 2025-09-07T06:18:26.4883030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/compat/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.4884100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/backend.py 2025-09-07T06:18:26.4885330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/util/__init__.py 2025-09-07T06:18:26.4886880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/util/__pycache__/platform_.cpython-313.pyc 2025-09-07T06:18:26.4888440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/util/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.4889590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/util/platform_.py 2025-09-07T06:18:26.4890960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/completion.py 2025-09-07T06:18:26.4892080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/credentials.py 2025-09-07T06:18:26.4893650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/backends/macOS/__init__.py 2025-09-07T06:18:26.4895190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/backends/macOS/__pycache__/api.cpython-313.pyc 2025-09-07T06:18:26.4896760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/backends/macOS/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.4898050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/backends/macOS/api.py 2025-09-07T06:18:26.4899250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/backends/null.py 2025-09-07T06:18:26.4900570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/backends/kwallet.py 2025-09-07T06:18:26.4902040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/backends/__init__.py 2025-09-07T06:18:26.4903760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/backends/__pycache__/null.cpython-313.pyc 2025-09-07T06:18:26.4905370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/backends/__pycache__/Windows.cpython-313.pyc 2025-09-07T06:18:26.4906820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/backends/__pycache__/chainer.cpython-313.pyc 2025-09-07T06:18:26.4908410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/backends/__pycache__/libsecret.cpython-313.pyc 2025-09-07T06:18:26.4909950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/backends/__pycache__/kwallet.cpython-313.pyc 2025-09-07T06:18:26.4911490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/backends/__pycache__/fail.cpython-313.pyc 2025-09-07T06:18:26.4913030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/backends/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.4914470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/backends/__pycache__/SecretService.cpython-313.pyc 2025-09-07T06:18:26.4915690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/backends/fail.py 2025-09-07T06:18:26.4917010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/backends/SecretService.py 2025-09-07T06:18:26.4918360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/backends/Windows.py 2025-09-07T06:18:26.4919570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/backends/libsecret.py 2025-09-07T06:18:26.4920920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/backends/chainer.py 2025-09-07T06:18:26.4922160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/backend_complete.zsh 2025-09-07T06:18:26.4923400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/__init__.py 2025-09-07T06:18:26.4924560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/core.py 2025-09-07T06:18:26.4925800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/__pycache__/credentials.cpython-313.pyc 2025-09-07T06:18:26.4926870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/__pycache__/core.cpython-313.pyc 2025-09-07T06:18:26.4928000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/__pycache__/errors.cpython-313.pyc 2025-09-07T06:18:26.4929260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/__pycache__/devpi_client.cpython-313.pyc 2025-09-07T06:18:26.4930430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/__pycache__/cli.cpython-313.pyc 2025-09-07T06:18:26.4931500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/__pycache__/completion.cpython-313.pyc 2025-09-07T06:18:26.4932600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/__pycache__/backend.cpython-313.pyc 2025-09-07T06:18:26.4933720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:26.4934850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.4935940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/__pycache__/http.cpython-313.pyc 2025-09-07T06:18:26.4936940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/testing/backend.py 2025-09-07T06:18:26.4938180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/testing/util.py 2025-09-07T06:18:26.4939560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/testing/__init__.py 2025-09-07T06:18:26.4941320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/testing/__pycache__/util.cpython-313.pyc 2025-09-07T06:18:26.4943040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/testing/__pycache__/backend.cpython-313.pyc 2025-09-07T06:18:26.4944620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/testing/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.4945890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/cli.py 2025-09-07T06:18:26.4947170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/http.py 2025-09-07T06:18:26.4948530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/backend_complete.bash 2025-09-07T06:18:26.4949800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/py.typed 2025-09-07T06:18:26.4951030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/errors.py 2025-09-07T06:18:26.4952270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/devpi_client.py 2025-09-07T06:18:26.4953600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/__main__.py 2025-09-07T06:18:26.4954170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1.conda 2025-09-07T06:18:26.4955020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0.conda 2025-09-07T06:18:26.4956150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/repodata_record.json 2025-09-07T06:18:26.4957100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/run_test.sh 2025-09-07T06:18:26.4958310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/pyproject.toml 2025-09-07T06:18:26.4959380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/bench/test_x509.py 2025-09-07T06:18:26.4960570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/bench/test_aead.py 2025-09-07T06:18:26.4961810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/bench/__init__.py 2025-09-07T06:18:26.4963050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/bench/test_hashes.py 2025-09-07T06:18:26.4964200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/bench/test_fernet.py 2025-09-07T06:18:26.4965250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/bench/test_ec_load.py 2025-09-07T06:18:26.4966510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/bench/test_hmac.py 2025-09-07T06:18:26.4967670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/test_oid.py 2025-09-07T06:18:26.4969120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/backends/test_openssl.py 2025-09-07T06:18:26.4970320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/backends/__init__.py 2025-09-07T06:18:26.4971430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/__init__.py 2025-09-07T06:18:26.4972670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_ec.py 2025-09-07T06:18:26.4973990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_aead.py 2025-09-07T06:18:26.4975450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/decrepit/test_rc2.py 2025-09-07T06:18:26.4976750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/decrepit/test_arc4.py 2025-09-07T06:18:26.4978100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/decrepit/__init__.py 2025-09-07T06:18:26.4979600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/decrepit/test_3des.py 2025-09-07T06:18:26.4980860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/decrepit/test_algorithms.py 2025-09-07T06:18:26.4982060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_hkdf_vectors.py 2025-09-07T06:18:26.4983540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_aes.py 2025-09-07T06:18:26.4984920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_xofhash.py 2025-09-07T06:18:26.4986270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_rsa.py 2025-09-07T06:18:26.4987490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_ciphers.py 2025-09-07T06:18:26.4988980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_hmac_vectors.py 2025-09-07T06:18:26.4990450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_pkcs7.py 2025-09-07T06:18:26.4991750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_aes_gcm.py 2025-09-07T06:18:26.4993160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_hash_vectors.py 2025-09-07T06:18:26.4994400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/fixtures_dsa.py 2025-09-07T06:18:26.4995790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_sm4.py 2025-09-07T06:18:26.4996960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_x448.py 2025-09-07T06:18:26.4998340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/twofactor/test_totp.py 2025-09-07T06:18:26.4999660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/twofactor/test_hotp.py 2025-09-07T06:18:26.5001010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/twofactor/__init__.py 2025-09-07T06:18:26.5002170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_block.py 2025-09-07T06:18:26.5003730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_kbkdf.py 2025-09-07T06:18:26.5010010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_ed448.py 2025-09-07T06:18:26.5010660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_concatkdf.py 2025-09-07T06:18:26.5011280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_x25519.py 2025-09-07T06:18:26.5011890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/__init__.py 2025-09-07T06:18:26.5012500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_cmac.py 2025-09-07T06:18:26.5013100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_hashes.py 2025-09-07T06:18:26.5013690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_dh.py 2025-09-07T06:18:26.5014410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_kbkdf_vectors.py 2025-09-07T06:18:26.5015690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_keywrap.py 2025-09-07T06:18:26.5016920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_ed25519.py 2025-09-07T06:18:26.5018390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_ssh.py 2025-09-07T06:18:26.5019920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_constant_time.py 2025-09-07T06:18:26.5021550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_pbkdf2hmac_vectors.py 2025-09-07T06:18:26.5022750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/utils.py 2025-09-07T06:18:26.5023950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_asym_utils.py 2025-09-07T06:18:26.5025170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_hkdf.py 2025-09-07T06:18:26.5026620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/fixtures_dh.py 2025-09-07T06:18:26.5027920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_x963kdf.py 2025-09-07T06:18:26.5029320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_x963_vectors.py 2025-09-07T06:18:26.5030780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_pbkdf2hmac.py 2025-09-07T06:18:26.5032120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/fixtures_rsa.py 2025-09-07T06:18:26.5033410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_padding.py 2025-09-07T06:18:26.5034720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_camellia.py 2025-09-07T06:18:26.5035970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/fixtures_ec.py 2025-09-07T06:18:26.5037180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_serialization.py 2025-09-07T06:18:26.5038700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_chacha20.py 2025-09-07T06:18:26.5039960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_argon2.py 2025-09-07T06:18:26.5041200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_hmac.py 2025-09-07T06:18:26.5042430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_dsa.py 2025-09-07T06:18:26.5046730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_poly1305.py 2025-09-07T06:18:26.5047340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_pkcs12.py 2025-09-07T06:18:26.5047950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_scrypt.py 2025-09-07T06:18:26.5048560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/bindings/test_openssl.py 2025-09-07T06:18:26.5049120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/test_utils.py 2025-09-07T06:18:26.5049630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/conftest.py 2025-09-07T06:18:26.5050900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/test_warnings.py 2025-09-07T06:18:26.5052040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/doubles.py 2025-09-07T06:18:26.5052970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/__init__.py 2025-09-07T06:18:26.5054110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/test_fernet.py 2025-09-07T06:18:26.5055380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/x509/test_ocsp.py 2025-09-07T06:18:26.5056480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/x509/test_x509_ext.py 2025-09-07T06:18:26.5057650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/x509/test_x509.py 2025-09-07T06:18:26.5058710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/x509/__init__.py 2025-09-07T06:18:26.5059910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/x509/verification/__init__.py 2025-09-07T06:18:26.5061110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/x509/verification/test_limbo.py 2025-09-07T06:18:26.5062550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/x509/verification/test_verification.py 2025-09-07T06:18:26.5063660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/x509/test_x509_crlbuilder.py 2025-09-07T06:18:26.5064710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/x509/test_name.py 2025-09-07T06:18:26.5066010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/x509/test_x509_revokedcertbuilder.py 2025-09-07T06:18:26.5067140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/wycheproof/test_pbkdf2.py 2025-09-07T06:18:26.5068480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/wycheproof/test_aes.py 2025-09-07T06:18:26.5069790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/wycheproof/test_rsa.py 2025-09-07T06:18:26.5070930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/wycheproof/test_utils.py 2025-09-07T06:18:26.5072170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/wycheproof/test_ecdsa.py 2025-09-07T06:18:26.5073490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/wycheproof/test_x448.py 2025-09-07T06:18:26.5074680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/wycheproof/test_eddsa.py 2025-09-07T06:18:26.5078770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/wycheproof/test_x25519.py 2025-09-07T06:18:26.5079430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/wycheproof/__init__.py 2025-09-07T06:18:26.5079950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/wycheproof/test_cmac.py 2025-09-07T06:18:26.5080500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/wycheproof/test_chacha20poly1305.py 2025-09-07T06:18:26.5081140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/wycheproof/test_keywrap.py 2025-09-07T06:18:26.5081920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/wycheproof/utils.py 2025-09-07T06:18:26.5083010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/wycheproof/test_hkdf.py 2025-09-07T06:18:26.5084280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/wycheproof/test_ecdh.py 2025-09-07T06:18:26.5085830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/wycheproof/test_hmac.py 2025-09-07T06:18:26.5087070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/wycheproof/test_dsa.py 2025-09-07T06:18:26.5088030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/utils.py 2025-09-07T06:18:26.5088970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/test_meta.py 2025-09-07T06:18:26.5089850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/test_cryptography_utils.py 2025-09-07T06:18:26.5090740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/deprecated_module.py 2025-09-07T06:18:26.5091470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/run_test.py 2025-09-07T06:18:26.5092440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.5093200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/licenses/LICENSE 2025-09-07T06:18:26.5094010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/licenses/LICENSE.APACHE 2025-09-07T06:18:26.5094830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/licenses/LICENSE.BSD 2025-09-07T06:18:26.5095880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/quote-LICENSE-MIT 2025-09-07T06:18:26.5096890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/inventory-LICENSE-MIT 2025-09-07T06:18:26.5097870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/instant-LICENSE 2025-09-07T06:18:26.5098890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/cfg-if-LICENSE-MIT 2025-09-07T06:18:26.5100000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/proc-macro-hack-LICENSE-MIT 2025-09-07T06:18:26.5101130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/indoc-LICENSE-MIT 2025-09-07T06:18:26.5102520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/proc-macro2-LICENSE-MIT 2025-09-07T06:18:26.5104030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/parking_lot_core-LICENSE-MIT 2025-09-07T06:18:26.5105590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/inventory-impl-LICENSE-MIT 2025-09-07T06:18:26.5107190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/unindent-LICENSE-MIT 2025-09-07T06:18:26.5108110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/raw-LICENSE 2025-09-07T06:18:26.5109290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/libc-LICENSE-MIT 2025-09-07T06:18:26.5110560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/smallvec-LICENSE-MIT 2025-09-07T06:18:26.5112020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/ctor-LICENSE-MIT 2025-09-07T06:18:26.5113690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/paste-impl-LICENSE-MIT 2025-09-07T06:18:26.5115030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/ghost-LICENSE-MIT 2025-09-07T06:18:26.5116550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/winapi-LICENSE-MIT 2025-09-07T06:18:26.5117860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/syn-LICENSE-MIT 2025-09-07T06:18:26.5119280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/lock_api-LICENSE-MIT 2025-09-07T06:18:26.5120330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/pyo3-LICENSE 2025-09-07T06:18:26.5121560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/indoc-impl-LICENSE-MIT 2025-09-07T06:18:26.5122880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/paste-LICENSE-MIT 2025-09-07T06:18:26.5124170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/parking_lot-LICENSE-MIT 2025-09-07T06:18:26.5125350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/redox_syscall-LICENSE 2025-09-07T06:18:26.5126780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/scopeguard-LICENSE-MIT 2025-09-07T06:18:26.5128020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/unicode-xid-LICENSE-MIT 2025-09-07T06:18:26.5129390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/rust-smallvec-LICENSE-MIT 2025-09-07T06:18:26.5130660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/pyo3-macros-backend-LICENSE 2025-09-07T06:18:26.5131860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/bitflags-LICENSE-MIT 2025-09-07T06:18:26.5133280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/pyo3-macros-LICENSE 2025-09-07T06:18:26.5134870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/winapi-x86_64-pc-windows-gnu-LICENSE-MIT 2025-09-07T06:18:26.5136490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/winapi-i686-pc-windows-gnu-LICENSE-MIT 2025-09-07T06:18:26.5137540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.5138470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/run_test.py 2025-09-07T06:18:26.5139500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/meta.yaml 2025-09-07T06:18:26.5140620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.5141560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/paths.json 2025-09-07T06:18:26.5142710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/hash_input.json 2025-09-07T06:18:26.5143490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/files 2025-09-07T06:18:26.5144520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/about.json 2025-09-07T06:18:26.5145530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/index.json 2025-09-07T06:18:26.5146450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/git 2025-09-07T06:18:26.5148090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/decrepit/__init__.py 2025-09-07T06:18:26.5149810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/decrepit/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.5151210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py 2025-09-07T06:18:26.5152600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/decrepit/ciphers/__init__.py 2025-09-07T06:18:26.5154500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/decrepit/ciphers/__pycache__/algorithms.cpython-313.pyc 2025-09-07T06:18:26.5156200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/decrepit/ciphers/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.5157840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/backends/__init__.py 2025-09-07T06:18:26.5159720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/backends/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.5161240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/backends/openssl/backend.py 2025-09-07T06:18:26.5162680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/backends/openssl/__init__.py 2025-09-07T06:18:26.5164410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/backends/openssl/__pycache__/backend.cpython-313.pyc 2025-09-07T06:18:26.5166360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/backends/openssl/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.5167700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/__init__.py 2025-09-07T06:18:26.5169330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/__pycache__/_oid.cpython-313.pyc 2025-09-07T06:18:26.5171030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.5172500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/argon2.py 2025-09-07T06:18:26.5174050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/__init__.py 2025-09-07T06:18:26.5175950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/concatkdf.cpython-313.pyc 2025-09-07T06:18:26.5177850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/hkdf.cpython-313.pyc 2025-09-07T06:18:26.5179540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/kbkdf.cpython-313.pyc 2025-09-07T06:18:26.5181120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/argon2.cpython-313.pyc 2025-09-07T06:18:26.5182990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/scrypt.cpython-313.pyc 2025-09-07T06:18:26.5184840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/pbkdf2.cpython-313.pyc 2025-09-07T06:18:26.5186570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.5188480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/x963kdf.cpython-313.pyc 2025-09-07T06:18:26.5189940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/scrypt.py 2025-09-07T06:18:26.5191360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/pbkdf2.py 2025-09-07T06:18:26.5192790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/hkdf.py 2025-09-07T06:18:26.5194330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/x963kdf.py 2025-09-07T06:18:26.5195790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/kbkdf.py 2025-09-07T06:18:26.5197710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py 2025-09-07T06:18:26.5199170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/_serialization.py 2025-09-07T06:18:26.5200740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/twofactor/totp.py 2025-09-07T06:18:26.5202310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/twofactor/__init__.py 2025-09-07T06:18:26.5203980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/twofactor/__pycache__/totp.cpython-313.pyc 2025-09-07T06:18:26.5205900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/twofactor/__pycache__/hotp.cpython-313.pyc 2025-09-07T06:18:26.5207780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/twofactor/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.5209310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/twofactor/hotp.py 2025-09-07T06:18:26.5211050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/serialization/__init__.py 2025-09-07T06:18:26.5213030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/pkcs7.cpython-313.pyc 2025-09-07T06:18:26.5214950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/base.cpython-313.pyc 2025-09-07T06:18:26.5216750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/ssh.cpython-313.pyc 2025-09-07T06:18:26.5218790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/pkcs12.cpython-313.pyc 2025-09-07T06:18:26.5220900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.5222570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/serialization/pkcs12.py 2025-09-07T06:18:26.5224320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/serialization/pkcs7.py 2025-09-07T06:18:26.5225690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/serialization/ssh.py 2025-09-07T06:18:26.5227380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/serialization/base.py 2025-09-07T06:18:26.5228750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/cmac.py 2025-09-07T06:18:26.5230210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/_asymmetric.py 2025-09-07T06:18:26.5231670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/__init__.py 2025-09-07T06:18:26.5233380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/__pycache__/poly1305.cpython-313.pyc 2025-09-07T06:18:26.5235150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/__pycache__/_asymmetric.cpython-313.pyc 2025-09-07T06:18:26.5237170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/__pycache__/_serialization.cpython-313.pyc 2025-09-07T06:18:26.5239190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/__pycache__/_cipheralgorithm.cpython-313.pyc 2025-09-07T06:18:26.5240940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/__pycache__/hashes.cpython-313.pyc 2025-09-07T06:18:26.5242660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/__pycache__/keywrap.cpython-313.pyc 2025-09-07T06:18:26.5244400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/__pycache__/hmac.cpython-313.pyc 2025-09-07T06:18:26.5246150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/__pycache__/cmac.cpython-313.pyc 2025-09-07T06:18:26.5247920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/__pycache__/constant_time.cpython-313.pyc 2025-09-07T06:18:26.5249590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.5251130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/__pycache__/padding.cpython-313.pyc 2025-09-07T06:18:26.5252320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/_cipheralgorithm.py 2025-09-07T06:18:26.5253630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/poly1305.py 2025-09-07T06:18:26.5254740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/ciphers/algorithms.py 2025-09-07T06:18:26.5255860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/ciphers/aead.py 2025-09-07T06:18:26.5257120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/ciphers/__init__.py 2025-09-07T06:18:26.5258990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/base.cpython-313.pyc 2025-09-07T06:18:26.5260930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/modes.cpython-313.pyc 2025-09-07T06:18:26.5262690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/algorithms.cpython-313.pyc 2025-09-07T06:18:26.5264650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.5266380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/aead.cpython-313.pyc 2025-09-07T06:18:26.5268030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/ciphers/modes.py 2025-09-07T06:18:26.5269680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/ciphers/base.py 2025-09-07T06:18:26.5271350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/constant_time.py 2025-09-07T06:18:26.5272740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/x448.py 2025-09-07T06:18:26.5274300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/ec.py 2025-09-07T06:18:26.5275710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/rsa.py 2025-09-07T06:18:26.5277310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/dh.py 2025-09-07T06:18:26.5279300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__init__.py 2025-09-07T06:18:26.5280800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/types.py 2025-09-07T06:18:26.5282740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/x25519.cpython-313.pyc 2025-09-07T06:18:26.5284810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ed25519.cpython-313.pyc 2025-09-07T06:18:26.5286760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/rsa.cpython-313.pyc 2025-09-07T06:18:26.5288720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ed448.cpython-313.pyc 2025-09-07T06:18:26.5290480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ec.cpython-313.pyc 2025-09-07T06:18:26.5292190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:26.5293970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/dh.cpython-313.pyc 2025-09-07T06:18:26.5295760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/x448.cpython-313.pyc 2025-09-07T06:18:26.5297550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/types.cpython-313.pyc 2025-09-07T06:18:26.5299740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.5301450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/dsa.cpython-313.pyc 2025-09-07T06:18:26.5303410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/padding.cpython-313.pyc 2025-09-07T06:18:26.5304950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/utils.py 2025-09-07T06:18:26.5306540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/ed25519.py 2025-09-07T06:18:26.5308130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/dsa.py 2025-09-07T06:18:26.5309680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/ed448.py 2025-09-07T06:18:26.5311500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/x25519.py 2025-09-07T06:18:26.5313250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/padding.py 2025-09-07T06:18:26.5314820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/keywrap.py 2025-09-07T06:18:26.5316200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/hmac.py 2025-09-07T06:18:26.5317630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/hashes.py 2025-09-07T06:18:26.5319140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/padding.py 2025-09-07T06:18:26.5320610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/_oid.py 2025-09-07T06:18:26.5322110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/_openssl.pyi 2025-09-07T06:18:26.5323780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/__init__.pyi 2025-09-07T06:18:26.5325350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/x509.pyi 2025-09-07T06:18:26.5326890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/exceptions.pyi 2025-09-07T06:18:26.5328420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/ocsp.pyi 2025-09-07T06:18:26.5330000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/asn1.pyi 2025-09-07T06:18:26.5332000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/ed25519.pyi 2025-09-07T06:18:26.5333600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/ec.pyi 2025-09-07T06:18:26.5335220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/dsa.pyi 2025-09-07T06:18:26.5337090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/cmac.pyi 2025-09-07T06:18:26.5338720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/ciphers.pyi 2025-09-07T06:18:26.5340390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/__init__.pyi 2025-09-07T06:18:26.5342110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/hashes.pyi 2025-09-07T06:18:26.5343840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/kdf.pyi 2025-09-07T06:18:26.5345440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/rsa.pyi 2025-09-07T06:18:26.5346950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/keys.pyi 2025-09-07T06:18:26.5348480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/x448.pyi 2025-09-07T06:18:26.5350190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/x25519.pyi 2025-09-07T06:18:26.5351820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/ed448.pyi 2025-09-07T06:18:26.5353350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/poly1305.pyi 2025-09-07T06:18:26.5354900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/aead.pyi 2025-09-07T06:18:26.5356370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/dh.pyi 2025-09-07T06:18:26.5357760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/hmac.pyi 2025-09-07T06:18:26.5359190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/pkcs12.pyi 2025-09-07T06:18:26.5360690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/test_support.pyi 2025-09-07T06:18:26.5362080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/pkcs7.pyi 2025-09-07T06:18:26.5363620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/__init__.py 2025-09-07T06:18:26.5365420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.5366730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust.abi3.so 2025-09-07T06:18:26.5368430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/openssl/__init__.py 2025-09-07T06:18:26.5370710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/openssl/__pycache__/_conditional.cpython-313.pyc 2025-09-07T06:18:26.5372400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/openssl/__pycache__/binding.cpython-313.pyc 2025-09-07T06:18:26.5374210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/openssl/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.5375770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/openssl/_conditional.py 2025-09-07T06:18:26.5377210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/openssl/binding.py 2025-09-07T06:18:26.5378540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/__init__.py 2025-09-07T06:18:26.5379970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/__pycache__/fernet.cpython-313.pyc 2025-09-07T06:18:26.5381440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:26.5383130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/__pycache__/exceptions.cpython-313.pyc 2025-09-07T06:18:26.5384830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/__pycache__/__about__.cpython-313.pyc 2025-09-07T06:18:26.5386370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.5387720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/x509/oid.py 2025-09-07T06:18:26.5389280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/x509/verification.py 2025-09-07T06:18:26.5390750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/x509/ocsp.py 2025-09-07T06:18:26.5392280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/x509/general_name.py 2025-09-07T06:18:26.5393600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/x509/__init__.py 2025-09-07T06:18:26.5395480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/x509/__pycache__/extensions.cpython-313.pyc 2025-09-07T06:18:26.5397130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/x509/__pycache__/verification.cpython-313.pyc 2025-09-07T06:18:26.5398750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/x509/__pycache__/base.cpython-313.pyc 2025-09-07T06:18:26.5400580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/x509/__pycache__/certificate_transparency.cpython-313.pyc 2025-09-07T06:18:26.5402160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/x509/__pycache__/ocsp.cpython-313.pyc 2025-09-07T06:18:26.5403760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/x509/__pycache__/name.cpython-313.pyc 2025-09-07T06:18:26.5405490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/x509/__pycache__/general_name.cpython-313.pyc 2025-09-07T06:18:26.5407040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/x509/__pycache__/oid.cpython-313.pyc 2025-09-07T06:18:26.5408610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/x509/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.5410080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/x509/extensions.py 2025-09-07T06:18:26.5411530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/x509/name.py 2025-09-07T06:18:26.5413120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/x509/base.py 2025-09-07T06:18:26.5414560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/x509/certificate_transparency.py 2025-09-07T06:18:26.5415530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/utils.py 2025-09-07T06:18:26.5416550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/__about__.py 2025-09-07T06:18:26.5417540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/py.typed 2025-09-07T06:18:26.5418650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/exceptions.py 2025-09-07T06:18:26.5419590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/fernet.py 2025-09-07T06:18:26.5420740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography-45.0.5.dist-info/RECORD 2025-09-07T06:18:26.5421950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography-45.0.5.dist-info/licenses/LICENSE 2025-09-07T06:18:26.5423520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography-45.0.5.dist-info/licenses/LICENSE.APACHE 2025-09-07T06:18:26.5425210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography-45.0.5.dist-info/licenses/LICENSE.BSD 2025-09-07T06:18:26.5426850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography-45.0.5.dist-info/direct_url.json 2025-09-07T06:18:26.5428330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography-45.0.5.dist-info/WHEEL 2025-09-07T06:18:26.5429850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography-45.0.5.dist-info/REQUESTED 2025-09-07T06:18:26.5431390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography-45.0.5.dist-info/INSTALLER 2025-09-07T06:18:26.5433000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography-45.0.5.dist-info/METADATA 2025-09-07T06:18:26.5433850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/man/man1/bzegrep.1 2025-09-07T06:18:26.5434930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/man/man1/bzmore.1 2025-09-07T06:18:26.5435760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/man/man1/bzdiff.1 2025-09-07T06:18:26.5436660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/man/man1/bzfgrep.1 2025-09-07T06:18:26.5437580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/man/man1/bzip2.1 2025-09-07T06:18:26.5438520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/man/man1/bzcmp.1 2025-09-07T06:18:26.5439390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/man/man1/bzgrep.1 2025-09-07T06:18:26.5440280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/man/man1/bzless.1 2025-09-07T06:18:26.5441050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/bin/bzip2recover 2025-09-07T06:18:26.5441950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/bin/bzfgrep 2025-09-07T06:18:26.5442780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/bin/bzmore 2025-09-07T06:18:26.5443540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/bin/bzgrep 2025-09-07T06:18:26.5444320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/bin/bzegrep 2025-09-07T06:18:26.5445130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/bin/bzdiff 2025-09-07T06:18:26.5445830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/bin/bunzip2 2025-09-07T06:18:26.5446520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/bin/bzcmp 2025-09-07T06:18:26.5447330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/bin/bzless 2025-09-07T06:18:26.5448240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/bin/bzcat 2025-09-07T06:18:26.5449090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/bin/bzip2 2025-09-07T06:18:26.5449940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/include/bzlib.h 2025-09-07T06:18:26.5450940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/repodata_record.json 2025-09-07T06:18:26.5451880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/test/run_test.sh 2025-09-07T06:18:26.5453000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/licenses/LICENSE 2025-09-07T06:18:26.5453910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/recipe/0001-cross.patch 2025-09-07T06:18:26.5454780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/recipe/bld.bat 2025-09-07T06:18:26.5455640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/recipe/build.sh 2025-09-07T06:18:26.5456710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/recipe/build_dll.patch 2025-09-07T06:18:26.5457790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.5458550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/recipe/bz2.c 2025-09-07T06:18:26.5459570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/recipe/meta.yaml 2025-09-07T06:18:26.5460330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/recipe/run_test.bat 2025-09-07T06:18:26.5461250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/recipe/meta.yaml.template 2025-09-07T06:18:26.5462190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/run_exports.json 2025-09-07T06:18:26.5463130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/paths.json 2025-09-07T06:18:26.5464030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/hash_input.json 2025-09-07T06:18:26.5464790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/files 2025-09-07T06:18:26.5465730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/about.json 2025-09-07T06:18:26.5466570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/index.json 2025-09-07T06:18:26.5467330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/git 2025-09-07T06:18:26.5468160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/lib/libbz2.a 2025-09-07T06:18:26.5468990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/lib/libbz2.dylib 2025-09-07T06:18:26.5469880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/lib/libbz2.1.0.8.dylib 2025-09-07T06:18:26.5470550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/bin/xmlwf 2025-09-07T06:18:26.5471570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/include/expat_config.h 2025-09-07T06:18:26.5472430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/include/expat_external.h 2025-09-07T06:18:26.5473160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/include/expat.h 2025-09-07T06:18:26.5474170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/info/repodata_record.json 2025-09-07T06:18:26.5475010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/info/test/run_test.sh 2025-09-07T06:18:26.5475850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/info/licenses/COPYING 2025-09-07T06:18:26.5476640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/info/recipe/bld.bat 2025-09-07T06:18:26.5477500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/info/recipe/build.sh 2025-09-07T06:18:26.5478540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.5479430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/info/recipe/stdbool.h 2025-09-07T06:18:26.5480280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/info/recipe/meta.yaml 2025-09-07T06:18:26.5481220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.5482170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/info/run_exports.json 2025-09-07T06:18:26.5483080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/info/paths.json 2025-09-07T06:18:26.5483960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/info/hash_input.json 2025-09-07T06:18:26.5484720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/info/files 2025-09-07T06:18:26.5485550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/info/about.json 2025-09-07T06:18:26.5486360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/info/has_prefix 2025-09-07T06:18:26.5487100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/info/index.json 2025-09-07T06:18:26.5487770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/info/git 2025-09-07T06:18:26.5488680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/lib/pkgconfig/expat.pc 2025-09-07T06:18:26.5489710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/lib/libexpat.dylib 2025-09-07T06:18:26.5490720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/lib/cmake/expat-2.7.1/expat-config.cmake 2025-09-07T06:18:26.5492070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/lib/cmake/expat-2.7.1/expat-config-version.cmake 2025-09-07T06:18:26.5493140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/lib/cmake/expat-2.7.1/expat-noconfig.cmake 2025-09-07T06:18:26.5494190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/lib/cmake/expat-2.7.1/expat.cmake 2025-09-07T06:18:26.5495010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/lib/libexpat.1.10.2.dylib 2025-09-07T06:18:26.5495740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/lib/libexpat.a 2025-09-07T06:18:26.5496890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/lib/libexpat.1.dylib 2025-09-07T06:18:26.5502720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/share/man/man1/xmlwf.1 2025-09-07T06:18:26.5503280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/share/doc/expat/changelog 2025-09-07T06:18:26.5503720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/share/doc/expat/AUTHORS 2025-09-07T06:18:26.5504250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0.conda 2025-09-07T06:18:26.5504810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/site-packages/conda_libmamba_solver-25.4.0.dist-info/RECORD 2025-09-07T06:18:26.5505540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/site-packages/conda_libmamba_solver-25.4.0.dist-info/licenses/AUTHORS.md 2025-09-07T06:18:26.5506290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/site-packages/conda_libmamba_solver-25.4.0.dist-info/licenses/LICENSE 2025-09-07T06:18:26.5507170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/site-packages/conda_libmamba_solver-25.4.0.dist-info/direct_url.json 2025-09-07T06:18:26.5508640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/site-packages/conda_libmamba_solver-25.4.0.dist-info/WHEEL 2025-09-07T06:18:26.5510330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/site-packages/conda_libmamba_solver-25.4.0.dist-info/entry_points.txt 2025-09-07T06:18:26.5511810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/site-packages/conda_libmamba_solver-25.4.0.dist-info/REQUESTED 2025-09-07T06:18:26.5513380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/site-packages/conda_libmamba_solver-25.4.0.dist-info/INSTALLER 2025-09-07T06:18:26.5515090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/site-packages/conda_libmamba_solver-25.4.0.dist-info/METADATA 2025-09-07T06:18:26.5516440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/site-packages/conda_libmamba_solver/repoquery.py 2025-09-07T06:18:26.5517480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/site-packages/conda_libmamba_solver/solver.py 2025-09-07T06:18:26.5518960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/site-packages/conda_libmamba_solver/index.py 2025-09-07T06:18:26.5520320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/site-packages/conda_libmamba_solver/__init__.py 2025-09-07T06:18:26.5521730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/site-packages/conda_libmamba_solver/mamba_utils.py 2025-09-07T06:18:26.5523360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/site-packages/conda_libmamba_solver/conda_build_exceptions.py 2025-09-07T06:18:26.5524570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/site-packages/conda_libmamba_solver/utils.py 2025-09-07T06:18:26.5525730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/site-packages/conda_libmamba_solver/plugin.py 2025-09-07T06:18:26.5527120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/site-packages/conda_libmamba_solver/exceptions.py 2025-09-07T06:18:26.5528330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/site-packages/conda_libmamba_solver/state.py 2025-09-07T06:18:26.5529410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/info/repodata_record.json 2025-09-07T06:18:26.5530520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/info/test/run_test.sh 2025-09-07T06:18:26.5531650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/info/test/run_test.py 2025-09-07T06:18:26.5532710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/info/test/run_test.bat 2025-09-07T06:18:26.5533760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/info/licenses/src/LICENSE 2025-09-07T06:18:26.5534960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.5535970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/info/recipe/meta.yaml 2025-09-07T06:18:26.5537210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.5538290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/info/paths.json 2025-09-07T06:18:26.5539510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/info/hash_input.json 2025-09-07T06:18:26.5540380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/info/files 2025-09-07T06:18:26.5541320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/info/about.json 2025-09-07T06:18:26.5542260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/info/link.json 2025-09-07T06:18:26.5543240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/info/index.json 2025-09-07T06:18:26.5544200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/info/git 2025-09-07T06:18:26.5545220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:26.5546160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:26.5547030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/pyproject.toml 2025-09-07T06:18:26.5548190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_parser.py 2025-09-07T06:18:26.5549270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_shell_completion.py 2025-09-07T06:18:26.5550510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_basic.py 2025-09-07T06:18:26.5551470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_utils.py 2025-09-07T06:18:26.5552430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_termui.py 2025-09-07T06:18:26.5553440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/conftest.py 2025-09-07T06:18:26.5554440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_options.py 2025-09-07T06:18:26.5555480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_info_dict.py 2025-09-07T06:18:26.5556480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_imports.py 2025-09-07T06:18:26.5557600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_command_decorators.py 2025-09-07T06:18:26.5558810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/typing/typing_confirmation_option.py 2025-09-07T06:18:26.5559840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/typing/typing_help_option.py 2025-09-07T06:18:26.5560880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/typing/typing_options.py 2025-09-07T06:18:26.5562050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/typing/typing_group_kw_options.py 2025-09-07T06:18:26.5563230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/typing/typing_aliased_group.py 2025-09-07T06:18:26.5564560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/typing/typing_simple_example.py 2025-09-07T06:18:26.5565570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/typing/typing_progressbar.py 2025-09-07T06:18:26.5566830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/typing/typing_version_option.py 2025-09-07T06:18:26.5568000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/typing/typing_password_option.py 2025-09-07T06:18:26.5568990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_commands.py 2025-09-07T06:18:26.5569940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_compat.py 2025-09-07T06:18:26.5570960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_formatting.py 2025-09-07T06:18:26.5571870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_context.py 2025-09-07T06:18:26.5572900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_chain.py 2025-09-07T06:18:26.5573870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_normalization.py 2025-09-07T06:18:26.5574940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_defaults.py 2025-09-07T06:18:26.5576140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_custom_classes.py 2025-09-07T06:18:26.5577300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_types.py 2025-09-07T06:18:26.5578630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_arguments.py 2025-09-07T06:18:26.5579540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_testing.py 2025-09-07T06:18:26.5580470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/shell-completion.rst 2025-09-07T06:18:26.5581110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/index.rst 2025-09-07T06:18:26.5581960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/click-concepts.rst 2025-09-07T06:18:26.5582760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/entry-points.rst 2025-09-07T06:18:26.5583550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/documentation.rst 2025-09-07T06:18:26.5584390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/parameter-types.rst 2025-09-07T06:18:26.5585110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/wincmd.rst 2025-09-07T06:18:26.5585870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/faqs.md 2025-09-07T06:18:26.5586650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/Makefile 2025-09-07T06:18:26.5587330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/why.rst 2025-09-07T06:18:26.5588050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/conf.py 2025-09-07T06:18:26.5588930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/commands-and-groups.rst 2025-09-07T06:18:26.5589660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/prompts.rst 2025-09-07T06:18:26.5590440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/setuptools.rst 2025-09-07T06:18:26.5591350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/virtualenv.rst 2025-09-07T06:18:26.5592200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/_static/click-logo.png 2025-09-07T06:18:26.5593070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/_static/click-icon.png 2025-09-07T06:18:26.5593980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/_static/click-logo-sidebar.png 2025-09-07T06:18:26.5594710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/complex.rst 2025-09-07T06:18:26.5595520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/extending-click.rst 2025-09-07T06:18:26.5596410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/testing.md 2025-09-07T06:18:26.5597230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/make.bat 2025-09-07T06:18:26.5598240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/quickstart.rst 2025-09-07T06:18:26.5599280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/options.md 2025-09-07T06:18:26.5600360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/option-decorators.rst 2025-09-07T06:18:26.5601360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/commands.rst 2025-09-07T06:18:26.5602490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/license.rst 2025-09-07T06:18:26.5603590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/contrib.rst 2025-09-07T06:18:26.5604500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/arguments.rst 2025-09-07T06:18:26.5605560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/changes.rst 2025-09-07T06:18:26.5606530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/advanced.rst 2025-09-07T06:18:26.5607780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/utils.rst 2025-09-07T06:18:26.5608900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/unicode-support.rst 2025-09-07T06:18:26.5609740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/api.rst 2025-09-07T06:18:26.5610840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/handling-files.rst 2025-09-07T06:18:26.5611670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/exceptions.rst 2025-09-07T06:18:26.5612700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/parameters.rst 2025-09-07T06:18:26.5613630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:26.5614740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.5615690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/licenses/LICENSE.txt 2025-09-07T06:18:26.5616790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.5617650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:26.5618720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.5619610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/paths.json 2025-09-07T06:18:26.5620670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:26.5621500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/files 2025-09-07T06:18:26.5622390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/about.json 2025-09-07T06:18:26.5623340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/index.json 2025-09-07T06:18:26.5624140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/git 2025-09-07T06:18:26.5625430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/_winconsole.py 2025-09-07T06:18:26.5626630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/_textwrap.py 2025-09-07T06:18:26.5627940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/globals.py 2025-09-07T06:18:26.5629190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/__init__.py 2025-09-07T06:18:26.5630400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/core.py 2025-09-07T06:18:26.5631700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/types.py 2025-09-07T06:18:26.5633090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/__pycache__/_winconsole.cpython-313.pyc 2025-09-07T06:18:26.5634600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/__pycache__/shell_completion.cpython-313.pyc 2025-09-07T06:18:26.5636100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/__pycache__/globals.cpython-313.pyc 2025-09-07T06:18:26.5637570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/__pycache__/core.cpython-313.pyc 2025-09-07T06:18:26.5639090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/__pycache__/_compat.cpython-313.pyc 2025-09-07T06:18:26.5640630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/__pycache__/_termui_impl.cpython-313.pyc 2025-09-07T06:18:26.5641960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/__pycache__/testing.cpython-313.pyc 2025-09-07T06:18:26.5643320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/__pycache__/decorators.cpython-313.pyc 2025-09-07T06:18:26.5644860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:26.5646300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/__pycache__/exceptions.cpython-313.pyc 2025-09-07T06:18:26.5647740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/__pycache__/formatting.cpython-313.pyc 2025-09-07T06:18:26.5649040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/__pycache__/types.cpython-313.pyc 2025-09-07T06:18:26.5650440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/__pycache__/termui.cpython-313.pyc 2025-09-07T06:18:26.5651960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/__pycache__/_textwrap.cpython-313.pyc 2025-09-07T06:18:26.5653330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.5654750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/__pycache__/parser.cpython-313.pyc 2025-09-07T06:18:26.5655770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/formatting.py 2025-09-07T06:18:26.5656780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/parser.py 2025-09-07T06:18:26.5657990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/termui.py 2025-09-07T06:18:26.5659180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/utils.py 2025-09-07T06:18:26.5660300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/py.typed 2025-09-07T06:18:26.5661620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/exceptions.py 2025-09-07T06:18:26.5662920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/shell_completion.py 2025-09-07T06:18:26.5664170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/_compat.py 2025-09-07T06:18:26.5665410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/_termui_impl.py 2025-09-07T06:18:26.5666690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/testing.py 2025-09-07T06:18:26.5668120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/decorators.py 2025-09-07T06:18:26.5669380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click-8.2.1.dist-info/RECORD 2025-09-07T06:18:26.5670860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click-8.2.1.dist-info/licenses/LICENSE.txt 2025-09-07T06:18:26.5672240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click-8.2.1.dist-info/direct_url.json 2025-09-07T06:18:26.5673360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click-8.2.1.dist-info/WHEEL 2025-09-07T06:18:26.5674920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click-8.2.1.dist-info/REQUESTED 2025-09-07T06:18:26.5676520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click-8.2.1.dist-info/INSTALLER 2025-09-07T06:18:26.5677700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click-8.2.1.dist-info/METADATA 2025-09-07T06:18:26.5678560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0.conda 2025-09-07T06:18:26.5679800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:26.5680780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:26.5682090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/test/certifi/certifi/tests/__init__.py 2025-09-07T06:18:26.5683270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/test/certifi/certifi/tests/test_certify.py 2025-09-07T06:18:26.5684250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:26.5685550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.5686480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/licenses/certifi/LICENSE 2025-09-07T06:18:26.5687570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/recipe/bld.bat 2025-09-07T06:18:26.5688460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/recipe/build.sh 2025-09-07T06:18:26.5689500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.5690470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/recipe/run_test.py 2025-09-07T06:18:26.5691470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:26.5692630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.5693600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/paths.json 2025-09-07T06:18:26.5694500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:26.5695560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/files 2025-09-07T06:18:26.5696460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/about.json 2025-09-07T06:18:26.5697300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/index.json 2025-09-07T06:18:26.5698070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/git 2025-09-07T06:18:26.5699490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/lib/python3.13/site-packages/certifi-2025.8.3.dist-info/RECORD 2025-09-07T06:18:26.5700800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/lib/python3.13/site-packages/certifi-2025.8.3.dist-info/LICENSE 2025-09-07T06:18:26.5702300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/lib/python3.13/site-packages/certifi-2025.8.3.dist-info/direct_url.json 2025-09-07T06:18:26.5703820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/lib/python3.13/site-packages/certifi-2025.8.3.dist-info/WHEEL 2025-09-07T06:18:26.5705250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/lib/python3.13/site-packages/certifi-2025.8.3.dist-info/top_level.txt 2025-09-07T06:18:26.5706660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/lib/python3.13/site-packages/certifi-2025.8.3.dist-info/REQUESTED 2025-09-07T06:18:26.5708070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/lib/python3.13/site-packages/certifi-2025.8.3.dist-info/INSTALLER 2025-09-07T06:18:26.5709710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/lib/python3.13/site-packages/certifi-2025.8.3.dist-info/METADATA 2025-09-07T06:18:26.5710810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/lib/python3.13/site-packages/certifi/__init__.py 2025-09-07T06:18:26.5711960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/lib/python3.13/site-packages/certifi/core.py 2025-09-07T06:18:26.5713550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/lib/python3.13/site-packages/certifi/__pycache__/core.cpython-313.pyc 2025-09-07T06:18:26.5714900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/lib/python3.13/site-packages/certifi/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:26.5716270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/lib/python3.13/site-packages/certifi/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.5717650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/lib/python3.13/site-packages/certifi/py.typed 2025-09-07T06:18:26.5718880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/lib/python3.13/site-packages/certifi/cacert.pem 2025-09-07T06:18:26.5720170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/lib/python3.13/site-packages/certifi/__main__.py 2025-09-07T06:18:26.5720860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0.conda 2025-09-07T06:18:26.5721790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/bin/pythonw 2025-09-07T06:18:26.5722890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/bin/.python.app-post-link.sh 2025-09-07T06:18:26.5723700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/bin/python.app 2025-09-07T06:18:26.5724770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/bin/.python.app-pre-unlink.sh 2025-09-07T06:18:26.5725800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/repodata_record.json 2025-09-07T06:18:26.5726620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/test/run_test.sh 2025-09-07T06:18:26.5727580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/test/run_test.py 2025-09-07T06:18:26.5728460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/test/t.py 2025-09-07T06:18:26.5729350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/licenses/LICENSE 2025-09-07T06:18:26.5730720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/recipe/Contents/Resources/qt_menu.nib/classes.nib 2025-09-07T06:18:26.5732050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/recipe/Contents/Resources/qt_menu.nib/info.nib 2025-09-07T06:18:26.5733500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/recipe/Contents/Resources/qt_menu.nib/keyedobjects.nib 2025-09-07T06:18:26.5734530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/recipe/Contents/Resources/empty.lproj 2025-09-07T06:18:26.5735520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/recipe/Contents/Info.plist 2025-09-07T06:18:26.5736410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/recipe/Contents/PkgInfo 2025-09-07T06:18:26.5737360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/recipe/run_test.sh 2025-09-07T06:18:26.5738270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/recipe/post-link.sh 2025-09-07T06:18:26.5739200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/recipe/LICENSE 2025-09-07T06:18:26.5740090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/recipe/pre-unlink.sh 2025-09-07T06:18:26.5741050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/recipe/build.sh 2025-09-07T06:18:26.5741790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.5742500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/recipe/run_test.py 2025-09-07T06:18:26.5743220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/recipe/meta.yaml 2025-09-07T06:18:26.5744030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/recipe/meta.yaml.template 2025-09-07T06:18:26.5744680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/recipe/t.py 2025-09-07T06:18:26.5745360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/paths.json 2025-09-07T06:18:26.5746090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/hash_input.json 2025-09-07T06:18:26.5746750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/files 2025-09-07T06:18:26.5747420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/about.json 2025-09-07T06:18:26.5748090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/has_prefix 2025-09-07T06:18:26.5748780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/index.json 2025-09-07T06:18:26.5749400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/git 2025-09-07T06:18:26.5750280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/pythonapp/Contents/MacOS/python 2025-09-07T06:18:26.5751290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/pythonapp/Contents/Resources/qt_menu.nib/classes.nib 2025-09-07T06:18:26.5752210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/pythonapp/Contents/Resources/qt_menu.nib/info.nib 2025-09-07T06:18:26.5753220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/pythonapp/Contents/Resources/qt_menu.nib/keyedobjects.nib 2025-09-07T06:18:26.5754650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/pythonapp/Contents/Resources/empty.lproj 2025-09-07T06:18:26.5755510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/pythonapp/Contents/Info.plist 2025-09-07T06:18:26.5756430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/pythonapp/Contents/PkgInfo 2025-09-07T06:18:26.5757170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0.conda 2025-09-07T06:18:26.5757930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3.conda 2025-09-07T06:18:26.5759160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/info/repodata_record.json 2025-09-07T06:18:26.5760220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/info/test/run_test.sh 2025-09-07T06:18:26.5761190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/info/test/run_test.py 2025-09-07T06:18:26.5762380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/info/test/test_time_dependencies.json 2025-09-07T06:18:26.5763420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/info/licenses/LICENSE 2025-09-07T06:18:26.5764550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/info/recipe/bld.bat 2025-09-07T06:18:26.5765780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/info/recipe/build.sh 2025-09-07T06:18:26.5766980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.5768110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/info/recipe/meta.yaml 2025-09-07T06:18:26.5769320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/info/recipe/meta.yaml.template 2025-09-07T06:18:26.5770190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/info/paths.json 2025-09-07T06:18:26.5771370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/info/hash_input.json 2025-09-07T06:18:26.5772360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/info/files 2025-09-07T06:18:26.5773290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/info/about.json 2025-09-07T06:18:26.5774260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/info/index.json 2025-09-07T06:18:26.5775210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/info/git 2025-09-07T06:18:26.5776830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/lib/python3.13/site-packages/anaconda_anon_usage/patch.py 2025-09-07T06:18:26.5778430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/lib/python3.13/site-packages/anaconda_anon_usage/_version.py 2025-09-07T06:18:26.5779810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/lib/python3.13/site-packages/anaconda_anon_usage/__init__.py 2025-09-07T06:18:26.5781150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/lib/python3.13/site-packages/anaconda_anon_usage/tokens.py 2025-09-07T06:18:26.5782730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/lib/python3.13/site-packages/anaconda_anon_usage/__pycache__/plugin.cpython-313.pyc 2025-09-07T06:18:26.5784310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/lib/python3.13/site-packages/anaconda_anon_usage/__pycache__/tokens.cpython-313.pyc 2025-09-07T06:18:26.5785940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/lib/python3.13/site-packages/anaconda_anon_usage/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:26.5787620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/lib/python3.13/site-packages/anaconda_anon_usage/__pycache__/_version.cpython-313.pyc 2025-09-07T06:18:26.5789390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/lib/python3.13/site-packages/anaconda_anon_usage/__pycache__/install.cpython-313.pyc 2025-09-07T06:18:26.5790970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/lib/python3.13/site-packages/anaconda_anon_usage/__pycache__/patch.cpython-313.pyc 2025-09-07T06:18:26.5792600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/lib/python3.13/site-packages/anaconda_anon_usage/__pycache__/heartbeat.cpython-313.pyc 2025-09-07T06:18:26.5794410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/lib/python3.13/site-packages/anaconda_anon_usage/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.5795770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/lib/python3.13/site-packages/anaconda_anon_usage/utils.py 2025-09-07T06:18:26.5797260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/lib/python3.13/site-packages/anaconda_anon_usage/plugin.py 2025-09-07T06:18:26.5798730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/lib/python3.13/site-packages/anaconda_anon_usage/heartbeat.py 2025-09-07T06:18:26.5800370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/lib/python3.13/site-packages/anaconda_anon_usage-0.7.2.dist-info/RECORD 2025-09-07T06:18:26.5802030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/lib/python3.13/site-packages/anaconda_anon_usage-0.7.2.dist-info/licenses/LICENSE 2025-09-07T06:18:26.5803600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/lib/python3.13/site-packages/anaconda_anon_usage-0.7.2.dist-info/direct_url.json 2025-09-07T06:18:26.5805000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/lib/python3.13/site-packages/anaconda_anon_usage-0.7.2.dist-info/WHEEL 2025-09-07T06:18:26.5806910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/lib/python3.13/site-packages/anaconda_anon_usage-0.7.2.dist-info/entry_points.txt 2025-09-07T06:18:26.5808490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/lib/python3.13/site-packages/anaconda_anon_usage-0.7.2.dist-info/top_level.txt 2025-09-07T06:18:26.5810210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/lib/python3.13/site-packages/anaconda_anon_usage-0.7.2.dist-info/REQUESTED 2025-09-07T06:18:26.5811890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/lib/python3.13/site-packages/anaconda_anon_usage-0.7.2.dist-info/INSTALLER 2025-09-07T06:18:26.5813230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/lib/python3.13/site-packages/anaconda_anon_usage-0.7.2.dist-info/METADATA 2025-09-07T06:18:26.5814050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/bin/cph 2025-09-07T06:18:26.5815260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:26.5816360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:26.5817570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/test/tests/test_utils.py 2025-09-07T06:18:26.5818740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/test/tests/conftest.py 2025-09-07T06:18:26.5819810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/test/tests/__init__.py 2025-09-07T06:18:26.5821080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/test/tests/test_degraded.py 2025-09-07T06:18:26.5822410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/test/tests/recipes/cph_test_data/build.sh 2025-09-07T06:18:26.5823770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/test/tests/recipes/cph_test_data/meta.yaml 2025-09-07T06:18:26.5825040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/test/tests/test_validate.py 2025-09-07T06:18:26.5826300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/test/tests/test_api.py 2025-09-07T06:18:26.5827300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/test/tests/test_cli.py 2025-09-07T06:18:26.5828570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/test/tests/data/mock-2.0.0-py37_1000.conda 2025-09-07T06:18:26.5830040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/test/tests/data/mock-2.0.0-py37_1000.tar.bz2 2025-09-07T06:18:26.5831510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/test/tests/data/cph_test_data-0.0.1-0.tar.bz2 2025-09-07T06:18:26.5832740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/test/tests/test_interface.py 2025-09-07T06:18:26.5833830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/test/tests/memory_test.py 2025-09-07T06:18:26.5835000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:26.5836510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.5837550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/licenses/LICENSE 2025-09-07T06:18:26.5838880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.5839980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:26.5841160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.5842270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/paths.json 2025-09-07T06:18:26.5843500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:26.5844610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/files 2025-09-07T06:18:26.5845940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/about.json 2025-09-07T06:18:26.5846880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/has_prefix 2025-09-07T06:18:26.5847980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/index.json 2025-09-07T06:18:26.5848890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/git 2025-09-07T06:18:26.5850600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_handling/conda_fmt.py 2025-09-07T06:18:26.5852060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_handling/interface.py 2025-09-07T06:18:26.5853710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_handling/__init__.py 2025-09-07T06:18:26.5855270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_handling/__pycache__/api.cpython-313.pyc 2025-09-07T06:18:26.5857210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_handling/__pycache__/streaming.cpython-313.pyc 2025-09-07T06:18:26.5858960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_handling/__pycache__/tarball.cpython-313.pyc 2025-09-07T06:18:26.5860720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_handling/__pycache__/conda_fmt.cpython-313.pyc 2025-09-07T06:18:26.5862430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_handling/__pycache__/validate.cpython-313.pyc 2025-09-07T06:18:26.5864240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_handling/__pycache__/interface.cpython-313.pyc 2025-09-07T06:18:26.5865990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_handling/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:26.5867840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_handling/__pycache__/exceptions.cpython-313.pyc 2025-09-07T06:18:26.5869310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_handling/__pycache__/cli.cpython-313.pyc 2025-09-07T06:18:26.5870980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_handling/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:26.5872960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_handling/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.5874300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_handling/api.py 2025-09-07T06:18:26.5875850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_handling/validate.py 2025-09-07T06:18:26.5877260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_handling/cli.py 2025-09-07T06:18:26.5878820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_handling/utils.py 2025-09-07T06:18:26.5880350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_handling/exceptions.py 2025-09-07T06:18:26.5881880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_handling/tarball.py 2025-09-07T06:18:26.5883350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_handling/streaming.py 2025-09-07T06:18:26.5884930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_handling/__main__.py 2025-09-07T06:18:26.5886500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_handling-2.4.0.dist-info/AUTHORS.md 2025-09-07T06:18:26.5888240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_handling-2.4.0.dist-info/RECORD 2025-09-07T06:18:26.5889780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_handling-2.4.0.dist-info/LICENSE 2025-09-07T06:18:26.5891420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_handling-2.4.0.dist-info/direct_url.json 2025-09-07T06:18:26.5892990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_handling-2.4.0.dist-info/WHEEL 2025-09-07T06:18:26.5894790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_handling-2.4.0.dist-info/entry_points.txt 2025-09-07T06:18:26.5896410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_handling-2.4.0.dist-info/top_level.txt 2025-09-07T06:18:26.5898150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_handling-2.4.0.dist-info/REQUESTED 2025-09-07T06:18:26.5899720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_handling-2.4.0.dist-info/INSTALLER 2025-09-07T06:18:26.5901260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/lib/python3.13/site-packages/conda_package_handling-2.4.0.dist-info/METADATA 2025-09-07T06:18:26.5901680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0.conda 2025-09-07T06:18:26.5902220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/.constructor-build.info 2025-09-07T06:18:26.5902890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0.conda 2025-09-07T06:18:26.5903570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2.conda 2025-09-07T06:18:26.5904340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/include/libssh2_sftp.h 2025-09-07T06:18:26.5904930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/include/libssh2.h 2025-09-07T06:18:26.5905750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/include/libssh2_publickey.h 2025-09-07T06:18:26.5906570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/info/repodata_record.json 2025-09-07T06:18:26.5907170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/info/test/run_test.sh 2025-09-07T06:18:26.5907870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/info/licenses/COPYING 2025-09-07T06:18:26.5908590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/info/recipe/bld.bat 2025-09-07T06:18:26.5909340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/info/recipe/build.sh 2025-09-07T06:18:26.5910260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.5910850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/info/recipe/meta.yaml 2025-09-07T06:18:26.5911650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.5912320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/info/run_exports.json 2025-09-07T06:18:26.5913020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/info/paths.json 2025-09-07T06:18:26.5913820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/info/hash_input.json 2025-09-07T06:18:26.5914360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/info/files 2025-09-07T06:18:26.5915010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/info/about.json 2025-09-07T06:18:26.5915670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/info/has_prefix 2025-09-07T06:18:26.5916330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/info/index.json 2025-09-07T06:18:26.5916920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/info/git 2025-09-07T06:18:26.5917740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/lib/pkgconfig/libssh2.pc 2025-09-07T06:18:26.5918450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/lib/libssh2.1.0.1.dylib 2025-09-07T06:18:26.5919310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/lib/cmake/libssh2/FindLibgcrypt.cmake 2025-09-07T06:18:26.5920420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/lib/cmake/libssh2/libssh2-config-version.cmake 2025-09-07T06:18:26.5921560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/lib/cmake/libssh2/libssh2-targets.cmake 2025-09-07T06:18:26.5922660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/lib/cmake/libssh2/FindMbedTLS.cmake 2025-09-07T06:18:26.5923790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/lib/cmake/libssh2/FindWolfSSL.cmake 2025-09-07T06:18:26.5924930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/lib/cmake/libssh2/libssh2-config.cmake 2025-09-07T06:18:26.5926180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/lib/cmake/libssh2/libssh2-targets-release.cmake 2025-09-07T06:18:26.5927010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/lib/libssh2.1.dylib 2025-09-07T06:18:26.5927840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/lib/libssh2.dylib 2025-09-07T06:18:26.5928890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_statvfs.3 2025-09-07T06:18:26.5930030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_window_read.3 2025-09-07T06:18:26.5931260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_get_channel.3 2025-09-07T06:18:26.5932440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_get_exit_status.3 2025-09-07T06:18:26.5933470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_method_pref.3 2025-09-07T06:18:26.5934560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_init.3 2025-09-07T06:18:26.5935760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_handle_extended_data2.3 2025-09-07T06:18:26.5937030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_callback_set.3 2025-09-07T06:18:26.5938120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_setenv_ex.3 2025-09-07T06:18:26.5939120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_open_ex.3 2025-09-07T06:18:26.5940310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_startup.3 2025-09-07T06:18:26.5941480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_agent_get_identity.3 2025-09-07T06:18:26.5942710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_userauth_password.3 2025-09-07T06:18:26.5943710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_seek.3 2025-09-07T06:18:26.5944920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_open_ex.3 2025-09-07T06:18:26.5945990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_subsystem.3 2025-09-07T06:18:26.5946960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_rewind.3 2025-09-07T06:18:26.5948110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_last_error.3 2025-09-07T06:18:26.5949250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_request_pty.3 2025-09-07T06:18:26.5950350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_request_pty_ex.3 2025-09-07T06:18:26.5951410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_banner_set.3 2025-09-07T06:18:26.5952700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_request_auth_agent.3 2025-09-07T06:18:26.5953930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_supported_algs.3 2025-09-07T06:18:26.5955020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_publickey_shutdown.3 2025-09-07T06:18:26.5956120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_knownhost_check.3 2025-09-07T06:18:26.5957030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_agent_free.3 2025-09-07T06:18:26.5958100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_write.3 2025-09-07T06:18:26.5959170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_posix_rename.3 2025-09-07T06:18:26.5960320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_agent_connect.3 2025-09-07T06:18:26.5961400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_handshake.3 2025-09-07T06:18:26.5962610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_publickey_list_free.3 2025-09-07T06:18:26.5963740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_knownhost_writeline.3 2025-09-07T06:18:26.5964750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_mkdir.3 2025-09-07T06:18:26.5965780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_symlink.3 2025-09-07T06:18:26.5966830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_exec.3 2025-09-07T06:18:26.5967790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_opendir.3 2025-09-07T06:18:26.5968960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_receive_window_adjust2.3 2025-09-07T06:18:26.5970330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_forward_listen.3 2025-09-07T06:18:26.5971380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_close.3 2025-09-07T06:18:26.5972630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_flush_stderr.3 2025-09-07T06:18:26.5973710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_last_error.3 2025-09-07T06:18:26.5975010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_process_startup.3 2025-09-07T06:18:26.5975960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_agent_userauth.3 2025-09-07T06:18:26.5977160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_publickey_add.3 2025-09-07T06:18:26.5978150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_trace.3 2025-09-07T06:18:26.5979280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_get_timeout.3 2025-09-07T06:18:26.5980310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_banner_set.3 2025-09-07T06:18:26.5981430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_unlink_ex.3 2025-09-07T06:18:26.5982660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_close.3 2025-09-07T06:18:26.5984060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_close_handle.3 2025-09-07T06:18:26.5985010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_scp_send_ex.3 2025-09-07T06:18:26.5986390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_write_ex.3 2025-09-07T06:18:26.5987350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_shell.3 2025-09-07T06:18:26.5988530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_knownhost_init.3 2025-09-07T06:18:26.5989680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_userauth_list.3 2025-09-07T06:18:26.5990670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_signal_ex.3 2025-09-07T06:18:26.5991740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_read_stderr.3 2025-09-07T06:18:26.5992860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_window_read_ex.3 2025-09-07T06:18:26.5993910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_free.3 2025-09-07T06:18:26.5994850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_stat.3 2025-09-07T06:18:26.5995960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_knownhost_addc.3 2025-09-07T06:18:26.5997320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_open_session.3 2025-09-07T06:18:26.5998210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_knownhost_readline.3 2025-09-07T06:18:26.5999340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_agent_set_identity_path.3 2025-09-07T06:18:26.6000300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_banner_get.3 2025-09-07T06:18:26.6001410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_knownhost_checkp.3 2025-09-07T06:18:26.6002760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_ignore_extended_data.3 2025-09-07T06:18:26.6003730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_write.3 2025-09-07T06:18:26.6004960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_forward_cancel.3 2025-09-07T06:18:26.6006040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_publickey_add_ex.3 2025-09-07T06:18:26.6007510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_keepalive_config.3 2025-09-07T06:18:26.6008640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_rmdir.3 2025-09-07T06:18:26.6009950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_agent_disconnect.3 2025-09-07T06:18:26.6011160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_symlink_ex.3 2025-09-07T06:18:26.6012110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_version.3 2025-09-07T06:18:26.6013110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_unlink.3 2025-09-07T06:18:26.6014120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_scp_send.3 2025-09-07T06:18:26.6015270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_userauth_publickey.3 2025-09-07T06:18:26.6016210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_open.3 2025-09-07T06:18:26.6017500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_rmdir_ex.3 2025-09-07T06:18:26.6018580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_base64_decode.3 2025-09-07T06:18:26.6019620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sign_sk.3 2025-09-07T06:18:26.6020640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_lstat.3 2025-09-07T06:18:26.6021730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_publickey_init.3 2025-09-07T06:18:26.6022750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_read.3 2025-09-07T06:18:26.6023850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_userauth_password_ex.3 2025-09-07T06:18:26.6025080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_userauth_publickey_sk.3 2025-09-07T06:18:26.6026380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_request_pty_size.3 2025-09-07T06:18:26.6027400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_write_stderr.3 2025-09-07T06:18:26.6028560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_crypto_engine.3 2025-09-07T06:18:26.6029710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_knownhost_add.3 2025-09-07T06:18:26.6030850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_get_exit_signal.3 2025-09-07T06:18:26.6031980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_set_read_timeout.3 2025-09-07T06:18:26.6033160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_get_read_timeout.3 2025-09-07T06:18:26.6034260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_forward_listen_ex.3 2025-09-07T06:18:26.6035360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_fstatvfs.3 2025-09-07T06:18:26.6036430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_setenv.3 2025-09-07T06:18:26.6037460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_tell.3 2025-09-07T06:18:26.6038740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_userauth_hostbased_fromfile.3 2025-09-07T06:18:26.6039800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_poll_channel_read.3 2025-09-07T06:18:26.6041030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_userauth_hostbased_fromfile_ex.3 2025-09-07T06:18:26.6042100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_userauth_publickey_frommemory.3 2025-09-07T06:18:26.6043120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_trace_sethandler.3 2025-09-07T06:18:26.6044160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_publickey_remove_ex.3 2025-09-07T06:18:26.6045330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_free.3 2025-09-07T06:18:26.6046460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_realpath.3 2025-09-07T06:18:26.6047420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_init.3 2025-09-07T06:18:26.6048470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_publickey_list_fetch.3 2025-09-07T06:18:26.6049660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_x11_req.3 2025-09-07T06:18:26.6050850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_publickey_remove.3 2025-09-07T06:18:26.6051850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_methods.3 2025-09-07T06:18:26.6052890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_seek64.3 2025-09-07T06:18:26.6054180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_posix_rename_ex.3 2025-09-07T06:18:26.6055380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_block_directions.3 2025-09-07T06:18:26.6056440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_eof.3 2025-09-07T06:18:26.6057500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_flag.3 2025-09-07T06:18:26.6058400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_exit.3 2025-09-07T06:18:26.6059540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_poll.3 2025-09-07T06:18:26.6060630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_knownhost_free.3 2025-09-07T06:18:26.6061700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_receive_window_adjust.3 2025-09-07T06:18:26.6062480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_init_ex.3 2025-09-07T06:18:26.6063390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_window_write_ex.3 2025-09-07T06:18:26.6064250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_set_timeout.3 2025-09-07T06:18:26.6065360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_set_blocking.3 2025-09-07T06:18:26.6066440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_window_write.3 2025-09-07T06:18:26.6067560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_direct_tcpip.3 2025-09-07T06:18:26.6068650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_knownhost_writefile.3 2025-09-07T06:18:26.6069910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_disconnect_ex.3 2025-09-07T06:18:26.6071000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_disconnect.3 2025-09-07T06:18:26.6072040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_x11_req_ex.3 2025-09-07T06:18:26.6073220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_userauth_publickey_fromfile.3 2025-09-07T06:18:26.6074280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_readlink.3 2025-09-07T06:18:26.6075370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_rename_ex.3 2025-09-07T06:18:26.6076510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_keepalive_send.3 2025-09-07T06:18:26.6077700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_hostkey_hash.3 2025-09-07T06:18:26.6078710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_fstat.3 2025-09-07T06:18:26.6079810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_abstract.3 2025-09-07T06:18:26.6080680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_scp_recv2.3 2025-09-07T06:18:26.6081810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_open_ex_r.3 2025-09-07T06:18:26.6083030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_userauth_keyboard_interactive.3 2025-09-07T06:18:26.6083990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_fsetstat.3 2025-09-07T06:18:26.6085000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_shutdown.3 2025-09-07T06:18:26.6086290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_wait_eof.3 2025-09-07T06:18:26.6087430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_direct_tcpip_ex.3 2025-09-07T06:18:26.6088580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_stat_ex.3 2025-09-07T06:18:26.6089740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_agent_get_identity_path.3 2025-09-07T06:18:26.6091140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_set_blocking.3 2025-09-07T06:18:26.6092300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_fstat_ex.3 2025-09-07T06:18:26.6093240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_scp_recv.3 2025-09-07T06:18:26.6094270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_knownhost_get.3 2025-09-07T06:18:26.6095570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_free.3 2025-09-07T06:18:26.6096560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_agent_sign.3 2025-09-07T06:18:26.6097690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_knownhost_readfile.3 2025-09-07T06:18:26.6098660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_userauth_banner.3 2025-09-07T06:18:26.6099710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_setstat.3 2025-09-07T06:18:26.6101100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_tell64.3 2025-09-07T06:18:26.6102320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_userauth_authenticated.3 2025-09-07T06:18:26.6103420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_scp_send64.3 2025-09-07T06:18:26.6104500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_init.3 2025-09-07T06:18:26.6105710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_set_last_error.3 2025-09-07T06:18:26.6106740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_agent_list_identities.3 2025-09-07T06:18:26.6107780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_rename.3 2025-09-07T06:18:26.6108770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_closedir.3 2025-09-07T06:18:26.6109780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_fsync.3 2025-09-07T06:18:26.6110800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_open_r.3 2025-09-07T06:18:26.6112190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_handle_extended_data.3 2025-09-07T06:18:26.6113440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_get_blocking.3 2025-09-07T06:18:26.6114760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_request_pty_size_ex.3 2025-09-07T06:18:26.6116050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_readdir_ex.3 2025-09-07T06:18:26.6117150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_last_errno.3 2025-09-07T06:18:26.6118280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_read_ex.3 2025-09-07T06:18:26.6119320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_hostkey.3 2025-09-07T06:18:26.6120470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_read.3 2025-09-07T06:18:26.6121500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_send_eof.3 2025-09-07T06:18:26.6122610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_forward_accept.3 2025-09-07T06:18:26.6123910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_direct_streamlocal_ex.3 2025-09-07T06:18:26.6125000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_readdir.3 2025-09-07T06:18:26.6126420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_userauth_keyboard_interactive_ex.3 2025-09-07T06:18:26.6127510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_knownhost_del.3 2025-09-07T06:18:26.6128390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_flush_ex.3 2025-09-07T06:18:26.6129610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_userauth_publickey_fromfile_ex.3 2025-09-07T06:18:26.6130720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_callback_set2.3 2025-09-07T06:18:26.6131760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_wait_closed.3 2025-09-07T06:18:26.6132790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_flush.3 2025-09-07T06:18:26.6134000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_mkdir_ex.3 2025-09-07T06:18:26.6135350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_agent_init.3 2025-09-07T06:18:26.6136520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/doc/libssh2/BINDINGS.md 2025-09-07T06:18:26.6137570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/doc/libssh2/AUTHORS 2025-09-07T06:18:26.6138580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/doc/libssh2/HACKING.md 2025-09-07T06:18:26.6139590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/doc/libssh2/RELEASE-NOTES 2025-09-07T06:18:26.6140510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/doc/libssh2/README 2025-09-07T06:18:26.6141340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/doc/libssh2/COPYING 2025-09-07T06:18:26.6142120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/doc/libssh2/NEWS 2025-09-07T06:18:26.6143090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/lzmainfo 2025-09-07T06:18:26.6143760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/xzdec 2025-09-07T06:18:26.6144630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/unxz 2025-09-07T06:18:26.6145380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/xzegrep 2025-09-07T06:18:26.6146120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/unlzma 2025-09-07T06:18:26.6146820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/xzfgrep 2025-09-07T06:18:26.6147470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/xz 2025-09-07T06:18:26.6148140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/lzless 2025-09-07T06:18:26.6148890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/xzless 2025-09-07T06:18:26.6149570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/lzcmp 2025-09-07T06:18:26.6150300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/xzcat 2025-09-07T06:18:26.6150990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/xzcmp 2025-09-07T06:18:26.6151680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/lzcat 2025-09-07T06:18:26.6152470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/lzdiff 2025-09-07T06:18:26.6153200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/lzmadec 2025-09-07T06:18:26.6153890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/lzgrep 2025-09-07T06:18:26.6154590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/lzmore 2025-09-07T06:18:26.6155270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/lzfgrep 2025-09-07T06:18:26.6156010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/xzmore 2025-09-07T06:18:26.6156730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/xzgrep 2025-09-07T06:18:26.6157560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/lzma 2025-09-07T06:18:26.6158330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/lzegrep 2025-09-07T06:18:26.6159050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/xzdiff 2025-09-07T06:18:26.6159870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/include/lzma.h 2025-09-07T06:18:26.6160760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/include/lzma/index.h 2025-09-07T06:18:26.6161660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/include/lzma/version.h 2025-09-07T06:18:26.6162610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/include/lzma/index_hash.h 2025-09-07T06:18:26.6163400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/include/lzma/lzma12.h 2025-09-07T06:18:26.6164310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/include/lzma/container.h 2025-09-07T06:18:26.6165220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/include/lzma/delta.h 2025-09-07T06:18:26.6169960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/include/lzma/vli.h 2025-09-07T06:18:26.6170200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/include/lzma/check.h 2025-09-07T06:18:26.6170350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/include/lzma/bcj.h 2025-09-07T06:18:26.6170530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/include/lzma/stream_flags.h 2025-09-07T06:18:26.6170680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/include/lzma/block.h 2025-09-07T06:18:26.6170840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/include/lzma/hardware.h 2025-09-07T06:18:26.6171010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/include/lzma/filter.h 2025-09-07T06:18:26.6171940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/include/lzma/base.h 2025-09-07T06:18:26.6172970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/info/repodata_record.json 2025-09-07T06:18:26.6173690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/info/test/run_test.sh 2025-09-07T06:18:26.6174780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/info/test/test_time_dependencies.json 2025-09-07T06:18:26.6175520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/info/licenses/COPYING 2025-09-07T06:18:26.6176360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/info/recipe/bld.bat 2025-09-07T06:18:26.6177150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/info/recipe/build.sh 2025-09-07T06:18:26.6178240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.6179010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/info/recipe/meta.yaml 2025-09-07T06:18:26.6179930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/info/recipe/meta.yaml.template 2025-09-07T06:18:26.6180860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/info/run_exports.json 2025-09-07T06:18:26.6181540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/info/paths.json 2025-09-07T06:18:26.6182340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/info/hash_input.json 2025-09-07T06:18:26.6183140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/info/files 2025-09-07T06:18:26.6183880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/info/about.json 2025-09-07T06:18:26.6184690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/info/has_prefix 2025-09-07T06:18:26.6185560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/info/index.json 2025-09-07T06:18:26.6186190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/info/git 2025-09-07T06:18:26.6187170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/lib/pkgconfig/liblzma.pc 2025-09-07T06:18:26.6188220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/lib/cmake/liblzma/liblzma-config.cmake 2025-09-07T06:18:26.6189250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/lib/cmake/liblzma/liblzma-targets.cmake 2025-09-07T06:18:26.6190360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/lib/cmake/liblzma/liblzma-targets-release.cmake 2025-09-07T06:18:26.6191460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/lib/cmake/liblzma/liblzma-config-version.cmake 2025-09-07T06:18:26.6192520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/lib/liblzma.5.6.4.dylib 2025-09-07T06:18:26.6193260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/lib/liblzma.dylib 2025-09-07T06:18:26.6194150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/lib/liblzma.5.dylib 2025-09-07T06:18:26.6194960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/lzma.1 2025-09-07T06:18:26.6195820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/lzmore.1 2025-09-07T06:18:26.6196650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/xzmore.1 2025-09-07T06:18:26.6197430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/lzmainfo.1 2025-09-07T06:18:26.6198200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/xzcat.1 2025-09-07T06:18:26.6199110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/lzcmp.1 2025-09-07T06:18:26.6199890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/lzdiff.1 2025-09-07T06:18:26.6200810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/xzdiff.1 2025-09-07T06:18:26.6201570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/xz.1 2025-09-07T06:18:26.6202470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/xzdec.1 2025-09-07T06:18:26.6203220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/lzegrep.1 2025-09-07T06:18:26.6204060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/lzgrep.1 2025-09-07T06:18:26.6204840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/xzgrep.1 2025-09-07T06:18:26.6205870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/xzegrep.1 2025-09-07T06:18:26.6206840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/xzless.1 2025-09-07T06:18:26.6207590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/unlzma.1 2025-09-07T06:18:26.6208380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/lzless.1 2025-09-07T06:18:26.6209170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/lzfgrep.1 2025-09-07T06:18:26.6209950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/xzcmp.1 2025-09-07T06:18:26.6210820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/unxz.1 2025-09-07T06:18:26.6211770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/xzfgrep.1 2025-09-07T06:18:26.6212790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/lzmadec.1 2025-09-07T06:18:26.6213570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/lzcat.1 2025-09-07T06:18:26.6214550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/doc/xz/AUTHORS 2025-09-07T06:18:26.6215490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/doc/xz/lzma-file-format.txt 2025-09-07T06:18:26.6216470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/doc/xz/README 2025-09-07T06:18:26.6217210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/doc/xz/faq.txt 2025-09-07T06:18:26.6218040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/doc/xz/COPYING 2025-09-07T06:18:26.6218970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/doc/xz/NEWS 2025-09-07T06:18:26.6220220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/doc/xz/examples/04_compress_easy_mt.c 2025-09-07T06:18:26.6221150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/doc/xz/examples/01_compress_easy.c 2025-09-07T06:18:26.6222240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/doc/xz/examples/02_decompress.c 2025-09-07T06:18:26.6223360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/doc/xz/examples/Makefile 2025-09-07T06:18:26.6224380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/doc/xz/examples/03_compress_custom.c 2025-09-07T06:18:26.6225140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/doc/xz/examples/00_README.txt 2025-09-07T06:18:26.6225950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/doc/xz/examples/11_file_info.c 2025-09-07T06:18:26.6226670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/doc/xz/COPYING.0BSD 2025-09-07T06:18:26.6227450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/doc/xz/COPYING.GPLv2 2025-09-07T06:18:26.6228020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/doc/xz/history.txt 2025-09-07T06:18:26.6228670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/doc/xz/THANKS 2025-09-07T06:18:26.6229440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/doc/xz/xz-file-format.txt 2025-09-07T06:18:26.6230080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/bin/bsdcpio 2025-09-07T06:18:26.6230730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/bin/bsdunzip 2025-09-07T06:18:26.6231360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/bin/bsdtar 2025-09-07T06:18:26.6231990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/bin/bsdcat 2025-09-07T06:18:26.6232720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/include/archive.h 2025-09-07T06:18:26.6233470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/include/archive_entry.h 2025-09-07T06:18:26.6234290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/repodata_record.json 2025-09-07T06:18:26.6234970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/test/run_test.sh 2025-09-07T06:18:26.6235960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/test/test-archives/hello_world.tar.zst 2025-09-07T06:18:26.6236800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/test/test-archives/archive.7z 2025-09-07T06:18:26.6237660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/test/test-archives/hello_world.xar 2025-09-07T06:18:26.6238520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.6239360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/licenses/COPYING 2025-09-07T06:18:26.6240870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/recipe/patches/0001-Add-lib-to-CMAKE_FIND_LIBRARY_PREFIXES-for-lzma.patch 2025-09-07T06:18:26.6242210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/recipe/patches/0009-CMake-Force-Multi-threaded-DLL-runtime.patch 2025-09-07T06:18:26.6243220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/recipe/test-archives/hello_world.tar.zst 2025-09-07T06:18:26.6244170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/recipe/test-archives/archive.7z 2025-09-07T06:18:26.6245190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/recipe/test-archives/hello_world.xar 2025-09-07T06:18:26.6246120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/recipe/bld.bat 2025-09-07T06:18:26.6247070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/recipe/build.sh 2025-09-07T06:18:26.6247970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.6249120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/recipe/meta.yaml 2025-09-07T06:18:26.6250060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.6251040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/run_exports.json 2025-09-07T06:18:26.6252090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/paths.json 2025-09-07T06:18:26.6252920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/hash_input.json 2025-09-07T06:18:26.6253610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/files 2025-09-07T06:18:26.6254620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/about.json 2025-09-07T06:18:26.6255490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/has_prefix 2025-09-07T06:18:26.6256530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/index.json 2025-09-07T06:18:26.6257350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/git 2025-09-07T06:18:26.6258320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/lib/pkgconfig/libarchive.pc 2025-09-07T06:18:26.6259240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/lib/libarchive.13.7.7.dylib 2025-09-07T06:18:26.6260140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/lib/libarchive.dylib 2025-09-07T06:18:26.6260990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/lib/libarchive.a 2025-09-07T06:18:26.6262130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/lib/libarchive.13.dylib 2025-09-07T06:18:26.6263310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man5/libarchive-formats.5 2025-09-07T06:18:26.6264260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man5/mtree.5 2025-09-07T06:18:26.6265190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man5/cpio.5 2025-09-07T06:18:26.6266480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man5/tar.5 2025-09-07T06:18:26.6267460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_write_format.3 2025-09-07T06:18:26.6268490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_read_disk.3 2025-09-07T06:18:26.6269720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_write_set_passphrase.3 2025-09-07T06:18:26.6270800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_write_new.3 2025-09-07T06:18:26.6271870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_read_open.3 2025-09-07T06:18:26.6273070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_read_extract.3 2025-09-07T06:18:26.6273980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_util.3 2025-09-07T06:18:26.6275170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_write_blocksize.3 2025-09-07T06:18:26.6276230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_entry_stat.3 2025-09-07T06:18:26.6277340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_entry_misc.3 2025-09-07T06:18:26.6278300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_write_free.3 2025-09-07T06:18:26.6279520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_write_filter.3 2025-09-07T06:18:26.6280430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_read_data.3 2025-09-07T06:18:26.6281460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_write_disk.3 2025-09-07T06:18:26.6282600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_read.3 2025-09-07T06:18:26.6283720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_write_open.3 2025-09-07T06:18:26.6284750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_read_format.3 2025-09-07T06:18:26.6285970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_entry_paths.3 2025-09-07T06:18:26.6286870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_read_filter.3 2025-09-07T06:18:26.6287940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_write_data.3 2025-09-07T06:18:26.6288970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_entry_time.3 2025-09-07T06:18:26.6290080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_read_free.3 2025-09-07T06:18:26.6291160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_entry_linkify.3 2025-09-07T06:18:26.6292180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_entry.3 2025-09-07T06:18:26.6293320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_write.3 2025-09-07T06:18:26.6294430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_read_add_passphrase.3 2025-09-07T06:18:26.6295510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_read_header.3 2025-09-07T06:18:26.6296470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_entry_acl.3 2025-09-07T06:18:26.6297480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_read_new.3 2025-09-07T06:18:26.6298570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/libarchive_changes.3 2025-09-07T06:18:26.6299560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/libarchive.3 2025-09-07T06:18:26.6300640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/libarchive_internals.3 2025-09-07T06:18:26.6301890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_write_set_options.3 2025-09-07T06:18:26.6303130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_write_finish_entry.3 2025-09-07T06:18:26.6304250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_read_set_options.3 2025-09-07T06:18:26.6305310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_write_header.3 2025-09-07T06:18:26.6306430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_entry_perms.3 2025-09-07T06:18:26.6307350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man1/bsdtar.1 2025-09-07T06:18:26.6308430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man1/bsdunzip.1 2025-09-07T06:18:26.6309410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man1/bsdcpio.1 2025-09-07T06:18:26.6310370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man1/bsdcat.1 2025-09-07T06:18:26.6311360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:26.6312270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:26.6313360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/info/licenses/LICENSE 2025-09-07T06:18:26.6314380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.6315310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:26.6316370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.6317540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/info/paths.json 2025-09-07T06:18:26.6318630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:26.6319740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/info/files 2025-09-07T06:18:26.6320760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/info/about.json 2025-09-07T06:18:26.6321660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/info/index.json 2025-09-07T06:18:26.6322430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/info/git 2025-09-07T06:18:26.6323780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/lib/python3.13/site-packages/sockshandler.py 2025-09-07T06:18:26.6325180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/lib/python3.13/site-packages/PySocks-1.7.1.dist-info/RECORD 2025-09-07T06:18:26.6326520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/lib/python3.13/site-packages/PySocks-1.7.1.dist-info/LICENSE 2025-09-07T06:18:26.6327950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/lib/python3.13/site-packages/PySocks-1.7.1.dist-info/direct_url.json 2025-09-07T06:18:26.6329160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/lib/python3.13/site-packages/PySocks-1.7.1.dist-info/WHEEL 2025-09-07T06:18:26.6330530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/lib/python3.13/site-packages/PySocks-1.7.1.dist-info/top_level.txt 2025-09-07T06:18:26.6331750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/lib/python3.13/site-packages/PySocks-1.7.1.dist-info/REQUESTED 2025-09-07T06:18:26.6333050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/lib/python3.13/site-packages/PySocks-1.7.1.dist-info/INSTALLER 2025-09-07T06:18:26.6334310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/lib/python3.13/site-packages/PySocks-1.7.1.dist-info/METADATA 2025-09-07T06:18:26.6335740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/lib/python3.13/site-packages/__pycache__/sockshandler.cpython-313.pyc 2025-09-07T06:18:26.6337080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/lib/python3.13/site-packages/__pycache__/socks.cpython-313.pyc 2025-09-07T06:18:26.6338020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/lib/python3.13/site-packages/socks.py 2025-09-07T06:18:26.6338960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/bin/jsonpointer 2025-09-07T06:18:26.6340190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:26.6341210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:26.6342110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:26.6343310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.6344350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/info/test/tests.py 2025-09-07T06:18:26.6345750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/info/licenses/LICENSE.txt 2025-09-07T06:18:26.6346880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.6347760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:26.6348850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.6349730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/info/paths.json 2025-09-07T06:18:26.6350740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:26.6351610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/info/files 2025-09-07T06:18:26.6352480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/info/about.json 2025-09-07T06:18:26.6353460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/info/has_prefix 2025-09-07T06:18:26.6354480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/info/index.json 2025-09-07T06:18:26.6355310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/info/git 2025-09-07T06:18:26.6356510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/lib/python3.13/site-packages/jsonpointer.py 2025-09-07T06:18:26.6357930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/lib/python3.13/site-packages/jsonpointer-3.0.0.dist-info/RECORD 2025-09-07T06:18:26.6359370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/lib/python3.13/site-packages/jsonpointer-3.0.0.dist-info/licenses/AUTHORS 2025-09-07T06:18:26.6360880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/lib/python3.13/site-packages/jsonpointer-3.0.0.dist-info/licenses/LICENSE.txt 2025-09-07T06:18:26.6362430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/lib/python3.13/site-packages/jsonpointer-3.0.0.dist-info/direct_url.json 2025-09-07T06:18:26.6363820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/lib/python3.13/site-packages/jsonpointer-3.0.0.dist-info/WHEEL 2025-09-07T06:18:26.6365230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/lib/python3.13/site-packages/jsonpointer-3.0.0.dist-info/top_level.txt 2025-09-07T06:18:26.6366700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/lib/python3.13/site-packages/jsonpointer-3.0.0.dist-info/REQUESTED 2025-09-07T06:18:26.6368110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/lib/python3.13/site-packages/jsonpointer-3.0.0.dist-info/INSTALLER 2025-09-07T06:18:26.6369520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/lib/python3.13/site-packages/jsonpointer-3.0.0.dist-info/METADATA 2025-09-07T06:18:26.6371080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/lib/python3.13/site-packages/__pycache__/jsonpointer.cpython-313.pyc 2025-09-07T06:18:26.6372000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/info/repodata_record.json 2025-09-07T06:18:26.6373170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/info/test/run_test.sh 2025-09-07T06:18:26.6374260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/info/test/run_test.py 2025-09-07T06:18:26.6375740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.6376770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/info/licenses/LICENSE 2025-09-07T06:18:26.6377980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.6378810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/info/recipe/meta.yaml 2025-09-07T06:18:26.6379950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.6380810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/info/paths.json 2025-09-07T06:18:26.6381920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/info/hash_input.json 2025-09-07T06:18:26.6383050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/info/files 2025-09-07T06:18:26.6384000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/info/about.json 2025-09-07T06:18:26.6385010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/info/has_prefix 2025-09-07T06:18:26.6386100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/info/index.json 2025-09-07T06:18:26.6386840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/info/git 2025-09-07T06:18:26.6388140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/lib/python3.13/site-packages/_ruamel_yaml.cpython-313-darwin.so 2025-09-07T06:18:26.6389320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/lib/python3.13/site-packages/ruamel.yaml.clib-0.2.12.dist-info/RECORD 2025-09-07T06:18:26.6390490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/lib/python3.13/site-packages/ruamel.yaml.clib-0.2.12.dist-info/LICENSE 2025-09-07T06:18:26.6391760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/lib/python3.13/site-packages/ruamel.yaml.clib-0.2.12.dist-info/direct_url.json 2025-09-07T06:18:26.6392970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/lib/python3.13/site-packages/ruamel.yaml.clib-0.2.12.dist-info/WHEEL 2025-09-07T06:18:26.6394680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/lib/python3.13/site-packages/ruamel.yaml.clib-0.2.12.dist-info/top_level.txt 2025-09-07T06:18:26.6396330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/lib/python3.13/site-packages/ruamel.yaml.clib-0.2.12.dist-info/REQUESTED 2025-09-07T06:18:26.6398030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/lib/python3.13/site-packages/ruamel.yaml.clib-0.2.12.dist-info/INSTALLER 2025-09-07T06:18:26.6399570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/lib/python3.13/site-packages/ruamel.yaml.clib-0.2.12.dist-info/METADATA 2025-09-07T06:18:26.6400870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/site-packages/conda_anaconda_telemetry/hooks.py 2025-09-07T06:18:26.6402180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/site-packages/conda_anaconda_telemetry/_version.py 2025-09-07T06:18:26.6403470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/site-packages/conda_anaconda_telemetry/__init__.py 2025-09-07T06:18:26.6404850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/site-packages/conda_anaconda_telemetry/py.typed 2025-09-07T06:18:26.6406290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/site-packages/conda_anaconda_telemetry-0.3.0.dist-info/RECORD 2025-09-07T06:18:26.6407840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/site-packages/conda_anaconda_telemetry-0.3.0.dist-info/licenses/LICENSE 2025-09-07T06:18:26.6409450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/site-packages/conda_anaconda_telemetry-0.3.0.dist-info/direct_url.json 2025-09-07T06:18:26.6410860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/site-packages/conda_anaconda_telemetry-0.3.0.dist-info/WHEEL 2025-09-07T06:18:26.6412580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/site-packages/conda_anaconda_telemetry-0.3.0.dist-info/entry_points.txt 2025-09-07T06:18:26.6414000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/site-packages/conda_anaconda_telemetry-0.3.0.dist-info/REQUESTED 2025-09-07T06:18:26.6415710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/site-packages/conda_anaconda_telemetry-0.3.0.dist-info/INSTALLER 2025-09-07T06:18:26.6417390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/site-packages/conda_anaconda_telemetry-0.3.0.dist-info/METADATA 2025-09-07T06:18:26.6418460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/repodata_record.json 2025-09-07T06:18:26.6419580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/test/run_test.sh 2025-09-07T06:18:26.6420600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/test/run_test.py 2025-09-07T06:18:26.6421810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/test/test_time_dependencies.json 2025-09-07T06:18:26.6422800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/test/run_test.bat 2025-09-07T06:18:26.6423870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/licenses/LICENSE 2025-09-07T06:18:26.6425130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.6426050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/recipe/meta.yaml 2025-09-07T06:18:26.6427260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/recipe/meta.yaml.template 2025-09-07T06:18:26.6428190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/paths.json 2025-09-07T06:18:26.6429290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/hash_input.json 2025-09-07T06:18:26.6430130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/files 2025-09-07T06:18:26.6431310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/about.json 2025-09-07T06:18:26.6432450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/link.json 2025-09-07T06:18:26.6433670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/index.json 2025-09-07T06:18:26.6434820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/git 2025-09-07T06:18:26.6436030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:26.6436990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:26.6437910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/test_utils.py 2025-09-07T06:18:26.6438970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/test_api_jwt.py 2025-09-07T06:18:26.6440110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/test_compressed_jwt.py 2025-09-07T06:18:26.6441060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/test_advisory.py 2025-09-07T06:18:26.6442040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/test_exceptions.py 2025-09-07T06:18:26.6443170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/__init__.py 2025-09-07T06:18:26.6444330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/test_jwks_client.py 2025-09-07T06:18:26.6445250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/utils.py 2025-09-07T06:18:26.6446280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/test_jwt.py 2025-09-07T06:18:26.6447620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/jwk_keyset_only_unknown_alg.json 2025-09-07T06:18:26.6448780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/jwk_okp_key_Ed25519.json 2025-09-07T06:18:26.6449940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/testkey_rsa.cer 2025-09-07T06:18:26.6451280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/testkey_ec_secp192r1.priv 2025-09-07T06:18:26.6452320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/jwk_ec_key_P-384.json 2025-09-07T06:18:26.6453500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/jwk_okp_pub_Ed448.json 2025-09-07T06:18:26.6454780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/jwk_ec_key_P-521.json 2025-09-07T06:18:26.6455940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/jwk_ec_key_secp256k1.json 2025-09-07T06:18:26.6457080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/jwk_ec_pub_P-256.json 2025-09-07T06:18:26.6458020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/__init__.py 2025-09-07T06:18:26.6459170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/jwk_rsa_pub.json 2025-09-07T06:18:26.6460500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/jwk_ec_pub_secp256k1.json 2025-09-07T06:18:26.6461380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/testkey_ec.priv 2025-09-07T06:18:26.6462560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/testkey_ec_ssh.pub 2025-09-07T06:18:26.6463650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/jwk_rsa_key.json 2025-09-07T06:18:26.6464850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/jwk_ec_pub_P-521.json 2025-09-07T06:18:26.6465940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/jwk_okp_key_Ed448.json 2025-09-07T06:18:26.6467090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/testkey2_rsa.pub.pem 2025-09-07T06:18:26.6468260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/jwk_ec_pub_P-384.json 2025-09-07T06:18:26.6469330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/testkey_rsa.pub 2025-09-07T06:18:26.6470760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/testkey_pkcs1.pub.pem 2025-09-07T06:18:26.6471760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/testkey_rsa.priv 2025-09-07T06:18:26.6472770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/testkey_ec.pub 2025-09-07T06:18:26.6474120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/jwk_keyset_with_unknown_alg.json 2025-09-07T06:18:26.6475240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/jwk_okp_pub_Ed25519.json 2025-09-07T06:18:26.6476420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/jwk_ec_key_P-256.json 2025-09-07T06:18:26.6477320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/jwk_hmac.json 2025-09-07T06:18:26.6478350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/jwk_empty.json 2025-09-07T06:18:26.6479450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/testkey_ed25519.pub 2025-09-07T06:18:26.6480550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/testkey_ed25519 2025-09-07T06:18:26.6481500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/test_api_jwk.py 2025-09-07T06:18:26.6482580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/test_api_jws.py 2025-09-07T06:18:26.6483840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/test_algorithms.py 2025-09-07T06:18:26.6484610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:26.6485750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.6486610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/licenses/LICENSE 2025-09-07T06:18:26.6487710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.6488610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/recipe/run_test.py 2025-09-07T06:18:26.6489590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:26.6490720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.6491660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/paths.json 2025-09-07T06:18:26.6492720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:26.6493520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/files 2025-09-07T06:18:26.6494410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/about.json 2025-09-07T06:18:26.6495490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/index.json 2025-09-07T06:18:26.6496380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/git 2025-09-07T06:18:26.6497710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/algorithms.py 2025-09-07T06:18:26.6498810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/api_jwt.py 2025-09-07T06:18:26.6499890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/warnings.py 2025-09-07T06:18:26.6501090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/__init__.py 2025-09-07T06:18:26.6502080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/types.py 2025-09-07T06:18:26.6503800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/__pycache__/jwk_set_cache.cpython-313.pyc 2025-09-07T06:18:26.6505030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/__pycache__/api_jwt.cpython-313.pyc 2025-09-07T06:18:26.6506480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/__pycache__/jwks_client.cpython-313.pyc 2025-09-07T06:18:26.6507740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:26.6509130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/__pycache__/api_jws.cpython-313.pyc 2025-09-07T06:18:26.6510450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/__pycache__/exceptions.cpython-313.pyc 2025-09-07T06:18:26.6511660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/__pycache__/help.cpython-313.pyc 2025-09-07T06:18:26.6513020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/__pycache__/warnings.cpython-313.pyc 2025-09-07T06:18:26.6514500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/__pycache__/api_jwk.cpython-313.pyc 2025-09-07T06:18:26.6515940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/__pycache__/types.cpython-313.pyc 2025-09-07T06:18:26.6517430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/__pycache__/algorithms.cpython-313.pyc 2025-09-07T06:18:26.6518800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.6520020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/jwk_set_cache.py 2025-09-07T06:18:26.6521420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/utils.py 2025-09-07T06:18:26.6522520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/py.typed 2025-09-07T06:18:26.6523780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/exceptions.py 2025-09-07T06:18:26.6525110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/api_jwk.py 2025-09-07T06:18:26.6526240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/jwks_client.py 2025-09-07T06:18:26.6527330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/api_jws.py 2025-09-07T06:18:26.6528390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/help.py 2025-09-07T06:18:26.6529720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/PyJWT-2.10.1.dist-info/RECORD 2025-09-07T06:18:26.6530940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/PyJWT-2.10.1.dist-info/LICENSE 2025-09-07T06:18:26.6532270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/PyJWT-2.10.1.dist-info/direct_url.json 2025-09-07T06:18:26.6533560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/PyJWT-2.10.1.dist-info/WHEEL 2025-09-07T06:18:26.6534850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/PyJWT-2.10.1.dist-info/AUTHORS.rst 2025-09-07T06:18:26.6536190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/PyJWT-2.10.1.dist-info/top_level.txt 2025-09-07T06:18:26.6537530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/PyJWT-2.10.1.dist-info/REQUESTED 2025-09-07T06:18:26.6538780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/PyJWT-2.10.1.dist-info/INSTALLER 2025-09-07T06:18:26.6540140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/PyJWT-2.10.1.dist-info/METADATA 2025-09-07T06:18:26.6540890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python_abi-3.13-0_cp313/info/repodata_record.json 2025-09-07T06:18:26.6541910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python_abi-3.13-0_cp313/info/test/run_test.sh 2025-09-07T06:18:26.6542780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python_abi-3.13-0_cp313/info/licenses/LICENSE 2025-09-07T06:18:26.6543660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python_abi-3.13-0_cp313/info/recipe/LICENSE 2025-09-07T06:18:26.6544640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python_abi-3.13-0_cp313/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.6545880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python_abi-3.13-0_cp313/info/recipe/meta.yaml 2025-09-07T06:18:26.6546970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python_abi-3.13-0_cp313/info/recipe/meta.yaml.template 2025-09-07T06:18:26.6547770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python_abi-3.13-0_cp313/info/paths.json 2025-09-07T06:18:26.6548590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python_abi-3.13-0_cp313/info/hash_input.json 2025-09-07T06:18:26.6549370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python_abi-3.13-0_cp313/info/files 2025-09-07T06:18:26.6550140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python_abi-3.13-0_cp313/info/about.json 2025-09-07T06:18:26.6550730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python_abi-3.13-0_cp313/info/index.json 2025-09-07T06:18:26.6551310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python_abi-3.13-0_cp313/info/git 2025-09-07T06:18:26.6551920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0.conda 2025-09-07T06:18:26.6552440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1.conda 2025-09-07T06:18:26.6553240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmpdec-4.0.0-h80987f9_0/info/repodata_record.json 2025-09-07T06:18:26.6553940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmpdec-4.0.0-h80987f9_0/info/test/run_test.sh 2025-09-07T06:18:26.6554730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmpdec-4.0.0-h80987f9_0/info/licenses/COPYRIGHT.txt 2025-09-07T06:18:26.6555560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmpdec-4.0.0-h80987f9_0/info/recipe/parent/fix-dll-name.diff 2025-09-07T06:18:26.6556280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmpdec-4.0.0-h80987f9_0/info/recipe/parent/bld.bat 2025-09-07T06:18:26.6557040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmpdec-4.0.0-h80987f9_0/info/recipe/parent/build.sh 2025-09-07T06:18:26.6557790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmpdec-4.0.0-h80987f9_0/info/recipe/parent/meta.yaml 2025-09-07T06:18:26.6558620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmpdec-4.0.0-h80987f9_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.6559290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmpdec-4.0.0-h80987f9_0/info/recipe/meta.yaml 2025-09-07T06:18:26.6559940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmpdec-4.0.0-h80987f9_0/info/paths.json 2025-09-07T06:18:26.6560640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmpdec-4.0.0-h80987f9_0/info/hash_input.json 2025-09-07T06:18:26.6561290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmpdec-4.0.0-h80987f9_0/info/files 2025-09-07T06:18:26.6562180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmpdec-4.0.0-h80987f9_0/info/about.json 2025-09-07T06:18:26.6563030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmpdec-4.0.0-h80987f9_0/info/index.json 2025-09-07T06:18:26.6564080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmpdec-4.0.0-h80987f9_0/info/git 2025-09-07T06:18:26.6565060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmpdec-4.0.0-h80987f9_0/lib/libmpdec.4.0.0.dylib 2025-09-07T06:18:26.6565920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmpdec-4.0.0-h80987f9_0/lib/libmpdec.4.dylib 2025-09-07T06:18:26.6566950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/info/repodata_record.json 2025-09-07T06:18:26.6567880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/info/test/run_test.sh 2025-09-07T06:18:26.6568870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/info/test/run_test.py 2025-09-07T06:18:26.6570200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.6571010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/info/licenses/LICENSE 2025-09-07T06:18:26.6572110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/info/licenses/THIRDPARTY.yml 2025-09-07T06:18:26.6573290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.6574300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/info/recipe/meta.yaml 2025-09-07T06:18:26.6575440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.6576410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/info/paths.json 2025-09-07T06:18:26.6577420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/info/hash_input.json 2025-09-07T06:18:26.6578320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/info/files 2025-09-07T06:18:26.6579230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/info/about.json 2025-09-07T06:18:26.6580160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/info/index.json 2025-09-07T06:18:26.6580970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/info/git 2025-09-07T06:18:26.6582620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/lib/python3.13/site-packages/pydantic_core-2.33.2.dist-info/RECORD 2025-09-07T06:18:26.6584110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/lib/python3.13/site-packages/pydantic_core-2.33.2.dist-info/licenses/LICENSE 2025-09-07T06:18:26.6585550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/lib/python3.13/site-packages/pydantic_core-2.33.2.dist-info/direct_url.json 2025-09-07T06:18:26.6586860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/lib/python3.13/site-packages/pydantic_core-2.33.2.dist-info/WHEEL 2025-09-07T06:18:26.6588360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/lib/python3.13/site-packages/pydantic_core-2.33.2.dist-info/REQUESTED 2025-09-07T06:18:26.6590010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/lib/python3.13/site-packages/pydantic_core-2.33.2.dist-info/INSTALLER 2025-09-07T06:18:26.6591580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/lib/python3.13/site-packages/pydantic_core-2.33.2.dist-info/METADATA 2025-09-07T06:18:26.6592890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/lib/python3.13/site-packages/pydantic_core/__init__.py 2025-09-07T06:18:26.6594730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/lib/python3.13/site-packages/pydantic_core/__pycache__/core_schema.cpython-313.pyc 2025-09-07T06:18:26.6596390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/lib/python3.13/site-packages/pydantic_core/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.6597700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/lib/python3.13/site-packages/pydantic_core/core_schema.py 2025-09-07T06:18:26.6599100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/lib/python3.13/site-packages/pydantic_core/_pydantic_core.pyi 2025-09-07T06:18:26.6600770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/lib/python3.13/site-packages/pydantic_core/_pydantic_core.cpython-313-darwin.so 2025-09-07T06:18:26.6602030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/lib/python3.13/site-packages/pydantic_core/py.typed 2025-09-07T06:18:26.6602850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0.conda 2025-09-07T06:18:26.6604090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/bin/conda-content-trust 2025-09-07T06:18:26.6605140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/info/repodata_record.json 2025-09-07T06:18:26.6606220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/info/test/run_test.sh 2025-09-07T06:18:26.6607290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/info/test/run_test.py 2025-09-07T06:18:26.6608680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/info/test/test_time_dependencies.json 2025-09-07T06:18:26.6609870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/info/licenses/LICENSE 2025-09-07T06:18:26.6611080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.6612130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/info/recipe/meta.yaml 2025-09-07T06:18:26.6613410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/info/recipe/meta.yaml.template 2025-09-07T06:18:26.6614460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/info/paths.json 2025-09-07T06:18:26.6615440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/info/hash_input.json 2025-09-07T06:18:26.6616340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/info/files 2025-09-07T06:18:26.6617430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/info/about.json 2025-09-07T06:18:26.6618540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/info/has_prefix 2025-09-07T06:18:26.6619600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/info/index.json 2025-09-07T06:18:26.6620560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/info/git 2025-09-07T06:18:26.6622090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/lib/python3.13/site-packages/conda_content_trust/signing.py 2025-09-07T06:18:26.6623560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/lib/python3.13/site-packages/conda_content_trust/__init__.py 2025-09-07T06:18:26.6625140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/lib/python3.13/site-packages/conda_content_trust/__version__.py 2025-09-07T06:18:26.6626930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/lib/python3.13/site-packages/conda_content_trust/__pycache__/__version__.cpython-313.pyc 2025-09-07T06:18:26.6628740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/lib/python3.13/site-packages/conda_content_trust/__pycache__/plugin.cpython-313.pyc 2025-09-07T06:18:26.6630290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/lib/python3.13/site-packages/conda_content_trust/__pycache__/common.cpython-313.pyc 2025-09-07T06:18:26.6632050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/lib/python3.13/site-packages/conda_content_trust/__pycache__/metadata_construction.cpython-313.pyc 2025-09-07T06:18:26.6633570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/lib/python3.13/site-packages/conda_content_trust/__pycache__/signing.cpython-313.pyc 2025-09-07T06:18:26.6635290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/lib/python3.13/site-packages/conda_content_trust/__pycache__/cli.cpython-313.pyc 2025-09-07T06:18:26.6637380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/lib/python3.13/site-packages/conda_content_trust/__pycache__/authentication.cpython-313.pyc 2025-09-07T06:18:26.6638960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/lib/python3.13/site-packages/conda_content_trust/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:26.6640760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/lib/python3.13/site-packages/conda_content_trust/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.6642360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/lib/python3.13/site-packages/conda_content_trust/__pycache__/root_signing.cpython-313.pyc 2025-09-07T06:18:26.6643870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/lib/python3.13/site-packages/conda_content_trust/metadata_construction.py 2025-09-07T06:18:26.6645360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/lib/python3.13/site-packages/conda_content_trust/cli.py 2025-09-07T06:18:26.6646790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/lib/python3.13/site-packages/conda_content_trust/common.py 2025-09-07T06:18:26.6648230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/lib/python3.13/site-packages/conda_content_trust/authentication.py 2025-09-07T06:18:26.6649730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/lib/python3.13/site-packages/conda_content_trust/plugin.py 2025-09-07T06:18:26.6651260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/lib/python3.13/site-packages/conda_content_trust/__main__.py 2025-09-07T06:18:26.6652610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/lib/python3.13/site-packages/conda_content_trust/root_signing.py 2025-09-07T06:18:26.6654080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/lib/python3.13/site-packages/conda_content_trust-0.2.0.dist-info/RECORD 2025-09-07T06:18:26.6656050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/lib/python3.13/site-packages/conda_content_trust-0.2.0.dist-info/licenses/AUTHORS.md 2025-09-07T06:18:26.6657710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/lib/python3.13/site-packages/conda_content_trust-0.2.0.dist-info/licenses/LICENSE 2025-09-07T06:18:26.6659260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/lib/python3.13/site-packages/conda_content_trust-0.2.0.dist-info/direct_url.json 2025-09-07T06:18:26.6660920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/lib/python3.13/site-packages/conda_content_trust-0.2.0.dist-info/WHEEL 2025-09-07T06:18:26.6662490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/lib/python3.13/site-packages/conda_content_trust-0.2.0.dist-info/entry_points.txt 2025-09-07T06:18:26.6664090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/lib/python3.13/site-packages/conda_content_trust-0.2.0.dist-info/REQUESTED 2025-09-07T06:18:26.6665770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/lib/python3.13/site-packages/conda_content_trust-0.2.0.dist-info/INSTALLER 2025-09-07T06:18:26.6667190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/lib/python3.13/site-packages/conda_content_trust-0.2.0.dist-info/METADATA 2025-09-07T06:18:26.6667720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/bin/adig 2025-09-07T06:18:26.6668540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/bin/ahost 2025-09-07T06:18:26.6669480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/include/ares_version.h 2025-09-07T06:18:26.6670380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/include/ares_build.h 2025-09-07T06:18:26.6671450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/include/ares.h 2025-09-07T06:18:26.6672090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/include/ares_nameser.h 2025-09-07T06:18:26.6672910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/include/ares_dns_record.h 2025-09-07T06:18:26.6673660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/include/ares_dns.h 2025-09-07T06:18:26.6674520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/info/repodata_record.json 2025-09-07T06:18:26.6675510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/info/test/run_test.sh 2025-09-07T06:18:26.6676470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/info/licenses/LICENSE.md 2025-09-07T06:18:26.6677530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/info/recipe/parent/bld_output.bat 2025-09-07T06:18:26.6678410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/info/recipe/parent/meta.yaml 2025-09-07T06:18:26.6679450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/info/recipe/parent/build_output.sh 2025-09-07T06:18:26.6680510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.6681250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/info/recipe/meta.yaml 2025-09-07T06:18:26.6682340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/info/recipe/build_output.sh 2025-09-07T06:18:26.6683210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/info/run_exports.json 2025-09-07T06:18:26.6684070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/info/paths.json 2025-09-07T06:18:26.6685070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/info/hash_input.json 2025-09-07T06:18:26.6685900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/info/files 2025-09-07T06:18:26.6686790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/info/about.json 2025-09-07T06:18:26.6687590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/info/has_prefix 2025-09-07T06:18:26.6688450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/info/index.json 2025-09-07T06:18:26.6689190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/info/git 2025-09-07T06:18:26.6690200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/lib/libcares.2.19.4.dylib 2025-09-07T06:18:26.6691120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/lib/pkgconfig/libcares.pc 2025-09-07T06:18:26.6692370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/lib/cmake/c-ares/c-ares-targets-release.cmake 2025-09-07T06:18:26.6693560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/lib/cmake/c-ares/c-ares-config.cmake 2025-09-07T06:18:26.6694500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/lib/cmake/c-ares/c-ares-targets.cmake 2025-09-07T06:18:26.6695530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/lib/cmake/c-ares/c-ares-config-version.cmake 2025-09-07T06:18:26.6696430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/lib/libcares.dylib 2025-09-07T06:18:26.6697330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/lib/libcares.2.dylib 2025-09-07T06:18:26.6698550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record_rr_del.3 2025-09-07T06:18:26.6699730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_expand_string.3 2025-09-07T06:18:26.6700920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_set_servers.3 2025-09-07T06:18:26.6701920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_mapping.3 2025-09-07T06:18:26.6702880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_init.3 2025-09-07T06:18:26.6703980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_reinit.3 2025-09-07T06:18:26.6705130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_get_opt_cnt.3 2025-09-07T06:18:26.6706070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_set_local_ip4.3 2025-09-07T06:18:26.6707040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_queue.3 2025-09-07T06:18:26.6708090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_set_u16.3 2025-09-07T06:18:26.6709260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_search_dnsrec.3 2025-09-07T06:18:26.6710130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_destroy.3 2025-09-07T06:18:26.6711350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_parse.3 2025-09-07T06:18:26.6712170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_inet_pton.3 2025-09-07T06:18:26.6712920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_process.3 2025-09-07T06:18:26.6713720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_create_query.3 2025-09-07T06:18:26.6714570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record_destroy.3 2025-09-07T06:18:26.6715340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_svcb_param_t.3 2025-09-07T06:18:26.6716160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_set_servers_csv.3 2025-09-07T06:18:26.6717030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record_query_add.3 2025-09-07T06:18:26.6717820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rec_type_t.3 2025-09-07T06:18:26.6718660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_get_opt_byid.3 2025-09-07T06:18:26.6719440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_library_init.3 2025-09-07T06:18:26.6720280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_key_tostr.3 2025-09-07T06:18:26.6721050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_free_string.3 2025-09-07T06:18:26.6722120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record_create.3 2025-09-07T06:18:26.6723220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_getsock.3 2025-09-07T06:18:26.6724310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_get_u16.3 2025-09-07T06:18:26.6725300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_set_addr6.3 2025-09-07T06:18:26.6726280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_mkquery.3 2025-09-07T06:18:26.6727190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_write.3 2025-09-07T06:18:26.6728320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_del_opt_byid.3 2025-09-07T06:18:26.6729470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rec_type_fromstr.3 2025-09-07T06:18:26.6730660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_set_servers_ports_csv.3 2025-09-07T06:18:26.6731570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_freeaddrinfo.3 2025-09-07T06:18:26.6732620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_destroy_options.3 2025-09-07T06:18:26.6733740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record_rr_get.3 2025-09-07T06:18:26.6734730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_fds.3 2025-09-07T06:18:26.6735820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_gethostbyname.3 2025-09-07T06:18:26.6736950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_get_abin.3 2025-09-07T06:18:26.6737940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_init_options.3 2025-09-07T06:18:26.6739080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_get_keys.3 2025-09-07T06:18:26.6740220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_get_type.3 2025-09-07T06:18:26.6741340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_timeout.3 2025-09-07T06:18:26.6742350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_getnameinfo.3 2025-09-07T06:18:26.6743560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_set_local_dev.3 2025-09-07T06:18:26.6744780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_section_t.3 2025-09-07T06:18:26.6745810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_gethostbyname_file.3 2025-09-07T06:18:26.6746920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_process_pending_write.3 2025-09-07T06:18:26.6747950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_get_servers_csv.3 2025-09-07T06:18:26.6749100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_opt_get_datatype.3 2025-09-07T06:18:26.6750160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_opcode_t.3 2025-09-07T06:18:26.6751430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record_set_id.3 2025-09-07T06:18:26.6752490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_get_servers_ports.3 2025-09-07T06:18:26.6753660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_opt_get_name.3 2025-09-07T06:18:26.6754530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr.3 2025-09-07T06:18:26.6755520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_parse_soa_reply.3 2025-09-07T06:18:26.6756770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_parse_naptr_reply.3 2025-09-07T06:18:26.6757940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_key_to_rec_type.3 2025-09-07T06:18:26.6758900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_parse_a_reply.3 2025-09-07T06:18:26.6760020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_set_socket_configure_callback.3 2025-09-07T06:18:26.6761090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_opt_param_t.3 2025-09-07T06:18:26.6762150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record_get_id.3 2025-09-07T06:18:26.6763140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rcode_tostr.3 2025-09-07T06:18:26.6764190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_set_pending_write_cb.3 2025-09-07T06:18:26.6765360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_get_ttl.3 2025-09-07T06:18:26.6766290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_get_name.3 2025-09-07T06:18:26.6767250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_key_t.3 2025-09-07T06:18:26.6768320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_library_init_android.3 2025-09-07T06:18:26.6769150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_strerror.3 2025-09-07T06:18:26.6770290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_class_fromstr.3 2025-09-07T06:18:26.6771500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_set_socket_functions_ex.3 2025-09-07T06:18:26.6772530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_send.3 2025-09-07T06:18:26.6773690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record_get_opcode.3 2025-09-07T06:18:26.6774720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_parse_aaaa_reply.3 2025-09-07T06:18:26.6775720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record.3 2025-09-07T06:18:26.6776760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_set_socket_callback.3 2025-09-07T06:18:26.6777670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_flags_t.3 2025-09-07T06:18:26.6778710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_parse_ns_reply.3 2025-09-07T06:18:26.6779850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record_rr_cnt.3 2025-09-07T06:18:26.6780840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_add_abin.3 2025-09-07T06:18:26.6781930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_getaddrinfo.3 2025-09-07T06:18:26.6782920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_parse_caa_reply.3 2025-09-07T06:18:26.6784040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_get_addr6.3 2025-09-07T06:18:26.6785070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rec_type_tostr.3 2025-09-07T06:18:26.6786310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record_rr_add.3 2025-09-07T06:18:26.6787450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_get_abin_cnt.3 2025-09-07T06:18:26.6788640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record_query_set_type.3 2025-09-07T06:18:26.6789610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_get_opt.3 2025-09-07T06:18:26.6790580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_process_fd.3 2025-09-07T06:18:26.6791710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_set_sortlist.3 2025-09-07T06:18:26.6792860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_free_hostent.3 2025-09-07T06:18:26.6794130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_set_u8.3 2025-09-07T06:18:26.6795270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_tlsa_selector_t.3 2025-09-07T06:18:26.6796330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_get_u8.3 2025-09-07T06:18:26.6797700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record_query_get.3 2025-09-07T06:18:26.6798960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_set_local_ip6.3 2025-09-07T06:18:26.6800160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record_get_flags.3 2025-09-07T06:18:26.6801120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_set_opt.3 2025-09-07T06:18:26.6802030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_parse_txt_reply.3 2025-09-07T06:18:26.6802910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_send_dnsrec.3 2025-09-07T06:18:26.6803930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_get_class.3 2025-09-07T06:18:26.6805060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_opt_datatype_t.3 2025-09-07T06:18:26.6806050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_search.3 2025-09-07T06:18:26.6807430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record_query_set_name.3 2025-09-07T06:18:26.6808500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record_rr_get_const.3 2025-09-07T06:18:26.6809730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_datatype_t.3 2025-09-07T06:18:26.6810860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_parse_mx_reply.3 2025-09-07T06:18:26.6811890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_section_tostr.3 2025-09-07T06:18:26.6813190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_opcode_tostr.3 2025-09-07T06:18:26.6814210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_version.3 2025-09-07T06:18:26.6815250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_parse_srv_reply.3 2025-09-07T06:18:26.6816210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_gethostbyaddr.3 2025-09-07T06:18:26.6817210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_class_t.3 2025-09-07T06:18:26.6818500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_set_socket_functions.3 2025-09-07T06:18:26.6819670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_key_datatype.3 2025-09-07T06:18:26.6820830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_process_fds.3 2025-09-07T06:18:26.6821670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dup.3 2025-09-07T06:18:26.6822750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_set_bin.3 2025-09-07T06:18:26.6823890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_set_servers_ports.3 2025-09-07T06:18:26.6824820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_library_cleanup.3 2025-09-07T06:18:26.6825960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_set_addr.3 2025-09-07T06:18:26.6827130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record_get_rcode.3 2025-09-07T06:18:26.6828120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_threadsafety.3 2025-09-07T06:18:26.6829250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_get_str.3 2025-09-07T06:18:26.6830240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_queue_wait_empty.3 2025-09-07T06:18:26.6831770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_free_data.3 2025-09-07T06:18:26.6832690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_tlsa_usage_t.3 2025-09-07T06:18:26.6833780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_library_initialized.3 2025-09-07T06:18:26.6834830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_set_u32.3 2025-09-07T06:18:26.6835870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_query_dnsrec.3 2025-09-07T06:18:26.6836880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record_query_cnt.3 2025-09-07T06:18:26.6837980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_parse_uri_reply.3 2025-09-07T06:18:26.6838870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_get_servers.3 2025-09-07T06:18:26.6839920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_query.3 2025-09-07T06:18:26.6840830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_tlsa_match_t.3 2025-09-07T06:18:26.6841980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_parse_ptr_reply.3 2025-09-07T06:18:26.6842900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_get_u32.3 2025-09-07T06:18:26.6843900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_queue_active_queries.3 2025-09-07T06:18:26.6844980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_get_addr.3 2025-09-07T06:18:26.6845990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_save_options.3 2025-09-07T06:18:26.6847070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_inet_ntop.3 2025-09-07T06:18:26.6848020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_get_bin.3 2025-09-07T06:18:26.6849050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_cancel.3 2025-09-07T06:18:26.6850240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_set_server_state_callback.3 2025-09-07T06:18:26.6851320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record_duplicate.3 2025-09-07T06:18:26.6852410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rcode_t.3 2025-09-07T06:18:26.6853530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_class_tostr.3 2025-09-07T06:18:26.6854690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_set_str.3 2025-09-07T06:18:26.6855650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_expand_name.3 2025-09-07T06:18:26.6856700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_del_abin.3 2025-09-07T06:18:26.6857700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man1/adig.1 2025-09-07T06:18:26.6858650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man1/ahost.1 2025-09-07T06:18:26.6859260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1.conda 2025-09-07T06:18:26.6860360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:26.6861240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:26.6862140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:26.6863450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.6864440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/info/licenses/LICENSE 2025-09-07T06:18:26.6865290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/info/recipe/LICENSE 2025-09-07T06:18:26.6866380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.6867250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:26.6868220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.6869110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/info/paths.json 2025-09-07T06:18:26.6870180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:26.6871090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/info/files 2025-09-07T06:18:26.6872130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/info/about.json 2025-09-07T06:18:26.6872990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/info/index.json 2025-09-07T06:18:26.6873720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/info/git 2025-09-07T06:18:26.6875210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar-4.0.5.dist-info/RECORD 2025-09-07T06:18:26.6876330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar-4.0.5.dist-info/direct_url.json 2025-09-07T06:18:26.6877340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar-4.0.5.dist-info/WHEEL 2025-09-07T06:18:26.6878500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar-4.0.5.dist-info/top_level.txt 2025-09-07T06:18:26.6879960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar-4.0.5.dist-info/REQUESTED 2025-09-07T06:18:26.6881350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar-4.0.5.dist-info/INSTALLER 2025-09-07T06:18:26.6882690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar-4.0.5.dist-info/METADATA 2025-09-07T06:18:26.6884010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar-4.0.5.dist-info/LICENCE 2025-09-07T06:18:26.6885150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar/_win_key.py 2025-09-07T06:18:26.6886490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar/key.py 2025-09-07T06:18:26.6887720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar/__init__.py 2025-09-07T06:18:26.6888940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar/_win_read.py 2025-09-07T06:18:26.6890540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar/__pycache__/_win_read.cpython-313.pyc 2025-09-07T06:18:26.6891880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar/__pycache__/_config.cpython-313.pyc 2025-09-07T06:18:26.6893470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar/__pycache__/key.cpython-313.pyc 2025-09-07T06:18:26.6895130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar/__pycache__/_posix_read.cpython-313.pyc 2025-09-07T06:18:26.6896520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar/__pycache__/_win_key.cpython-313.pyc 2025-09-07T06:18:26.6898150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar/__pycache__/_posix_key.cpython-313.pyc 2025-09-07T06:18:26.6899740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar/__pycache__/_base_key.cpython-313.pyc 2025-09-07T06:18:26.6901230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.6902520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar/_posix_key.py 2025-09-07T06:18:26.6903760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar/py.typed 2025-09-07T06:18:26.6904950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar/_config.py 2025-09-07T06:18:26.6906140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar/_base_key.py 2025-09-07T06:18:26.6907460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar/_posix_read.py 2025-09-07T06:18:26.6908320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:26.6909220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:26.6910190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:26.6911330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.6912180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/info/test/example.toml 2025-09-07T06:18:26.6913040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/info/licenses/LICENSE 2025-09-07T06:18:26.6914170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.6915150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/info/recipe/run_test.py 2025-09-07T06:18:26.6916080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:26.6917020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.6917900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/info/recipe/example.toml 2025-09-07T06:18:26.6918860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/info/paths.json 2025-09-07T06:18:26.6919740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:26.6920710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/info/files 2025-09-07T06:18:26.6921580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/info/about.json 2025-09-07T06:18:26.6922450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/info/index.json 2025-09-07T06:18:26.6923400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/info/git 2025-09-07T06:18:26.6924830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/lib/python3.13/site-packages/tomli-2.2.1.dist-info/RECORD 2025-09-07T06:18:26.6926070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/lib/python3.13/site-packages/tomli-2.2.1.dist-info/LICENSE 2025-09-07T06:18:26.6927330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/lib/python3.13/site-packages/tomli-2.2.1.dist-info/direct_url.json 2025-09-07T06:18:26.6928760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/lib/python3.13/site-packages/tomli-2.2.1.dist-info/WHEEL 2025-09-07T06:18:26.6929910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/lib/python3.13/site-packages/tomli-2.2.1.dist-info/REQUESTED 2025-09-07T06:18:26.6931290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/lib/python3.13/site-packages/tomli-2.2.1.dist-info/INSTALLER 2025-09-07T06:18:26.6932640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/lib/python3.13/site-packages/tomli-2.2.1.dist-info/METADATA 2025-09-07T06:18:26.6933740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/lib/python3.13/site-packages/tomli/_types.py 2025-09-07T06:18:26.6934820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/lib/python3.13/site-packages/tomli/__init__.py 2025-09-07T06:18:26.6936340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/lib/python3.13/site-packages/tomli/__pycache__/_types.cpython-313.pyc 2025-09-07T06:18:26.6942910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/lib/python3.13/site-packages/tomli/__pycache__/_re.cpython-313.pyc 2025-09-07T06:18:26.6943240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/lib/python3.13/site-packages/tomli/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.6943550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/lib/python3.13/site-packages/tomli/__pycache__/_parser.cpython-313.pyc 2025-09-07T06:18:26.6943790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/lib/python3.13/site-packages/tomli/_parser.py 2025-09-07T06:18:26.6944010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/lib/python3.13/site-packages/tomli/_re.py 2025-09-07T06:18:26.6944270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/lib/python3.13/site-packages/tomli/py.typed 2025-09-07T06:18:26.6945030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0.conda 2025-09-07T06:18:26.6945840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/include/simdjson.h 2025-09-07T06:18:26.6946830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/repodata_record.json 2025-09-07T06:18:26.6947800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/test/run_test.sh 2025-09-07T06:18:26.6949060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/test/test/CMakeLists.txt 2025-09-07T06:18:26.6949880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/test/test/test.cpp 2025-09-07T06:18:26.6950890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/test/test/test.json 2025-09-07T06:18:26.6951890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.6952680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/licenses/LICENSE 2025-09-07T06:18:26.6953780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/recipe/parent/test/CMakeLists.txt 2025-09-07T06:18:26.6954900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/recipe/parent/test/test.cpp 2025-09-07T06:18:26.6955970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/recipe/parent/test/test.json 2025-09-07T06:18:26.6957210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/recipe/parent/bld.bat 2025-09-07T06:18:26.6958240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/recipe/parent/build.sh 2025-09-07T06:18:26.6959270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/recipe/parent/meta.yaml 2025-09-07T06:18:26.6960240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.6961150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/recipe/meta.yaml 2025-09-07T06:18:26.6962220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/run_exports.json 2025-09-07T06:18:26.6962990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/paths.json 2025-09-07T06:18:26.6964240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/hash_input.json 2025-09-07T06:18:26.6964900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/files 2025-09-07T06:18:26.6965760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/about.json 2025-09-07T06:18:26.6966650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/has_prefix 2025-09-07T06:18:26.6967420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/index.json 2025-09-07T06:18:26.6968150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/git 2025-09-07T06:18:26.6969110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/lib/pkgconfig/simdjson.pc 2025-09-07T06:18:26.6970110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/lib/libsimdjson.23.0.0.dylib 2025-09-07T06:18:26.6971320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/lib/cmake/simdjson/simdjson-config-version.cmake 2025-09-07T06:18:26.6972380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/lib/cmake/simdjson/simdjson-config.cmake 2025-09-07T06:18:26.6973490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/lib/cmake/simdjson/simdjsonTargets.cmake 2025-09-07T06:18:26.6974590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/lib/cmake/simdjson/simdjsonTargets-release.cmake 2025-09-07T06:18:26.6975530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/lib/libsimdjson.23.dylib 2025-09-07T06:18:26.6976480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/lib/libsimdjson.dylib 2025-09-07T06:18:26.6977630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/repodata_record.json 2025-09-07T06:18:26.6978590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/test/test_package.py 2025-09-07T06:18:26.6979430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/test/run_test.sh 2025-09-07T06:18:26.6980440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/test/run_test.py 2025-09-07T06:18:26.6981410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/test/uf20-098.cnf 2025-09-07T06:18:26.6982610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/test/test_time_dependencies.json 2025-09-07T06:18:26.6983470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/test/sudoku.py 2025-09-07T06:18:26.6984630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/test/qg3-08.cnf 2025-09-07T06:18:26.6985500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/recipe/test_package.py 2025-09-07T06:18:26.6986340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/recipe/LICENSE 2025-09-07T06:18:26.6988170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/recipe/patches/0001-GH-100-Replace-unittest.makeSuite-with-unittest.defaultTest.patch 2025-09-07T06:18:26.6989120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.6990070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/recipe/uf20-098.cnf 2025-09-07T06:18:26.6990920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/recipe/COPYRIGHT 2025-09-07T06:18:26.6991890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/recipe/sudoku.py 2025-09-07T06:18:26.6992840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/recipe/meta.yaml 2025-09-07T06:18:26.6994090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/recipe/qg3-08.cnf 2025-09-07T06:18:26.6994940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/recipe/meta.yaml.template 2025-09-07T06:18:26.6995750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/paths.json 2025-09-07T06:18:26.6996790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/hash_input.json 2025-09-07T06:18:26.6997590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/files 2025-09-07T06:18:26.6998640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/about.json 2025-09-07T06:18:26.6999380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/index.json 2025-09-07T06:18:26.7000140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/git 2025-09-07T06:18:26.7001630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/lib/python3.13/site-packages/pycosat.cpython-313-darwin.so 2025-09-07T06:18:26.7002640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/lib/python3.13/site-packages/test_pycosat.py 2025-09-07T06:18:26.7004040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/lib/python3.13/site-packages/__pycache__/test_pycosat.cpython-313.pyc 2025-09-07T06:18:26.7005400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/lib/python3.13/site-packages/pycosat-0.6.6.dist-info/AUTHORS.md 2025-09-07T06:18:26.7006880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/lib/python3.13/site-packages/pycosat-0.6.6.dist-info/RECORD 2025-09-07T06:18:26.7008190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/lib/python3.13/site-packages/pycosat-0.6.6.dist-info/LICENSE 2025-09-07T06:18:26.7009680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/lib/python3.13/site-packages/pycosat-0.6.6.dist-info/direct_url.json 2025-09-07T06:18:26.7010830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/lib/python3.13/site-packages/pycosat-0.6.6.dist-info/WHEEL 2025-09-07T06:18:26.7012180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/lib/python3.13/site-packages/pycosat-0.6.6.dist-info/top_level.txt 2025-09-07T06:18:26.7013440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/lib/python3.13/site-packages/pycosat-0.6.6.dist-info/REQUESTED 2025-09-07T06:18:26.7014840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/lib/python3.13/site-packages/pycosat-0.6.6.dist-info/INSTALLER 2025-09-07T06:18:26.7016310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/lib/python3.13/site-packages/pycosat-0.6.6.dist-info/METADATA 2025-09-07T06:18:26.7017280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_set_recursion_limit.3 2025-09-07T06:18:26.7018190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2syntax.3 2025-09-07T06:18:26.7019150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2jit.3 2025-09-07T06:18:26.7020170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2demo.3 2025-09-07T06:18:26.7021320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_set_offset_limit.3 2025-09-07T06:18:26.7022420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_match_context_create.3 2025-09-07T06:18:26.7023550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2serialize.3 2025-09-07T06:18:26.7024360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_set_bsr.3 2025-09-07T06:18:26.7025520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2unicode.3 2025-09-07T06:18:26.7026790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_substring_get_bynumber.3 2025-09-07T06:18:26.7027950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_substring_copy_byname.3 2025-09-07T06:18:26.7028690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2api.3 2025-09-07T06:18:26.7029790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_set_parens_nest_limit.3 2025-09-07T06:18:26.7030800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_get_startchar.3 2025-09-07T06:18:26.7031720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2limits.3 2025-09-07T06:18:26.7032950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_set_recursion_memory_management.3 2025-09-07T06:18:26.7033760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_set_newline.3 2025-09-07T06:18:26.7034700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_set_depth_limit.3 2025-09-07T06:18:26.7035570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_match_data_free.3 2025-09-07T06:18:26.7036860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_compile_context_free.3 2025-09-07T06:18:26.7038010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_set_max_pattern_length.3 2025-09-07T06:18:26.7038930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2matching.3 2025-09-07T06:18:26.7039790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_jit_stack_free.3 2025-09-07T06:18:26.7040870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_set_callout.3 2025-09-07T06:18:26.7041590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_code_copy_with_tables.3 2025-09-07T06:18:26.7042390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_set_glob_escape.3 2025-09-07T06:18:26.7043180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_set_compile_extra_options.3 2025-09-07T06:18:26.7043770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2.3 2025-09-07T06:18:26.7044490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2perform.3 2025-09-07T06:18:26.7045280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_pattern_info.3 2025-09-07T06:18:26.7046160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_set_substitute_callout.3 2025-09-07T06:18:26.7046970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_jit_stack_create.3 2025-09-07T06:18:26.7047600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2build.3 2025-09-07T06:18:26.7048480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_substring_length_byname.3 2025-09-07T06:18:26.7049220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_serialize_free.3 2025-09-07T06:18:26.7050100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_dfa_match.3 2025-09-07T06:18:26.7050930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2convert.3 2025-09-07T06:18:26.7051930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_jit_match.3 2025-09-07T06:18:26.7053030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_substring_nametable_scan.3 2025-09-07T06:18:26.7054010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_match.3 2025-09-07T06:18:26.7055090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_converted_pattern_free.3 2025-09-07T06:18:26.7056250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_set_heap_limit.3 2025-09-07T06:18:26.7057150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_substring_number_from_name.3 2025-09-07T06:18:26.7058150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_pattern_convert.3 2025-09-07T06:18:26.7059220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_maketables.3 2025-09-07T06:18:26.7060270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_match_context_free.3 2025-09-07T06:18:26.7061240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_code_free.3 2025-09-07T06:18:26.7062230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_jit_compile.3 2025-09-07T06:18:26.7063160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_compile.3 2025-09-07T06:18:26.7064210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_get_ovector_pointer.3 2025-09-07T06:18:26.7065170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_substring_list_get.3 2025-09-07T06:18:26.7066200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_general_context_free.3 2025-09-07T06:18:26.7067310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_get_match_data_size.3 2025-09-07T06:18:26.7068540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_convert_context_copy.3 2025-09-07T06:18:26.7069620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_set_character_tables.3 2025-09-07T06:18:26.7070620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_get_error_message.3 2025-09-07T06:18:26.7071790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_compile_context_create.3 2025-09-07T06:18:26.7072750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_set_glob_separator.3 2025-09-07T06:18:26.7073770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_maketables_free.3 2025-09-07T06:18:26.7074850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_convert_context_free.3 2025-09-07T06:18:26.7076130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_serialize_decode.3 2025-09-07T06:18:26.7077160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_general_context_copy.3 2025-09-07T06:18:26.7078170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_code_copy.3 2025-09-07T06:18:26.7079170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2compat.3 2025-09-07T06:18:26.7080440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_match_data_create_from_pattern.3 2025-09-07T06:18:26.7081500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_set_match_limit.3 2025-09-07T06:18:26.7082480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_match_context_copy.3 2025-09-07T06:18:26.7083390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_serialize_encode.3 2025-09-07T06:18:26.7084320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_substitute.3 2025-09-07T06:18:26.7085400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_get_ovector_count.3 2025-09-07T06:18:26.7086320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_get_mark.3 2025-09-07T06:18:26.7087450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_jit_stack_assign.3 2025-09-07T06:18:26.7088750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_substring_list_free.3 2025-09-07T06:18:26.7089780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2callout.3 2025-09-07T06:18:26.7090630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_match_data_create.3 2025-09-07T06:18:26.7091570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_substring_get_byname.3 2025-09-07T06:18:26.7092510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_substring_copy_bynumber.3 2025-09-07T06:18:26.7093360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2sample.3 2025-09-07T06:18:26.7094370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_substring_length_bynumber.3 2025-09-07T06:18:26.7095180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2partial.3 2025-09-07T06:18:26.7096120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2posix.3 2025-09-07T06:18:26.7097220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_convert_context_create.3 2025-09-07T06:18:26.7098430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_compile_context_copy.3 2025-09-07T06:18:26.7099260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_config.3 2025-09-07T06:18:26.7100350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_set_compile_recursion_guard.3 2025-09-07T06:18:26.7101510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_serialize_get_number_of_codes.3 2025-09-07T06:18:26.7102680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_general_context_create.3 2025-09-07T06:18:26.7104010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_jit_free_unused_memory.3 2025-09-07T06:18:26.7105090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_callout_enumerate.3 2025-09-07T06:18:26.7106200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_substring_free.3 2025-09-07T06:18:26.7107010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2pattern.3 2025-09-07T06:18:26.7107990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man1/pcre2grep.1 2025-09-07T06:18:26.7108980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man1/pcre2test.1 2025-09-07T06:18:26.7109950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man1/pcre2-config.1 2025-09-07T06:18:26.7111190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/cmake/pcre2-config-version.cmake 2025-09-07T06:18:26.7112240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/cmake/pcre2-config.cmake 2025-09-07T06:18:26.7113100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/bin/pcre2grep 2025-09-07T06:18:26.7114090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/bin/pcre2test 2025-09-07T06:18:26.7115030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/bin/pcre2-config 2025-09-07T06:18:26.7115830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/bin/pcre2posix_test 2025-09-07T06:18:26.7116790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/include/pcre2posix.h 2025-09-07T06:18:26.7117880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/include/pcre2.h 2025-09-07T06:18:26.7118750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/info/repodata_record.json 2025-09-07T06:18:26.7119530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/info/test/run_test.sh 2025-09-07T06:18:26.7120400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/info/licenses/LICENCE 2025-09-07T06:18:26.7121480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/info/recipe/bld.bat 2025-09-07T06:18:26.7122410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/info/recipe/build.sh 2025-09-07T06:18:26.7123360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.7124230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/info/recipe/meta.yaml 2025-09-07T06:18:26.7125170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/info/recipe/meta.yaml.template 2025-09-07T06:18:26.7126270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/info/run_exports.json 2025-09-07T06:18:26.7126940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/info/paths.json 2025-09-07T06:18:26.7127860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/info/hash_input.json 2025-09-07T06:18:26.7128790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/info/files 2025-09-07T06:18:26.7129560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/info/about.json 2025-09-07T06:18:26.7130480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/info/has_prefix 2025-09-07T06:18:26.7131230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/info/index.json 2025-09-07T06:18:26.7132100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/info/git 2025-09-07T06:18:26.7133330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/libpcre2-16.0.dylib 2025-09-07T06:18:26.7134340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/libpcre2-posix.3.0.4.dylib 2025-09-07T06:18:26.7135190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/libpcre2-8.0.11.2.dylib 2025-09-07T06:18:26.7136060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/pkgconfig/libpcre2-posix.pc 2025-09-07T06:18:26.7136890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/pkgconfig/libpcre2-8.pc 2025-09-07T06:18:26.7137860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/pkgconfig/libpcre2-16.pc 2025-09-07T06:18:26.7138930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/pkgconfig/libpcre2-32.pc 2025-09-07T06:18:26.7139930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/libpcre2-16.0.11.2.dylib 2025-09-07T06:18:26.7140910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/libpcre2-8.0.dylib 2025-09-07T06:18:26.7141800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/libpcre2-32.0.11.2.dylib 2025-09-07T06:18:26.7142730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/libpcre2-posix.a 2025-09-07T06:18:26.7143770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/libpcre2-16.a 2025-09-07T06:18:26.7144730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/libpcre2-16.dylib 2025-09-07T06:18:26.7145580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/libpcre2-32.0.dylib 2025-09-07T06:18:26.7146650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/libpcre2-32.dylib 2025-09-07T06:18:26.7147640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/libpcre2-8.a 2025-09-07T06:18:26.7148430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/libpcre2-32.a 2025-09-07T06:18:26.7149560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/libpcre2-posix.3.dylib 2025-09-07T06:18:26.7150460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/libpcre2-8.dylib 2025-09-07T06:18:26.7151460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/libpcre2-posix.dylib 2025-09-07T06:18:26.7152580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_config.html 2025-09-07T06:18:26.7153860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2compat.html 2025-09-07T06:18:26.7155090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_set_depth_limit.html 2025-09-07T06:18:26.7155940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2.html 2025-09-07T06:18:26.7157260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_match_data_create_from_pattern.html 2025-09-07T06:18:26.7158180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2unicode.html 2025-09-07T06:18:26.7159250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2sample.html 2025-09-07T06:18:26.7160360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_pattern_convert.html 2025-09-07T06:18:26.7161450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_set_heap_limit.html 2025-09-07T06:18:26.7162830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_set_substitute_callout.html 2025-09-07T06:18:26.7163850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/index.html 2025-09-07T06:18:26.7164850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_code_free.html 2025-09-07T06:18:26.7165990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_converted_pattern_free.html 2025-09-07T06:18:26.7167260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_substring_length_bynumber.html 2025-09-07T06:18:26.7168330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_match_data_free.html 2025-09-07T06:18:26.7169540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_callout_enumerate.html 2025-09-07T06:18:26.7170510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_substring_free.html 2025-09-07T06:18:26.7171580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2perform.html 2025-09-07T06:18:26.7172770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_code_copy_with_tables.html 2025-09-07T06:18:26.7173810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2jit.html 2025-09-07T06:18:26.7174770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2serialize.html 2025-09-07T06:18:26.7175850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_match_data_create.html 2025-09-07T06:18:26.7176900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_maketables.html 2025-09-07T06:18:26.7177940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_jit_stack_assign.html 2025-09-07T06:18:26.7179080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_set_bsr.html 2025-09-07T06:18:26.7180230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_jit_stack_create.html 2025-09-07T06:18:26.7181250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_get_mark.html 2025-09-07T06:18:26.7182360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_jit_free_unused_memory.html 2025-09-07T06:18:26.7183490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_set_character_tables.html 2025-09-07T06:18:26.7184680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_set_match_limit.html 2025-09-07T06:18:26.7185890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_set_parens_nest_limit.html 2025-09-07T06:18:26.7186960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2syntax.html 2025-09-07T06:18:26.7187970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2api.html 2025-09-07T06:18:26.7189170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_get_error_message.html 2025-09-07T06:18:26.7190230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_get_startchar.html 2025-09-07T06:18:26.7191380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_set_newline.html 2025-09-07T06:18:26.7192390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2convert.html 2025-09-07T06:18:26.7193580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_get_ovector_count.html 2025-09-07T06:18:26.7194770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_pattern_info.html 2025-09-07T06:18:26.7196050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_maketables_free.html 2025-09-07T06:18:26.7197090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_set_glob_escape.html 2025-09-07T06:18:26.7198270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_get_ovector_pointer.html 2025-09-07T06:18:26.7199310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_code_copy.html 2025-09-07T06:18:26.7200380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2matching.html 2025-09-07T06:18:26.7201590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_general_context_create.html 2025-09-07T06:18:26.7202580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2test.html 2025-09-07T06:18:26.7203640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_dfa_match.html 2025-09-07T06:18:26.7204610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2posix.html 2025-09-07T06:18:26.7205880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_set_max_pattern_length.html 2025-09-07T06:18:26.7206860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_serialize_encode.html 2025-09-07T06:18:26.7207760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_set_recursion_limit.html 2025-09-07T06:18:26.7208950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_convert_context_free.html 2025-09-07T06:18:26.7210140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_substring_nametable_scan.html 2025-09-07T06:18:26.7211330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2callout.html 2025-09-07T06:18:26.7212460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_general_context_copy.html 2025-09-07T06:18:26.7213820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_compile_context_free.html 2025-09-07T06:18:26.7215150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2build.html 2025-09-07T06:18:26.7216420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_set_offset_limit.html 2025-09-07T06:18:26.7217620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_substring_get_byname.html 2025-09-07T06:18:26.7218580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_jit_match.html 2025-09-07T06:18:26.7219920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_compile_context_create.html 2025-09-07T06:18:26.7220770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2partial.html 2025-09-07T06:18:26.7221840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2grep.html 2025-09-07T06:18:26.7223040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_match_context_free.html 2025-09-07T06:18:26.7224300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_set_glob_separator.html 2025-09-07T06:18:26.7225350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2pattern.html 2025-09-07T06:18:26.7226650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_general_context_free.html 2025-09-07T06:18:26.7227580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2demo.html 2025-09-07T06:18:26.7229030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_set_recursion_memory_management.html 2025-09-07T06:18:26.7230150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_convert_context_create.html 2025-09-07T06:18:26.7231460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_compile_context_copy.html 2025-09-07T06:18:26.7232670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_serialize_get_number_of_codes.html 2025-09-07T06:18:26.7233910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_set_compile_recursion_guard.html 2025-09-07T06:18:26.7234990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_substring_number_from_name.html 2025-09-07T06:18:26.7236060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_substring_list_free.html 2025-09-07T06:18:26.7237310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_convert_context_copy.html 2025-09-07T06:18:26.7238350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_get_match_data_size.html 2025-09-07T06:18:26.7239700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_substring_length_byname.html 2025-09-07T06:18:26.7240870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_substring_copy_bynumber.html 2025-09-07T06:18:26.7241950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_jit_compile.html 2025-09-07T06:18:26.7243090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_serialize_decode.html 2025-09-07T06:18:26.7244650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_match_context_copy.html 2025-09-07T06:18:26.7245690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_compile.html 2025-09-07T06:18:26.7247000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_jit_stack_free.html 2025-09-07T06:18:26.7247960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2limits.html 2025-09-07T06:18:26.7249000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2-config.html 2025-09-07T06:18:26.7250250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_substitute.html 2025-09-07T06:18:26.7251400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_match.html 2025-09-07T06:18:26.7252770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_set_compile_extra_options.html 2025-09-07T06:18:26.7253950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_serialize_free.html 2025-09-07T06:18:26.7254970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_substring_get_bynumber.html 2025-09-07T06:18:26.7255970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_set_callout.html 2025-09-07T06:18:26.7257040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_substring_copy_byname.html 2025-09-07T06:18:26.7258180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_substring_list_get.html 2025-09-07T06:18:26.7259260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_match_context_create.html 2025-09-07T06:18:26.7259840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0.conda 2025-09-07T06:18:26.7260790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/ssl/cert.pem 2025-09-07T06:18:26.7261640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/ssl/cacert.pem 2025-09-07T06:18:26.7262650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/info/repodata_record.json 2025-09-07T06:18:26.7263590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:26.7264830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.7265950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/info/licenses/LICENSE.txt 2025-09-07T06:18:26.7266930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/info/recipe/run_test.sh 2025-09-07T06:18:26.7267870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/info/recipe/bld.bat 2025-09-07T06:18:26.7268920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/info/recipe/build.sh 2025-09-07T06:18:26.7270050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.7271040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/info/recipe/LICENSE.txt 2025-09-07T06:18:26.7272150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:26.7273280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/info/recipe/run_test.bat 2025-09-07T06:18:26.7274550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.7275430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/info/paths.json 2025-09-07T06:18:26.7276460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/info/hash_input.json 2025-09-07T06:18:26.7277430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/info/files 2025-09-07T06:18:26.7278440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/info/about.json 2025-09-07T06:18:26.7279310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/info/index.json 2025-09-07T06:18:26.7280390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/info/git 2025-09-07T06:18:26.7281340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/info/repodata_record.json 2025-09-07T06:18:26.7282160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/info/test/run_test.sh 2025-09-07T06:18:26.7283140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/info/test/run_test.py 2025-09-07T06:18:26.7284270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/info/test/test_time_dependencies.json 2025-09-07T06:18:26.7285390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/info/licenses/LICENSE 2025-09-07T06:18:26.7286460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-09-07T06:18:26.7287280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/info/recipe/meta.yaml 2025-09-07T06:18:26.7288520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/info/recipe/meta.yaml.template 2025-09-07T06:18:26.7289520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/info/paths.json 2025-09-07T06:18:26.7290400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/info/hash_input.json 2025-09-07T06:18:26.7291140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/info/files 2025-09-07T06:18:26.7292050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/info/about.json 2025-09-07T06:18:26.7292980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/info/index.json 2025-09-07T06:18:26.7293740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/info/git 2025-09-07T06:18:26.7295200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/lib/python3.13/site-packages/pkce-1.0.3.dist-info/RECORD 2025-09-07T06:18:26.7296620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/lib/python3.13/site-packages/pkce-1.0.3.dist-info/LICENSE 2025-09-07T06:18:26.7297910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/lib/python3.13/site-packages/pkce-1.0.3.dist-info/direct_url.json 2025-09-07T06:18:26.7299190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/lib/python3.13/site-packages/pkce-1.0.3.dist-info/WHEEL 2025-09-07T06:18:26.7300590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/lib/python3.13/site-packages/pkce-1.0.3.dist-info/top_level.txt 2025-09-07T06:18:26.7301860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/lib/python3.13/site-packages/pkce-1.0.3.dist-info/REQUESTED 2025-09-07T06:18:26.7303110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/lib/python3.13/site-packages/pkce-1.0.3.dist-info/INSTALLER 2025-09-07T06:18:26.7304230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/lib/python3.13/site-packages/pkce-1.0.3.dist-info/METADATA 2025-09-07T06:18:26.7305440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/lib/python3.13/site-packages/pkce/__init__.py 2025-09-07T06:18:26.7306890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/lib/python3.13/site-packages/pkce/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.7307760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/lib/python3.13/site-packages/pkce/py.typed 2025-09-07T06:18:26.7308440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0.conda 2025-09-07T06:18:26.7309320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2.conda 2025-09-07T06:18:26.7309920Z /opt/homebrew/Caskroom/miniconda/base/lib/libncurses++.a 2025-09-07T06:18:26.7310620Z /opt/homebrew/Caskroom/miniconda/base/lib/libsqlite3.0.dylib 2025-09-07T06:18:26.7311380Z /opt/homebrew/Caskroom/miniconda/base/lib/libyaml-cpp.0.8.0.dylib 2025-09-07T06:18:26.7312030Z /opt/homebrew/Caskroom/miniconda/base/lib/libpcre2-16.0.dylib 2025-09-07T06:18:26.7312640Z /opt/homebrew/Caskroom/miniconda/base/lib/libmamba.2.dylib 2025-09-07T06:18:26.7313320Z /opt/homebrew/Caskroom/miniconda/base/lib/libicutu.73.1.dylib 2025-09-07T06:18:26.7313870Z /opt/homebrew/Caskroom/miniconda/base/lib/libmpdec.4.0.0.dylib 2025-09-07T06:18:26.7314560Z /opt/homebrew/Caskroom/miniconda/base/lib/libicudata.73.dylib 2025-09-07T06:18:26.7315070Z /opt/homebrew/Caskroom/miniconda/base/lib/libcrypto.a 2025-09-07T06:18:26.7315560Z /opt/homebrew/Caskroom/miniconda/base/lib/libbz2.a 2025-09-07T06:18:26.7316120Z /opt/homebrew/Caskroom/miniconda/base/lib/libxml2.2.dylib 2025-09-07T06:18:26.7316690Z /opt/homebrew/Caskroom/miniconda/base/lib/libicui18n.a 2025-09-07T06:18:26.7317140Z /opt/homebrew/Caskroom/miniconda/base/lib/libz.dylib 2025-09-07T06:18:26.7318040Z /opt/homebrew/Caskroom/miniconda/base/lib/tdbcmysql1.1.9/tdbcmysql.tcl 2025-09-07T06:18:26.7318810Z /opt/homebrew/Caskroom/miniconda/base/lib/tdbcmysql1.1.9/libtdbcmysql1.1.9.dylib 2025-09-07T06:18:26.7319550Z /opt/homebrew/Caskroom/miniconda/base/lib/tdbcmysql1.1.9/pkgIndex.tcl 2025-09-07T06:18:26.7320030Z /opt/homebrew/Caskroom/miniconda/base/lib/libffi.8.dylib 2025-09-07T06:18:26.7320580Z /opt/homebrew/Caskroom/miniconda/base/lib/libcharset.a 2025-09-07T06:18:26.7321260Z /opt/homebrew/Caskroom/miniconda/base/lib/libncurses.6.dylib 2025-09-07T06:18:26.7321850Z /opt/homebrew/Caskroom/miniconda/base/lib/libspdlog.dylib 2025-09-07T06:18:26.7322550Z /opt/homebrew/Caskroom/miniconda/base/lib/libpcre2-posix.3.0.4.dylib 2025-09-07T06:18:26.7323260Z /opt/homebrew/Caskroom/miniconda/base/lib/libpcre2-8.0.11.2.dylib 2025-09-07T06:18:26.7323880Z /opt/homebrew/Caskroom/miniconda/base/lib/libtcl8.6.dylib 2025-09-07T06:18:26.7324600Z /opt/homebrew/Caskroom/miniconda/base/lib/libcares.2.19.4.dylib 2025-09-07T06:18:26.7325250Z /opt/homebrew/Caskroom/miniconda/base/lib/libspdlog.1.11.0.dylib 2025-09-07T06:18:26.7325920Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/fmt.pc 2025-09-07T06:18:26.7326620Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/openssl.pc 2025-09-07T06:18:26.7327230Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/expat.pc 2025-09-07T06:18:26.7327860Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/libarchive.pc 2025-09-07T06:18:26.7328430Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/python3.pc 2025-09-07T06:18:26.7328990Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/icu-uc.pc 2025-09-07T06:18:26.7329680Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/readline.pc 2025-09-07T06:18:26.7330310Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/libsolv.pc 2025-09-07T06:18:26.7331130Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/yaml-cpp.pc 2025-09-07T06:18:26.7331890Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/libcares.pc 2025-09-07T06:18:26.7332490Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/gmock_main.pc 2025-09-07T06:18:26.7333100Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/icu-io.pc 2025-09-07T06:18:26.7333690Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/liblzma.pc 2025-09-07T06:18:26.7334460Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/python-3.13-embed.pc 2025-09-07T06:18:26.7335140Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/liblz4.pc 2025-09-07T06:18:26.7335740Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/libcurl.pc 2025-09-07T06:18:26.7336280Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/gmock.pc 2025-09-07T06:18:26.7337240Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/ncursesw.pc 2025-09-07T06:18:26.7338020Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/simdjson.pc 2025-09-07T06:18:26.7338590Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/formw.pc 2025-09-07T06:18:26.7339120Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/tcl.pc 2025-09-07T06:18:26.7339720Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/tk.pc 2025-09-07T06:18:26.7340400Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/ncurses++w.pc 2025-09-07T06:18:26.7341190Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/python-3.13.pc 2025-09-07T06:18:26.7341870Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/libffi.pc 2025-09-07T06:18:26.7342500Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/zlib.pc 2025-09-07T06:18:26.7343050Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/libzstd.pc 2025-09-07T06:18:26.7343710Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/libssl.pc 2025-09-07T06:18:26.7344350Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/tinfow.pc 2025-09-07T06:18:26.7344920Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/spdlog.pc 2025-09-07T06:18:26.7345530Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/menuw.pc 2025-09-07T06:18:26.7346320Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/icu-i18n.pc 2025-09-07T06:18:26.7346820Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/libcrypto.pc 2025-09-07T06:18:26.7347560Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/python3-embed.pc 2025-09-07T06:18:26.7348230Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/reproc.pc 2025-09-07T06:18:26.7348890Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/sqlite3.pc 2025-09-07T06:18:26.7349510Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/libnghttp2.pc 2025-09-07T06:18:26.7350110Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/libxml-2.0.pc 2025-09-07T06:18:26.7351020Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/libpcre2-posix.pc 2025-09-07T06:18:26.7351830Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/libpcre2-8.pc 2025-09-07T06:18:26.7352440Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/history.pc 2025-09-07T06:18:26.7353270Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/libpcre2-16.pc 2025-09-07T06:18:26.7354100Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/reproc++.pc 2025-09-07T06:18:26.7354660Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/libpcre2-32.pc 2025-09-07T06:18:26.7355310Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/libssh2.pc 2025-09-07T06:18:26.7356040Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/panelw.pc 2025-09-07T06:18:26.7356660Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/gtest_main.pc 2025-09-07T06:18:26.7357270Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/libsolvext.pc 2025-09-07T06:18:26.7357900Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/gtest.pc 2025-09-07T06:18:26.7358420Z /opt/homebrew/Caskroom/miniconda/base/lib/libicuio.dylib 2025-09-07T06:18:26.7359050Z /opt/homebrew/Caskroom/miniconda/base/lib/libarchive.13.7.7.dylib 2025-09-07T06:18:26.7359610Z /opt/homebrew/Caskroom/miniconda/base/lib/libicutest.a 2025-09-07T06:18:26.7360170Z /opt/homebrew/Caskroom/miniconda/base/lib/libicutest.dylib 2025-09-07T06:18:26.7361010Z /opt/homebrew/Caskroom/miniconda/base/lib/libsimdjson.23.0.0.dylib 2025-09-07T06:18:26.7361500Z /opt/homebrew/Caskroom/miniconda/base/lib/libicuio.a 2025-09-07T06:18:26.7362150Z /opt/homebrew/Caskroom/miniconda/base/lib/libpcre2-16.0.11.2.dylib 2025-09-07T06:18:26.7362840Z /opt/homebrew/Caskroom/miniconda/base/lib/libssh2.1.0.1.dylib 2025-09-07T06:18:26.7363570Z /opt/homebrew/Caskroom/miniconda/base/lib/libpcre2-8.0.dylib 2025-09-07T06:18:26.7364080Z /opt/homebrew/Caskroom/miniconda/base/lib/libpanel.dylib 2025-09-07T06:18:26.7364610Z /opt/homebrew/Caskroom/miniconda/base/lib/libexpat.dylib 2025-09-07T06:18:26.7365260Z /opt/homebrew/Caskroom/miniconda/base/lib/libz.1.2.13.dylib 2025-09-07T06:18:26.7365870Z /opt/homebrew/Caskroom/miniconda/base/lib/libcharset.1.dylib 2025-09-07T06:18:26.7366410Z /opt/homebrew/Caskroom/miniconda/base/lib/libicudata.dylib 2025-09-07T06:18:26.7367180Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/reproc/reproc-config.cmake 2025-09-07T06:18:26.7368210Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/reproc/reproc-targets-release.cmake 2025-09-07T06:18:26.7368880Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/reproc/reproc-targets.cmake 2025-09-07T06:18:26.7369650Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/reproc/reproc-config-version.cmake 2025-09-07T06:18:26.7370350Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/liblzma/liblzma-config.cmake 2025-09-07T06:18:26.7371260Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/liblzma/liblzma-targets.cmake 2025-09-07T06:18:26.7372320Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/liblzma/liblzma-targets-release.cmake 2025-09-07T06:18:26.7373290Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/liblzma/liblzma-config-version.cmake 2025-09-07T06:18:26.7374020Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/libxml2/libxml2-config.cmake 2025-09-07T06:18:26.7374730Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/simdjson/simdjson-config-version.cmake 2025-09-07T06:18:26.7375500Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/simdjson/simdjson-config.cmake 2025-09-07T06:18:26.7375970Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/simdjson/simdjsonTargets.cmake 2025-09-07T06:18:26.7376660Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/simdjson/simdjsonTargets-release.cmake 2025-09-07T06:18:26.7377310Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/reproc++/reproc++-config-version.cmake 2025-09-07T06:18:26.7377910Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/reproc++/reproc++-config.cmake 2025-09-07T06:18:26.7378540Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/reproc++/reproc++-targets.cmake 2025-09-07T06:18:26.7379250Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/reproc++/reproc++-targets-release.cmake 2025-09-07T06:18:26.7379860Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/expat-2.7.1/expat-config.cmake 2025-09-07T06:18:26.7380610Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/expat-2.7.1/expat-config-version.cmake 2025-09-07T06:18:26.7381270Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/expat-2.7.1/expat-noconfig.cmake 2025-09-07T06:18:26.7381950Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/expat-2.7.1/expat.cmake 2025-09-07T06:18:26.7382780Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/fmt/fmt-targets-release.cmake 2025-09-07T06:18:26.7383460Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/fmt/fmt-config.cmake 2025-09-07T06:18:26.7384200Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/fmt/fmt-config-version.cmake 2025-09-07T06:18:26.7384900Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/fmt/fmt-targets.cmake 2025-09-07T06:18:26.7385690Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/c-ares/c-ares-targets-release.cmake 2025-09-07T06:18:26.7386360Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/c-ares/c-ares-config.cmake 2025-09-07T06:18:26.7387180Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/c-ares/c-ares-targets.cmake 2025-09-07T06:18:26.7388000Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/c-ares/c-ares-config-version.cmake 2025-09-07T06:18:26.7388800Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/libmamba/libmambaConfigVersion.cmake 2025-09-07T06:18:26.7389610Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/libmamba/libmambaTargets.cmake 2025-09-07T06:18:26.7390550Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/libmamba/libmambaTargets-release.cmake 2025-09-07T06:18:26.7391410Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/libmamba/libmambaConfig.cmake 2025-09-07T06:18:26.7392180Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/yaml-cpp/yaml-cpp-config.cmake 2025-09-07T06:18:26.7393170Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/yaml-cpp/yaml-cpp-targets-release.cmake 2025-09-07T06:18:26.7393960Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/yaml-cpp/yaml-cpp-targets.cmake 2025-09-07T06:18:26.7394910Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/yaml-cpp/yaml-cpp-config-version.cmake 2025-09-07T06:18:26.7395640Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/spdlog/spdlogConfig.cmake 2025-09-07T06:18:26.7396700Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/spdlog/spdlogConfigTargets-release.cmake 2025-09-07T06:18:26.7397570Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/spdlog/spdlogConfigTargets.cmake 2025-09-07T06:18:26.7398410Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/spdlog/spdlogConfigVersion.cmake 2025-09-07T06:18:26.7399140Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/GTest/GTestTargets.cmake 2025-09-07T06:18:26.7400060Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/GTest/GTestTargets-release.cmake 2025-09-07T06:18:26.7400780Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/GTest/GTestConfig.cmake 2025-09-07T06:18:26.7401610Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/GTest/GTestConfigVersion.cmake 2025-09-07T06:18:26.7402300Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/libssh2/FindLibgcrypt.cmake 2025-09-07T06:18:26.7403230Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/libssh2/libssh2-config-version.cmake 2025-09-07T06:18:26.7404050Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/libssh2/libssh2-targets.cmake 2025-09-07T06:18:26.7404760Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/libssh2/FindMbedTLS.cmake 2025-09-07T06:18:26.7405510Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/libssh2/FindWolfSSL.cmake 2025-09-07T06:18:26.7406340Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/libssh2/libssh2-config.cmake 2025-09-07T06:18:26.7407210Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/libssh2/libssh2-targets-release.cmake 2025-09-07T06:18:26.7408120Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/zstd/zstdConfigVersion.cmake 2025-09-07T06:18:26.7408750Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/zstd/zstdTargets.cmake 2025-09-07T06:18:26.7409480Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/zstd/zstdConfig.cmake 2025-09-07T06:18:26.7410260Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/zstd/zstdTargets-release.cmake 2025-09-07T06:18:26.7410890Z /opt/homebrew/Caskroom/miniconda/base/lib/libmamba.2.0.0.dylib 2025-09-07T06:18:26.7411590Z /opt/homebrew/Caskroom/miniconda/base/lib/libyaml-cpp.0.8.dylib 2025-09-07T06:18:26.7412280Z /opt/homebrew/Caskroom/miniconda/base/lib/libcares.dylib 2025-09-07T06:18:26.7412730Z /opt/homebrew/Caskroom/miniconda/base/lib/libicudata.a 2025-09-07T06:18:26.7413300Z /opt/homebrew/Caskroom/miniconda/base/lib/libsolv.1.dylib 2025-09-07T06:18:26.7413840Z /opt/homebrew/Caskroom/miniconda/base/lib/libbz2.dylib 2025-09-07T06:18:26.7414380Z /opt/homebrew/Caskroom/miniconda/base/lib/libncurses++w.a 2025-09-07T06:18:26.7414990Z /opt/homebrew/Caskroom/miniconda/base/lib/libz.a 2025-09-07T06:18:26.7415720Z /opt/homebrew/Caskroom/miniconda/base/lib/libicui18n.73.1.dylib 2025-09-07T06:18:26.7416490Z /opt/homebrew/Caskroom/miniconda/base/lib/libpcre2-32.0.11.2.dylib 2025-09-07T06:18:26.7417090Z /opt/homebrew/Caskroom/miniconda/base/lib/libform.6.dylib 2025-09-07T06:18:26.7417660Z /opt/homebrew/Caskroom/miniconda/base/lib/libicui18n.73.dylib 2025-09-07T06:18:26.7418380Z /opt/homebrew/Caskroom/miniconda/base/lib/tdbcodbc1.1.9/tdbcodbc.tcl 2025-09-07T06:18:26.7419150Z /opt/homebrew/Caskroom/miniconda/base/lib/tdbcodbc1.1.9/libtdbcodbc1.1.9.dylib 2025-09-07T06:18:26.7420020Z /opt/homebrew/Caskroom/miniconda/base/lib/tdbcodbc1.1.9/pkgIndex.tcl 2025-09-07T06:18:26.7420990Z /opt/homebrew/Caskroom/miniconda/base/lib/sqlite3.45.3/libsqlite3.45.3.dylib 2025-09-07T06:18:26.7421570Z /opt/homebrew/Caskroom/miniconda/base/lib/sqlite3.45.3/pkgIndex.tcl 2025-09-07T06:18:26.7422120Z /opt/homebrew/Caskroom/miniconda/base/lib/libformw.dylib 2025-09-07T06:18:26.7422690Z /opt/homebrew/Caskroom/miniconda/base/lib/libpython3.13.dylib 2025-09-07T06:18:26.7423390Z /opt/homebrew/Caskroom/miniconda/base/lib/libgtest.1.11.0.dylib 2025-09-07T06:18:26.7423820Z /opt/homebrew/Caskroom/miniconda/base/lib/libfmt.dylib 2025-09-07T06:18:26.7424410Z /opt/homebrew/Caskroom/miniconda/base/lib/libreproc++.14.dylib 2025-09-07T06:18:26.7424950Z /opt/homebrew/Caskroom/miniconda/base/lib/libarchive.dylib 2025-09-07T06:18:26.7425470Z /opt/homebrew/Caskroom/miniconda/base/lib/libncursesw.dylib 2025-09-07T06:18:26.7426030Z /opt/homebrew/Caskroom/miniconda/base/lib/libtclstub8.6.a 2025-09-07T06:18:26.7426600Z /opt/homebrew/Caskroom/miniconda/base/lib/libicuio.73.1.dylib 2025-09-07T06:18:26.7427230Z /opt/homebrew/Caskroom/miniconda/base/lib/liblz4.1.9.4.dylib 2025-09-07T06:18:26.7427810Z /opt/homebrew/Caskroom/miniconda/base/lib/libssl.dylib 2025-09-07T06:18:26.7428320Z /opt/homebrew/Caskroom/miniconda/base/lib/libarchive.a 2025-09-07T06:18:26.7428960Z /opt/homebrew/Caskroom/miniconda/base/lib/libc++.1.0.dylib 2025-09-07T06:18:26.7429470Z /opt/homebrew/Caskroom/miniconda/base/lib/libform.a 2025-09-07T06:18:26.7430150Z /opt/homebrew/Caskroom/miniconda/base/lib/libiconv.2.dylib 2025-09-07T06:18:26.7430830Z /opt/homebrew/Caskroom/miniconda/base/lib/engines-3/padlock.dylib 2025-09-07T06:18:26.7431590Z /opt/homebrew/Caskroom/miniconda/base/lib/engines-3/capi.dylib 2025-09-07T06:18:26.7432250Z /opt/homebrew/Caskroom/miniconda/base/lib/engines-3/loader_attic.dylib 2025-09-07T06:18:26.7432820Z /opt/homebrew/Caskroom/miniconda/base/lib/libssl.3.dylib 2025-09-07T06:18:26.7433530Z /opt/homebrew/Caskroom/miniconda/base/lib/libreadline.8.3.dylib 2025-09-07T06:18:26.7434100Z /opt/homebrew/Caskroom/miniconda/base/lib/libpcre2-posix.a 2025-09-07T06:18:26.7434820Z /opt/homebrew/Caskroom/miniconda/base/lib/libicuuc.73.dylib 2025-09-07T06:18:26.7435420Z /opt/homebrew/Caskroom/miniconda/base/lib/libgmock.1.11.0.dylib 2025-09-07T06:18:26.7435890Z /opt/homebrew/Caskroom/miniconda/base/lib/libcares.2.dylib 2025-09-07T06:18:26.7436480Z /opt/homebrew/Caskroom/miniconda/base/lib/libssh2.1.dylib 2025-09-07T06:18:26.7437140Z /opt/homebrew/Caskroom/miniconda/base/lib/libpanelw.6.dylib 2025-09-07T06:18:26.7437700Z /opt/homebrew/Caskroom/miniconda/base/lib/libpcre2-16.a 2025-09-07T06:18:26.7438170Z /opt/homebrew/Caskroom/miniconda/base/lib/libfmt.9.dylib 2025-09-07T06:18:26.7438990Z /opt/homebrew/Caskroom/miniconda/base/lib/libcrypto.3.dylib 2025-09-07T06:18:26.7439580Z /opt/homebrew/Caskroom/miniconda/base/lib/libtinfow.6.dylib 2025-09-07T06:18:26.7440140Z /opt/homebrew/Caskroom/miniconda/base/lib/Tk.tiff 2025-09-07T06:18:26.7440880Z /opt/homebrew/Caskroom/miniconda/base/lib/libcurl.4.8.0.dylib 2025-09-07T06:18:26.7441480Z /opt/homebrew/Caskroom/miniconda/base/lib/libpcre2-16.dylib 2025-09-07T06:18:26.7442060Z /opt/homebrew/Caskroom/miniconda/base/lib/libpanelw.dylib 2025-09-07T06:18:26.7442710Z /opt/homebrew/Caskroom/miniconda/base/lib/libpcre2-32.0.dylib 2025-09-07T06:18:26.7443400Z /opt/homebrew/Caskroom/miniconda/base/lib/libpcre2-32.dylib 2025-09-07T06:18:26.7443960Z /opt/homebrew/Caskroom/miniconda/base/lib/libev.dylib 2025-09-07T06:18:26.7444550Z /opt/homebrew/Caskroom/miniconda/base/lib/libmenuw.dylib 2025-09-07T06:18:26.7445360Z /opt/homebrew/Caskroom/miniconda/base/lib/thread2.8.10/libthread2.8.10.dylib 2025-09-07T06:18:26.7446040Z /opt/homebrew/Caskroom/miniconda/base/lib/thread2.8.10/pkgIndex.tcl 2025-09-07T06:18:26.7446730Z /opt/homebrew/Caskroom/miniconda/base/lib/thread2.8.10/ttrace.tcl 2025-09-07T06:18:26.7447330Z /opt/homebrew/Caskroom/miniconda/base/lib/libiconv.dylib 2025-09-07T06:18:26.7448000Z /opt/homebrew/Caskroom/miniconda/base/lib/libpanel.6.dylib 2025-09-07T06:18:26.7448520Z /opt/homebrew/Caskroom/miniconda/base/lib/libmenuw.a 2025-09-07T06:18:26.7449420Z /opt/homebrew/Caskroom/miniconda/base/lib/libsolvext.dylib 2025-09-07T06:18:26.7450030Z /opt/homebrew/Caskroom/miniconda/base/lib/libicuuc.dylib 2025-09-07T06:18:26.7450690Z /opt/homebrew/Caskroom/miniconda/base/lib/libxml2.dylib 2025-09-07T06:18:26.7451370Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/panedwindow.tcl 2025-09-07T06:18:26.7451880Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/tkfbox.tcl 2025-09-07T06:18:26.7452590Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgbox.tcl 2025-09-07T06:18:26.7453290Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/button.tcl 2025-09-07T06:18:26.7453820Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/text.tcl 2025-09-07T06:18:26.7454670Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/megawidget.tcl 2025-09-07T06:18:26.7455300Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/tk.tcl 2025-09-07T06:18:26.7456070Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/fontchooser.tcl 2025-09-07T06:18:26.7456860Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/panedwindow.tcl 2025-09-07T06:18:26.7457490Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/scrollbar.tcl 2025-09-07T06:18:26.7458200Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/sizegrip.tcl 2025-09-07T06:18:26.7458850Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/button.tcl 2025-09-07T06:18:26.7459660Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/defaults.tcl 2025-09-07T06:18:26.7460250Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/utils.tcl 2025-09-07T06:18:26.7460830Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/ttk.tcl 2025-09-07T06:18:26.7461510Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/treeview.tcl 2025-09-07T06:18:26.7462400Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/classicTheme.tcl 2025-09-07T06:18:26.7463210Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/spinbox.tcl 2025-09-07T06:18:26.7463820Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/clamTheme.tcl 2025-09-07T06:18:26.7464530Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/aquaTheme.tcl 2025-09-07T06:18:26.7465270Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/xpTheme.tcl 2025-09-07T06:18:26.7465880Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/entry.tcl 2025-09-07T06:18:26.7466590Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/notebook.tcl 2025-09-07T06:18:26.7467130Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/fonts.tcl 2025-09-07T06:18:26.7467750Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/vistaTheme.tcl 2025-09-07T06:18:26.7468440Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/altTheme.tcl 2025-09-07T06:18:26.7469040Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/combobox.tcl 2025-09-07T06:18:26.7469650Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/winTheme.tcl 2025-09-07T06:18:26.7470280Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/scale.tcl 2025-09-07T06:18:26.7470970Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/menubutton.tcl 2025-09-07T06:18:26.7471740Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/progress.tcl 2025-09-07T06:18:26.7472330Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/cursors.tcl 2025-09-07T06:18:26.7473000Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/obsolete.tcl 2025-09-07T06:18:26.7473640Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/mkpsenc.tcl 2025-09-07T06:18:26.7474400Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/images/logoMed.gif 2025-09-07T06:18:26.7475100Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/images/logo.eps 2025-09-07T06:18:26.7476010Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/images/pwrdLogo150.gif 2025-09-07T06:18:26.7476600Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/images/tai-ku.gif 2025-09-07T06:18:26.7477180Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/images/README 2025-09-07T06:18:26.7478180Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/images/pwrdLogo.eps 2025-09-07T06:18:26.7478950Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/images/pwrdLogo200.gif 2025-09-07T06:18:26.7479700Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/images/logoLarge.gif 2025-09-07T06:18:26.7480460Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/images/pwrdLogo175.gif 2025-09-07T06:18:26.7481090Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/images/pwrdLogo75.gif 2025-09-07T06:18:26.7481780Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/images/pwrdLogo100.gif 2025-09-07T06:18:26.7482440Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/images/logo100.gif 2025-09-07T06:18:26.7483130Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/images/logo64.gif 2025-09-07T06:18:26.7483720Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/spinbox.tcl 2025-09-07T06:18:26.7484410Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/unsupported.tcl 2025-09-07T06:18:26.7485010Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/clrpick.tcl 2025-09-07T06:18:26.7485660Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/entry.tcl 2025-09-07T06:18:26.7486220Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/console.tcl 2025-09-07T06:18:26.7486760Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/icons.tcl 2025-09-07T06:18:26.7487470Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/choosedir.tcl 2025-09-07T06:18:26.7487970Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/menu.tcl 2025-09-07T06:18:26.7488580Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/dialog.tcl 2025-09-07T06:18:26.7489260Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/comdlg.tcl 2025-09-07T06:18:26.7489780Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/tclIndex 2025-09-07T06:18:26.7490590Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgs/pl.msg 2025-09-07T06:18:26.7491170Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgs/el.msg 2025-09-07T06:18:26.7491760Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgs/sv.msg 2025-09-07T06:18:26.7492490Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgs/en.msg 2025-09-07T06:18:26.7493070Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgs/eo.msg 2025-09-07T06:18:26.7493580Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgs/ru.msg 2025-09-07T06:18:26.7494170Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgs/fr.msg 2025-09-07T06:18:26.7494730Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgs/nl.msg 2025-09-07T06:18:26.7495280Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgs/cs.msg 2025-09-07T06:18:26.7496010Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgs/en_gb.msg 2025-09-07T06:18:26.7496660Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgs/es.msg 2025-09-07T06:18:26.7497370Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgs/hu.msg 2025-09-07T06:18:26.7498050Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgs/da.msg 2025-09-07T06:18:26.7498620Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgs/fi.msg 2025-09-07T06:18:26.7499200Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgs/zh_cn.msg 2025-09-07T06:18:26.7499790Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgs/pt.msg 2025-09-07T06:18:26.7500290Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgs/de.msg 2025-09-07T06:18:26.7500940Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgs/it.msg 2025-09-07T06:18:26.7501610Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/tearoff.tcl 2025-09-07T06:18:26.7502190Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/pkgIndex.tcl 2025-09-07T06:18:26.7502880Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/tkAppInit.c 2025-09-07T06:18:26.7503530Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/bgerror.tcl 2025-09-07T06:18:26.7504220Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/scrlbar.tcl 2025-09-07T06:18:26.7504830Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/safetk.tcl 2025-09-07T06:18:26.7505500Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/iconlist.tcl 2025-09-07T06:18:26.7506030Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/optMenu.tcl 2025-09-07T06:18:26.7506630Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/xmfbox.tcl 2025-09-07T06:18:26.7507230Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/listbox.tcl 2025-09-07T06:18:26.7507790Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/focus.tcl 2025-09-07T06:18:26.7508460Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/style.tcl 2025-09-07T06:18:26.7509160Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/bitmap.tcl 2025-09-07T06:18:26.7509760Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/aniwave.tcl 2025-09-07T06:18:26.7510450Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/bind.tcl 2025-09-07T06:18:26.7511070Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/image1.tcl 2025-09-07T06:18:26.7511710Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/textpeer.tcl 2025-09-07T06:18:26.7512290Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/msgbox.tcl 2025-09-07T06:18:26.7512880Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/button.tcl 2025-09-07T06:18:26.7513500Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/en.msg 2025-09-07T06:18:26.7514230Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/text.tcl 2025-09-07T06:18:26.7514820Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/image2.tcl 2025-09-07T06:18:26.7515620Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/paned2.tcl 2025-09-07T06:18:26.7516270Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/filebox.tcl 2025-09-07T06:18:26.7517090Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/sayings.tcl 2025-09-07T06:18:26.7517600Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/plot.tcl 2025-09-07T06:18:26.7518270Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/ttkscale.tcl 2025-09-07T06:18:26.7518970Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/goldberg.tcl 2025-09-07T06:18:26.7519600Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/widget 2025-09-07T06:18:26.7520310Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/ttkprogress.tcl 2025-09-07T06:18:26.7525070Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/paned1.tcl 2025-09-07T06:18:26.7525450Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/ttknote.tcl 2025-09-07T06:18:26.7525720Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/form.tcl 2025-09-07T06:18:26.7526000Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/images/flagup.xbm 2025-09-07T06:18:26.7526310Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/images/letters.xbm 2025-09-07T06:18:26.7526630Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/images/earthris.gif 2025-09-07T06:18:26.7527010Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/images/gray25.xbm 2025-09-07T06:18:26.7527320Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/images/earthmenu.png 2025-09-07T06:18:26.7527650Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/images/ouster.png 2025-09-07T06:18:26.7528250Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/images/noletter.xbm 2025-09-07T06:18:26.7528970Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/images/teapot.ppm 2025-09-07T06:18:26.7529780Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/images/pattern.xbm 2025-09-07T06:18:26.7530490Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/images/tcllogo.gif 2025-09-07T06:18:26.7531280Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/images/flagdown.xbm 2025-09-07T06:18:26.7532080Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/images/earth.gif 2025-09-07T06:18:26.7532690Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/tree.tcl 2025-09-07T06:18:26.7533330Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/floor.tcl 2025-09-07T06:18:26.7533970Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/clrpick.tcl 2025-09-07T06:18:26.7534720Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/spin.tcl 2025-09-07T06:18:26.7535390Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/timer 2025-09-07T06:18:26.7536020Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/ttkpane.tcl 2025-09-07T06:18:26.7536740Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/fontchoose.tcl 2025-09-07T06:18:26.7537370Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/dialog1.tcl 2025-09-07T06:18:26.7538120Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/license.terms 2025-09-07T06:18:26.7538770Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/nl.msg 2025-09-07T06:18:26.7539580Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/dialog2.tcl 2025-09-07T06:18:26.7540250Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/twind.tcl 2025-09-07T06:18:26.7540840Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/menu.tcl 2025-09-07T06:18:26.7541530Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/knightstour.tcl 2025-09-07T06:18:26.7542250Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/README 2025-09-07T06:18:26.7542970Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/cscroll.tcl 2025-09-07T06:18:26.7543500Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/anilabel.tcl 2025-09-07T06:18:26.7543970Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/ixset 2025-09-07T06:18:26.7544470Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/arrow.tcl 2025-09-07T06:18:26.7544990Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/toolbar.tcl 2025-09-07T06:18:26.7545520Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/ttkmenu.tcl 2025-09-07T06:18:26.7546050Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/search.tcl 2025-09-07T06:18:26.7546510Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/tclIndex 2025-09-07T06:18:26.7547050Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/ctext.tcl 2025-09-07T06:18:26.7547580Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/menubu.tcl 2025-09-07T06:18:26.7548090Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/label.tcl 2025-09-07T06:18:26.7548610Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/tcolor 2025-09-07T06:18:26.7549180Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/ttkspin.tcl 2025-09-07T06:18:26.7549850Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/puzzle.tcl 2025-09-07T06:18:26.7550220Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/hscale.tcl 2025-09-07T06:18:26.7550730Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/hello 2025-09-07T06:18:26.7551230Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/browse 2025-09-07T06:18:26.7551780Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/ttkbut.tcl 2025-09-07T06:18:26.7552350Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/labelframe.tcl 2025-09-07T06:18:26.7552880Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/states.tcl 2025-09-07T06:18:26.7553610Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/unicodeout.tcl 2025-09-07T06:18:26.7554220Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/rolodex 2025-09-07T06:18:26.7554810Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/entry1.tcl 2025-09-07T06:18:26.7555450Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/combo.tcl 2025-09-07T06:18:26.7556120Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/check.tcl 2025-09-07T06:18:26.7556770Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/pendulum.tcl 2025-09-07T06:18:26.7557520Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/mclist.tcl 2025-09-07T06:18:26.7558220Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/entry2.tcl 2025-09-07T06:18:26.7558800Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/radio.tcl 2025-09-07T06:18:26.7559430Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/colors.tcl 2025-09-07T06:18:26.7560090Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/icon.tcl 2025-09-07T06:18:26.7560590Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/rmt 2025-09-07T06:18:26.7561330Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/items.tcl 2025-09-07T06:18:26.7561960Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/entry3.tcl 2025-09-07T06:18:26.7562730Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/ruler.tcl 2025-09-07T06:18:26.7563380Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/vscale.tcl 2025-09-07T06:18:26.7564000Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/scale.tcl 2025-09-07T06:18:26.7564730Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/palette.tcl 2025-09-07T06:18:26.7565450Z /opt/homebrew/Caskroom/miniconda/base/lib/libbz2.1.0.8.dylib 2025-09-07T06:18:26.7566110Z /opt/homebrew/Caskroom/miniconda/base/lib/libreproc.14.dylib 2025-09-07T06:18:26.7566700Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/word.tcl 2025-09-07T06:18:26.7567210Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/tm.tcl 2025-09-07T06:18:26.7567770Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/clock.tcl 2025-09-07T06:18:26.7568500Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/history.tcl 2025-09-07T06:18:26.7569320Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp869.enc 2025-09-07T06:18:26.7570120Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp855.enc 2025-09-07T06:18:26.7570920Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/iso2022-jp.enc 2025-09-07T06:18:26.7571670Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/jis0201.enc 2025-09-07T06:18:26.7572330Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp857.enc 2025-09-07T06:18:26.7573210Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/macJapan.enc 2025-09-07T06:18:26.7573950Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/macUkraine.enc 2025-09-07T06:18:26.7574700Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp936.enc 2025-09-07T06:18:26.7575410Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp932.enc 2025-09-07T06:18:26.7576120Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/tis-620.enc 2025-09-07T06:18:26.7576750Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp852.enc 2025-09-07T06:18:26.7577570Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/iso2022-kr.enc 2025-09-07T06:18:26.7578330Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/macIceland.enc 2025-09-07T06:18:26.7579110Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp850.enc 2025-09-07T06:18:26.7579780Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/jis0212.enc 2025-09-07T06:18:26.7580510Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/symbol.enc 2025-09-07T06:18:26.7581370Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/macTurkish.enc 2025-09-07T06:18:26.7582160Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/ascii.enc 2025-09-07T06:18:26.7582790Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/macGreek.enc 2025-09-07T06:18:26.7583570Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/gb12345.enc 2025-09-07T06:18:26.7584210Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/iso8859-6.enc 2025-09-07T06:18:26.7584950Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/iso8859-7.enc 2025-09-07T06:18:26.7585740Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/iso8859-5.enc 2025-09-07T06:18:26.7586520Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/iso8859-4.enc 2025-09-07T06:18:26.7587160Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/iso8859-1.enc 2025-09-07T06:18:26.7588000Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/dingbats.enc 2025-09-07T06:18:26.7588720Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp950.enc 2025-09-07T06:18:26.7589380Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp1258.enc 2025-09-07T06:18:26.7589990Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp775.enc 2025-09-07T06:18:26.7590740Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/iso8859-3.enc 2025-09-07T06:18:26.7591430Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/iso8859-2.enc 2025-09-07T06:18:26.7592180Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/gb2312-raw.enc 2025-09-07T06:18:26.7592880Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/macCyrillic.enc 2025-09-07T06:18:26.7593720Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp1256.enc 2025-09-07T06:18:26.7594330Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/gb1988.enc 2025-09-07T06:18:26.7594940Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/ebcdic.enc 2025-09-07T06:18:26.7595570Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/euc-jp.enc 2025-09-07T06:18:26.7596320Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/iso8859-13.enc 2025-09-07T06:18:26.7596950Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/ksc5601.enc 2025-09-07T06:18:26.7597550Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/big5.enc 2025-09-07T06:18:26.7598180Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp1257.enc 2025-09-07T06:18:26.7598910Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/gb2312.enc 2025-09-07T06:18:26.7599690Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp1255.enc 2025-09-07T06:18:26.7600480Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp949.enc 2025-09-07T06:18:26.7601220Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/iso8859-11.enc 2025-09-07T06:18:26.7602040Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/iso8859-10.enc 2025-09-07T06:18:26.7602830Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp1254.enc 2025-09-07T06:18:26.7603410Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp1250.enc 2025-09-07T06:18:26.7604310Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/macCentEuro.enc 2025-09-07T06:18:26.7605130Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/iso8859-14.enc 2025-09-07T06:18:26.7606010Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/iso8859-9.enc 2025-09-07T06:18:26.7606710Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/euc-kr.enc 2025-09-07T06:18:26.7607500Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/iso8859-8.enc 2025-09-07T06:18:26.7608210Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/iso8859-15.enc 2025-09-07T06:18:26.7609070Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp1251.enc 2025-09-07T06:18:26.7609800Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp1253.enc 2025-09-07T06:18:26.7610430Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/iso8859-16.enc 2025-09-07T06:18:26.7611150Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp437.enc 2025-09-07T06:18:26.7611790Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp1252.enc 2025-09-07T06:18:26.7612560Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/koi8-u.enc 2025-09-07T06:18:26.7613210Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/macThai.enc 2025-09-07T06:18:26.7613990Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/shiftjis.enc 2025-09-07T06:18:26.7614770Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp861.enc 2025-09-07T06:18:26.7615730Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/macRomania.enc 2025-09-07T06:18:26.7616440Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp860.enc 2025-09-07T06:18:26.7617220Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp874.enc 2025-09-07T06:18:26.7618100Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cns11643.enc 2025-09-07T06:18:26.7618820Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/koi8-t.enc 2025-09-07T06:18:26.7619610Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/macRoman.enc 2025-09-07T06:18:26.7620420Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/jis0208.enc 2025-09-07T06:18:26.7621170Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp862.enc 2025-09-07T06:18:26.7621930Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/iso2022.enc 2025-09-07T06:18:26.7622740Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/macDingbats.enc 2025-09-07T06:18:26.7623550Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp863.enc 2025-09-07T06:18:26.7624470Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp866.enc 2025-09-07T06:18:26.7625160Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/koi8-r.enc 2025-09-07T06:18:26.7626080Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp737.enc 2025-09-07T06:18:26.7626640Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/koi8-ru.enc 2025-09-07T06:18:26.7627360Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp864.enc 2025-09-07T06:18:26.7628040Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/macCroatian.enc 2025-09-07T06:18:26.7628860Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/euc-cn.enc 2025-09-07T06:18:26.7629620Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp865.enc 2025-09-07T06:18:26.7630330Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/opt0.4/optparse.tcl 2025-09-07T06:18:26.7630940Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/opt0.4/pkgIndex.tcl 2025-09-07T06:18:26.7631470Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/tclIndex 2025-09-07T06:18:26.7632060Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/kok.msg 2025-09-07T06:18:26.7632710Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/sw.msg 2025-09-07T06:18:26.7633340Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/pl.msg 2025-09-07T06:18:26.7633920Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/fa.msg 2025-09-07T06:18:26.7634550Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/de_at.msg 2025-09-07T06:18:26.7635130Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es_bo.msg 2025-09-07T06:18:26.7635810Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/el.msg 2025-09-07T06:18:26.7636370Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/sv.msg 2025-09-07T06:18:26.7636950Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/gl_es.msg 2025-09-07T06:18:26.7637550Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/en_bw.msg 2025-09-07T06:18:26.7638140Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/fr_ca.msg 2025-09-07T06:18:26.7638900Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/fr_be.msg 2025-09-07T06:18:26.7639640Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/hi.msg 2025-09-07T06:18:26.7640270Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/ja.msg 2025-09-07T06:18:26.7640830Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/eo.msg 2025-09-07T06:18:26.7641490Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/pt_br.msg 2025-09-07T06:18:26.7642190Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/bn_in.msg 2025-09-07T06:18:26.7642910Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/ru_ua.msg 2025-09-07T06:18:26.7643760Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/en_ca.msg 2025-09-07T06:18:26.7644340Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/en_be.msg 2025-09-07T06:18:26.7644950Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/sq.msg 2025-09-07T06:18:26.7645620Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/ru.msg 2025-09-07T06:18:26.7646370Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es_cl.msg 2025-09-07T06:18:26.7647080Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/kw.msg 2025-09-07T06:18:26.7647770Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es_ar.msg 2025-09-07T06:18:26.7648550Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/ar_in.msg 2025-09-07T06:18:26.7649240Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/en_zw.msg 2025-09-07T06:18:26.7649800Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/sr.msg 2025-09-07T06:18:26.7650480Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/it_ch.msg 2025-09-07T06:18:26.7651090Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es_co.msg 2025-09-07T06:18:26.7651700Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/gv.msg 2025-09-07T06:18:26.7652390Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/fr.msg 2025-09-07T06:18:26.7652920Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/ga.msg 2025-09-07T06:18:26.7653640Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es_ni.msg 2025-09-07T06:18:26.7654230Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/en_za.msg 2025-09-07T06:18:26.7654760Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/af.msg 2025-09-07T06:18:26.7655410Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es_hn.msg 2025-09-07T06:18:26.7656050Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/lv.msg 2025-09-07T06:18:26.7656630Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/mr.msg 2025-09-07T06:18:26.7657260Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/ms.msg 2025-09-07T06:18:26.7657890Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/ar.msg 2025-09-07T06:18:26.7658540Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es_do.msg 2025-09-07T06:18:26.7659360Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es_gt.msg 2025-09-07T06:18:26.7660060Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/lt.msg 2025-09-07T06:18:26.7660750Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/te.msg 2025-09-07T06:18:26.7661330Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/tr.msg 2025-09-07T06:18:26.7661930Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/en_ie.msg 2025-09-07T06:18:26.7662640Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/nl_be.msg 2025-09-07T06:18:26.7663510Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es_py.msg 2025-09-07T06:18:26.7664130Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/ta.msg 2025-09-07T06:18:26.7664680Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/vi.msg 2025-09-07T06:18:26.7665290Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/mt.msg 2025-09-07T06:18:26.7666160Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/nn.msg 2025-09-07T06:18:26.7666910Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es_sv.msg 2025-09-07T06:18:26.7667690Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/nl.msg 2025-09-07T06:18:26.7668350Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/bn.msg 2025-09-07T06:18:26.7669050Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/ar_lb.msg 2025-09-07T06:18:26.7669740Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/zh.msg 2025-09-07T06:18:26.7670480Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/fa_in.msg 2025-09-07T06:18:26.7671100Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/ko_kr.msg 2025-09-07T06:18:26.7671800Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/en_in.msg 2025-09-07T06:18:26.7672550Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es_pa.msg 2025-09-07T06:18:26.7673200Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/te_in.msg 2025-09-07T06:18:26.7673770Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/uk.msg 2025-09-07T06:18:26.7674500Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/en_hk.msg 2025-09-07T06:18:26.7675100Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/zh_hk.msg 2025-09-07T06:18:26.7675830Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/ga_ie.msg 2025-09-07T06:18:26.7676570Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/cs.msg 2025-09-07T06:18:26.7677240Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es_ec.msg 2025-09-07T06:18:26.7677810Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/nb.msg 2025-09-07T06:18:26.7678500Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/hi_in.msg 2025-09-07T06:18:26.7679060Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/af_za.msg 2025-09-07T06:18:26.7679810Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/fo_fo.msg 2025-09-07T06:18:26.7680360Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/fa_ir.msg 2025-09-07T06:18:26.7680900Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/th.msg 2025-09-07T06:18:26.7681470Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/ca.msg 2025-09-07T06:18:26.7682080Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/be.msg 2025-09-07T06:18:26.7682790Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/mk.msg 2025-09-07T06:18:26.7683450Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/kok_in.msg 2025-09-07T06:18:26.7684130Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/en_gb.msg 2025-09-07T06:18:26.7684720Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/en_sg.msg 2025-09-07T06:18:26.7685280Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/zh_sg.msg 2025-09-07T06:18:26.7685930Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/kw_gb.msg 2025-09-07T06:18:26.7686670Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/bg.msg 2025-09-07T06:18:26.7687500Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es_pe.msg 2025-09-07T06:18:26.7688200Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es_pr.msg 2025-09-07T06:18:26.7689020Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/en_ph.msg 2025-09-07T06:18:26.7689770Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/ms_my.msg 2025-09-07T06:18:26.7690350Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es_uy.msg 2025-09-07T06:18:26.7690980Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/mr_in.msg 2025-09-07T06:18:26.7691710Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/gv_gb.msg 2025-09-07T06:18:26.7692540Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/ar_sy.msg 2025-09-07T06:18:26.7693140Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/gl.msg 2025-09-07T06:18:26.7693840Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es.msg 2025-09-07T06:18:26.7694510Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/ko.msg 2025-09-07T06:18:26.7695120Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/hu.msg 2025-09-07T06:18:26.7695700Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/da.msg 2025-09-07T06:18:26.7696330Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/fi.msg 2025-09-07T06:18:26.7696980Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/sh.msg 2025-09-07T06:18:26.7697560Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/fr_ch.msg 2025-09-07T06:18:26.7698230Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/ar_jo.msg 2025-09-07T06:18:26.7698880Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/is.msg 2025-09-07T06:18:26.7699450Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/kl.msg 2025-09-07T06:18:26.7700140Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/de_be.msg 2025-09-07T06:18:26.7700880Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/id.msg 2025-09-07T06:18:26.7701600Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/sk.msg 2025-09-07T06:18:26.7702150Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/ro.msg 2025-09-07T06:18:26.7702840Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/zh_cn.msg 2025-09-07T06:18:26.7703570Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/id_id.msg 2025-09-07T06:18:26.7704210Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/eu_es.msg 2025-09-07T06:18:26.7704820Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/pt.msg 2025-09-07T06:18:26.7705390Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/eu.msg 2025-09-07T06:18:26.7706150Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es_cr.msg 2025-09-07T06:18:26.7706840Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/ta_in.msg 2025-09-07T06:18:26.7707470Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/he.msg 2025-09-07T06:18:26.7708140Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/hr.msg 2025-09-07T06:18:26.7708880Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es_mx.msg 2025-09-07T06:18:26.7709440Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/et.msg 2025-09-07T06:18:26.7710150Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/fo.msg 2025-09-07T06:18:26.7710760Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es_ve.msg 2025-09-07T06:18:26.7711440Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/zh_tw.msg 2025-09-07T06:18:26.7712080Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/sl.msg 2025-09-07T06:18:26.7712670Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/de.msg 2025-09-07T06:18:26.7713160Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/it.msg 2025-09-07T06:18:26.7713670Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/en_au.msg 2025-09-07T06:18:26.7714210Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/kl_gl.msg 2025-09-07T06:18:26.7714700Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/en_nz.msg 2025-09-07T06:18:26.7715100Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/safe.tcl 2025-09-07T06:18:26.7715580Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/parray.tcl 2025-09-07T06:18:26.7716090Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/tclAppInit.c 2025-09-07T06:18:26.7716550Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/package.tcl 2025-09-07T06:18:26.7717010Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/auto.tcl 2025-09-07T06:18:26.7717540Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/http1.0/http.tcl 2025-09-07T06:18:26.7718140Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/http1.0/pkgIndex.tcl 2025-09-07T06:18:26.7718570Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/init.tcl 2025-09-07T06:18:26.7719110Z /opt/homebrew/Caskroom/miniconda/base/lib/libicutest.73.dylib 2025-09-07T06:18:26.7719560Z /opt/homebrew/Caskroom/miniconda/base/lib/libpcre2-8.a 2025-09-07T06:18:26.7720040Z /opt/homebrew/Caskroom/miniconda/base/lib/libform.dylib 2025-09-07T06:18:26.7720440Z /opt/homebrew/Caskroom/miniconda/base/lib/terminfo 2025-09-07T06:18:26.7720890Z /opt/homebrew/Caskroom/miniconda/base/lib/libssh2.dylib 2025-09-07T06:18:26.7721420Z /opt/homebrew/Caskroom/miniconda/base/lib/libtkstub8.6.a 2025-09-07T06:18:26.7722020Z /opt/homebrew/Caskroom/miniconda/base/lib/libicudata.73.1.dylib 2025-09-07T06:18:26.7722750Z /opt/homebrew/Caskroom/miniconda/base/lib/libicutest.73.1.dylib 2025-09-07T06:18:26.7723340Z /opt/homebrew/Caskroom/miniconda/base/lib/libsolvext.1.dylib 2025-09-07T06:18:26.7723990Z /opt/homebrew/Caskroom/miniconda/base/lib/liblzma.5.6.4.dylib 2025-09-07T06:18:26.7724680Z /opt/homebrew/Caskroom/miniconda/base/lib/libicuuc.73.1.dylib 2025-09-07T06:18:26.7725370Z /opt/homebrew/Caskroom/miniconda/base/lib/libcrypto.dylib 2025-09-07T06:18:26.7725910Z /opt/homebrew/Caskroom/miniconda/base/lib/libgtest_main.1.11.0.dylib 2025-09-07T06:18:26.7726420Z /opt/homebrew/Caskroom/miniconda/base/lib/libreadline.a 2025-09-07T06:18:26.7726920Z /opt/homebrew/Caskroom/miniconda/base/lib/liblz4.dylib 2025-09-07T06:18:26.7727490Z /opt/homebrew/Caskroom/miniconda/base/lib/libyaml-cpp.dylib 2025-09-07T06:18:26.7728090Z /opt/homebrew/Caskroom/miniconda/base/lib/libgtest.dylib 2025-09-07T06:18:26.7728770Z /opt/homebrew/Caskroom/miniconda/base/lib/libsimdjson.23.dylib 2025-09-07T06:18:26.7729240Z /opt/homebrew/Caskroom/miniconda/base/lib/libformw.a 2025-09-07T06:18:26.7729840Z /opt/homebrew/Caskroom/miniconda/base/lib/tclConfig.sh 2025-09-07T06:18:26.7730490Z /opt/homebrew/Caskroom/miniconda/base/lib/libreproc.14.2.4.dylib 2025-09-07T06:18:26.7731120Z /opt/homebrew/Caskroom/miniconda/base/lib/libnghttp2.14.dylib 2025-09-07T06:18:26.7731780Z /opt/homebrew/Caskroom/miniconda/base/lib/libzstd.1.5.6.dylib 2025-09-07T06:18:26.7732330Z /opt/homebrew/Caskroom/miniconda/base/lib/libtinfow.a 2025-09-07T06:18:26.7732850Z /opt/homebrew/Caskroom/miniconda/base/lib/libicuuc.a 2025-09-07T06:18:26.7733500Z /opt/homebrew/Caskroom/miniconda/base/lib/libexpat.1.10.2.dylib 2025-09-07T06:18:26.7734070Z /opt/homebrew/Caskroom/miniconda/base/lib/libpcre2-32.a 2025-09-07T06:18:26.7734610Z /opt/homebrew/Caskroom/miniconda/base/lib/libicutu.a 2025-09-07T06:18:26.7735220Z /opt/homebrew/Caskroom/miniconda/base/lib/libncursesw.a 2025-09-07T06:18:26.7735820Z /opt/homebrew/Caskroom/miniconda/base/lib/libsimdjson.dylib 2025-09-07T06:18:26.7736320Z /opt/homebrew/Caskroom/miniconda/base/lib/libncurses.dylib 2025-09-07T06:18:26.7736990Z /opt/homebrew/Caskroom/miniconda/base/lib/libhistory.8.dylib 2025-09-07T06:18:26.7737570Z /opt/homebrew/Caskroom/miniconda/base/lib/liblzma.dylib 2025-09-07T06:18:26.7738360Z /opt/homebrew/Caskroom/miniconda/base/lib/ossl-modules/legacy.dylib 2025-09-07T06:18:26.7738920Z /opt/homebrew/Caskroom/miniconda/base/lib/libssl.a 2025-09-07T06:18:26.7739520Z /opt/homebrew/Caskroom/miniconda/base/lib/libhistory.8.3.dylib 2025-09-07T06:18:26.7740120Z /opt/homebrew/Caskroom/miniconda/base/lib/libpcre2-posix.3.dylib 2025-09-07T06:18:26.7740670Z /opt/homebrew/Caskroom/miniconda/base/lib/libmenuw.6.dylib 2025-09-07T06:18:26.7741450Z /opt/homebrew/Caskroom/miniconda/base/lib/libffi.dylib 2025-09-07T06:18:26.7742020Z /opt/homebrew/Caskroom/miniconda/base/lib/libicuio.73.dylib 2025-09-07T06:18:26.7742660Z /opt/homebrew/Caskroom/miniconda/base/lib/libhistory.dylib 2025-09-07T06:18:26.7743200Z /opt/homebrew/Caskroom/miniconda/base/lib/libicutu.dylib 2025-09-07T06:18:26.7743840Z /opt/homebrew/Caskroom/miniconda/base/lib/libcurl.dylib 2025-09-07T06:18:26.7744470Z /opt/homebrew/Caskroom/miniconda/base/lib/libicui18n.dylib 2025-09-07T06:18:26.7745260Z /opt/homebrew/Caskroom/miniconda/base/lib/tdbcpostgres1.1.9/tdbcpostgres.tcl 2025-09-07T06:18:26.7746000Z /opt/homebrew/Caskroom/miniconda/base/lib/tdbcpostgres1.1.9/pkgIndex.tcl 2025-09-07T06:18:26.7746900Z /opt/homebrew/Caskroom/miniconda/base/lib/tdbcpostgres1.1.9/libtdbcpostgres1.1.9.dylib 2025-09-07T06:18:26.7747570Z /opt/homebrew/Caskroom/miniconda/base/lib/libncursesw.6.dylib 2025-09-07T06:18:26.7748460Z /opt/homebrew/Caskroom/miniconda/base/lib/libsqlite3.3.50.2.dylib 2025-09-07T06:18:26.7749170Z /opt/homebrew/Caskroom/miniconda/base/lib/libcurl.4.dylib 2025-09-07T06:18:26.7749650Z /opt/homebrew/Caskroom/miniconda/base/lib/libzstd.a 2025-09-07T06:18:26.7750450Z /opt/homebrew/Caskroom/miniconda/base/lib/tdbc1.1.9/libtdbcstub1.1.9.a 2025-09-07T06:18:26.7751220Z /opt/homebrew/Caskroom/miniconda/base/lib/tdbc1.1.9/libtdbc1.1.9.dylib 2025-09-07T06:18:26.7751930Z /opt/homebrew/Caskroom/miniconda/base/lib/tdbc1.1.9/pkgIndex.tcl 2025-09-07T06:18:26.7752600Z /opt/homebrew/Caskroom/miniconda/base/lib/tdbc1.1.9/tdbc.tcl 2025-09-07T06:18:26.7753240Z /opt/homebrew/Caskroom/miniconda/base/lib/tdbc1.1.9/tdbcConfig.sh 2025-09-07T06:18:26.7753870Z /opt/homebrew/Caskroom/miniconda/base/lib/libffi.7.dylib 2025-09-07T06:18:26.7754380Z /opt/homebrew/Caskroom/miniconda/base/lib/liblz4.1.dylib 2025-09-07T06:18:26.7755090Z /opt/homebrew/Caskroom/miniconda/base/lib/libicutu.73.dylib 2025-09-07T06:18:26.7755620Z /opt/homebrew/Caskroom/miniconda/base/lib/Tk.icns 2025-09-07T06:18:26.7756220Z /opt/homebrew/Caskroom/miniconda/base/lib/libpcre2-8.dylib 2025-09-07T06:18:26.7756790Z /opt/homebrew/Caskroom/miniconda/base/lib/tclooConfig.sh 2025-09-07T06:18:26.7757450Z /opt/homebrew/Caskroom/miniconda/base/lib/libfmt.9.1.0.dylib 2025-09-07T06:18:26.7758020Z /opt/homebrew/Caskroom/miniconda/base/lib/libc++.1.dylib 2025-09-07T06:18:26.7758710Z /opt/homebrew/Caskroom/miniconda/base/lib/libarchive.13.dylib 2025-09-07T06:18:26.7759450Z /opt/homebrew/Caskroom/miniconda/base/lib/libnghttp2.dylib 2025-09-07T06:18:26.7760150Z /opt/homebrew/Caskroom/miniconda/base/lib/liblzma.5.dylib 2025-09-07T06:18:26.7760680Z /opt/homebrew/Caskroom/miniconda/base/lib/libtk8.6.dylib 2025-09-07T06:18:26.7761220Z /opt/homebrew/Caskroom/miniconda/base/lib/libexpat.a 2025-09-07T06:18:26.7761750Z /opt/homebrew/Caskroom/miniconda/base/lib/libpanel.a 2025-09-07T06:18:26.7762290Z /opt/homebrew/Caskroom/miniconda/base/lib/libzstd.1.dylib 2025-09-07T06:18:26.7762910Z /opt/homebrew/Caskroom/miniconda/base/lib/libcharset.dylib 2025-09-07T06:18:26.7763460Z /opt/homebrew/Caskroom/miniconda/base/lib/libmpdec.4.dylib 2025-09-07T06:18:26.7764020Z /opt/homebrew/Caskroom/miniconda/base/lib/libmenu.a 2025-09-07T06:18:26.7764620Z /opt/homebrew/Caskroom/miniconda/base/lib/libtinfo.6.dylib 2025-09-07T06:18:26.7765160Z /opt/homebrew/Caskroom/miniconda/base/lib/libiconv.a 2025-09-07T06:18:26.7765780Z /opt/homebrew/Caskroom/miniconda/base/lib/libreadline.8.dylib 2025-09-07T06:18:26.7766340Z /opt/homebrew/Caskroom/miniconda/base/lib/libsqlite3.dylib 2025-09-07T06:18:26.7766770Z /opt/homebrew/Caskroom/miniconda/base/lib/libffi.a 2025-09-07T06:18:26.7767330Z /opt/homebrew/Caskroom/miniconda/base/lib/tkConfig.sh 2025-09-07T06:18:26.7767950Z /opt/homebrew/Caskroom/miniconda/base/lib/libtinfo.dylib 2025-09-07T06:18:26.7768590Z /opt/homebrew/Caskroom/miniconda/base/lib/libgtest_main.dylib 2025-09-07T06:18:26.7769120Z /opt/homebrew/Caskroom/miniconda/base/lib/libtinfo.a 2025-09-07T06:18:26.7769820Z /opt/homebrew/Caskroom/miniconda/base/lib/libspdlog.1.11.dylib 2025-09-07T06:18:26.7776000Z /opt/homebrew/Caskroom/miniconda/base/lib/libev.4.dylib 2025-09-07T06:18:26.7776240Z /opt/homebrew/Caskroom/miniconda/base/lib/libzstd.dylib 2025-09-07T06:18:26.7776540Z /opt/homebrew/Caskroom/miniconda/base/lib/libreproc++.dylib 2025-09-07T06:18:26.7776830Z /opt/homebrew/Caskroom/miniconda/base/lib/libreproc.dylib 2025-09-07T06:18:26.7777090Z /opt/homebrew/Caskroom/miniconda/base/lib/libmenu.6.dylib 2025-09-07T06:18:26.7777330Z /opt/homebrew/Caskroom/miniconda/base/lib/libhistory.a 2025-09-07T06:18:26.7777560Z /opt/homebrew/Caskroom/miniconda/base/lib/libexpat.1.dylib 2025-09-07T06:18:26.7777800Z /opt/homebrew/Caskroom/miniconda/base/lib/libgmock.dylib 2025-09-07T06:18:26.7778050Z /opt/homebrew/Caskroom/miniconda/base/lib/libreadline.dylib 2025-09-07T06:18:26.7778310Z /opt/homebrew/Caskroom/miniconda/base/lib/libgmock_main.dylib 2025-09-07T06:18:26.7778590Z /opt/homebrew/Caskroom/miniconda/base/lib/libreproc++.14.2.4.dylib 2025-09-07T06:18:26.7778850Z /opt/homebrew/Caskroom/miniconda/base/lib/libz.1.dylib 2025-09-07T06:18:26.7779080Z /opt/homebrew/Caskroom/miniconda/base/lib/libncurses.a 2025-09-07T06:18:26.7779310Z /opt/homebrew/Caskroom/miniconda/base/lib/libtinfow.dylib 2025-09-07T06:18:26.7779550Z /opt/homebrew/Caskroom/miniconda/base/lib/libmamba.dylib 2025-09-07T06:18:26.7779940Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8/8.6/tdbc/sqlite3-1.1.9.uuid 2025-09-07T06:18:26.7780510Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8/8.6/tdbc/sqlite3-1.1.9.tm 2025-09-07T06:18:26.7781180Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8/8.6/http-2.9.8.tm 2025-09-07T06:18:26.7782020Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8/8.4/platform/shell-1.1.4.tm 2025-09-07T06:18:26.7782910Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8/8.4/platform-1.0.19.tm 2025-09-07T06:18:26.7783570Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8/8.5/msgcat-1.6.1.tm 2025-09-07T06:18:26.7784350Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8/8.5/tcltest-2.5.8.tm 2025-09-07T06:18:26.7784840Z /opt/homebrew/Caskroom/miniconda/base/lib/libsolv.dylib 2025-09-07T06:18:26.7785670Z /opt/homebrew/Caskroom/miniconda/base/lib/icu/pkgdata.inc 2025-09-07T06:18:26.7786200Z /opt/homebrew/Caskroom/miniconda/base/lib/icu/current 2025-09-07T06:18:26.7786870Z /opt/homebrew/Caskroom/miniconda/base/lib/icu/73.1/pkgdata.inc 2025-09-07T06:18:26.7787540Z /opt/homebrew/Caskroom/miniconda/base/lib/icu/73.1/Makefile.inc 2025-09-07T06:18:26.7788150Z /opt/homebrew/Caskroom/miniconda/base/lib/icu/Makefile.inc 2025-09-07T06:18:26.7788900Z /opt/homebrew/Caskroom/miniconda/base/lib/libgmock_main.1.11.0.dylib 2025-09-07T06:18:26.7789550Z /opt/homebrew/Caskroom/miniconda/base/lib/itcl4.3.0/itcl.tcl 2025-09-07T06:18:26.7790420Z /opt/homebrew/Caskroom/miniconda/base/lib/itcl4.3.0/itclConfig.sh 2025-09-07T06:18:26.7791110Z /opt/homebrew/Caskroom/miniconda/base/lib/itcl4.3.0/libitcl4.3.0.dylib 2025-09-07T06:18:26.7791840Z /opt/homebrew/Caskroom/miniconda/base/lib/itcl4.3.0/pkgIndex.tcl 2025-09-07T06:18:26.7792560Z /opt/homebrew/Caskroom/miniconda/base/lib/itcl4.3.0/itclHullCmds.tcl 2025-09-07T06:18:26.7793180Z /opt/homebrew/Caskroom/miniconda/base/lib/itcl4.3.0/itclWidget.tcl 2025-09-07T06:18:26.7794050Z /opt/homebrew/Caskroom/miniconda/base/lib/itcl4.3.0/libitclstub4.3.0.a 2025-09-07T06:18:26.7794770Z /opt/homebrew/Caskroom/miniconda/base/lib/libformw.6.dylib 2025-09-07T06:18:26.7795290Z /opt/homebrew/Caskroom/miniconda/base/lib/libmenu.dylib 2025-09-07T06:18:26.7796080Z /opt/homebrew/Caskroom/miniconda/base/lib/libpcre2-posix.dylib 2025-09-07T06:18:26.7796790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/shutil.py 2025-09-07T06:18:26.7797540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tempfile.py 2025-09-07T06:18:26.7798510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/termios.cpython-313-darwin.so 2025-09-07T06:18:26.7799640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_testlimitedcapi.cpython-313-darwin.so 2025-09-07T06:18:26.7800510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/zlib.cpython-313-darwin.so 2025-09-07T06:18:26.7801560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/unicodedata.cpython-313-darwin.so 2025-09-07T06:18:26.7802440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_ctypes_test.cpython-313-darwin.so 2025-09-07T06:18:26.7803630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_interpchannels.cpython-313-darwin.so 2025-09-07T06:18:26.7804470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_bisect.cpython-313-darwin.so 2025-09-07T06:18:26.7805540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_asyncio.cpython-313-darwin.so 2025-09-07T06:18:26.7806520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_codecs_cn.cpython-313-darwin.so 2025-09-07T06:18:26.7807540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_multibytecodec.cpython-313-darwin.so 2025-09-07T06:18:26.7808500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/xxlimited_35.cpython-313-darwin.so 2025-09-07T06:18:26.7809500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_testcapi.cpython-313-darwin.so 2025-09-07T06:18:26.7810720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_interpqueues.cpython-313-darwin.so 2025-09-07T06:18:26.7811660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/xxsubtype.cpython-313-darwin.so 2025-09-07T06:18:26.7812750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_posixsubprocess.cpython-313-darwin.so 2025-09-07T06:18:26.7813680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/select.cpython-313-darwin.so 2025-09-07T06:18:26.7814740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_lzma.cpython-313-darwin.so 2025-09-07T06:18:26.7815660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/pyexpat.cpython-313-darwin.so 2025-09-07T06:18:26.7816650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/readline.cpython-313-darwin.so 2025-09-07T06:18:26.7817750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/syslog.cpython-313-darwin.so 2025-09-07T06:18:26.7818770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_pickle.cpython-313-darwin.so 2025-09-07T06:18:26.7819680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/array.cpython-313-darwin.so 2025-09-07T06:18:26.7820730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_interpreters.cpython-313-darwin.so 2025-09-07T06:18:26.7821630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_struct.cpython-313-darwin.so 2025-09-07T06:18:26.7822540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_blake2.cpython-313-darwin.so 2025-09-07T06:18:26.7823420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_queue.cpython-313-darwin.so 2025-09-07T06:18:26.7824480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_testbuffer.cpython-313-darwin.so 2025-09-07T06:18:26.7825550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_posixshmem.cpython-313-darwin.so 2025-09-07T06:18:26.7826620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_sha1.cpython-313-darwin.so 2025-09-07T06:18:26.7827680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_zoneinfo.cpython-313-darwin.so 2025-09-07T06:18:26.7828850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_testimportmultiple.cpython-313-darwin.so 2025-09-07T06:18:26.7829810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_hashlib.cpython-313-darwin.so 2025-09-07T06:18:26.7830720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/grp.cpython-313-darwin.so 2025-09-07T06:18:26.7831670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_curses_panel.cpython-313-darwin.so 2025-09-07T06:18:26.7832690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_socket.cpython-313-darwin.so 2025-09-07T06:18:26.7833780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_decimal.cpython-313-darwin.so 2025-09-07T06:18:26.7834850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/xxlimited.cpython-313-darwin.so 2025-09-07T06:18:26.7835950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_tkinter.cpython-313-darwin.so 2025-09-07T06:18:26.7837100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_statistics.cpython-313-darwin.so 2025-09-07T06:18:26.7838030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_csv.cpython-313-darwin.so 2025-09-07T06:18:26.7838980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_ssl.cpython-313-darwin.so 2025-09-07T06:18:26.7840190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_sha3.cpython-313-darwin.so 2025-09-07T06:18:26.7841040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/fcntl.cpython-313-darwin.so 2025-09-07T06:18:26.7841920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_opcode.cpython-313-darwin.so 2025-09-07T06:18:26.7842780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_codecs_kr.cpython-313-darwin.so 2025-09-07T06:18:26.7843740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_codecs_tw.cpython-313-darwin.so 2025-09-07T06:18:26.7844800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_heapq.cpython-313-darwin.so 2025-09-07T06:18:26.7845770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_uuid.cpython-313-darwin.so 2025-09-07T06:18:26.7846630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_sqlite3.cpython-313-darwin.so 2025-09-07T06:18:26.7847680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_scproxy.cpython-313-darwin.so 2025-09-07T06:18:26.7848480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_md5.cpython-313-darwin.so 2025-09-07T06:18:26.7849550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_multiprocessing.cpython-313-darwin.so 2025-09-07T06:18:26.7850740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_elementtree.cpython-313-darwin.so 2025-09-07T06:18:26.7851770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/cmath.cpython-313-darwin.so 2025-09-07T06:18:26.7852710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_random.cpython-313-darwin.so 2025-09-07T06:18:26.7853880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_testinternalcapi.cpython-313-darwin.so 2025-09-07T06:18:26.7855060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_testexternalinspection.cpython-313-darwin.so 2025-09-07T06:18:26.7856170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/resource.cpython-313-darwin.so 2025-09-07T06:18:26.7857210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_lsprof.cpython-313-darwin.so 2025-09-07T06:18:26.7858330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_testclinic_limited.cpython-313-darwin.so 2025-09-07T06:18:26.7859260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_codecs_hk.cpython-313-darwin.so 2025-09-07T06:18:26.7860300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_contextvars.cpython-313-darwin.so 2025-09-07T06:18:26.7861360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/binascii.cpython-313-darwin.so 2025-09-07T06:18:26.7862300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_json.cpython-313-darwin.so 2025-09-07T06:18:26.7863260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_bz2.cpython-313-darwin.so 2025-09-07T06:18:26.7864400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_codecs_jp.cpython-313-darwin.so 2025-09-07T06:18:26.7865320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_ctypes.cpython-313-darwin.so 2025-09-07T06:18:26.7866270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/mmap.cpython-313-darwin.so 2025-09-07T06:18:26.7867490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_datetime.cpython-313-darwin.so 2025-09-07T06:18:26.7868390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_testclinic.cpython-313-darwin.so 2025-09-07T06:18:26.7869260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_sha2.cpython-313-darwin.so 2025-09-07T06:18:26.7870180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_xxtestfuzz.cpython-313-darwin.so 2025-09-07T06:18:26.7871220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_testmultiphase.cpython-313-darwin.so 2025-09-07T06:18:26.7872130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/math.cpython-313-darwin.so 2025-09-07T06:18:26.7873170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_testsinglephase.cpython-313-darwin.so 2025-09-07T06:18:26.7874230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_codecs_iso2022.cpython-313-darwin.so 2025-09-07T06:18:26.7875190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_curses.cpython-313-darwin.so 2025-09-07T06:18:26.7876070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_dbm.cpython-313-darwin.so 2025-09-07T06:18:26.7876870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/mac_romanian.py 2025-09-07T06:18:26.7877810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/mac_farsi.py 2025-09-07T06:18:26.7878430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/idna.py 2025-09-07T06:18:26.7879270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp273.py 2025-09-07T06:18:26.7879980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/punycode.py 2025-09-07T06:18:26.7880810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/raw_unicode_escape.py 2025-09-07T06:18:26.7881510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/utf_8.py 2025-09-07T06:18:26.7882070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp1252.py 2025-09-07T06:18:26.7882640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp869.py 2025-09-07T06:18:26.7883220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso8859_14.py 2025-09-07T06:18:26.7883840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso8859_2.py 2025-09-07T06:18:26.7884420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/mac_arabic.py 2025-09-07T06:18:26.7885070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/mac_croatian.py 2025-09-07T06:18:26.7885650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/big5hkscs.py 2025-09-07T06:18:26.7886270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp1256.py 2025-09-07T06:18:26.7886820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso8859_6.py 2025-09-07T06:18:26.7887430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso8859_10.py 2025-09-07T06:18:26.7888050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso2022_kr.py 2025-09-07T06:18:26.7888650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp1140.py 2025-09-07T06:18:26.7889240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp1125.py 2025-09-07T06:18:26.7889840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso2022_jp_1.py 2025-09-07T06:18:26.7890410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp1257.py 2025-09-07T06:18:26.7890960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp949.py 2025-09-07T06:18:26.7891530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp858.py 2025-09-07T06:18:26.7892190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso8859_7.py 2025-09-07T06:18:26.7892870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso8859_11.py 2025-09-07T06:18:26.7893680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/hp_roman8.py 2025-09-07T06:18:26.7894340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/koi8_r.py 2025-09-07T06:18:26.7895110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/zlib_codec.py 2025-09-07T06:18:26.7895790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/gbk.py 2025-09-07T06:18:26.7896650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/johab.py 2025-09-07T06:18:26.7897430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp1253.py 2025-09-07T06:18:26.7898210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso8859_15.py 2025-09-07T06:18:26.7899040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso2022_jp_2004.py 2025-09-07T06:18:26.7899800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/mac_iceland.py 2025-09-07T06:18:26.7900480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso8859_3.py 2025-09-07T06:18:26.7901220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/mac_greek.py 2025-09-07T06:18:26.7901990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/rot_13.py 2025-09-07T06:18:26.7902680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/utf_16_be.py 2025-09-07T06:18:26.7903440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/euc_kr.py 2025-09-07T06:18:26.7904280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/euc_jisx0213.py 2025-09-07T06:18:26.7904930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp863.py 2025-09-07T06:18:26.7905700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/ascii.py 2025-09-07T06:18:26.7906540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso8859_8.py 2025-09-07T06:18:26.7907290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp857.py 2025-09-07T06:18:26.7908020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/utf_32_be.py 2025-09-07T06:18:26.7908800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp1258.py 2025-09-07T06:18:26.7909660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/oem.py 2025-09-07T06:18:26.7910650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/mac_latin2.py 2025-09-07T06:18:26.7911480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp775.py 2025-09-07T06:18:26.7912570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/mac_roman.py 2025-09-07T06:18:26.7913270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__init__.py 2025-09-07T06:18:26.7914010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp852.py 2025-09-07T06:18:26.7914890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/shift_jisx0213.py 2025-09-07T06:18:26.7915530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp866.py 2025-09-07T06:18:26.7916360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/utf_7.py 2025-09-07T06:18:26.7917160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/base64_codec.py 2025-09-07T06:18:26.7918250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp500.cpython-313.pyc 2025-09-07T06:18:26.7919180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp861.cpython-313.pyc 2025-09-07T06:18:26.7920280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso8859_8.cpython-313.pyc 2025-09-07T06:18:26.7921440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/utf_8_sig.cpython-313.pyc 2025-09-07T06:18:26.7922570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/koi8_u.cpython-313.pyc 2025-09-07T06:18:26.7923440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/mbcs.cpython-313.pyc 2025-09-07T06:18:26.7924500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso8859_7.cpython-313.pyc 2025-09-07T06:18:26.7925530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso2022_jp_3.cpython-313.pyc 2025-09-07T06:18:26.7926610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/shift_jisx0213.cpython-313.pyc 2025-09-07T06:18:26.7927830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/shift_jis.cpython-313.pyc 2025-09-07T06:18:26.7928670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/gbk.cpython-313.pyc 2025-09-07T06:18:26.7929520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp273.cpython-313.pyc 2025-09-07T06:18:26.7930510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp1256.cpython-313.pyc 2025-09-07T06:18:26.7931480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/mac_turkish.cpython-313.pyc 2025-09-07T06:18:26.7932520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/utf_32_be.cpython-313.pyc 2025-09-07T06:18:26.7933460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/unicode_escape.cpython-313.pyc 2025-09-07T06:18:26.7934320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp869.cpython-313.pyc 2025-09-07T06:18:26.7935260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/punycode.cpython-313.pyc 2025-09-07T06:18:26.7936200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/charmap.cpython-313.pyc 2025-09-07T06:18:26.7937210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/gb18030.cpython-313.pyc 2025-09-07T06:18:26.7938180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/big5.cpython-313.pyc 2025-09-07T06:18:26.7939270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp1251.cpython-313.pyc 2025-09-07T06:18:26.7940290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/ascii.cpython-313.pyc 2025-09-07T06:18:26.7941250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp1006.cpython-313.pyc 2025-09-07T06:18:26.7942320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/koi8_r.cpython-313.pyc 2025-09-07T06:18:26.7943380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso8859_10.cpython-313.pyc 2025-09-07T06:18:26.7944310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp424.cpython-313.pyc 2025-09-07T06:18:26.7945230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/big5hkscs.cpython-313.pyc 2025-09-07T06:18:26.7946380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/euc_jp.cpython-313.pyc 2025-09-07T06:18:26.7947390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/aliases.cpython-313.pyc 2025-09-07T06:18:26.7948420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp866.cpython-313.pyc 2025-09-07T06:18:26.7949380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp1125.cpython-313.pyc 2025-09-07T06:18:26.7950280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp1250.cpython-313.pyc 2025-09-07T06:18:26.7951200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/mac_farsi.cpython-313.pyc 2025-09-07T06:18:26.7952290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/idna.cpython-313.pyc 2025-09-07T06:18:26.7953200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp855.cpython-313.pyc 2025-09-07T06:18:26.7954270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/mac_latin2.cpython-313.pyc 2025-09-07T06:18:26.7955260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/mac_greek.cpython-313.pyc 2025-09-07T06:18:26.7956160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/hz.cpython-313.pyc 2025-09-07T06:18:26.7957240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso8859_1.cpython-313.pyc 2025-09-07T06:18:26.7958160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso8859_11.cpython-313.pyc 2025-09-07T06:18:26.7959200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/latin_1.cpython-313.pyc 2025-09-07T06:18:26.7960280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp775.cpython-313.pyc 2025-09-07T06:18:26.7961250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/ptcp154.cpython-313.pyc 2025-09-07T06:18:26.7962160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp860.cpython-313.pyc 2025-09-07T06:18:26.7963080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/palmos.cpython-313.pyc 2025-09-07T06:18:26.7964130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp1258.cpython-313.pyc 2025-09-07T06:18:26.7965040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/utf_7.cpython-313.pyc 2025-09-07T06:18:26.7966050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso2022_jp.cpython-313.pyc 2025-09-07T06:18:26.7966990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso8859_9.cpython-313.pyc 2025-09-07T06:18:26.7968010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp1140.cpython-313.pyc 2025-09-07T06:18:26.7969100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/bz2_codec.cpython-313.pyc 2025-09-07T06:18:26.7970110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/oem.cpython-313.pyc 2025-09-07T06:18:26.7971350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/utf_8.cpython-313.pyc 2025-09-07T06:18:26.7972210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/hex_codec.cpython-313.pyc 2025-09-07T06:18:26.7973150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/koi8_t.cpython-313.pyc 2025-09-07T06:18:26.7974300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso8859_16.cpython-313.pyc 2025-09-07T06:18:26.7975320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso2022_jp_2.cpython-313.pyc 2025-09-07T06:18:26.7976450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso8859_6.cpython-313.pyc 2025-09-07T06:18:26.7977580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/mac_cyrillic.cpython-313.pyc 2025-09-07T06:18:26.7978720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/shift_jis_2004.cpython-313.pyc 2025-09-07T06:18:26.7979700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp852.cpython-313.pyc 2025-09-07T06:18:26.7980680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp1257.cpython-313.pyc 2025-09-07T06:18:26.7981890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/utf_32_le.cpython-313.pyc 2025-09-07T06:18:26.7982870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso8859_3.cpython-313.pyc 2025-09-07T06:18:26.7983770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/rot_13.cpython-313.pyc 2025-09-07T06:18:26.7984880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso8859_13.cpython-313.pyc 2025-09-07T06:18:26.7985960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/zlib_codec.cpython-313.pyc 2025-09-07T06:18:26.7986990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp1252.cpython-313.pyc 2025-09-07T06:18:26.7988010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp857.cpython-313.pyc 2025-09-07T06:18:26.7988900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp950.cpython-313.pyc 2025-09-07T06:18:26.7989950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/euc_jisx0213.cpython-313.pyc 2025-09-07T06:18:26.7991000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/mac_romanian.cpython-313.pyc 2025-09-07T06:18:26.7992120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/mac_croatian.cpython-313.pyc 2025-09-07T06:18:26.7993080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp865.cpython-313.pyc 2025-09-07T06:18:26.7994050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/mac_iceland.cpython-313.pyc 2025-09-07T06:18:26.7994980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp858.cpython-313.pyc 2025-09-07T06:18:26.7996090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/base64_codec.cpython-313.pyc 2025-09-07T06:18:26.7997110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp949.cpython-313.pyc 2025-09-07T06:18:26.7998130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/kz1048.cpython-313.pyc 2025-09-07T06:18:26.7999010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp862.cpython-313.pyc 2025-09-07T06:18:26.8000100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp737.cpython-313.pyc 2025-09-07T06:18:26.8001080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/utf_16_be.cpython-313.pyc 2025-09-07T06:18:26.8002150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp1026.cpython-313.pyc 2025-09-07T06:18:26.8003150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp850.cpython-313.pyc 2025-09-07T06:18:26.8003970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/euc_kr.cpython-313.pyc 2025-09-07T06:18:26.8004840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/tis_620.cpython-313.pyc 2025-09-07T06:18:26.8005960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp1255.cpython-313.pyc 2025-09-07T06:18:26.8007000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/uu_codec.cpython-313.pyc 2025-09-07T06:18:26.8008020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp874.cpython-313.pyc 2025-09-07T06:18:26.8009150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso8859_14.cpython-313.pyc 2025-09-07T06:18:26.8010080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso8859_4.cpython-313.pyc 2025-09-07T06:18:26.8011090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/undefined.cpython-313.pyc 2025-09-07T06:18:26.8012230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/mac_arabic.cpython-313.pyc 2025-09-07T06:18:26.8013030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp437.cpython-313.pyc 2025-09-07T06:18:26.8013910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp863.cpython-313.pyc 2025-09-07T06:18:26.8015160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/utf_16_le.cpython-313.pyc 2025-09-07T06:18:26.8016000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp1254.cpython-313.pyc 2025-09-07T06:18:26.8017090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/utf_32.cpython-313.pyc 2025-09-07T06:18:26.8018210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/hp_roman8.cpython-313.pyc 2025-09-07T06:18:26.8019240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso8859_15.cpython-313.pyc 2025-09-07T06:18:26.8020160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp875.cpython-313.pyc 2025-09-07T06:18:26.8021260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso8859_5.cpython-313.pyc 2025-09-07T06:18:26.8022290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/utf_16.cpython-313.pyc 2025-09-07T06:18:26.8023580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso2022_jp_1.cpython-313.pyc 2025-09-07T06:18:26.8024580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp720.cpython-313.pyc 2025-09-07T06:18:26.8026010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/johab.cpython-313.pyc 2025-09-07T06:18:26.8026940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso8859_2.cpython-313.pyc 2025-09-07T06:18:26.8027830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/gb2312.cpython-313.pyc 2025-09-07T06:18:26.8028720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/mac_roman.cpython-313.pyc 2025-09-07T06:18:26.8029660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp856.cpython-313.pyc 2025-09-07T06:18:26.8030820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso2022_jp_2004.cpython-313.pyc 2025-09-07T06:18:26.8031840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8032970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso2022_kr.cpython-313.pyc 2025-09-07T06:18:26.8033900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp1253.cpython-313.pyc 2025-09-07T06:18:26.8034850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp864.cpython-313.pyc 2025-09-07T06:18:26.8036250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/raw_unicode_escape.cpython-313.pyc 2025-09-07T06:18:26.8037300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/euc_jis_2004.cpython-313.pyc 2025-09-07T06:18:26.8038430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/quopri_codec.cpython-313.pyc 2025-09-07T06:18:26.8039620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso2022_jp_ext.cpython-313.pyc 2025-09-07T06:18:26.8040680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp932.cpython-313.pyc 2025-09-07T06:18:26.8041700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp037.cpython-313.pyc 2025-09-07T06:18:26.8042280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp932.py 2025-09-07T06:18:26.8043020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp720.py 2025-09-07T06:18:26.8043680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp862.py 2025-09-07T06:18:26.8044450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp437.py 2025-09-07T06:18:26.8045220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/palmos.py 2025-09-07T06:18:26.8045980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso8859_9.py 2025-09-07T06:18:26.8046640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp856.py 2025-09-07T06:18:26.8047200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/aliases.py 2025-09-07T06:18:26.8047770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/latin_1.py 2025-09-07T06:18:26.8048320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp875.py 2025-09-07T06:18:26.8048900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp950.py 2025-09-07T06:18:26.8049550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/unicode_escape.py 2025-09-07T06:18:26.8050090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp737.py 2025-09-07T06:18:26.8050660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp865.py 2025-09-07T06:18:26.8051230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/ptcp154.py 2025-09-07T06:18:26.8051770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/big5.py 2025-09-07T06:18:26.8052370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp424.py 2025-09-07T06:18:26.8052920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp861.py 2025-09-07T06:18:26.8053530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/euc_jp.py 2025-09-07T06:18:26.8054090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp855.py 2025-09-07T06:18:26.8054790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/shift_jis.py 2025-09-07T06:18:26.8055670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/utf_32_le.py 2025-09-07T06:18:26.8056390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp500.py 2025-09-07T06:18:26.8057230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/undefined.py 2025-09-07T06:18:26.8057900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp860.py 2025-09-07T06:18:26.8058610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/uu_codec.py 2025-09-07T06:18:26.8059360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/utf_16_le.py 2025-09-07T06:18:26.8060280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/gb18030.py 2025-09-07T06:18:26.8060970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp874.py 2025-09-07T06:18:26.8061710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp850.py 2025-09-07T06:18:26.8062540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp864.py 2025-09-07T06:18:26.8063490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/utf_32.py 2025-09-07T06:18:26.8064220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/koi8_u.py 2025-09-07T06:18:26.8065120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp1254.py 2025-09-07T06:18:26.8065810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso2022_jp_2.py 2025-09-07T06:18:26.8066530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/utf_16.py 2025-09-07T06:18:26.8067330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso8859_4.py 2025-09-07T06:18:26.8068090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/euc_jis_2004.py 2025-09-07T06:18:26.8068780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/mbcs.py 2025-09-07T06:18:26.8069670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp1250.py 2025-09-07T06:18:26.8070340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/gb2312.py 2025-09-07T06:18:26.8071090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso8859_16.py 2025-09-07T06:18:26.8071890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/mac_cyrillic.py 2025-09-07T06:18:26.8072760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/hex_codec.py 2025-09-07T06:18:26.8073470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/tis_620.py 2025-09-07T06:18:26.8074150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp037.py 2025-09-07T06:18:26.8074840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp1006.py 2025-09-07T06:18:26.8075700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp1251.py 2025-09-07T06:18:26.8076500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/mac_turkish.py 2025-09-07T06:18:26.8077410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso2022_jp_ext.py 2025-09-07T06:18:26.8078220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso8859_1.py 2025-09-07T06:18:26.8078870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/hz.py 2025-09-07T06:18:26.8079660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/bz2_codec.py 2025-09-07T06:18:26.8080380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/quopri_codec.py 2025-09-07T06:18:26.8081030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/kz1048.py 2025-09-07T06:18:26.8081800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/utf_8_sig.py 2025-09-07T06:18:26.8082540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/koi8_t.py 2025-09-07T06:18:26.8083280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp1255.py 2025-09-07T06:18:26.8084080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso2022_jp_3.py 2025-09-07T06:18:26.8084890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/shift_jis_2004.py 2025-09-07T06:18:26.8085640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp1026.py 2025-09-07T06:18:26.8086420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/charmap.py 2025-09-07T06:18:26.8087150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso8859_5.py 2025-09-07T06:18:26.8088020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso8859_13.py 2025-09-07T06:18:26.8088780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso2022_jp.py 2025-09-07T06:18:26.8089340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/queue.py 2025-09-07T06:18:26.8090000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyio.py 2025-09-07T06:18:26.8090750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pkgutil.py 2025-09-07T06:18:26.8091180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lzma.py 2025-09-07T06:18:26.8091890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_sitebuiltins.py 2025-09-07T06:18:26.8092620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/copyreg.py 2025-09-07T06:18:26.8093390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/rlcompleter.py 2025-09-07T06:18:26.8094060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/zoneinfo/_common.py 2025-09-07T06:18:26.8094950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/zoneinfo/__init__.py 2025-09-07T06:18:26.8095890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/zoneinfo/__pycache__/_common.cpython-313.pyc 2025-09-07T06:18:26.8096950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/zoneinfo/__pycache__/_zoneinfo.cpython-313.pyc 2025-09-07T06:18:26.8097890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/zoneinfo/__pycache__/_tzpath.cpython-313.pyc 2025-09-07T06:18:26.8098870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/zoneinfo/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8099660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/zoneinfo/_zoneinfo.py 2025-09-07T06:18:26.8100480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/zoneinfo/_tzpath.py 2025-09-07T06:18:26.8101040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/gzip.py 2025-09-07T06:18:26.8101700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/_aix.py 2025-09-07T06:18:26.8102530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/wintypes.py 2025-09-07T06:18:26.8103170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/util.py 2025-09-07T06:18:26.8103850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/__init__.py 2025-09-07T06:18:26.8104860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/__pycache__/_endian.cpython-313.pyc 2025-09-07T06:18:26.8105880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/__pycache__/wintypes.cpython-313.pyc 2025-09-07T06:18:26.8106880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/__pycache__/_aix.cpython-313.pyc 2025-09-07T06:18:26.8107910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/__pycache__/util.cpython-313.pyc 2025-09-07T06:18:26.8108850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8109550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/_endian.py 2025-09-07T06:18:26.8110260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/macholib/dyld.py 2025-09-07T06:18:26.8111070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/macholib/framework.py 2025-09-07T06:18:26.8112350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/macholib/fetch_macholib 2025-09-07T06:18:26.8113020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/macholib/__init__.py 2025-09-07T06:18:26.8114040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/macholib/__pycache__/dyld.cpython-313.pyc 2025-09-07T06:18:26.8115230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/macholib/__pycache__/dylib.cpython-313.pyc 2025-09-07T06:18:26.8116190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/macholib/__pycache__/framework.cpython-313.pyc 2025-09-07T06:18:26.8117340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/macholib/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8118100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/macholib/README.ctypes 2025-09-07T06:18:26.8119060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/macholib/fetch_macholib.bat 2025-09-07T06:18:26.8119900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/macholib/dylib.py 2025-09-07T06:18:26.8120510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ipaddress.py 2025-09-07T06:18:26.8121060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/trace.py 2025-09-07T06:18:26.8121820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/webbrowser.py 2025-09-07T06:18:26.8122540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_compat_pickle.py 2025-09-07T06:18:26.8123450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/signals.py 2025-09-07T06:18:26.8124150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/runner.py 2025-09-07T06:18:26.8124960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/suite.py 2025-09-07T06:18:26.8125630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/util.py 2025-09-07T06:18:26.8126490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/__init__.py 2025-09-07T06:18:26.8127440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/__pycache__/main.cpython-313.pyc 2025-09-07T06:18:26.8128440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/__pycache__/mock.cpython-313.pyc 2025-09-07T06:18:26.8129700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/__pycache__/result.cpython-313.pyc 2025-09-07T06:18:26.8130550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/__pycache__/signals.cpython-313.pyc 2025-09-07T06:18:26.8131520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/__pycache__/loader.cpython-313.pyc 2025-09-07T06:18:26.8132540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/__pycache__/runner.cpython-313.pyc 2025-09-07T06:18:26.8133470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/__pycache__/util.cpython-313.pyc 2025-09-07T06:18:26.8134360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/__pycache__/case.cpython-313.pyc 2025-09-07T06:18:26.8135290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:26.8136120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/__pycache__/suite.cpython-313.pyc 2025-09-07T06:18:26.8137130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8137960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/__pycache__/_log.cpython-313.pyc 2025-09-07T06:18:26.8138960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/__pycache__/async_case.cpython-313.pyc 2025-09-07T06:18:26.8139700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/result.py 2025-09-07T06:18:26.8140530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/loader.py 2025-09-07T06:18:26.8141410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/case.py 2025-09-07T06:18:26.8142260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/main.py 2025-09-07T06:18:26.8143130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/async_case.py 2025-09-07T06:18:26.8143820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/__main__.py 2025-09-07T06:18:26.8144500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/_log.py 2025-09-07T06:18:26.8145160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/mock.py 2025-09-07T06:18:26.8145780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/dis.py 2025-09-07T06:18:26.8146650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/bdb.py 2025-09-07T06:18:26.8147640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/config-3.13-darwin/python-config.py 2025-09-07T06:18:26.8148480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/config-3.13-darwin/config.c.in 2025-09-07T06:18:26.8149250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/config-3.13-darwin/install-sh 2025-09-07T06:18:26.8150320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/config-3.13-darwin/Setup.stdlib 2025-09-07T06:18:26.8151090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/config-3.13-darwin/Makefile 2025-09-07T06:18:26.8151910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/config-3.13-darwin/Setup.bootstrap 2025-09-07T06:18:26.8152740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/config-3.13-darwin/Setup 2025-09-07T06:18:26.8153900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/config-3.13-darwin/__pycache__/python-config.cpython-313.pyc 2025-09-07T06:18:26.8154670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/config-3.13-darwin/makesetup 2025-09-07T06:18:26.8155510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/config-3.13-darwin/config.c 2025-09-07T06:18:26.8156340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/config-3.13-darwin/Setup.local 2025-09-07T06:18:26.8157070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/config-3.13-darwin/python.o 2025-09-07T06:18:26.8157740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/zipapp.py 2025-09-07T06:18:26.8158240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/cmd.py 2025-09-07T06:18:26.8158900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tty.py 2025-09-07T06:18:26.8159670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/curses/textpad.py 2025-09-07T06:18:26.8160310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/curses/ascii.py 2025-09-07T06:18:26.8161060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/curses/__init__.py 2025-09-07T06:18:26.8162130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/curses/__pycache__/ascii.cpython-313.pyc 2025-09-07T06:18:26.8163160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/curses/__pycache__/panel.cpython-313.pyc 2025-09-07T06:18:26.8164070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/curses/__pycache__/textpad.cpython-313.pyc 2025-09-07T06:18:26.8165110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/curses/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8165900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/curses/__pycache__/has_key.cpython-313.pyc 2025-09-07T06:18:26.8166630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/curses/has_key.py 2025-09-07T06:18:26.8167260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/curses/panel.py 2025-09-07T06:18:26.8167860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tabnanny.py 2025-09-07T06:18:26.8168540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_py_abc.py 2025-09-07T06:18:26.8169140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/cProfile.py 2025-09-07T06:18:26.8169930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/zipimport.py 2025-09-07T06:18:26.8170720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/token.py 2025-09-07T06:18:26.8171360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/textwrap.py 2025-09-07T06:18:26.8172040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/base64.py 2025-09-07T06:18:26.8172790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_markupbase.py 2025-09-07T06:18:26.8173330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/bz2.py 2025-09-07T06:18:26.8174070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tomllib/_types.py 2025-09-07T06:18:26.8174780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tomllib/__init__.py 2025-09-07T06:18:26.8175850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tomllib/__pycache__/_types.cpython-313.pyc 2025-09-07T06:18:26.8176790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tomllib/__pycache__/_re.cpython-313.pyc 2025-09-07T06:18:26.8177700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tomllib/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8178710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tomllib/__pycache__/_parser.cpython-313.pyc 2025-09-07T06:18:26.8179370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tomllib/_parser.py 2025-09-07T06:18:26.8179980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tomllib/_re.py 2025-09-07T06:18:26.8180800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tomllib/mypy.ini 2025-09-07T06:18:26.8181440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/signal.py 2025-09-07T06:18:26.8182110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/sre_constants.py 2025-09-07T06:18:26.8182790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_aix_support.py 2025-09-07T06:18:26.8183550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_threading_local.py 2025-09-07T06:18:26.8184120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pyclbr.py 2025-09-07T06:18:26.8184820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/test_support.py 2025-09-07T06:18:26.8185500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/__init__.py 2025-09-07T06:18:26.8186670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/__pycache__/test_support.cpython-313.pyc 2025-09-07T06:18:26.8187890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/__pycache__/test_script_helper.cpython-313.pyc 2025-09-07T06:18:26.8188890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8189640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/asyncore.py 2025-09-07T06:18:26.8190490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/interpreters/queues.py 2025-09-07T06:18:26.8191410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/interpreters/_crossinterp.py 2025-09-07T06:18:26.8192370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/interpreters/__init__.py 2025-09-07T06:18:26.8193650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/interpreters/__pycache__/channels.cpython-313.pyc 2025-09-07T06:18:26.8194690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/interpreters/__pycache__/queues.cpython-313.pyc 2025-09-07T06:18:26.8195900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/interpreters/__pycache__/_crossinterp.cpython-313.pyc 2025-09-07T06:18:26.8197020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/interpreters/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8197840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/interpreters/channels.py 2025-09-07T06:18:26.8198670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/hypothesis_helper.py 2025-09-07T06:18:26.8199360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/ast_helper.py 2025-09-07T06:18:26.8200130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/testcase.py 2025-09-07T06:18:26.8201120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/threading_helper.py 2025-09-07T06:18:26.8202010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/warnings_helper.py 2025-09-07T06:18:26.8202770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/os_helper.py 2025-09-07T06:18:26.8203560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__init__.py 2025-09-07T06:18:26.8204280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/venv.py 2025-09-07T06:18:26.8205320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/smtpd.cpython-313.pyc 2025-09-07T06:18:26.8206450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/logging_helper.cpython-313.pyc 2025-09-07T06:18:26.8207460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/socket_helper.cpython-313.pyc 2025-09-07T06:18:26.8208500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/hypothesis_helper.cpython-313.pyc 2025-09-07T06:18:26.8209810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/i18n_helper.cpython-313.pyc 2025-09-07T06:18:26.8210870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/os_helper.cpython-313.pyc 2025-09-07T06:18:26.8211820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/hashlib_helper.cpython-313.pyc 2025-09-07T06:18:26.8212610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/numbers.cpython-313.pyc 2025-09-07T06:18:26.8213530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/testcase.cpython-313.pyc 2025-09-07T06:18:26.8214560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/refleak_helper.cpython-313.pyc 2025-09-07T06:18:26.8215770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/ast_helper.cpython-313.pyc 2025-09-07T06:18:26.8216940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/pty_helper.cpython-313.pyc 2025-09-07T06:18:26.8218230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/warnings_helper.cpython-313.pyc 2025-09-07T06:18:26.8219300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/script_helper.cpython-313.pyc 2025-09-07T06:18:26.8220210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/import_helper.cpython-313.pyc 2025-09-07T06:18:26.8221320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/threading_helper.cpython-313.pyc 2025-09-07T06:18:26.8222240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/asyncore.cpython-313.pyc 2025-09-07T06:18:26.8223200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/asynchat.cpython-313.pyc 2025-09-07T06:18:26.8224080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/venv.cpython-313.pyc 2025-09-07T06:18:26.8225040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8226130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/bytecode_helper.cpython-313.pyc 2025-09-07T06:18:26.8226780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/numbers.py 2025-09-07T06:18:26.8227930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/_hypothesis_stubs/strategies.py 2025-09-07T06:18:26.8228800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/_hypothesis_stubs/__init__.py 2025-09-07T06:18:26.8230420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/_hypothesis_stubs/__pycache__/_helpers.cpython-313.pyc 2025-09-07T06:18:26.8231690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/_hypothesis_stubs/__pycache__/strategies.cpython-313.pyc 2025-09-07T06:18:26.8232970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/_hypothesis_stubs/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8233980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/_hypothesis_stubs/_helpers.py 2025-09-07T06:18:26.8234750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/bytecode_helper.py 2025-09-07T06:18:26.8235650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/import_helper.py 2025-09-07T06:18:26.8236350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/i18n_helper.py 2025-09-07T06:18:26.8237310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/logging_helper.py 2025-09-07T06:18:26.8238040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/pty_helper.py 2025-09-07T06:18:26.8238990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/socket_helper.py 2025-09-07T06:18:26.8239980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/refleak_helper.py 2025-09-07T06:18:26.8240920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/script_helper.py 2025-09-07T06:18:26.8242200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/hashlib_helper.py 2025-09-07T06:18:26.8242930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/smtpd.py 2025-09-07T06:18:26.8243740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/asynchat.py 2025-09-07T06:18:26.8244560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/test_script_helper.py 2025-09-07T06:18:26.8245160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/gettext.py 2025-09-07T06:18:26.8245900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__phello__/spam.py 2025-09-07T06:18:26.8246660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__phello__/__init__.py 2025-09-07T06:18:26.8247880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__phello__/__pycache__/spam.cpython-313.pyc 2025-09-07T06:18:26.8248840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__phello__/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8249390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_ios_support.py 2025-09-07T06:18:26.8249940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/wave.py 2025-09-07T06:18:26.8250690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/weakref.py 2025-09-07T06:18:26.8251880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_sysconfigdata_arm64_apple_darwin20_0_0.py 2025-09-07T06:18:26.8252340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/bisect.py 2025-09-07T06:18:26.8252990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/opcode.py 2025-09-07T06:18:26.8253790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/netrc.py 2025-09-07T06:18:26.8254460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/heapq.py 2025-09-07T06:18:26.8255210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pathlib/_local.py 2025-09-07T06:18:26.8255920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pathlib/_abc.py 2025-09-07T06:18:26.8256650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pathlib/__init__.py 2025-09-07T06:18:26.8257620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pathlib/__pycache__/_abc.cpython-313.pyc 2025-09-07T06:18:26.8258570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pathlib/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8259540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pathlib/__pycache__/_local.cpython-313.pyc 2025-09-07T06:18:26.8260070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/functools.py 2025-09-07T06:18:26.8260790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/modulefinder.py 2025-09-07T06:18:26.8261480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_compression.py 2025-09-07T06:18:26.8262110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tracemalloc.py 2025-09-07T06:18:26.8262880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/hashlib.py 2025-09-07T06:18:26.8263520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/codeop.py 2025-09-07T06:18:26.8264380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/turtle.cfg 2025-09-07T06:18:26.8264990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/tree.py 2025-09-07T06:18:26.8265720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/round_dance.py 2025-09-07T06:18:26.8266500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/colormixer.py 2025-09-07T06:18:26.8267190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/bytedesign.py 2025-09-07T06:18:26.8267890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/chaos.py 2025-09-07T06:18:26.8268610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/clock.py 2025-09-07T06:18:26.8269600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/sorting_animate.py 2025-09-07T06:18:26.8270470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/paint.py 2025-09-07T06:18:26.8271140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__init__.py 2025-09-07T06:18:26.8272070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/lindenmayer.py 2025-09-07T06:18:26.8273290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/clock.cpython-313.pyc 2025-09-07T06:18:26.8274250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/forest.cpython-313.pyc 2025-09-07T06:18:26.8275350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/lindenmayer.cpython-313.pyc 2025-09-07T06:18:26.8276480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/sorting_animate.cpython-313.pyc 2025-09-07T06:18:26.8277390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/chaos.cpython-313.pyc 2025-09-07T06:18:26.8278380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/penrose.cpython-313.pyc 2025-09-07T06:18:26.8279300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/paint.cpython-313.pyc 2025-09-07T06:18:26.8280280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/peace.cpython-313.pyc 2025-09-07T06:18:26.8281390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/planet_and_moon.cpython-313.pyc 2025-09-07T06:18:26.8282400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/rosette.cpython-313.pyc 2025-09-07T06:18:26.8283220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/tree.cpython-313.pyc 2025-09-07T06:18:26.8284340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/two_canvases.cpython-313.pyc 2025-09-07T06:18:26.8285400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/round_dance.cpython-313.pyc 2025-09-07T06:18:26.8286490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/fractalcurves.cpython-313.pyc 2025-09-07T06:18:26.8287360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/nim.cpython-313.pyc 2025-09-07T06:18:26.8288320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/colormixer.cpython-313.pyc 2025-09-07T06:18:26.8289400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/yinyang.cpython-313.pyc 2025-09-07T06:18:26.8290370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:26.8291370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/minimal_hanoi.cpython-313.pyc 2025-09-07T06:18:26.8292390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8293440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/bytedesign.cpython-313.pyc 2025-09-07T06:18:26.8294140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/penrose.py 2025-09-07T06:18:26.8294820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/peace.py 2025-09-07T06:18:26.8295620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/rosette.py 2025-09-07T06:18:26.8296370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/nim.py 2025-09-07T06:18:26.8297190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/yinyang.py 2025-09-07T06:18:26.8298000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/fractalcurves.py 2025-09-07T06:18:26.8298840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/planet_and_moon.py 2025-09-07T06:18:26.8299610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/forest.py 2025-09-07T06:18:26.8300350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/two_canvases.py 2025-09-07T06:18:26.8301120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__main__.py 2025-09-07T06:18:26.8301900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/minimal_hanoi.py 2025-09-07T06:18:26.8302470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/fnmatch.py 2025-09-07T06:18:26.8303420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/dummy/__init__.py 2025-09-07T06:18:26.8304600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/dummy/__pycache__/connection.cpython-313.pyc 2025-09-07T06:18:26.8305660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/dummy/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8306560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/dummy/connection.py 2025-09-07T06:18:26.8307350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/queues.py 2025-09-07T06:18:26.8308070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/heap.py 2025-09-07T06:18:26.8309080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/shared_memory.py 2025-09-07T06:18:26.8309960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/resource_tracker.py 2025-09-07T06:18:26.8315960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/reduction.py 2025-09-07T06:18:26.8316150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/util.py 2025-09-07T06:18:26.8316370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/popen_spawn_win32.py 2025-09-07T06:18:26.8316660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__init__.py 2025-09-07T06:18:26.8316910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/resource_tracker.cpython-313.pyc 2025-09-07T06:18:26.8317150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/shared_memory.cpython-313.pyc 2025-09-07T06:18:26.8317410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/spawn.cpython-313.pyc 2025-09-07T06:18:26.8318420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/managers.cpython-313.pyc 2025-09-07T06:18:26.8319340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/heap.cpython-313.pyc 2025-09-07T06:18:26.8320320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/pool.cpython-313.pyc 2025-09-07T06:18:26.8321590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/synchronize.cpython-313.pyc 2025-09-07T06:18:26.8322600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/popen_spawn_win32.cpython-313.pyc 2025-09-07T06:18:26.8323680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/popen_spawn_posix.cpython-313.pyc 2025-09-07T06:18:26.8324740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/context.cpython-313.pyc 2025-09-07T06:18:26.8325770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/sharedctypes.cpython-313.pyc 2025-09-07T06:18:26.8326760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/forkserver.cpython-313.pyc 2025-09-07T06:18:26.8327870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/popen_fork.cpython-313.pyc 2025-09-07T06:18:26.8328830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/queues.cpython-313.pyc 2025-09-07T06:18:26.8329880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/util.cpython-313.pyc 2025-09-07T06:18:26.8331020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/resource_sharer.cpython-313.pyc 2025-09-07T06:18:26.8332120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/process.cpython-313.pyc 2025-09-07T06:18:26.8333240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/reduction.cpython-313.pyc 2025-09-07T06:18:26.8334210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/connection.cpython-313.pyc 2025-09-07T06:18:26.8335240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8336330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/popen_forkserver.cpython-313.pyc 2025-09-07T06:18:26.8337070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/forkserver.py 2025-09-07T06:18:26.8337880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/connection.py 2025-09-07T06:18:26.8338670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/context.py 2025-09-07T06:18:26.8339410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/spawn.py 2025-09-07T06:18:26.8340190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/synchronize.py 2025-09-07T06:18:26.8341060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/process.py 2025-09-07T06:18:26.8341890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/sharedctypes.py 2025-09-07T06:18:26.8342670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/popen_fork.py 2025-09-07T06:18:26.8343410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/pool.py 2025-09-07T06:18:26.8344260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/popen_forkserver.py 2025-09-07T06:18:26.8345240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/popen_spawn_posix.py 2025-09-07T06:18:26.8345870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/managers.py 2025-09-07T06:18:26.8346660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/resource_sharer.py 2025-09-07T06:18:26.8347290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/traceback.py 2025-09-07T06:18:26.8347910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/nturl2path.py 2025-09-07T06:18:26.8348550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/warnings.py 2025-09-07T06:18:26.8349220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/subprocess.py 2025-09-07T06:18:26.8349890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/profile.py 2025-09-07T06:18:26.8350480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/this.py 2025-09-07T06:18:26.8351220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/filecmp.py 2025-09-07T06:18:26.8351940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/codecs.py 2025-09-07T06:18:26.8352600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/urllib/error.py 2025-09-07T06:18:26.8353300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/urllib/request.py 2025-09-07T06:18:26.8354000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/urllib/__init__.py 2025-09-07T06:18:26.8354860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/urllib/response.py 2025-09-07T06:18:26.8355810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/urllib/__pycache__/parse.cpython-313.pyc 2025-09-07T06:18:26.8356790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/urllib/__pycache__/response.cpython-313.pyc 2025-09-07T06:18:26.8357660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/urllib/__pycache__/error.cpython-313.pyc 2025-09-07T06:18:26.8358740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/urllib/__pycache__/robotparser.cpython-313.pyc 2025-09-07T06:18:26.8359630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/urllib/__pycache__/request.cpython-313.pyc 2025-09-07T06:18:26.8360670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/urllib/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8361290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/urllib/robotparser.py 2025-09-07T06:18:26.8362010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/urllib/parse.py 2025-09-07T06:18:26.8362850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_weakrefset.py 2025-09-07T06:18:26.8363460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/io.py 2025-09-07T06:18:26.8364400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_sysconfigdata__darwin_darwin.py 2025-09-07T06:18:26.8365110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/zipfile/_path/__init__.py 2025-09-07T06:18:26.8366160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/zipfile/_path/__pycache__/glob.cpython-313.pyc 2025-09-07T06:18:26.8367230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/zipfile/_path/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8367970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/zipfile/_path/glob.py 2025-09-07T06:18:26.8368620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/zipfile/__init__.py 2025-09-07T06:18:26.8369620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/zipfile/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:26.8370540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/zipfile/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8371230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/zipfile/__main__.py 2025-09-07T06:18:26.8371880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/code.py 2025-09-07T06:18:26.8372570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/operator.py 2025-09-07T06:18:26.8373210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/fileinput.py 2025-09-07T06:18:26.8373820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/os.py 2025-09-07T06:18:26.8374940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore-0.10.1.dist-info/RECORD 2025-09-07T06:18:26.8375830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore-0.10.1.dist-info/LICENSE 2025-09-07T06:18:26.8376940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore-0.10.1.dist-info/direct_url.json 2025-09-07T06:18:26.8377880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore-0.10.1.dist-info/WHEEL 2025-09-07T06:18:26.8378950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore-0.10.1.dist-info/REQUESTED 2025-09-07T06:18:26.8380010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore-0.10.1.dist-info/INSTALLER 2025-09-07T06:18:26.8381020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore-0.10.1.dist-info/METADATA 2025-09-07T06:18:26.8381870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkce-1.0.3.dist-info/RECORD 2025-09-07T06:18:26.8382850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkce-1.0.3.dist-info/LICENSE 2025-09-07T06:18:26.8383820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkce-1.0.3.dist-info/direct_url.json 2025-09-07T06:18:26.8384660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkce-1.0.3.dist-info/WHEEL 2025-09-07T06:18:26.8385660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkce-1.0.3.dist-info/top_level.txt 2025-09-07T06:18:26.8386550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkce-1.0.3.dist-info/REQUESTED 2025-09-07T06:18:26.8387460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkce-1.0.3.dist-info/INSTALLER 2025-09-07T06:18:26.8388340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkce-1.0.3.dist-info/METADATA 2025-09-07T06:18:26.8389120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/algorithms.py 2025-09-07T06:18:26.8389900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/api_jwt.py 2025-09-07T06:18:26.8390690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/warnings.py 2025-09-07T06:18:26.8391560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/__init__.py 2025-09-07T06:18:26.8392430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/types.py 2025-09-07T06:18:26.8393560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/__pycache__/jwk_set_cache.cpython-313.pyc 2025-09-07T06:18:26.8394590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/__pycache__/api_jwt.cpython-313.pyc 2025-09-07T06:18:26.8395720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/__pycache__/jwks_client.cpython-313.pyc 2025-09-07T06:18:26.8396660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:26.8397670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/__pycache__/api_jws.cpython-313.pyc 2025-09-07T06:18:26.8398800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/__pycache__/exceptions.cpython-313.pyc 2025-09-07T06:18:26.8399770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/__pycache__/help.cpython-313.pyc 2025-09-07T06:18:26.8400780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/__pycache__/warnings.cpython-313.pyc 2025-09-07T06:18:26.8401890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/__pycache__/api_jwk.cpython-313.pyc 2025-09-07T06:18:26.8402950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/__pycache__/types.cpython-313.pyc 2025-09-07T06:18:26.8403990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/__pycache__/algorithms.cpython-313.pyc 2025-09-07T06:18:26.8405050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8405790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/jwk_set_cache.py 2025-09-07T06:18:26.8406620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/utils.py 2025-09-07T06:18:26.8407410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/py.typed 2025-09-07T06:18:26.8408210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/exceptions.py 2025-09-07T06:18:26.8409020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/api_jwk.py 2025-09-07T06:18:26.8409840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/jwks_client.py 2025-09-07T06:18:26.8410640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/api_jws.py 2025-09-07T06:18:26.8411400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/help.py 2025-09-07T06:18:26.8412260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl/_decode.py 2025-09-07T06:18:26.8413200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl/_url.py 2025-09-07T06:18:26.8413990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl/__init__.py 2025-09-07T06:18:26.8415230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl/__pycache__/_decode.cpython-313.pyc 2025-09-07T06:18:26.8416260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl/__pycache__/_encode.cpython-313.pyc 2025-09-07T06:18:26.8417300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl/__pycache__/_format.cpython-313.pyc 2025-09-07T06:18:26.8418390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl/__pycache__/_url.cpython-313.pyc 2025-09-07T06:18:26.8419600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl/__pycache__/_parse.cpython-313.pyc 2025-09-07T06:18:26.8420770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8421540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl/_format.py 2025-09-07T06:18:26.8422540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl/_parse.py 2025-09-07T06:18:26.8423390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl/py.typed 2025-09-07T06:18:26.8424160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl/_encode.py 2025-09-07T06:18:26.8424930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/tags.py 2025-09-07T06:18:26.8425960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/_musllinux.py 2025-09-07T06:18:26.8426740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/metadata.py 2025-09-07T06:18:26.8427770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/version.py 2025-09-07T06:18:26.8428690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/licenses/__init__.py 2025-09-07T06:18:26.8429720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/licenses/_spdx.py 2025-09-07T06:18:26.8430890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/licenses/__pycache__/_spdx.cpython-313.pyc 2025-09-07T06:18:26.8432020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/licenses/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8432740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/__init__.py 2025-09-07T06:18:26.8433930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/__pycache__/markers.cpython-313.pyc 2025-09-07T06:18:26.8435240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/__pycache__/requirements.cpython-313.pyc 2025-09-07T06:18:26.8436360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/__pycache__/_musllinux.cpython-313.pyc 2025-09-07T06:18:26.8437550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:26.8438460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/__pycache__/tags.cpython-313.pyc 2025-09-07T06:18:26.8439570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/__pycache__/metadata.cpython-313.pyc 2025-09-07T06:18:26.8440910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/__pycache__/_tokenizer.cpython-313.pyc 2025-09-07T06:18:26.8442100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/__pycache__/_manylinux.cpython-313.pyc 2025-09-07T06:18:26.8443260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/__pycache__/_structures.cpython-313.pyc 2025-09-07T06:18:26.8444400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8445770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/__pycache__/specifiers.cpython-313.pyc 2025-09-07T06:18:26.8446960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:26.8448320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/__pycache__/_elffile.cpython-313.pyc 2025-09-07T06:18:26.8449340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/__pycache__/_parser.cpython-313.pyc 2025-09-07T06:18:26.8450100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/_parser.py 2025-09-07T06:18:26.8451030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/utils.py 2025-09-07T06:18:26.8451990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/requirements.py 2025-09-07T06:18:26.8453040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/_structures.py 2025-09-07T06:18:26.8454110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/markers.py 2025-09-07T06:18:26.8454940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/py.typed 2025-09-07T06:18:26.8455910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/_manylinux.py 2025-09-07T06:18:26.8456760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/_tokenizer.py 2025-09-07T06:18:26.8457790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/specifiers.py 2025-09-07T06:18:26.8458660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/_elffile.py 2025-09-07T06:18:26.8459810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming-0.12.0.dist-info/RECORD 2025-09-07T06:18:26.8461020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming-0.12.0.dist-info/LICENSE 2025-09-07T06:18:26.8462250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming-0.12.0.dist-info/direct_url.json 2025-09-07T06:18:26.8463340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming-0.12.0.dist-info/WHEEL 2025-09-07T06:18:26.8464430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming-0.12.0.dist-info/REQUESTED 2025-09-07T06:18:26.8465750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming-0.12.0.dist-info/INSTALLER 2025-09-07T06:18:26.8466820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming-0.12.0.dist-info/METADATA 2025-09-07T06:18:26.8467650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict/cool.py 2025-09-07T06:18:26.8468590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict/version.py 2025-09-07T06:18:26.8469630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict/__init__.pyi 2025-09-07T06:18:26.8470410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict/__init__.py 2025-09-07T06:18:26.8471250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict/core.py 2025-09-07T06:18:26.8472650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict/__pycache__/core.cpython-313.pyc 2025-09-07T06:18:26.8473980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict/__pycache__/_frozendict_py.cpython-313.pyc 2025-09-07T06:18:26.8475030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict/__pycache__/monkeypatch.cpython-313.pyc 2025-09-07T06:18:26.8476310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8477440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:26.8478680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict/__pycache__/cool.cpython-313.pyc 2025-09-07T06:18:26.8479410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict/py.typed 2025-09-07T06:18:26.8480280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict/_frozendict_py.py 2025-09-07T06:18:26.8481120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict/monkeypatch.py 2025-09-07T06:18:26.8482170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_core-2.33.2.dist-info/RECORD 2025-09-07T06:18:26.8483330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_core-2.33.2.dist-info/licenses/LICENSE 2025-09-07T06:18:26.8484360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_core-2.33.2.dist-info/direct_url.json 2025-09-07T06:18:26.8485300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_core-2.33.2.dist-info/WHEEL 2025-09-07T06:18:26.8486390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_core-2.33.2.dist-info/REQUESTED 2025-09-07T06:18:26.8487630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_core-2.33.2.dist-info/INSTALLER 2025-09-07T06:18:26.8488820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_core-2.33.2.dist-info/METADATA 2025-09-07T06:18:26.8489660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore/_openssl.py 2025-09-07T06:18:26.8490600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore/_api.py 2025-09-07T06:18:26.8491470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore/_macos.py 2025-09-07T06:18:26.8492320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore/__init__.py 2025-09-07T06:18:26.8493400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore/__pycache__/_windows.cpython-313.pyc 2025-09-07T06:18:26.8494420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore/__pycache__/_api.cpython-313.pyc 2025-09-07T06:18:26.8495510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore/__pycache__/_macos.cpython-313.pyc 2025-09-07T06:18:26.8496660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore/__pycache__/_openssl.cpython-313.pyc 2025-09-07T06:18:26.8498060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore/__pycache__/_ssl_constants.cpython-313.pyc 2025-09-07T06:18:26.8499400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8500240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore/_ssl_constants.py 2025-09-07T06:18:26.8501170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore/py.typed 2025-09-07T06:18:26.8502110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore/_windows.py 2025-09-07T06:18:26.8503060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments-2.19.1.dist-info/RECORD 2025-09-07T06:18:26.8504390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments-2.19.1.dist-info/licenses/LICENSE 2025-09-07T06:18:26.8505480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments-2.19.1.dist-info/licenses/AUTHORS 2025-09-07T06:18:26.8506600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments-2.19.1.dist-info/direct_url.json 2025-09-07T06:18:26.8507590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments-2.19.1.dist-info/WHEEL 2025-09-07T06:18:26.8508860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments-2.19.1.dist-info/entry_points.txt 2025-09-07T06:18:26.8509860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments-2.19.1.dist-info/REQUESTED 2025-09-07T06:18:26.8510860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments-2.19.1.dist-info/INSTALLER 2025-09-07T06:18:26.8511980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments-2.19.1.dist-info/METADATA 2025-09-07T06:18:26.8512910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tomli-2.2.1.dist-info/RECORD 2025-09-07T06:18:26.8513890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tomli-2.2.1.dist-info/LICENSE 2025-09-07T06:18:26.8515080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tomli-2.2.1.dist-info/direct_url.json 2025-09-07T06:18:26.8515930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tomli-2.2.1.dist-info/WHEEL 2025-09-07T06:18:26.8517150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tomli-2.2.1.dist-info/REQUESTED 2025-09-07T06:18:26.8518120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tomli-2.2.1.dist-info/INSTALLER 2025-09-07T06:18:26.8519300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tomli-2.2.1.dist-info/METADATA 2025-09-07T06:18:26.8520180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/signing.py 2025-09-07T06:18:26.8521390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/__init__.py 2025-09-07T06:18:26.8522790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/__version__.py 2025-09-07T06:18:26.8524200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/__pycache__/__version__.cpython-313.pyc 2025-09-07T06:18:26.8525350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/__pycache__/plugin.cpython-313.pyc 2025-09-07T06:18:26.8526710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/__pycache__/common.cpython-313.pyc 2025-09-07T06:18:26.8528030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/__pycache__/metadata_construction.cpython-313.pyc 2025-09-07T06:18:26.8529290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/__pycache__/signing.cpython-313.pyc 2025-09-07T06:18:26.8530460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/__pycache__/cli.cpython-313.pyc 2025-09-07T06:18:26.8531960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/__pycache__/authentication.cpython-313.pyc 2025-09-07T06:18:26.8533110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:26.8534260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8535600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/__pycache__/root_signing.cpython-313.pyc 2025-09-07T06:18:26.8536870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/metadata_construction.py 2025-09-07T06:18:26.8537790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/cli.py 2025-09-07T06:18:26.8538740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/common.py 2025-09-07T06:18:26.8539780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/authentication.py 2025-09-07T06:18:26.8540720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/plugin.py 2025-09-07T06:18:26.8541650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/__main__.py 2025-09-07T06:18:26.8542600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/root_signing.py 2025-09-07T06:18:26.8543520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/brotlicffi/_api.py 2025-09-07T06:18:26.8544520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/brotlicffi/__init__.py 2025-09-07T06:18:26.8545300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/brotlicffi/_build.py 2025-09-07T06:18:26.8546640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/brotlicffi/__pycache__/_api.cpython-313.pyc 2025-09-07T06:18:26.8548070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/brotlicffi/__pycache__/_build.cpython-313.pyc 2025-09-07T06:18:26.8549220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/brotlicffi/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8550270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/brotlicffi/_brotlicffi.abi3.so 2025-09-07T06:18:26.8551060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_schema.py 2025-09-07T06:18:26.8552310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/platforms/win_utils/win_elevate.py 2025-09-07T06:18:26.8553350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/platforms/win_utils/knownfolders.py 2025-09-07T06:18:26.8554320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/platforms/win_utils/registry.py 2025-09-07T06:18:26.8555440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/platforms/win_utils/__init__.py 2025-09-07T06:18:26.8556840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/platforms/win_utils/__pycache__/knownfolders.cpython-313.pyc 2025-09-07T06:18:26.8558130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/platforms/win_utils/__pycache__/registry.cpython-313.pyc 2025-09-07T06:18:26.8559470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/platforms/win_utils/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8560850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/platforms/win_utils/__pycache__/win_elevate.cpython-313.pyc 2025-09-07T06:18:26.8561720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/platforms/__init__.py 2025-09-07T06:18:26.8562800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/platforms/win.py 2025-09-07T06:18:26.8563980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/platforms/__pycache__/base.cpython-313.pyc 2025-09-07T06:18:26.8565140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/platforms/__pycache__/win.cpython-313.pyc 2025-09-07T06:18:26.8566330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/platforms/__pycache__/linux.cpython-313.pyc 2025-09-07T06:18:26.8567410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/platforms/__pycache__/osx.cpython-313.pyc 2025-09-07T06:18:26.8568860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/platforms/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8569680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/platforms/linux.py 2025-09-07T06:18:26.8570710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/platforms/base.py 2025-09-07T06:18:26.8571890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/platforms/osx.py 2025-09-07T06:18:26.8572780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_version.py 2025-09-07T06:18:26.8573830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_vendor/apipkg/LICENSE 2025-09-07T06:18:26.8574880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_vendor/apipkg/_version.py 2025-09-07T06:18:26.8575790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_vendor/apipkg/_module.py 2025-09-07T06:18:26.8576860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_vendor/apipkg/_syncronized.py 2025-09-07T06:18:26.8578000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_vendor/apipkg/_importing.py 2025-09-07T06:18:26.8579060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_vendor/apipkg/__init__.py 2025-09-07T06:18:26.8580020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_vendor/apipkg/_alias_module.py 2025-09-07T06:18:26.8581460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_vendor/apipkg/__pycache__/_module.cpython-313.pyc 2025-09-07T06:18:26.8582760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_vendor/apipkg/__pycache__/_version.cpython-313.pyc 2025-09-07T06:18:26.8584190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_vendor/apipkg/__pycache__/_syncronized.cpython-313.pyc 2025-09-07T06:18:26.8585430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_vendor/apipkg/__pycache__/_importing.cpython-313.pyc 2025-09-07T06:18:26.8586740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_vendor/apipkg/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8587980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_vendor/apipkg/__pycache__/_alias_module.cpython-313.pyc 2025-09-07T06:18:26.8588940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_vendor/apipkg/py.typed 2025-09-07T06:18:26.8589760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/__init__.py 2025-09-07T06:18:26.8590990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/__pycache__/api.cpython-313.pyc 2025-09-07T06:18:26.8592090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/__pycache__/_schema.cpython-313.pyc 2025-09-07T06:18:26.8593270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:26.8594400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/__pycache__/_version.cpython-313.pyc 2025-09-07T06:18:26.8595530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8596190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/api.py 2025-09-07T06:18:26.8597040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/utils.py 2025-09-07T06:18:26.8597950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_legacy/cwp.py 2025-09-07T06:18:26.8598790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_legacy/__init__.py 2025-09-07T06:18:26.8599860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_legacy/win32.py 2025-09-07T06:18:26.8601330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_legacy/__pycache__/main.cpython-313.pyc 2025-09-07T06:18:26.8602470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_legacy/__pycache__/cwp.cpython-313.pyc 2025-09-07T06:18:26.8603590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_legacy/__pycache__/win32.cpython-313.pyc 2025-09-07T06:18:26.8604930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_legacy/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:26.8606140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_legacy/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8607030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_legacy/utils.py 2025-09-07T06:18:26.8607830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_legacy/main.py 2025-09-07T06:18:26.8608910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/data/menuinst.schema.json 2025-09-07T06:18:26.8609970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/data/menuinst-1-0-1.schema.json 2025-09-07T06:18:26.8610900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/data/osx_launcher_arm64 2025-09-07T06:18:26.8611940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/data/menuinst.default.json 2025-09-07T06:18:26.8612930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/data/appkit_launcher_x86_64 2025-09-07T06:18:26.8614180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/data/menuinst-1-0-2.default.json 2025-09-07T06:18:26.8615190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/data/menuinst-1-0-2.schema.json 2025-09-07T06:18:26.8616220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/data/osx_launcher_x86_64 2025-09-07T06:18:26.8617340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/data/menuinst-1-1-0.schema.json 2025-09-07T06:18:26.8618380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/data/menuinst-1-0-1.default.json 2025-09-07T06:18:26.8619510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/data/menuinst-1-0-0.schema.json 2025-09-07T06:18:26.8620610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/data/menuinst-1-1-0.default.json 2025-09-07T06:18:26.8621690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/data/menuinst-1-0-0.default.json 2025-09-07T06:18:26.8622840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/data/menuinst-1-1-1.default.json 2025-09-07T06:18:26.8623880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/data/menuinst-1-1-1.schema.json 2025-09-07T06:18:26.8624910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/data/appkit_launcher_arm64 2025-09-07T06:18:26.8626020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3-2.5.0.dist-info/RECORD 2025-09-07T06:18:26.8627270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3-2.5.0.dist-info/licenses/LICENSE.txt 2025-09-07T06:18:26.8628410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3-2.5.0.dist-info/direct_url.json 2025-09-07T06:18:26.8629350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3-2.5.0.dist-info/WHEEL 2025-09-07T06:18:26.8630400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3-2.5.0.dist-info/REQUESTED 2025-09-07T06:18:26.8631490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3-2.5.0.dist-info/INSTALLER 2025-09-07T06:18:26.8632750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3-2.5.0.dist-info/METADATA 2025-09-07T06:18:26.8633710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/zstandard-0.23.0.dist-info/RECORD 2025-09-07T06:18:26.8635110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/zstandard-0.23.0.dist-info/LICENSE 2025-09-07T06:18:26.8636020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/zstandard-0.23.0.dist-info/direct_url.json 2025-09-07T06:18:26.8636950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/zstandard-0.23.0.dist-info/WHEEL 2025-09-07T06:18:26.8638040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/zstandard-0.23.0.dist-info/top_level.txt 2025-09-07T06:18:26.8639070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/zstandard-0.23.0.dist-info/REQUESTED 2025-09-07T06:18:26.8640020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/zstandard-0.23.0.dist-info/INSTALLER 2025-09-07T06:18:26.8641170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/zstandard-0.23.0.dist-info/METADATA 2025-09-07T06:18:26.8642270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth-0.8.6.dist-info/RECORD 2025-09-07T06:18:26.8643410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth-0.8.6.dist-info/licenses/LICENSE 2025-09-07T06:18:26.8644380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth-0.8.6.dist-info/direct_url.json 2025-09-07T06:18:26.8645660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth-0.8.6.dist-info/WHEEL 2025-09-07T06:18:26.8646810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth-0.8.6.dist-info/entry_points.txt 2025-09-07T06:18:26.8648060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth-0.8.6.dist-info/REQUESTED 2025-09-07T06:18:26.8649170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth-0.8.6.dist-info/INSTALLER 2025-09-07T06:18:26.8650330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth-0.8.6.dist-info/METADATA 2025-09-07T06:18:26.8651330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base/plugins.py 2025-09-07T06:18:26.8652490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base/console.py 2025-09-07T06:18:26.8653490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base/config.py 2025-09-07T06:18:26.8654340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base/_version.py 2025-09-07T06:18:26.8655490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base/__init__.py 2025-09-07T06:18:26.8656690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base/__pycache__/plugins.cpython-313.pyc 2025-09-07T06:18:26.8658020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base/__pycache__/config.cpython-313.pyc 2025-09-07T06:18:26.8659170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base/__pycache__/exceptions.cpython-313.pyc 2025-09-07T06:18:26.8660440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base/__pycache__/_version.cpython-313.pyc 2025-09-07T06:18:26.8661620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base/__pycache__/cli.cpython-313.pyc 2025-09-07T06:18:26.8662920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8664050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base/__pycache__/console.cpython-313.pyc 2025-09-07T06:18:26.8664860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base/cli.py 2025-09-07T06:18:26.8665850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base/py.typed 2025-09-07T06:18:26.8666830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base/exceptions.py 2025-09-07T06:18:26.8667890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycosat.cpython-313-darwin.so 2025-09-07T06:18:26.8668830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco_classes-3.4.0.dist-info/RECORD 2025-09-07T06:18:26.8670180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco_classes-3.4.0.dist-info/licenses/LICENSE 2025-09-07T06:18:26.8671240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco_classes-3.4.0.dist-info/direct_url.json 2025-09-07T06:18:26.8672490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco_classes-3.4.0.dist-info/WHEEL 2025-09-07T06:18:26.8673600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco_classes-3.4.0.dist-info/top_level.txt 2025-09-07T06:18:26.8674700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco_classes-3.4.0.dist-info/REQUESTED 2025-09-07T06:18:26.8675890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco_classes-3.4.0.dist-info/INSTALLER 2025-09-07T06:18:26.8676910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco_classes-3.4.0.dist-info/METADATA 2025-09-07T06:18:26.8677870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl-0.1.0.dist-info/RECORD 2025-09-07T06:18:26.8678800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl-0.1.0.dist-info/LICENSE 2025-09-07T06:18:26.8680020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl-0.1.0.dist-info/direct_url.json 2025-09-07T06:18:26.8681060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl-0.1.0.dist-info/WHEEL 2025-09-07T06:18:26.8682050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl-0.1.0.dist-info/REQUESTED 2025-09-07T06:18:26.8683090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl-0.1.0.dist-info/INSTALLER 2025-09-07T06:18:26.8684120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl-0.1.0.dist-info/METADATA 2025-09-07T06:18:26.8685100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda-25.7.0.dist-info/RECORD 2025-09-07T06:18:26.8686440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda-25.7.0.dist-info/licenses/AUTHORS.md 2025-09-07T06:18:26.8687480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda-25.7.0.dist-info/licenses/LICENSE 2025-09-07T06:18:26.8688750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda-25.7.0.dist-info/direct_url.json 2025-09-07T06:18:26.8689730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda-25.7.0.dist-info/WHEEL 2025-09-07T06:18:26.8690960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda-25.7.0.dist-info/entry_points.txt 2025-09-07T06:18:26.8691910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda-25.7.0.dist-info/REQUESTED 2025-09-07T06:18:26.8693010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda-25.7.0.dist-info/INSTALLER 2025-09-07T06:18:26.8693950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda-25.7.0.dist-info/METADATA 2025-09-07T06:18:26.8695010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage/patch.py 2025-09-07T06:18:26.8695970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage/_version.py 2025-09-07T06:18:26.8696990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage/__init__.py 2025-09-07T06:18:26.8698090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage/tokens.py 2025-09-07T06:18:26.8699500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage/__pycache__/plugin.cpython-313.pyc 2025-09-07T06:18:26.8700680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage/__pycache__/tokens.cpython-313.pyc 2025-09-07T06:18:26.8701930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:26.8703000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage/__pycache__/_version.cpython-313.pyc 2025-09-07T06:18:26.8704210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage/__pycache__/install.cpython-313.pyc 2025-09-07T06:18:26.8705390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage/__pycache__/patch.cpython-313.pyc 2025-09-07T06:18:26.8706640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage/__pycache__/heartbeat.cpython-313.pyc 2025-09-07T06:18:26.8707790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8708680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage/utils.py 2025-09-07T06:18:26.8709650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage/plugin.py 2025-09-07T06:18:26.8710630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage/heartbeat.py 2025-09-07T06:18:26.8711430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/conda_fmt.py 2025-09-07T06:18:26.8712230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/interface.py 2025-09-07T06:18:26.8713020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/__init__.py 2025-09-07T06:18:26.8714160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/__pycache__/api.cpython-313.pyc 2025-09-07T06:18:26.8715430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/__pycache__/streaming.cpython-313.pyc 2025-09-07T06:18:26.8716700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/__pycache__/tarball.cpython-313.pyc 2025-09-07T06:18:26.8717900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/__pycache__/conda_fmt.cpython-313.pyc 2025-09-07T06:18:26.8719070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/__pycache__/validate.cpython-313.pyc 2025-09-07T06:18:26.8720490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/__pycache__/interface.cpython-313.pyc 2025-09-07T06:18:26.8721600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:26.8722920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/__pycache__/exceptions.cpython-313.pyc 2025-09-07T06:18:26.8724110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/__pycache__/cli.cpython-313.pyc 2025-09-07T06:18:26.8725490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:26.8726910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8727810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/api.py 2025-09-07T06:18:26.8728920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/validate.py 2025-09-07T06:18:26.8729830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/cli.py 2025-09-07T06:18:26.8730830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/utils.py 2025-09-07T06:18:26.8732030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/exceptions.py 2025-09-07T06:18:26.8733010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/tarball.py 2025-09-07T06:18:26.8734050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/streaming.py 2025-09-07T06:18:26.8734990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/__main__.py 2025-09-07T06:18:26.8735940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons-25.0.0.dist-info/RECORD 2025-09-07T06:18:26.8736990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons-25.0.0.dist-info/LICENSE 2025-09-07T06:18:26.8738000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons-25.0.0.dist-info/direct_url.json 2025-09-07T06:18:26.8738940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons-25.0.0.dist-info/WHEEL 2025-09-07T06:18:26.8740110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons-25.0.0.dist-info/REQUESTED 2025-09-07T06:18:26.8741320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons-25.0.0.dist-info/INSTALLER 2025-09-07T06:18:26.8742370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons-25.0.0.dist-info/METADATA 2025-09-07T06:18:26.8743130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/namedutils.py 2025-09-07T06:18:26.8744070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/cacheutils.py 2025-09-07T06:18:26.8745020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/pathutils.py 2025-09-07T06:18:26.8745840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/dictutils.py 2025-09-07T06:18:26.8746850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/tableutils.py 2025-09-07T06:18:26.8747850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/iterutils.py 2025-09-07T06:18:26.8748840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/mboxutils.py 2025-09-07T06:18:26.8749730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/fileutils.py 2025-09-07T06:18:26.8750540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/queueutils.py 2025-09-07T06:18:26.8751490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__init__.py 2025-09-07T06:18:26.8752340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/formatutils.py 2025-09-07T06:18:26.8753680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/namedutils.cpython-313.pyc 2025-09-07T06:18:26.8754730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/deprutils.cpython-313.pyc 2025-09-07T06:18:26.8755920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/ecoutils.cpython-313.pyc 2025-09-07T06:18:26.8756990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/tbutils.cpython-313.pyc 2025-09-07T06:18:26.8758030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/easterutils.cpython-313.pyc 2025-09-07T06:18:26.8759130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/gcutils.cpython-313.pyc 2025-09-07T06:18:26.8760170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/iterutils.cpython-313.pyc 2025-09-07T06:18:26.8761170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/listutils.cpython-313.pyc 2025-09-07T06:18:26.8762150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/urlutils.cpython-313.pyc 2025-09-07T06:18:26.8763470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/tableutils.cpython-313.pyc 2025-09-07T06:18:26.8764460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/strutils.cpython-313.pyc 2025-09-07T06:18:26.8765570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/timeutils.cpython-313.pyc 2025-09-07T06:18:26.8766890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/socketutils.cpython-313.pyc 2025-09-07T06:18:26.8768170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/fileutils.cpython-313.pyc 2025-09-07T06:18:26.8769430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/formatutils.cpython-313.pyc 2025-09-07T06:18:26.8770660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/setutils.cpython-313.pyc 2025-09-07T06:18:26.8771930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/dictutils.cpython-313.pyc 2025-09-07T06:18:26.8773060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/queueutils.cpython-313.pyc 2025-09-07T06:18:26.8774200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/jsonutils.cpython-313.pyc 2025-09-07T06:18:26.8775300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/mboxutils.cpython-313.pyc 2025-09-07T06:18:26.8776410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/typeutils.cpython-313.pyc 2025-09-07T06:18:26.8777610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/funcutils.cpython-313.pyc 2025-09-07T06:18:26.8778670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/pathutils.cpython-313.pyc 2025-09-07T06:18:26.8779710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/cacheutils.cpython-313.pyc 2025-09-07T06:18:26.8781010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/ioutils.cpython-313.pyc 2025-09-07T06:18:26.8782130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/statsutils.cpython-313.pyc 2025-09-07T06:18:26.8783240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/debugutils.cpython-313.pyc 2025-09-07T06:18:26.8784290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/mathutils.cpython-313.pyc 2025-09-07T06:18:26.8785420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/excutils.cpython-313.pyc 2025-09-07T06:18:26.8786540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8787320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/tbutils.py 2025-09-07T06:18:26.8788300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/typeutils.py 2025-09-07T06:18:26.8789260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/ecoutils.py 2025-09-07T06:18:26.8790210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/excutils.py 2025-09-07T06:18:26.8791080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/deprutils.py 2025-09-07T06:18:26.8791910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/jsonutils.py 2025-09-07T06:18:26.8792890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/socketutils.py 2025-09-07T06:18:26.8793780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/setutils.py 2025-09-07T06:18:26.8794700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/statsutils.py 2025-09-07T06:18:26.8795600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/listutils.py 2025-09-07T06:18:26.8796440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/debugutils.py 2025-09-07T06:18:26.8797260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/urlutils.py 2025-09-07T06:18:26.8798340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/easterutils.py 2025-09-07T06:18:26.8799180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/ioutils.py 2025-09-07T06:18:26.8799940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/strutils.py 2025-09-07T06:18:26.8800830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/mathutils.py 2025-09-07T06:18:26.8801800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/timeutils.py 2025-09-07T06:18:26.8802690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/gcutils.py 2025-09-07T06:18:26.8803460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/funcutils.py 2025-09-07T06:18:26.8804260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/dotenv/version.py 2025-09-07T06:18:26.8805050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/dotenv/variables.py 2025-09-07T06:18:26.8805990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/dotenv/__init__.py 2025-09-07T06:18:26.8807200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/dotenv/__pycache__/main.cpython-313.pyc 2025-09-07T06:18:26.8808240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/dotenv/__pycache__/ipython.cpython-313.pyc 2025-09-07T06:18:26.8809570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/dotenv/__pycache__/variables.cpython-313.pyc 2025-09-07T06:18:26.8810570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/dotenv/__pycache__/cli.cpython-313.pyc 2025-09-07T06:18:26.8811750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/dotenv/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:26.8812830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/dotenv/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8813860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/dotenv/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:26.8815000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/dotenv/__pycache__/parser.cpython-313.pyc 2025-09-07T06:18:26.8815700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/dotenv/parser.py 2025-09-07T06:18:26.8816400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/dotenv/cli.py 2025-09-07T06:18:26.8817230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/dotenv/ipython.py 2025-09-07T06:18:26.8817980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/dotenv/py.typed 2025-09-07T06:18:26.8818810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/dotenv/main.py 2025-09-07T06:18:26.8819610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/dotenv/__main__.py 2025-09-07T06:18:26.8820660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/annotated_types/__init__.py 2025-09-07T06:18:26.8822010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/annotated_types/__pycache__/test_cases.cpython-313.pyc 2025-09-07T06:18:26.8823260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/annotated_types/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8824180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/annotated_types/py.typed 2025-09-07T06:18:26.8825070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/annotated_types/test_cases.py 2025-09-07T06:18:26.8826030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama-0.4.6.dist-info/RECORD 2025-09-07T06:18:26.8827100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama-0.4.6.dist-info/licenses/LICENSE.txt 2025-09-07T06:18:26.8828410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama-0.4.6.dist-info/direct_url.json 2025-09-07T06:18:26.8829260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama-0.4.6.dist-info/WHEEL 2025-09-07T06:18:26.8830490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama-0.4.6.dist-info/REQUESTED 2025-09-07T06:18:26.8831670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama-0.4.6.dist-info/INSTALLER 2025-09-07T06:18:26.8832610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama-0.4.6.dist-info/METADATA 2025-09-07T06:18:26.8833300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpatch.py 2025-09-07T06:18:26.8834080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/test_pycosat.py 2025-09-07T06:18:26.8835040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/filters/__init__.py 2025-09-07T06:18:26.8836260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/filters/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.8837150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/modeline.py 2025-09-07T06:18:26.8838040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/console.py 2025-09-07T06:18:26.8839010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/scanner.py 2025-09-07T06:18:26.8839980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatter.py 2025-09-07T06:18:26.8840950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/soong.py 2025-09-07T06:18:26.8841890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/c_like.py 2025-09-07T06:18:26.8842840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/ampl.py 2025-09-07T06:18:26.8843810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/agile.py 2025-09-07T06:18:26.8844840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/graphics.py 2025-09-07T06:18:26.8845730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/hdl.py 2025-09-07T06:18:26.8846680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/ecl.py 2025-09-07T06:18:26.8847810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/futhark.py 2025-09-07T06:18:26.8848590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/ada.py 2025-09-07T06:18:26.8849900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_postgres_builtins.py 2025-09-07T06:18:26.8850870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/console.py 2025-09-07T06:18:26.8851770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/mime.py 2025-09-07T06:18:26.8852730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_lua_builtins.py 2025-09-07T06:18:26.8853630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/capnproto.py 2025-09-07T06:18:26.8854770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/nimrod.py 2025-09-07T06:18:26.8855620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/rebol.py 2025-09-07T06:18:26.8856550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/objective.py 2025-09-07T06:18:26.8857440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/sas.py 2025-09-07T06:18:26.8858490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_qlik_builtins.py 2025-09-07T06:18:26.8859360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/phix.py 2025-09-07T06:18:26.8860450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/graphql.py 2025-09-07T06:18:26.8861460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/usd.py 2025-09-07T06:18:26.8862720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/crystal.py 2025-09-07T06:18:26.8863470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/verifpal.py 2025-09-07T06:18:26.8864440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_sourcemod_builtins.py 2025-09-07T06:18:26.8865320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/web.py 2025-09-07T06:18:26.8866360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/ldap.py 2025-09-07T06:18:26.8867280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/verification.py 2025-09-07T06:18:26.8868210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/erlang.py 2025-09-07T06:18:26.8869360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/apdlexer.py 2025-09-07T06:18:26.8870300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/slash.py 2025-09-07T06:18:26.8871090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/boa.py 2025-09-07T06:18:26.8872060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/elpi.py 2025-09-07T06:18:26.8873010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/maxima.py 2025-09-07T06:18:26.8874010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/chapel.py 2025-09-07T06:18:26.8875040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/configs.py 2025-09-07T06:18:26.8876050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/clean.py 2025-09-07T06:18:26.8876780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/mojo.py 2025-09-07T06:18:26.8877470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/jslt.py 2025-09-07T06:18:26.8878170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/ul4.py 2025-09-07T06:18:26.8878900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/numbair.py 2025-09-07T06:18:26.8879580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/qvt.py 2025-09-07T06:18:26.8880340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/tablegen.py 2025-09-07T06:18:26.8881070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/inferno.py 2025-09-07T06:18:26.8881750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/tlb.py 2025-09-07T06:18:26.8882440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/nix.py 2025-09-07T06:18:26.8883220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/wren.py 2025-09-07T06:18:26.8883960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/parasail.py 2025-09-07T06:18:26.8884700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/smithy.py 2025-09-07T06:18:26.8885530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_css_builtins.py 2025-09-07T06:18:26.8886290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/graphviz.py 2025-09-07T06:18:26.8887010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/r.py 2025-09-07T06:18:26.8887820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/pawn.py 2025-09-07T06:18:26.8888710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/dns.py 2025-09-07T06:18:26.8889600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/maple.py 2025-09-07T06:18:26.8890450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/idl.py 2025-09-07T06:18:26.8891570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/iolang.py 2025-09-07T06:18:26.8892380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/amdgpu.py 2025-09-07T06:18:26.8893570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/dsls.py 2025-09-07T06:18:26.8894540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/supercollider.py 2025-09-07T06:18:26.8895420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/comal.py 2025-09-07T06:18:26.8896360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/solidity.py 2025-09-07T06:18:26.8897360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_scilab_builtins.py 2025-09-07T06:18:26.8898330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_lilypond_builtins.py 2025-09-07T06:18:26.8899320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/hare.py 2025-09-07T06:18:26.8900180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/lisp.py 2025-09-07T06:18:26.8901010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/j.py 2025-09-07T06:18:26.8902130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/blueprint.py 2025-09-07T06:18:26.8903140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/mosel.py 2025-09-07T06:18:26.8904190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_googlesql_builtins.py 2025-09-07T06:18:26.8905120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_vbscript_builtins.py 2025-09-07T06:18:26.8906310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_openedge_builtins.py 2025-09-07T06:18:26.8907250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/smalltalk.py 2025-09-07T06:18:26.8908040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/spice.py 2025-09-07T06:18:26.8909070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/monte.py 2025-09-07T06:18:26.8910080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_luau_builtins.py 2025-09-07T06:18:26.8911000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/webmisc.py 2025-09-07T06:18:26.8911850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/teal.py 2025-09-07T06:18:26.8912710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/c_cpp.py 2025-09-07T06:18:26.8913580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/perl.py 2025-09-07T06:18:26.8914640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/robotframework.py 2025-09-07T06:18:26.8915620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/textfmts.py 2025-09-07T06:18:26.8916480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/jsonnet.py 2025-09-07T06:18:26.8917500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/cplint.py 2025-09-07T06:18:26.8918370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/jsx.py 2025-09-07T06:18:26.8919180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/prolog.py 2025-09-07T06:18:26.8919980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/rnc.py 2025-09-07T06:18:26.8920890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/wowtoc.py 2025-09-07T06:18:26.8922000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_julia_builtins.py 2025-09-07T06:18:26.8922880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/algebra.py 2025-09-07T06:18:26.8924070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/typoscript.py 2025-09-07T06:18:26.8925080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/automation.py 2025-09-07T06:18:26.8926160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/sieve.py 2025-09-07T06:18:26.8927020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/esoteric.py 2025-09-07T06:18:26.8928030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/graph.py 2025-09-07T06:18:26.8928840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/html.py 2025-09-07T06:18:26.8929770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_php_builtins.py 2025-09-07T06:18:26.8930880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/shell.py 2025-09-07T06:18:26.8931750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/scripting.py 2025-09-07T06:18:26.8932680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/gsql.py 2025-09-07T06:18:26.8933700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/gdscript.py 2025-09-07T06:18:26.8934740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/ambient.py 2025-09-07T06:18:26.8935640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/arrow.py 2025-09-07T06:18:26.8936560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/oberon.py 2025-09-07T06:18:26.8937730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_stata_builtins.py 2025-09-07T06:18:26.8938540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/floscript.py 2025-09-07T06:18:26.8939470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/resource.py 2025-09-07T06:18:26.8940520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__init__.py 2025-09-07T06:18:26.8941360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/d.py 2025-09-07T06:18:26.8942290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/ruby.py 2025-09-07T06:18:26.8943200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/other.py 2025-09-07T06:18:26.8944110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/pony.py 2025-09-07T06:18:26.8945050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/matlab.py 2025-09-07T06:18:26.8945950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/felix.py 2025-09-07T06:18:26.8946830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/tnt.py 2025-09-07T06:18:26.8947750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_vim_builtins.py 2025-09-07T06:18:26.8948760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/freefem.py 2025-09-07T06:18:26.8949900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/thingsdb.py 2025-09-07T06:18:26.8950760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/teraterm.py 2025-09-07T06:18:26.8951760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/parsers.py 2025-09-07T06:18:26.8952740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/jmespath.py 2025-09-07T06:18:26.8953850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/carbon.py 2025-09-07T06:18:26.8954800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/theorem.py 2025-09-07T06:18:26.8955760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/compiled.py 2025-09-07T06:18:26.8956840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/int_fiction.py 2025-09-07T06:18:26.8958050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_cocoa_builtins.py 2025-09-07T06:18:26.8959250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/maxima.cpython-313.pyc 2025-09-07T06:18:26.8960460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/hexdump.cpython-313.pyc 2025-09-07T06:18:26.8961600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/teal.cpython-313.pyc 2025-09-07T06:18:26.8962830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/elpi.cpython-313.pyc 2025-09-07T06:18:26.8963930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/templates.cpython-313.pyc 2025-09-07T06:18:26.8964960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/nimrod.cpython-313.pyc 2025-09-07T06:18:26.8966340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_usd_builtins.cpython-313.pyc 2025-09-07T06:18:26.8967480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/ruby.cpython-313.pyc 2025-09-07T06:18:26.8968490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/html.cpython-313.pyc 2025-09-07T06:18:26.8969660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/prolog.cpython-313.pyc 2025-09-07T06:18:26.8970800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/factor.cpython-313.pyc 2025-09-07T06:18:26.8971940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/hdl.cpython-313.pyc 2025-09-07T06:18:26.8973170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/pointless.cpython-313.pyc 2025-09-07T06:18:26.8974260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/rita.cpython-313.pyc 2025-09-07T06:18:26.8975570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_cocoa_builtins.cpython-313.pyc 2025-09-07T06:18:26.8976900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/pascal.cpython-313.pyc 2025-09-07T06:18:26.8978260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/trafficscript.cpython-313.pyc 2025-09-07T06:18:26.8979640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/verification.cpython-313.pyc 2025-09-07T06:18:26.8980750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/sophia.cpython-313.pyc 2025-09-07T06:18:26.8981880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/x10.cpython-313.pyc 2025-09-07T06:18:26.8983140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/thingsdb.cpython-313.pyc 2025-09-07T06:18:26.8984400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/freefem.cpython-313.pyc 2025-09-07T06:18:26.8985510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/yara.cpython-313.pyc 2025-09-07T06:18:26.8986720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/forth.cpython-313.pyc 2025-09-07T06:18:26.8987860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/foxpro.cpython-313.pyc 2025-09-07T06:18:26.8988890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/dsls.cpython-313.pyc 2025-09-07T06:18:26.8990260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/mojo.cpython-313.pyc 2025-09-07T06:18:26.8991510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/pony.cpython-313.pyc 2025-09-07T06:18:26.8992690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/verifpal.cpython-313.pyc 2025-09-07T06:18:26.8993700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/nit.cpython-313.pyc 2025-09-07T06:18:26.8994830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/jslt.cpython-313.pyc 2025-09-07T06:18:26.8996110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/web.cpython-313.pyc 2025-09-07T06:18:26.8997200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/email.cpython-313.pyc 2025-09-07T06:18:26.8998360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/make.cpython-313.pyc 2025-09-07T06:18:26.8999520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/webidl.cpython-313.pyc 2025-09-07T06:18:26.9000640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/typst.cpython-313.pyc 2025-09-07T06:18:26.9001920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/json5.cpython-313.pyc 2025-09-07T06:18:26.9002990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/xorg.cpython-313.pyc 2025-09-07T06:18:26.9004230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/maple.cpython-313.pyc 2025-09-07T06:18:26.9005310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/bqn.cpython-313.pyc 2025-09-07T06:18:26.9006360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/lean.cpython-313.pyc 2025-09-07T06:18:26.9007620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/blueprint.cpython-313.pyc 2025-09-07T06:18:26.9008750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/shell.cpython-313.pyc 2025-09-07T06:18:26.9010020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_stan_builtins.cpython-313.pyc 2025-09-07T06:18:26.9010970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/ptx.cpython-313.pyc 2025-09-07T06:18:26.9012080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/ecl.cpython-313.pyc 2025-09-07T06:18:26.9013420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/installers.cpython-313.pyc 2025-09-07T06:18:26.9014540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/functional.cpython-313.pyc 2025-09-07T06:18:26.9015770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/procfile.cpython-313.pyc 2025-09-07T06:18:26.9016770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/qvt.cpython-313.pyc 2025-09-07T06:18:26.9017920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/sgf.cpython-313.pyc 2025-09-07T06:18:26.9019080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/dalvik.cpython-313.pyc 2025-09-07T06:18:26.9020350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/idl.cpython-313.pyc 2025-09-07T06:18:26.9021580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/ada.cpython-313.pyc 2025-09-07T06:18:26.9022770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/data.cpython-313.pyc 2025-09-07T06:18:26.9023990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/tal.cpython-313.pyc 2025-09-07T06:18:26.9025150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/wren.cpython-313.pyc 2025-09-07T06:18:26.9026400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/asc.cpython-313.pyc 2025-09-07T06:18:26.9027610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/apdlexer.cpython-313.pyc 2025-09-07T06:18:26.9028760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/csound.cpython-313.pyc 2025-09-07T06:18:26.9029850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/urbi.cpython-313.pyc 2025-09-07T06:18:26.9030940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/slash.cpython-313.pyc 2025-09-07T06:18:26.9032470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/arturo.cpython-313.pyc 2025-09-07T06:18:26.9033590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/numbair.cpython-313.pyc 2025-09-07T06:18:26.9034840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/int_fiction.cpython-313.pyc 2025-09-07T06:18:26.9036070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/asn1.cpython-313.pyc 2025-09-07T06:18:26.9037310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/inferno.cpython-313.pyc 2025-09-07T06:18:26.9038530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/openscad.cpython-313.pyc 2025-09-07T06:18:26.9039500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/lilypond.cpython-313.pyc 2025-09-07T06:18:26.9040500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_vim_builtins.cpython-313.pyc 2025-09-07T06:18:26.9041490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/soong.cpython-313.pyc 2025-09-07T06:18:26.9042310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/igor.cpython-313.pyc 2025-09-07T06:18:26.9047810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/basic.cpython-313.pyc 2025-09-07T06:18:26.9048200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/esoteric.cpython-313.pyc 2025-09-07T06:18:26.9048450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/qlik.cpython-313.pyc 2025-09-07T06:18:26.9048680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/r.cpython-313.pyc 2025-09-07T06:18:26.9048950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_lasso_builtins.cpython-313.pyc 2025-09-07T06:18:26.9049190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/agile.cpython-313.pyc 2025-09-07T06:18:26.9049470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/gsql.cpython-313.pyc 2025-09-07T06:18:26.9049730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/graphics.cpython-313.pyc 2025-09-07T06:18:26.9050680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/srcinfo.cpython-313.pyc 2025-09-07T06:18:26.9051610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/stata.cpython-313.pyc 2025-09-07T06:18:26.9052780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_ada_builtins.cpython-313.pyc 2025-09-07T06:18:26.9053860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/mips.cpython-313.pyc 2025-09-07T06:18:26.9055030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/perl.cpython-313.pyc 2025-09-07T06:18:26.9056150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/jsonnet.cpython-313.pyc 2025-09-07T06:18:26.9057390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_lilypond_builtins.cpython-313.pyc 2025-09-07T06:18:26.9058600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/asm.cpython-313.pyc 2025-09-07T06:18:26.9059730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/whiley.cpython-313.pyc 2025-09-07T06:18:26.9060940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/ul4.cpython-313.pyc 2025-09-07T06:18:26.9062160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/bibtex.cpython-313.pyc 2025-09-07T06:18:26.9063400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/compiled.cpython-313.pyc 2025-09-07T06:18:26.9064510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/floscript.cpython-313.pyc 2025-09-07T06:18:26.9065560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/cddl.cpython-313.pyc 2025-09-07T06:18:26.9066730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/macaulay2.cpython-313.pyc 2025-09-07T06:18:26.9067970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/special.cpython-313.pyc 2025-09-07T06:18:26.9069180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_luau_builtins.cpython-313.pyc 2025-09-07T06:18:26.9070310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/ooc.cpython-313.pyc 2025-09-07T06:18:26.9071550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/capnproto.cpython-313.pyc 2025-09-07T06:18:26.9072610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/dns.cpython-313.pyc 2025-09-07T06:18:26.9073680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/c_cpp.cpython-313.pyc 2025-09-07T06:18:26.9075180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_qlik_builtins.cpython-313.pyc 2025-09-07T06:18:26.9076240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/modeling.cpython-313.pyc 2025-09-07T06:18:26.9077350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/boa.cpython-313.pyc 2025-09-07T06:18:26.9078500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/iolang.cpython-313.pyc 2025-09-07T06:18:26.9079600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/sql.cpython-313.pyc 2025-09-07T06:18:26.9080810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/testing.cpython-313.pyc 2025-09-07T06:18:26.9082270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/prql.cpython-313.pyc 2025-09-07T06:18:26.9083470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/haskell.cpython-313.pyc 2025-09-07T06:18:26.9084550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/tls.cpython-313.pyc 2025-09-07T06:18:26.9085870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_julia_builtins.cpython-313.pyc 2025-09-07T06:18:26.9087090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/resource.cpython-313.pyc 2025-09-07T06:18:26.9088260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/mime.cpython-313.pyc 2025-09-07T06:18:26.9089620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_postgres_builtins.cpython-313.pyc 2025-09-07T06:18:26.9090870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/praat.cpython-313.pyc 2025-09-07T06:18:26.9092130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/kusto.cpython-313.pyc 2025-09-07T06:18:26.9093200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/go.cpython-313.pyc 2025-09-07T06:18:26.9094450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/tablegen.cpython-313.pyc 2025-09-07T06:18:26.9095600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/text.cpython-313.pyc 2025-09-07T06:18:26.9096800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/gcodelexer.cpython-313.pyc 2025-09-07T06:18:26.9097880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/graph.cpython-313.pyc 2025-09-07T06:18:26.9099100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/elm.cpython-313.pyc 2025-09-07T06:18:26.9100290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/chapel.cpython-313.pyc 2025-09-07T06:18:26.9101330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/arrow.cpython-313.pyc 2025-09-07T06:18:26.9102470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/graphviz.cpython-313.pyc 2025-09-07T06:18:26.9103730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_lua_builtins.cpython-313.pyc 2025-09-07T06:18:26.9104840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/bare.cpython-313.pyc 2025-09-07T06:18:26.9106040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/ampl.cpython-313.pyc 2025-09-07T06:18:26.9107200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_cl_builtins.cpython-313.pyc 2025-09-07T06:18:26.9108270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/tact.cpython-313.pyc 2025-09-07T06:18:26.9109520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/minecraft.cpython-313.pyc 2025-09-07T06:18:26.9110700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/rnc.cpython-313.pyc 2025-09-07T06:18:26.9111820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/scripting.cpython-313.pyc 2025-09-07T06:18:26.9113080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_mysql_builtins.cpython-313.pyc 2025-09-07T06:18:26.9114120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/diff.cpython-313.pyc 2025-09-07T06:18:26.9115460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/futhark.cpython-313.pyc 2025-09-07T06:18:26.9116450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/gleam.cpython-313.pyc 2025-09-07T06:18:26.9117880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/teraterm.cpython-313.pyc 2025-09-07T06:18:26.9118950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/rego.cpython-313.pyc 2025-09-07T06:18:26.9120150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_scilab_builtins.cpython-313.pyc 2025-09-07T06:18:26.9121380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/spice.cpython-313.pyc 2025-09-07T06:18:26.9122590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/sas.cpython-313.pyc 2025-09-07T06:18:26.9123740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/solidity.cpython-313.pyc 2025-09-07T06:18:26.9124890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/fortran.cpython-313.pyc 2025-09-07T06:18:26.9125930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/meson.cpython-313.pyc 2025-09-07T06:18:26.9127150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/berry.cpython-313.pyc 2025-09-07T06:18:26.9128260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/css.cpython-313.pyc 2025-09-07T06:18:26.9129410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/modula2.cpython-313.pyc 2025-09-07T06:18:26.9130590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/parsers.cpython-313.pyc 2025-09-07T06:18:26.9131820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/textedit.cpython-313.pyc 2025-09-07T06:18:26.9132870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/smv.cpython-313.pyc 2025-09-07T06:18:26.9134050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/mosel.cpython-313.pyc 2025-09-07T06:18:26.9135190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/savi.cpython-313.pyc 2025-09-07T06:18:26.9136430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/robotframework.cpython-313.pyc 2025-09-07T06:18:26.9137410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/jvm.cpython-313.pyc 2025-09-07T06:18:26.9138620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/supercollider.cpython-313.pyc 2025-09-07T06:18:26.9139800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/objective.cpython-313.pyc 2025-09-07T06:18:26.9140790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/ncl.cpython-313.pyc 2025-09-07T06:18:26.9142090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/automation.cpython-313.pyc 2025-09-07T06:18:26.9143190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/yang.cpython-313.pyc 2025-09-07T06:18:26.9144560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/usd.cpython-313.pyc 2025-09-07T06:18:26.9145990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/ambient.cpython-313.pyc 2025-09-07T06:18:26.9147190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/c_like.cpython-313.pyc 2025-09-07T06:18:26.9148600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/fift.cpython-313.pyc 2025-09-07T06:18:26.9149770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/algebra.cpython-313.pyc 2025-09-07T06:18:26.9151110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/ml.cpython-313.pyc 2025-09-07T06:18:26.9152280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/j.cpython-313.pyc 2025-09-07T06:18:26.9153680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_csound_builtins.cpython-313.pyc 2025-09-07T06:18:26.9154880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/rust.cpython-313.pyc 2025-09-07T06:18:26.9155960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/nix.cpython-313.pyc 2025-09-07T06:18:26.9157180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/amdgpu.cpython-313.pyc 2025-09-07T06:18:26.9158560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_sourcemod_builtins.cpython-313.pyc 2025-09-07T06:18:26.9159660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/graphql.cpython-313.pyc 2025-09-07T06:18:26.9160800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/cplint.cpython-313.pyc 2025-09-07T06:18:26.9161960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/ride.cpython-313.pyc 2025-09-07T06:18:26.9163150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/rebol.cpython-313.pyc 2025-09-07T06:18:26.9164330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/matlab.cpython-313.pyc 2025-09-07T06:18:26.9165600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/codeql.cpython-313.pyc 2025-09-07T06:18:26.9166890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/webassembly.cpython-313.pyc 2025-09-07T06:18:26.9167960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/tcl.cpython-313.pyc 2025-09-07T06:18:26.9169170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/snobol.cpython-313.pyc 2025-09-07T06:18:26.9170350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/gdscript.cpython-313.pyc 2025-09-07T06:18:26.9171400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/varnish.cpython-313.pyc 2025-09-07T06:18:26.9172690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/oberon.cpython-313.pyc 2025-09-07T06:18:26.9173920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/haxe.cpython-313.pyc 2025-09-07T06:18:26.9175130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/ldap.cpython-313.pyc 2025-09-07T06:18:26.9176220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/bdd.cpython-313.pyc 2025-09-07T06:18:26.9177270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/markup.cpython-313.pyc 2025-09-07T06:18:26.9178450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/archetype.cpython-313.pyc 2025-09-07T06:18:26.9179470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/julia.cpython-313.pyc 2025-09-07T06:18:26.9180620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/scdoc.cpython-313.pyc 2025-09-07T06:18:26.9181860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/unicon.cpython-313.pyc 2025-09-07T06:18:26.9183160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/vyper.cpython-313.pyc 2025-09-07T06:18:26.9184260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/erlang.cpython-313.pyc 2025-09-07T06:18:26.9185370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/tnt.cpython-313.pyc 2025-09-07T06:18:26.9186590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/php.cpython-313.pyc 2025-09-07T06:18:26.9187810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/pawn.cpython-313.pyc 2025-09-07T06:18:26.9189000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/devicetree.cpython-313.pyc 2025-09-07T06:18:26.9190250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/javascript.cpython-313.pyc 2025-09-07T06:18:26.9191260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/phix.cpython-313.pyc 2025-09-07T06:18:26.9192650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/actionscript.cpython-313.pyc 2025-09-07T06:18:26.9193870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_mapping.cpython-313.pyc 2025-09-07T06:18:26.9195000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/webmisc.cpython-313.pyc 2025-09-07T06:18:26.9196290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_php_builtins.cpython-313.pyc 2025-09-07T06:18:26.9197440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/typoscript.cpython-313.pyc 2025-09-07T06:18:26.9198550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/python.cpython-313.pyc 2025-09-07T06:18:26.9199740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_tsql_builtins.cpython-313.pyc 2025-09-07T06:18:26.9200490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/eiffel.cpython-313.pyc 2025-09-07T06:18:26.9201430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/jmespath.cpython-313.pyc 2025-09-07T06:18:26.9202330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/business.cpython-313.pyc 2025-09-07T06:18:26.9203420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_openedge_builtins.cpython-313.pyc 2025-09-07T06:18:26.9204340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/math.cpython-313.pyc 2025-09-07T06:18:26.9205360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/monte.cpython-313.pyc 2025-09-07T06:18:26.9206370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_vbscript_builtins.cpython-313.pyc 2025-09-07T06:18:26.9207200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/func.cpython-313.pyc 2025-09-07T06:18:26.9208180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/zig.cpython-313.pyc 2025-09-07T06:18:26.9209350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/wgsl.cpython-313.pyc 2025-09-07T06:18:26.9210510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/theorem.cpython-313.pyc 2025-09-07T06:18:26.9211780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/rdf.cpython-313.pyc 2025-09-07T06:18:26.9212880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/lisp.cpython-313.pyc 2025-09-07T06:18:26.9214280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_stata_builtins.cpython-313.pyc 2025-09-07T06:18:26.9215350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/comal.cpython-313.pyc 2025-09-07T06:18:26.9216720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/d.cpython-313.pyc 2025-09-07T06:18:26.9217950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/crystal.cpython-313.pyc 2025-09-07T06:18:26.9219150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_css_builtins.cpython-313.pyc 2025-09-07T06:18:26.9220410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/roboconf.cpython-313.pyc 2025-09-07T06:18:26.9221630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_asy_builtins.cpython-313.pyc 2025-09-07T06:18:26.9222700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_mql_builtins.cpython-313.pyc 2025-09-07T06:18:26.9223850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/ezhil.cpython-313.pyc 2025-09-07T06:18:26.9225060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/carbon.cpython-313.pyc 2025-09-07T06:18:26.9226220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/felix.cpython-313.pyc 2025-09-07T06:18:26.9227400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/configs.cpython-313.pyc 2025-09-07T06:18:26.9228580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/other.cpython-313.pyc 2025-09-07T06:18:26.9229880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/fantom.cpython-313.pyc 2025-09-07T06:18:26.9231110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/parasail.cpython-313.pyc 2025-09-07T06:18:26.9232490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.9233590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/dylan.cpython-313.pyc 2025-09-07T06:18:26.9234880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_scheme_builtins.cpython-313.pyc 2025-09-07T06:18:26.9236040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/sieve.cpython-313.pyc 2025-09-07T06:18:26.9237460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/grammar_notation.cpython-313.pyc 2025-09-07T06:18:26.9238460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/wowtoc.cpython-313.pyc 2025-09-07T06:18:26.9239610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/q.cpython-313.pyc 2025-09-07T06:18:26.9240810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/kuin.cpython-313.pyc 2025-09-07T06:18:26.9241970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/hare.cpython-313.pyc 2025-09-07T06:18:26.9243160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/dax.cpython-313.pyc 2025-09-07T06:18:26.9244520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_googlesql_builtins.cpython-313.pyc 2025-09-07T06:18:26.9245720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/pddl.cpython-313.pyc 2025-09-07T06:18:26.9246840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/jsx.cpython-313.pyc 2025-09-07T06:18:26.9248050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/textfmts.cpython-313.pyc 2025-09-07T06:18:26.9249120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/vip.cpython-313.pyc 2025-09-07T06:18:26.9250230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/console.cpython-313.pyc 2025-09-07T06:18:26.9251490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/apl.cpython-313.pyc 2025-09-07T06:18:26.9252780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/smithy.cpython-313.pyc 2025-09-07T06:18:26.9254040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/clean.cpython-313.pyc 2025-09-07T06:18:26.9255250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/tlb.cpython-313.pyc 2025-09-07T06:18:26.9256680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/smalltalk.cpython-313.pyc 2025-09-07T06:18:26.9257920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/promql.cpython-313.pyc 2025-09-07T06:18:26.9259310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/dotnet.cpython-313.pyc 2025-09-07T06:18:26.9260150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/ncl.py 2025-09-07T06:18:26.9261090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/vyper.py 2025-09-07T06:18:26.9262150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/lilypond.py 2025-09-07T06:18:26.9263080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/markup.py 2025-09-07T06:18:26.9264030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/pddl.py 2025-09-07T06:18:26.9265030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_asy_builtins.py 2025-09-07T06:18:26.9265850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/igor.py 2025-09-07T06:18:26.9266750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/ml.py 2025-09-07T06:18:26.9267730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/savi.py 2025-09-07T06:18:26.9268600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/bqn.py 2025-09-07T06:18:26.9269610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/tal.py 2025-09-07T06:18:26.9270590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/tls.py 2025-09-07T06:18:26.9271620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/templates.py 2025-09-07T06:18:26.9272490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/forth.py 2025-09-07T06:18:26.9273450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/css.py 2025-09-07T06:18:26.9274280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/asm.py 2025-09-07T06:18:26.9275340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/roboconf.py 2025-09-07T06:18:26.9276410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_lasso_builtins.py 2025-09-07T06:18:26.9277440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/pascal.py 2025-09-07T06:18:26.9278350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/csound.py 2025-09-07T06:18:26.9279340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/typst.py 2025-09-07T06:18:26.9280150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/ptx.py 2025-09-07T06:18:26.9281090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/sgf.py 2025-09-07T06:18:26.9281980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/kusto.py 2025-09-07T06:18:26.9282970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/webassembly.py 2025-09-07T06:18:26.9283920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/procfile.py 2025-09-07T06:18:26.9284930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/functional.py 2025-09-07T06:18:26.9285900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/codeql.py 2025-09-07T06:18:26.9286820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/textedit.py 2025-09-07T06:18:26.9287820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/installers.py 2025-09-07T06:18:26.9288970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/business.py 2025-09-07T06:18:26.9289810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/tcl.py 2025-09-07T06:18:26.9290970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/minecraft.py 2025-09-07T06:18:26.9291770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/vip.py 2025-09-07T06:18:26.9292700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/mips.py 2025-09-07T06:18:26.9293550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/meson.py 2025-09-07T06:18:26.9294470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/basic.py 2025-09-07T06:18:26.9295470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_stan_builtins.py 2025-09-07T06:18:26.9296450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/prql.py 2025-09-07T06:18:26.9297440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/eiffel.py 2025-09-07T06:18:26.9298360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/scdoc.py 2025-09-07T06:18:26.9299210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/dax.py 2025-09-07T06:18:26.9300240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/rdf.py 2025-09-07T06:18:26.9301110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/gleam.py 2025-09-07T06:18:26.9302160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/email.py 2025-09-07T06:18:26.9303080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/sophia.py 2025-09-07T06:18:26.9304030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/modula2.py 2025-09-07T06:18:26.9304820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/nit.py 2025-09-07T06:18:26.9305730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/actionscript.py 2025-09-07T06:18:26.9306550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/qlik.py 2025-09-07T06:18:26.9307490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/text.py 2025-09-07T06:18:26.9308560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/apl.py 2025-09-07T06:18:26.9309440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_cl_builtins.py 2025-09-07T06:18:26.9310510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_mql_builtins.py 2025-09-07T06:18:26.9311450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/srcinfo.py 2025-09-07T06:18:26.9312290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/rego.py 2025-09-07T06:18:26.9313320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/archetype.py 2025-09-07T06:18:26.9314260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/python.py 2025-09-07T06:18:26.9315390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_csound_builtins.py 2025-09-07T06:18:26.9316340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/factor.py 2025-09-07T06:18:26.9317260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/dalvik.py 2025-09-07T06:18:26.9318160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/go.py 2025-09-07T06:18:26.9319100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/berry.py 2025-09-07T06:18:26.9320020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/unicon.py 2025-09-07T06:18:26.9321030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_usd_builtins.py 2025-09-07T06:18:26.9321860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/cddl.py 2025-09-07T06:18:26.9322740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/dylan.py 2025-09-07T06:18:26.9323680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/make.py 2025-09-07T06:18:26.9324710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/diff.py 2025-09-07T06:18:26.9325710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/xorg.py 2025-09-07T06:18:26.9326810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/trafficscript.py 2025-09-07T06:18:26.9327830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/kuin.py 2025-09-07T06:18:26.9328680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/jvm.py 2025-09-07T06:18:26.9329580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/smv.py 2025-09-07T06:18:26.9330420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/math.py 2025-09-07T06:18:26.9331310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/tact.py 2025-09-07T06:18:26.9332450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/promql.py 2025-09-07T06:18:26.9333270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/php.py 2025-09-07T06:18:26.9334230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/sql.py 2025-09-07T06:18:26.9335270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/x10.py 2025-09-07T06:18:26.9336280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/json5.py 2025-09-07T06:18:26.9337140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_mapping.py 2025-09-07T06:18:26.9338040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/gcodelexer.py 2025-09-07T06:18:26.9339230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/praat.py 2025-09-07T06:18:26.9340380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/lean.py 2025-09-07T06:18:26.9341250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/bibtex.py 2025-09-07T06:18:26.9342130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/whiley.py 2025-09-07T06:18:26.9343070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/q.py 2025-09-07T06:18:26.9344110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/snobol.py 2025-09-07T06:18:26.9345270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_mysql_builtins.py 2025-09-07T06:18:26.9346080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/webidl.py 2025-09-07T06:18:26.9347060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/rita.py 2025-09-07T06:18:26.9347880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/haskell.py 2025-09-07T06:18:26.9348840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/testing.py 2025-09-07T06:18:26.9349800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/fortran.py 2025-09-07T06:18:26.9350840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/modeling.py 2025-09-07T06:18:26.9351630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/arturo.py 2025-09-07T06:18:26.9352460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/varnish.py 2025-09-07T06:18:26.9353460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/elm.py 2025-09-07T06:18:26.9354290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/asc.py 2025-09-07T06:18:26.9355330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/javascript.py 2025-09-07T06:18:26.9356140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/ooc.py 2025-09-07T06:18:26.9357140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/bdd.py 2025-09-07T06:18:26.9358230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/julia.py 2025-09-07T06:18:26.9359120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/hexdump.py 2025-09-07T06:18:26.9359970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/foxpro.py 2025-09-07T06:18:26.9360840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/stata.py 2025-09-07T06:18:26.9361990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/zig.py 2025-09-07T06:18:26.9363150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/grammar_notation.py 2025-09-07T06:18:26.9364080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/bare.py 2025-09-07T06:18:26.9364840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/openscad.py 2025-09-07T06:18:26.9365540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/dotnet.py 2025-09-07T06:18:26.9366280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/fantom.py 2025-09-07T06:18:26.9367000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/special.py 2025-09-07T06:18:26.9367700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/yang.py 2025-09-07T06:18:26.9368400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/fift.py 2025-09-07T06:18:26.9369110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/ezhil.py 2025-09-07T06:18:26.9369810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/ride.py 2025-09-07T06:18:26.9370640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_scheme_builtins.py 2025-09-07T06:18:26.9371380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/devicetree.py 2025-09-07T06:18:26.9372200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/macaulay2.py 2025-09-07T06:18:26.9372810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/urbi.py 2025-09-07T06:18:26.9373520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/haxe.py 2025-09-07T06:18:26.9374230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/func.py 2025-09-07T06:18:26.9374930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/data.py 2025-09-07T06:18:26.9375730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_ada_builtins.py 2025-09-07T06:18:26.9376430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/yara.py 2025-09-07T06:18:26.9377160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/pointless.py 2025-09-07T06:18:26.9378130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/asn1.py 2025-09-07T06:18:26.9379270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_tsql_builtins.py 2025-09-07T06:18:26.9380120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/wgsl.py 2025-09-07T06:18:26.9380980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/rust.py 2025-09-07T06:18:26.9381890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/token.py 2025-09-07T06:18:26.9382670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/style.py 2025-09-07T06:18:26.9383610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/util.py 2025-09-07T06:18:26.9384410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/sphinxext.py 2025-09-07T06:18:26.9385190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/cmdline.py 2025-09-07T06:18:26.9386080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/__init__.py 2025-09-07T06:18:26.9387370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/terminal.py 2025-09-07T06:18:26.9388310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/html.py 2025-09-07T06:18:26.9389290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/irc.py 2025-09-07T06:18:26.9390220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/__init__.py 2025-09-07T06:18:26.9391180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/other.py 2025-09-07T06:18:26.9392390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/__pycache__/html.cpython-313.pyc 2025-09-07T06:18:26.9393590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/__pycache__/pangomarkup.cpython-313.pyc 2025-09-07T06:18:26.9394740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/__pycache__/img.cpython-313.pyc 2025-09-07T06:18:26.9396010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/__pycache__/groff.cpython-313.pyc 2025-09-07T06:18:26.9397300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/__pycache__/svg.cpython-313.pyc 2025-09-07T06:18:26.9398570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/__pycache__/latex.cpython-313.pyc 2025-09-07T06:18:26.9399780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/__pycache__/bbcode.cpython-313.pyc 2025-09-07T06:18:26.9401040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/__pycache__/terminal256.cpython-313.pyc 2025-09-07T06:18:26.9402430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/__pycache__/irc.cpython-313.pyc 2025-09-07T06:18:26.9403510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/__pycache__/terminal.cpython-313.pyc 2025-09-07T06:18:26.9404750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/__pycache__/_mapping.cpython-313.pyc 2025-09-07T06:18:26.9405890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/__pycache__/rtf.cpython-313.pyc 2025-09-07T06:18:26.9407060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/__pycache__/other.cpython-313.pyc 2025-09-07T06:18:26.9408240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.9409130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/img.py 2025-09-07T06:18:26.9410080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/terminal256.py 2025-09-07T06:18:26.9411150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/rtf.py 2025-09-07T06:18:26.9412310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/svg.py 2025-09-07T06:18:26.9413350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/bbcode.py 2025-09-07T06:18:26.9414360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/pangomarkup.py 2025-09-07T06:18:26.9415640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/_mapping.py 2025-09-07T06:18:26.9416710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/groff.py 2025-09-07T06:18:26.9417650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/latex.py 2025-09-07T06:18:26.9419010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/__pycache__/formatter.cpython-313.pyc 2025-09-07T06:18:26.9420060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/__pycache__/regexopt.cpython-313.pyc 2025-09-07T06:18:26.9421070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/__pycache__/scanner.cpython-313.pyc 2025-09-07T06:18:26.9422110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/__pycache__/lexer.cpython-313.pyc 2025-09-07T06:18:26.9423110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/__pycache__/plugin.cpython-313.pyc 2025-09-07T06:18:26.9424310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/__pycache__/style.cpython-313.pyc 2025-09-07T06:18:26.9425540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/__pycache__/token.cpython-313.pyc 2025-09-07T06:18:26.9426580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/__pycache__/unistring.cpython-313.pyc 2025-09-07T06:18:26.9427760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/__pycache__/modeline.cpython-313.pyc 2025-09-07T06:18:26.9428840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/__pycache__/util.cpython-313.pyc 2025-09-07T06:18:26.9429950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/__pycache__/cmdline.cpython-313.pyc 2025-09-07T06:18:26.9431110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/__pycache__/sphinxext.cpython-313.pyc 2025-09-07T06:18:26.9432180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/__pycache__/filter.cpython-313.pyc 2025-09-07T06:18:26.9433370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:26.9434510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.9435780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/__pycache__/console.cpython-313.pyc 2025-09-07T06:18:26.9436570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/sas.py 2025-09-07T06:18:26.9437510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/material.py 2025-09-07T06:18:26.9438720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/friendly_grayscale.py 2025-09-07T06:18:26.9439610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/pastie.py 2025-09-07T06:18:26.9440590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/onedark.py 2025-09-07T06:18:26.9441430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/inkpot.py 2025-09-07T06:18:26.9442300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/xcode.py 2025-09-07T06:18:26.9443300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/gruvbox.py 2025-09-07T06:18:26.9444390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/monokai.py 2025-09-07T06:18:26.9445280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/tango.py 2025-09-07T06:18:26.9446230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/friendly.py 2025-09-07T06:18:26.9447180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/staroffice.py 2025-09-07T06:18:26.9448290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/paraiso_dark.py 2025-09-07T06:18:26.9449160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/solarized.py 2025-09-07T06:18:26.9450140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__init__.py 2025-09-07T06:18:26.9451250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/algol_nu.py 2025-09-07T06:18:26.9452140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/gh_dark.py 2025-09-07T06:18:26.9453120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/native.py 2025-09-07T06:18:26.9454530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/xcode.cpython-313.pyc 2025-09-07T06:18:26.9455740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/algol.cpython-313.pyc 2025-09-07T06:18:26.9456850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/colorful.cpython-313.pyc 2025-09-07T06:18:26.9458060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/borland.cpython-313.pyc 2025-09-07T06:18:26.9459340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/arduino.cpython-313.pyc 2025-09-07T06:18:26.9460540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/onedark.cpython-313.pyc 2025-09-07T06:18:26.9461800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/stata_dark.cpython-313.pyc 2025-09-07T06:18:26.9462950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/fruity.cpython-313.pyc 2025-09-07T06:18:26.9464160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/lightbulb.cpython-313.pyc 2025-09-07T06:18:26.9465330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/algol_nu.cpython-313.pyc 2025-09-07T06:18:26.9466510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/lilypond.cpython-313.pyc 2025-09-07T06:18:26.9467700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/gh_dark.cpython-313.pyc 2025-09-07T06:18:26.9468970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/manni.cpython-313.pyc 2025-09-07T06:18:26.9469890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/igor.cpython-313.pyc 2025-09-07T06:18:26.9471030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/material.cpython-313.pyc 2025-09-07T06:18:26.9472110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/murphy.cpython-313.pyc 2025-09-07T06:18:26.9473350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/lovelace.cpython-313.pyc 2025-09-07T06:18:26.9474580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/vs.cpython-313.pyc 2025-09-07T06:18:26.9475810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/nord.cpython-313.pyc 2025-09-07T06:18:26.9477130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/inkpot.cpython-313.pyc 2025-09-07T06:18:26.9478270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/coffee.cpython-313.pyc 2025-09-07T06:18:26.9479400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/gruvbox.cpython-313.pyc 2025-09-07T06:18:26.9480780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/friendly_grayscale.cpython-313.pyc 2025-09-07T06:18:26.9482000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/paraiso_light.cpython-313.pyc 2025-09-07T06:18:26.9483140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/zenburn.cpython-313.pyc 2025-09-07T06:18:26.9484560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/stata_light.cpython-313.pyc 2025-09-07T06:18:26.9485540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/rrt.cpython-313.pyc 2025-09-07T06:18:26.9486710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/autumn.cpython-313.pyc 2025-09-07T06:18:26.9488110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/pastie.cpython-313.pyc 2025-09-07T06:18:26.9489480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/paraiso_dark.cpython-313.pyc 2025-09-07T06:18:26.9490470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/sas.cpython-313.pyc 2025-09-07T06:18:26.9491620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/dracula.cpython-313.pyc 2025-09-07T06:18:26.9493060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/solarized.cpython-313.pyc 2025-09-07T06:18:26.9494460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/native.cpython-313.pyc 2025-09-07T06:18:26.9495560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/emacs.cpython-313.pyc 2025-09-07T06:18:26.9496740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/default.cpython-313.pyc 2025-09-07T06:18:26.9498230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/tango.cpython-313.pyc 2025-09-07T06:18:26.9499540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/rainbow_dash.cpython-313.pyc 2025-09-07T06:18:26.9500720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/bw.cpython-313.pyc 2025-09-07T06:18:26.9502020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/abap.cpython-313.pyc 2025-09-07T06:18:26.9503280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/perldoc.cpython-313.pyc 2025-09-07T06:18:26.9504670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/_mapping.cpython-313.pyc 2025-09-07T06:18:26.9505910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/friendly.cpython-313.pyc 2025-09-07T06:18:26.9507230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/vim.cpython-313.pyc 2025-09-07T06:18:26.9508650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/monokai.cpython-313.pyc 2025-09-07T06:18:26.9509890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/trac.cpython-313.pyc 2025-09-07T06:18:26.9511180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.9512580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/staroffice.cpython-313.pyc 2025-09-07T06:18:26.9513430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/colorful.py 2025-09-07T06:18:26.9514460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/lilypond.py 2025-09-07T06:18:26.9515540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/igor.py 2025-09-07T06:18:26.9516520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/zenburn.py 2025-09-07T06:18:26.9517500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/bw.py 2025-09-07T06:18:26.9518430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/emacs.py 2025-09-07T06:18:26.9519400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/dracula.py 2025-09-07T06:18:26.9520360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/vs.py 2025-09-07T06:18:26.9521320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/default.py 2025-09-07T06:18:26.9522490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/paraiso_light.py 2025-09-07T06:18:26.9523590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/lovelace.py 2025-09-07T06:18:26.9524550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/stata_dark.py 2025-09-07T06:18:26.9525500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/vim.py 2025-09-07T06:18:26.9526660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/borland.py 2025-09-07T06:18:26.9527520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/coffee.py 2025-09-07T06:18:26.9528450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/_mapping.py 2025-09-07T06:18:26.9529220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/murphy.py 2025-09-07T06:18:26.9529960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/lightbulb.py 2025-09-07T06:18:26.9530680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/fruity.py 2025-09-07T06:18:26.9531370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/abap.py 2025-09-07T06:18:26.9532180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/rainbow_dash.py 2025-09-07T06:18:26.9532860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/manni.py 2025-09-07T06:18:26.9533590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/autumn.py 2025-09-07T06:18:26.9534350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/rrt.py 2025-09-07T06:18:26.9535030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/perldoc.py 2025-09-07T06:18:26.9535780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/trac.py 2025-09-07T06:18:26.9536640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/algol.py 2025-09-07T06:18:26.9537500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/arduino.py 2025-09-07T06:18:26.9538410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/nord.py 2025-09-07T06:18:26.9539610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/stata_light.py 2025-09-07T06:18:26.9540640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/unistring.py 2025-09-07T06:18:26.9541430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexer.py 2025-09-07T06:18:26.9542270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/regexopt.py 2025-09-07T06:18:26.9543230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/plugin.py 2025-09-07T06:18:26.9544050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/filter.py 2025-09-07T06:18:26.9544910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/__main__.py 2025-09-07T06:18:26.9545720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/ply/yacc.py 2025-09-07T06:18:26.9546670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/ply/lex.py 2025-09-07T06:18:26.9547570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/ply/ctokens.py 2025-09-07T06:18:26.9548440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/ply/__init__.py 2025-09-07T06:18:26.9549750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/ply/__pycache__/lex.cpython-313.pyc 2025-09-07T06:18:26.9551060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/ply/__pycache__/ygen.cpython-313.pyc 2025-09-07T06:18:26.9552230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/ply/__pycache__/yacc.cpython-313.pyc 2025-09-07T06:18:26.9553460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/ply/__pycache__/ctokens.cpython-313.pyc 2025-09-07T06:18:26.9554540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/ply/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.9555710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/ply/__pycache__/cpp.cpython-313.pyc 2025-09-07T06:18:26.9556540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/ply/cpp.py 2025-09-07T06:18:26.9557340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/ply/ygen.py 2025-09-07T06:18:26.9558140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/c_parser.py 2025-09-07T06:18:26.9558990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/_ast_gen.py 2025-09-07T06:18:26.9559790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/__init__.py 2025-09-07T06:18:26.9560830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/_c_ast.cfg 2025-09-07T06:18:26.9562120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/__pycache__/c_generator.cpython-313.pyc 2025-09-07T06:18:26.9563460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/__pycache__/ast_transforms.cpython-313.pyc 2025-09-07T06:18:26.9564560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/__pycache__/c_lexer.cpython-313.pyc 2025-09-07T06:18:26.9566010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/__pycache__/plyparser.cpython-313.pyc 2025-09-07T06:18:26.9567170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/__pycache__/lextab.cpython-313.pyc 2025-09-07T06:18:26.9568430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/__pycache__/c_ast.cpython-313.pyc 2025-09-07T06:18:26.9569510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/__pycache__/c_parser.cpython-313.pyc 2025-09-07T06:18:26.9570650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/__pycache__/yacctab.cpython-313.pyc 2025-09-07T06:18:26.9571910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/__pycache__/_build_tables.cpython-313.pyc 2025-09-07T06:18:26.9572990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/__pycache__/_ast_gen.cpython-313.pyc 2025-09-07T06:18:26.9574060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.9574800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/c_ast.py 2025-09-07T06:18:26.9575830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/plyparser.py 2025-09-07T06:18:26.9576740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/_build_tables.py 2025-09-07T06:18:26.9577710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/ast_transforms.py 2025-09-07T06:18:26.9578500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/yacctab.py 2025-09-07T06:18:26.9579460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/c_generator.py 2025-09-07T06:18:26.9580500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/c_lexer.py 2025-09-07T06:18:26.9581500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/lextab.py 2025-09-07T06:18:26.9582650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage-0.7.2.dist-info/RECORD 2025-09-07T06:18:26.9583970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage-0.7.2.dist-info/licenses/LICENSE 2025-09-07T06:18:26.9585150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage-0.7.2.dist-info/direct_url.json 2025-09-07T06:18:26.9586260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage-0.7.2.dist-info/WHEEL 2025-09-07T06:18:26.9587710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage-0.7.2.dist-info/entry_points.txt 2025-09-07T06:18:26.9588950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage-0.7.2.dist-info/top_level.txt 2025-09-07T06:18:26.9590040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage-0.7.2.dist-info/REQUESTED 2025-09-07T06:18:26.9591260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage-0.7.2.dist-info/INSTALLER 2025-09-07T06:18:26.9592500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage-0.7.2.dist-info/METADATA 2025-09-07T06:18:26.9593480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco/context/__init__.py 2025-09-07T06:18:26.9594830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco/context/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.9595750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco/context/py.typed 2025-09-07T06:18:26.9596890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco/classes/properties.py 2025-09-07T06:18:26.9597870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco/classes/__init__.py 2025-09-07T06:18:26.9599170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco/classes/__pycache__/ancestry.cpython-313.pyc 2025-09-07T06:18:26.9600250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco/classes/__pycache__/meta.cpython-313.pyc 2025-09-07T06:18:26.9601430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco/classes/__pycache__/properties.cpython-313.pyc 2025-09-07T06:18:26.9602610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco/classes/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.9603470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco/classes/py.typed 2025-09-07T06:18:26.9604360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco/classes/ancestry.py 2025-09-07T06:18:26.9605360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco/classes/meta.py 2025-09-07T06:18:26.9606260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco/functools/__init__.pyi 2025-09-07T06:18:26.9607290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco/functools/__init__.py 2025-09-07T06:18:26.9608700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco/functools/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.9609440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco/functools/py.typed 2025-09-07T06:18:26.9610350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/params.py 2025-09-07T06:18:26.9611210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/_typing.py 2025-09-07T06:18:26.9612150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/models.py 2025-09-07T06:18:26.9612990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/completion.py 2025-09-07T06:18:26.9613770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/__init__.py 2025-09-07T06:18:26.9614690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/core.py 2025-09-07T06:18:26.9615860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/__pycache__/main.cpython-313.pyc 2025-09-07T06:18:26.9616870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/__pycache__/_typing.cpython-313.pyc 2025-09-07T06:18:26.9618000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/__pycache__/core.cpython-313.pyc 2025-09-07T06:18:26.9619110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/__pycache__/colors.cpython-313.pyc 2025-09-07T06:18:26.9620330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/__pycache__/_completion_click8.cpython-313.pyc 2025-09-07T06:18:26.9621530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/__pycache__/_completion_click7.cpython-313.pyc 2025-09-07T06:18:26.9622540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/__pycache__/rich_utils.cpython-313.pyc 2025-09-07T06:18:26.9623690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/__pycache__/testing.cpython-313.pyc 2025-09-07T06:18:26.9624780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:26.9625830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/__pycache__/models.cpython-313.pyc 2025-09-07T06:18:26.9626870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/__pycache__/params.cpython-313.pyc 2025-09-07T06:18:26.9628020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/__pycache__/_compat_utils.cpython-313.pyc 2025-09-07T06:18:26.9629360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/__pycache__/_completion_shared.cpython-313.pyc 2025-09-07T06:18:26.9630430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/__pycache__/completion.cpython-313.pyc 2025-09-07T06:18:26.9631610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.9632400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/rich_utils.py 2025-09-07T06:18:26.9633310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/_completion_shared.py 2025-09-07T06:18:26.9634080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/utils.py 2025-09-07T06:18:26.9634940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/_compat_utils.py 2025-09-07T06:18:26.9635930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/py.typed 2025-09-07T06:18:26.9636970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/_completion_click7.py 2025-09-07T06:18:26.9637790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/main.py 2025-09-07T06:18:26.9638670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/testing.py 2025-09-07T06:18:26.9639690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/_completion_click8.py 2025-09-07T06:18:26.9640440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/colors.py 2025-09-07T06:18:26.9641300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer-0.9.0.dist-info/RECORD 2025-09-07T06:18:26.9642190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer-0.9.0.dist-info/LICENSE 2025-09-07T06:18:26.9643340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer-0.9.0.dist-info/direct_url.json 2025-09-07T06:18:26.9644220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer-0.9.0.dist-info/WHEEL 2025-09-07T06:18:26.9645310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer-0.9.0.dist-info/REQUESTED 2025-09-07T06:18:26.9646280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer-0.9.0.dist-info/INSTALLER 2025-09-07T06:18:26.9647390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer-0.9.0.dist-info/METADATA 2025-09-07T06:18:26.9648170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/sockshandler.py 2025-09-07T06:18:26.9649160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_telemetry/hooks.py 2025-09-07T06:18:26.9650310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_telemetry/_version.py 2025-09-07T06:18:26.9651490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_telemetry/__init__.py 2025-09-07T06:18:26.9652910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_telemetry/__pycache__/hooks.cpython-313.pyc 2025-09-07T06:18:26.9654140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_telemetry/__pycache__/_version.cpython-313.pyc 2025-09-07T06:18:26.9655520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_telemetry/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.9656490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_telemetry/py.typed 2025-09-07T06:18:26.9657490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/exports.py 2025-09-07T06:18:26.9658270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/misc.py 2025-09-07T06:18:26.9659160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plan.py 2025-09-07T06:18:26.9660010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/resolve.py 2025-09-07T06:18:26.9660900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/link.py 2025-09-07T06:18:26.9662080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/package_cache_data.py 2025-09-07T06:18:26.9663070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/path_actions.py 2025-09-07T06:18:26.9663940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/index.py 2025-09-07T06:18:26.9665070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/initialize.py 2025-09-07T06:18:26.9665940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/portability.py 2025-09-07T06:18:26.9666800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/__init__.py 2025-09-07T06:18:26.9667810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/prefix_data.py 2025-09-07T06:18:26.9668880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/__pycache__/link.cpython-313.pyc 2025-09-07T06:18:26.9670210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/__pycache__/envs_manager.cpython-313.pyc 2025-09-07T06:18:26.9671350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/__pycache__/solve.cpython-313.pyc 2025-09-07T06:18:26.9672550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/__pycache__/portability.cpython-313.pyc 2025-09-07T06:18:26.9673730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/__pycache__/path_actions.cpython-313.pyc 2025-09-07T06:18:26.9674800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/__pycache__/package_cache_data.cpython-313.pyc 2025-09-07T06:18:26.9675980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/__pycache__/prefix_data.cpython-313.pyc 2025-09-07T06:18:26.9677180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/__pycache__/subdir_data.cpython-313.pyc 2025-09-07T06:18:26.9678370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/__pycache__/index.cpython-313.pyc 2025-09-07T06:18:26.9679550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.9680580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/__pycache__/initialize.cpython-313.pyc 2025-09-07T06:18:26.9681290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/solve.py 2025-09-07T06:18:26.9682260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/envs_manager.py 2025-09-07T06:18:26.9683070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/subdir_data.py 2025-09-07T06:18:26.9683840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/_version.py 2025-09-07T06:18:26.9684670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/config.py 2025-09-07T06:18:26.9685840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/reporter_backends/console.py 2025-09-07T06:18:26.9687120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/reporter_backends/__init__.py 2025-09-07T06:18:26.9688440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/reporter_backends/__pycache__/json.cpython-313.pyc 2025-09-07T06:18:26.9689740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/reporter_backends/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.9691070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/reporter_backends/__pycache__/console.cpython-313.pyc 2025-09-07T06:18:26.9691990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/reporter_backends/json.py 2025-09-07T06:18:26.9693030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/virtual_packages/conda.py 2025-09-07T06:18:26.9694040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/virtual_packages/freebsd.py 2025-09-07T06:18:26.9694890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/virtual_packages/__init__.py 2025-09-07T06:18:26.9696110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/virtual_packages/__pycache__/cuda.cpython-313.pyc 2025-09-07T06:18:26.9697150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/virtual_packages/__pycache__/conda.cpython-313.pyc 2025-09-07T06:18:26.9698080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/virtual_packages/__pycache__/archspec.cpython-313.pyc 2025-09-07T06:18:26.9699130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/virtual_packages/__pycache__/windows.cpython-313.pyc 2025-09-07T06:18:26.9700100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/virtual_packages/__pycache__/linux.cpython-313.pyc 2025-09-07T06:18:26.9701170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/virtual_packages/__pycache__/freebsd.cpython-313.pyc 2025-09-07T06:18:26.9702280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/virtual_packages/__pycache__/osx.cpython-313.pyc 2025-09-07T06:18:26.9703830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/virtual_packages/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.9704580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/virtual_packages/cuda.py 2025-09-07T06:18:26.9705640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/virtual_packages/windows.py 2025-09-07T06:18:26.9706680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/virtual_packages/linux.py 2025-09-07T06:18:26.9707860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/virtual_packages/archspec.py 2025-09-07T06:18:26.9708890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/virtual_packages/osx.py 2025-09-07T06:18:26.9710080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/subcommands/doctor/health_checks.py 2025-09-07T06:18:26.9711120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/subcommands/doctor/__init__.py 2025-09-07T06:18:26.9712640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/subcommands/doctor/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.9713950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/subcommands/doctor/__pycache__/health_checks.cpython-313.pyc 2025-09-07T06:18:26.9714810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/subcommands/__init__.py 2025-09-07T06:18:26.9716060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/subcommands/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.9717200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/environment_specifiers/explicit.py 2025-09-07T06:18:26.9718300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/environment_specifiers/__init__.py 2025-09-07T06:18:26.9719840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/environment_specifiers/__pycache__/requirements_txt.cpython-313.pyc 2025-09-07T06:18:26.9721190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/environment_specifiers/__pycache__/environment_yml.cpython-313.pyc 2025-09-07T06:18:26.9722560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/environment_specifiers/__pycache__/explicit.cpython-313.pyc 2025-09-07T06:18:26.9723830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/environment_specifiers/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.9725170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/environment_specifiers/__pycache__/binstar.cpython-313.pyc 2025-09-07T06:18:26.9726370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/environment_specifiers/requirements_txt.py 2025-09-07T06:18:26.9727630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/environment_specifiers/environment_yml.py 2025-09-07T06:18:26.9728670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/environment_specifiers/binstar.py 2025-09-07T06:18:26.9729690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/__init__.py 2025-09-07T06:18:26.9730580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/solvers.py 2025-09-07T06:18:26.9731560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/types.py 2025-09-07T06:18:26.9732830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/__pycache__/manager.cpython-313.pyc 2025-09-07T06:18:26.9733970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/__pycache__/config.cpython-313.pyc 2025-09-07T06:18:26.9735160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/__pycache__/solvers.cpython-313.pyc 2025-09-07T06:18:26.9736250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/__pycache__/types.cpython-313.pyc 2025-09-07T06:18:26.9737500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/__pycache__/hookspec.cpython-313.pyc 2025-09-07T06:18:26.9738570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.9739740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/prefix_data_loaders/pypi/__init__.py 2025-09-07T06:18:26.9741290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/prefix_data_loaders/pypi/__pycache__/pkg_format.cpython-313.pyc 2025-09-07T06:18:26.9742760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/prefix_data_loaders/pypi/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.9743880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/prefix_data_loaders/pypi/pkg_format.py 2025-09-07T06:18:26.9744990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/prefix_data_loaders/__init__.py 2025-09-07T06:18:26.9746440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/prefix_data_loaders/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.9747720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/post_solves/signature_verification.py 2025-09-07T06:18:26.9748730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/post_solves/__init__.py 2025-09-07T06:18:26.9750260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/post_solves/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.9751720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/post_solves/__pycache__/signature_verification.cpython-313.pyc 2025-09-07T06:18:26.9752510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/hookspec.py 2025-09-07T06:18:26.9753670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/environment_exporters/explicit.py 2025-09-07T06:18:26.9754880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/environment_exporters/__init__.py 2025-09-07T06:18:26.9756430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/environment_exporters/__pycache__/requirements_txt.cpython-313.pyc 2025-09-07T06:18:26.9757870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/environment_exporters/__pycache__/environment_yml.cpython-313.pyc 2025-09-07T06:18:26.9759160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/environment_exporters/__pycache__/explicit.cpython-313.pyc 2025-09-07T06:18:26.9760910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/environment_exporters/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.9762080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/environment_exporters/requirements_txt.py 2025-09-07T06:18:26.9763340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/environment_exporters/environment_yml.py 2025-09-07T06:18:26.9764140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/manager.py 2025-09-07T06:18:26.9765330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/condabin/conda_auto_activate.bat 2025-09-07T06:18:26.9766310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/condabin/activate.bat 2025-09-07T06:18:26.9767260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/condabin/conda-hook.ps1 2025-09-07T06:18:26.9768340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/condabin/_conda_activate.bat 2025-09-07T06:18:26.9769340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/condabin/conda.bat 2025-09-07T06:18:26.9770440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/condabin/rename_tmp.bat 2025-09-07T06:18:26.9771450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/condabin/conda_hook.bat 2025-09-07T06:18:26.9772410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/condabin/Conda.psm1 2025-09-07T06:18:26.9773580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/condabin/deactivate.bat 2025-09-07T06:18:26.9774510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/bin/deactivate 2025-09-07T06:18:26.9775460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/bin/activate 2025-09-07T06:18:26.9776290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/cli-64.exe 2025-09-07T06:18:26.9777320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/etc/profile.d/conda.csh 2025-09-07T06:18:26.9778280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/etc/profile.d/conda.sh 2025-09-07T06:18:26.9779490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/etc/fish/conf.d/conda.fish 2025-09-07T06:18:26.9780520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/Library/bin/conda.bat 2025-09-07T06:18:26.9781550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/Scripts/activate.bat 2025-09-07T06:18:26.9782280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/conda.xsh 2025-09-07T06:18:26.9783250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/cli-32.exe 2025-09-07T06:18:26.9784210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/conda_icon.ico 2025-09-07T06:18:26.9785190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/instructions.py 2025-09-07T06:18:26.9786000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__init__.py 2025-09-07T06:18:26.9787010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/package_info.py 2025-09-07T06:18:26.9787820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/enums.py 2025-09-07T06:18:26.9788770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/leased_path_entry.py 2025-09-07T06:18:26.9789920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/version.py 2025-09-07T06:18:26.9791150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/records.py 2025-09-07T06:18:26.9792140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/channel.py 2025-09-07T06:18:26.9793070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/__init__.py 2025-09-07T06:18:26.9794200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/__pycache__/dist.cpython-313.pyc 2025-09-07T06:18:26.9795530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/__pycache__/leased_path_entry.cpython-313.pyc 2025-09-07T06:18:26.9796700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/__pycache__/package_info.cpython-313.pyc 2025-09-07T06:18:26.9797740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/__pycache__/channel.cpython-313.pyc 2025-09-07T06:18:26.9798790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/__pycache__/enums.cpython-313.pyc 2025-09-07T06:18:26.9799890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/__pycache__/environment.cpython-313.pyc 2025-09-07T06:18:26.9801170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/__pycache__/prefix_graph.cpython-313.pyc 2025-09-07T06:18:26.9802280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/__pycache__/match_spec.cpython-313.pyc 2025-09-07T06:18:26.9803620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/__pycache__/records.cpython-313.pyc 2025-09-07T06:18:26.9804650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.9805840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:26.9806640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/environment.py 2025-09-07T06:18:26.9812330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/match_spec.py 2025-09-07T06:18:26.9812560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/dist.py 2025-09-07T06:18:26.9812780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/prefix_graph.py 2025-09-07T06:18:26.9813010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__pycache__/activate.cpython-313.pyc 2025-09-07T06:18:26.9813220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__pycache__/api.cpython-313.pyc 2025-09-07T06:18:26.9813450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__pycache__/reporters.cpython-313.pyc 2025-09-07T06:18:26.9813970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__pycache__/history.cpython-313.pyc 2025-09-07T06:18:26.9815090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__pycache__/misc.cpython-313.pyc 2025-09-07T06:18:26.9816300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:26.9817490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__pycache__/exports.cpython-313.pyc 2025-09-07T06:18:26.9818610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__pycache__/exceptions.cpython-313.pyc 2025-09-07T06:18:26.9819570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__pycache__/_version.cpython-313.pyc 2025-09-07T06:18:26.9820640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__pycache__/plan.cpython-313.pyc 2025-09-07T06:18:26.9822040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__pycache__/deprecations.cpython-313.pyc 2025-09-07T06:18:26.9823240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:26.9824720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.9825800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__pycache__/resolve.cpython-313.pyc 2025-09-07T06:18:26.9827100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__pycache__/exception_handler.cpython-313.pyc 2025-09-07T06:18:26.9828130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__pycache__/instructions.cpython-313.pyc 2025-09-07T06:18:26.9829210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__pycache__/_vendor.cpython-313.pyc 2025-09-07T06:18:26.9830050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_rename.py 2025-09-07T06:18:26.9830910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_clean.py 2025-09-07T06:18:26.9831780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_create.py 2025-09-07T06:18:26.9832900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_config.py 2025-09-07T06:18:26.9833780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_compare.py 2025-09-07T06:18:26.9834750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_update.py 2025-09-07T06:18:26.9835730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_install.py 2025-09-07T06:18:26.9836680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_mock_activate.py 2025-09-07T06:18:26.9837740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_env_list.py 2025-09-07T06:18:26.9838630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_export.py 2025-09-07T06:18:26.9839500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_run.py 2025-09-07T06:18:26.9840450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_init.py 2025-09-07T06:18:26.9841340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_remove.py 2025-09-07T06:18:26.9842280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_env.py 2025-09-07T06:18:26.9843190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/actions.py 2025-09-07T06:18:26.9844020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__init__.py 2025-09-07T06:18:26.9845050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_env_vars.py 2025-09-07T06:18:26.9845990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_info.py 2025-09-07T06:18:26.9847240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/helpers.cpython-313.pyc 2025-09-07T06:18:26.9848190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main.cpython-313.pyc 2025-09-07T06:18:26.9849350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_compare.cpython-313.pyc 2025-09-07T06:18:26.9850520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_mock_deactivate.cpython-313.pyc 2025-09-07T06:18:26.9851660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_init.cpython-313.pyc 2025-09-07T06:18:26.9852870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_env_create.cpython-313.pyc 2025-09-07T06:18:26.9854050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_env_config.cpython-313.pyc 2025-09-07T06:18:26.9855210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_info.cpython-313.pyc 2025-09-07T06:18:26.9856510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/actions.cpython-313.pyc 2025-09-07T06:18:26.9857610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_rename.cpython-313.pyc 2025-09-07T06:18:26.9858690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_env_list.cpython-313.pyc 2025-09-07T06:18:26.9859550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_mock_activate.cpython-313.pyc 2025-09-07T06:18:26.9860420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/common.cpython-313.pyc 2025-09-07T06:18:26.9861410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_env_remove.cpython-313.pyc 2025-09-07T06:18:26.9862490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_env_update.cpython-313.pyc 2025-09-07T06:18:26.9863320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_export.cpython-313.pyc 2025-09-07T06:18:26.9864200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_list.cpython-313.pyc 2025-09-07T06:18:26.9865130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_clean.cpython-313.pyc 2025-09-07T06:18:26.9866010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/python_api.cpython-313.pyc 2025-09-07T06:18:26.9866950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_notices.cpython-313.pyc 2025-09-07T06:18:26.9867860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/find_commands.cpython-313.pyc 2025-09-07T06:18:26.9869000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_config.cpython-313.pyc 2025-09-07T06:18:26.9870060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/install.cpython-313.pyc 2025-09-07T06:18:26.9871190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_run.cpython-313.pyc 2025-09-07T06:18:26.9872500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_commands.cpython-313.pyc 2025-09-07T06:18:26.9873530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_pip.cpython-313.pyc 2025-09-07T06:18:26.9874640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_create.cpython-313.pyc 2025-09-07T06:18:26.9875840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_env.cpython-313.pyc 2025-09-07T06:18:26.9877020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_package.cpython-313.pyc 2025-09-07T06:18:26.9878200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_search.cpython-313.pyc 2025-09-07T06:18:26.9879480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_install.cpython-313.pyc 2025-09-07T06:18:26.9880600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_update.cpython-313.pyc 2025-09-07T06:18:26.9881770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_env_vars.cpython-313.pyc 2025-09-07T06:18:26.9882890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.9884180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/conda_argparse.cpython-313.pyc 2025-09-07T06:18:26.9885250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_remove.cpython-313.pyc 2025-09-07T06:18:26.9886020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/find_commands.py 2025-09-07T06:18:26.9887030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_notices.py 2025-09-07T06:18:26.9888210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_search.py 2025-09-07T06:18:26.9888830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/python_api.py 2025-09-07T06:18:26.9889600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_pip.py 2025-09-07T06:18:26.9890630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_env_remove.py 2025-09-07T06:18:26.9891690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_mock_deactivate.py 2025-09-07T06:18:26.9892560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/common.py 2025-09-07T06:18:26.9893460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_list.py 2025-09-07T06:18:26.9894460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/conda_argparse.py 2025-09-07T06:18:26.9895270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/install.py 2025-09-07T06:18:26.9896280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_env_update.py 2025-09-07T06:18:26.9896990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main.py 2025-09-07T06:18:26.9897910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_env_create.py 2025-09-07T06:18:26.9898690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/helpers.py 2025-09-07T06:18:26.9899670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_commands.py 2025-09-07T06:18:26.9900890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_env_config.py 2025-09-07T06:18:26.9901750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_package.py 2025-09-07T06:18:26.9902660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/notices/fetch.py 2025-09-07T06:18:26.9903600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/notices/cache.py 2025-09-07T06:18:26.9904500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/notices/__init__.py 2025-09-07T06:18:26.9905460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/notices/core.py 2025-09-07T06:18:26.9906320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/notices/types.py 2025-09-07T06:18:26.9907500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/notices/__pycache__/views.cpython-313.pyc 2025-09-07T06:18:26.9908580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/notices/__pycache__/fetch.cpython-313.pyc 2025-09-07T06:18:26.9909740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/notices/__pycache__/core.cpython-313.pyc 2025-09-07T06:18:26.9911190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/notices/__pycache__/cache.cpython-313.pyc 2025-09-07T06:18:26.9912240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/notices/__pycache__/types.cpython-313.pyc 2025-09-07T06:18:26.9913460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/notices/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.9914370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/notices/views.py 2025-09-07T06:18:26.9915200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/env.py 2025-09-07T06:18:26.9916170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/specs/explicit.py 2025-09-07T06:18:26.9917330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/specs/__init__.py 2025-09-07T06:18:26.9918720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/specs/__pycache__/yaml_file.cpython-313.pyc 2025-09-07T06:18:26.9920010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/specs/__pycache__/requirements.cpython-313.pyc 2025-09-07T06:18:26.9921150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/specs/__pycache__/explicit.cpython-313.pyc 2025-09-07T06:18:26.9922160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/specs/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.9923350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/specs/__pycache__/binstar.cpython-313.pyc 2025-09-07T06:18:26.9924530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/specs/requirements.py 2025-09-07T06:18:26.9925660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/specs/yaml_file.py 2025-09-07T06:18:26.9926700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/specs/binstar.py 2025-09-07T06:18:26.9927530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/__init__.py 2025-09-07T06:18:26.9929050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/__pycache__/pip_util.cpython-313.pyc 2025-09-07T06:18:26.9930100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/__pycache__/env.cpython-313.pyc 2025-09-07T06:18:26.9931310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.9932070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/pip_util.py 2025-09-07T06:18:26.9932970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/installers/conda.py 2025-09-07T06:18:26.9934010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/installers/__init__.py 2025-09-07T06:18:26.9935450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/installers/__pycache__/conda.cpython-313.pyc 2025-09-07T06:18:26.9936660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/installers/__pycache__/base.cpython-313.pyc 2025-09-07T06:18:26.9937710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/installers/__pycache__/pip.cpython-313.pyc 2025-09-07T06:18:26.9938910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/installers/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.9939810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/installers/pip.py 2025-09-07T06:18:26.9940720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/installers/base.py 2025-09-07T06:18:26.9941660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/deprecations.py 2025-09-07T06:18:26.9942430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/api.py 2025-09-07T06:18:26.9943400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/__init__.py 2025-09-07T06:18:26.9944470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/solver_helpers.py 2025-09-07T06:18:26.9945300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/cases.py 2025-09-07T06:18:26.9946570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/__pycache__/helpers.cpython-313.pyc 2025-09-07T06:18:26.9947990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/__pycache__/integration.cpython-313.pyc 2025-09-07T06:18:26.9949040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/__pycache__/cases.cpython-313.pyc 2025-09-07T06:18:26.9950250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/__pycache__/fixtures.cpython-313.pyc 2025-09-07T06:18:26.9951470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/__pycache__/solver_helpers.cpython-313.pyc 2025-09-07T06:18:26.9952630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.9953690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/notices/__init__.py 2025-09-07T06:18:26.9954980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/notices/__pycache__/helpers.cpython-313.pyc 2025-09-07T06:18:26.9956220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/notices/__pycache__/fixtures.cpython-313.pyc 2025-09-07T06:18:26.9957410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/notices/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.9958250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/notices/helpers.py 2025-09-07T06:18:26.9959330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/notices/fixtures.py 2025-09-07T06:18:26.9960390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/integration.py 2025-09-07T06:18:26.9961410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/gateways/__init__.py 2025-09-07T06:18:26.9962600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/gateways/__pycache__/fixtures.cpython-313.pyc 2025-09-07T06:18:26.9963880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/gateways/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.9964850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/gateways/fixtures.py 2025-09-07T06:18:26.9965810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/helpers.py 2025-09-07T06:18:26.9966640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/fixtures.py 2025-09-07T06:18:26.9967550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/_os/unix.py 2025-09-07T06:18:26.9968400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/_os/__init__.py 2025-09-07T06:18:26.9969570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/_os/__pycache__/windows.cpython-313.pyc 2025-09-07T06:18:26.9970710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/_os/__pycache__/linux.cpython-313.pyc 2025-09-07T06:18:26.9971950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/_os/__pycache__/osx.cpython-313.pyc 2025-09-07T06:18:26.9973270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/_os/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.9974290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/_os/__pycache__/unix.cpython-313.pyc 2025-09-07T06:18:26.9975070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/_os/windows.py 2025-09-07T06:18:26.9975980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/_os/linux.py 2025-09-07T06:18:26.9976930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/_os/osx.py 2025-09-07T06:18:26.9978040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/configuration.py 2025-09-07T06:18:26.9978990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/signals.py 2025-09-07T06:18:26.9979790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/disk.py 2025-09-07T06:18:26.9980690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/_logic.py 2025-09-07T06:18:26.9981530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/toposort.py 2025-09-07T06:18:26.9982390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/compat.py 2025-09-07T06:18:26.9983520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/pkg_formats/__init__.py 2025-09-07T06:18:26.9984990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/pkg_formats/__pycache__/python.cpython-313.pyc 2025-09-07T06:18:26.9986120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/pkg_formats/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.9986970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/pkg_formats/python.py 2025-09-07T06:18:26.9988200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/path/directories.py 2025-09-07T06:18:26.9989210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/path/_cygpath.py 2025-09-07T06:18:26.9990210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/path/__init__.py 2025-09-07T06:18:26.9991520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/path/__pycache__/windows.cpython-313.pyc 2025-09-07T06:18:26.9992820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/path/__pycache__/directories.cpython-313.pyc 2025-09-07T06:18:26.9993980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/path/__pycache__/python.cpython-313.pyc 2025-09-07T06:18:26.9995210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/path/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:26.9996370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/path/__pycache__/_cygpath.cpython-313.pyc 2025-09-07T06:18:26.9997370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/path/python.py 2025-09-07T06:18:26.9998320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/path/windows.py 2025-09-07T06:18:26.9999250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/constants.py 2025-09-07T06:18:27.0000030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/io.py 2025-09-07T06:18:27.0001130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/__init__.py 2025-09-07T06:18:27.0002160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/serialize/__init__.py 2025-09-07T06:18:27.0003290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/serialize/__pycache__/json.cpython-313.pyc 2025-09-07T06:18:27.0004600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/serialize/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0005570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/serialize/json.py 2025-09-07T06:18:27.0006710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/__pycache__/io.cpython-313.pyc 2025-09-07T06:18:27.0007810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/__pycache__/_logic.cpython-313.pyc 2025-09-07T06:18:27.0009140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/__pycache__/toposort.cpython-313.pyc 2025-09-07T06:18:27.0010190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/__pycache__/iterators.cpython-313.pyc 2025-09-07T06:18:27.0011410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/__pycache__/compat.cpython-313.pyc 2025-09-07T06:18:27.0012580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/__pycache__/signals.cpython-313.pyc 2025-09-07T06:18:27.0013900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/__pycache__/configuration.cpython-313.pyc 2025-09-07T06:18:27.0015040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/__pycache__/constants.cpython-313.pyc 2025-09-07T06:18:27.0016240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/__pycache__/disk.cpython-313.pyc 2025-09-07T06:18:27.0017380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0018620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/__pycache__/url.cpython-313.pyc 2025-09-07T06:18:27.0019500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/__pycache__/logic.cpython-313.pyc 2025-09-07T06:18:27.0020110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/logic.py 2025-09-07T06:18:27.0020830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/url.py 2025-09-07T06:18:27.0021580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/iterators.py 2025-09-07T06:18:27.0022300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/exception_handler.py 2025-09-07T06:18:27.0022920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/utils.py 2025-09-07T06:18:27.0023680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/logging.py 2025-09-07T06:18:27.0024590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/connection/download.py 2025-09-07T06:18:27.0025350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/connection/session.py 2025-09-07T06:18:27.0026220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/connection/__init__.py 2025-09-07T06:18:27.0027230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/connection/__pycache__/session.cpython-313.pyc 2025-09-07T06:18:27.0028240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/connection/__pycache__/download.cpython-313.pyc 2025-09-07T06:18:27.0029410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/connection/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0030420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/connection/adapters/__init__.py 2025-09-07T06:18:27.0031740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/connection/adapters/__pycache__/s3.cpython-313.pyc 2025-09-07T06:18:27.0033410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/connection/adapters/__pycache__/localfs.cpython-313.pyc 2025-09-07T06:18:27.0034720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/connection/adapters/__pycache__/ftp.cpython-313.pyc 2025-09-07T06:18:27.0036070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/connection/adapters/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0037340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/connection/adapters/__pycache__/http.cpython-313.pyc 2025-09-07T06:18:27.0038530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/connection/adapters/localfs.py 2025-09-07T06:18:27.0039880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/connection/adapters/http.py 2025-09-07T06:18:27.0040950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/connection/adapters/s3.py 2025-09-07T06:18:27.0042080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/connection/adapters/ftp.py 2025-09-07T06:18:27.0043070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/anaconda_client.py 2025-09-07T06:18:27.0044000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/subprocess.py 2025-09-07T06:18:27.0045110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/repodata/jlap/fetch.py 2025-09-07T06:18:27.0046110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/repodata/jlap/interface.py 2025-09-07T06:18:27.0047080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/repodata/jlap/__init__.py 2025-09-07T06:18:27.0048290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/repodata/jlap/core.py 2025-09-07T06:18:27.0049750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/repodata/jlap/__pycache__/interface.cpython-313.pyc 2025-09-07T06:18:27.0050970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/repodata/jlap/__pycache__/fetch.cpython-313.pyc 2025-09-07T06:18:27.0052540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/repodata/jlap/__pycache__/core.cpython-313.pyc 2025-09-07T06:18:27.0054150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/repodata/jlap/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0055040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/repodata/__init__.py 2025-09-07T06:18:27.0056410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/repodata/__pycache__/lock.cpython-313.pyc 2025-09-07T06:18:27.0057620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/repodata/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0058460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/repodata/lock.py 2025-09-07T06:18:27.0059420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/__init__.py 2025-09-07T06:18:27.0060530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/__pycache__/logging.cpython-313.pyc 2025-09-07T06:18:27.0061790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/__pycache__/anaconda_client.cpython-313.pyc 2025-09-07T06:18:27.0062790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0063860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/__pycache__/subprocess.cpython-313.pyc 2025-09-07T06:18:27.0064690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/disk/update.py 2025-09-07T06:18:27.0065560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/disk/link.py 2025-09-07T06:18:27.0066480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/disk/delete.py 2025-09-07T06:18:27.0067410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/disk/create.py 2025-09-07T06:18:27.0068360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/disk/__init__.py 2025-09-07T06:18:27.0069510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/disk/__pycache__/link.cpython-313.pyc 2025-09-07T06:18:27.0070700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/disk/__pycache__/create.cpython-313.pyc 2025-09-07T06:18:27.0071940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/disk/__pycache__/delete.cpython-313.pyc 2025-09-07T06:18:27.0073170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/disk/__pycache__/update.cpython-313.pyc 2025-09-07T06:18:27.0074550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/disk/__pycache__/read.cpython-313.pyc 2025-09-07T06:18:27.0075700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/disk/__pycache__/test.cpython-313.pyc 2025-09-07T06:18:27.0077000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/disk/__pycache__/permissions.cpython-313.pyc 2025-09-07T06:18:27.0078130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/disk/__pycache__/lock.cpython-313.pyc 2025-09-07T06:18:27.0079400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/disk/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0080400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/disk/test.py 2025-09-07T06:18:27.0081280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/disk/lock.py 2025-09-07T06:18:27.0082230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/disk/permissions.py 2025-09-07T06:18:27.0083220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/disk/read.py 2025-09-07T06:18:27.0084030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/reporters.py 2025-09-07T06:18:27.0084800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/py.typed 2025-09-07T06:18:27.0085730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/exceptions.py 2025-09-07T06:18:27.0086800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/trust/signature_verification.py 2025-09-07T06:18:27.0087690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/trust/constants.py 2025-09-07T06:18:27.0088590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/trust/__init__.py 2025-09-07T06:18:27.0089860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/trust/__pycache__/constants.cpython-313.pyc 2025-09-07T06:18:27.0090900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/trust/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0092140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/trust/__pycache__/signature_verification.cpython-313.pyc 2025-09-07T06:18:27.0092980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/ish.py 2025-09-07T06:18:27.0093860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/compat.py 2025-09-07T06:18:27.0094680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/LICENSE 2025-09-07T06:18:27.0095550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/logz.py 2025-09-07T06:18:27.0096450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/__init__.py 2025-09-07T06:18:27.0097650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/__pycache__/logz.cpython-313.pyc 2025-09-07T06:18:27.0098770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/__pycache__/entity.cpython-313.pyc 2025-09-07T06:18:27.0099970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/__pycache__/compat.cpython-313.pyc 2025-09-07T06:18:27.0101000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/__pycache__/ish.cpython-313.pyc 2025-09-07T06:18:27.0102200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/__pycache__/decorators.cpython-313.pyc 2025-09-07T06:18:27.0103400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/__pycache__/exceptions.cpython-313.pyc 2025-09-07T06:18:27.0104520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/__pycache__/collection.cpython-313.pyc 2025-09-07T06:18:27.0105710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/__pycache__/type_coercion.cpython-313.pyc 2025-09-07T06:18:27.0106860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0107760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/collection.py 2025-09-07T06:18:27.0108530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/entity.py 2025-09-07T06:18:27.0109430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/type_coercion.py 2025-09-07T06:18:27.0110400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/exceptions.py 2025-09-07T06:18:27.0111310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/decorators.py 2025-09-07T06:18:27.0112250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/_vendor.py 2025-09-07T06:18:27.0113040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__main__.py 2025-09-07T06:18:27.0113920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/base/constants.py 2025-09-07T06:18:27.0114810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/base/__init__.py 2025-09-07T06:18:27.0115930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/base/__pycache__/context.cpython-313.pyc 2025-09-07T06:18:27.0117030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/base/__pycache__/constants.cpython-313.pyc 2025-09-07T06:18:27.0118120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/base/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0118890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/base/context.py 2025-09-07T06:18:27.0119810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/activate.py 2025-09-07T06:18:27.0120580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/history.py 2025-09-07T06:18:27.0121520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver-3.0.2.dist-info/RECORD 2025-09-07T06:18:27.0122510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver-3.0.2.dist-info/direct_url.json 2025-09-07T06:18:27.0123550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver-3.0.2.dist-info/WHEEL 2025-09-07T06:18:27.0124480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver-3.0.2.dist-info/entry_points.txt 2025-09-07T06:18:27.0125470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver-3.0.2.dist-info/top_level.txt 2025-09-07T06:18:27.0126500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver-3.0.2.dist-info/LICENSE.txt 2025-09-07T06:18:27.0127530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver-3.0.2.dist-info/REQUESTED 2025-09-07T06:18:27.0128470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver-3.0.2.dist-info/INSTALLER 2025-09-07T06:18:27.0129500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver-3.0.2.dist-info/METADATA 2025-09-07T06:18:27.0130560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/_ruamel_yaml.cpython-313-darwin.so 2025-09-07T06:18:27.0131610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/decrepit/__init__.py 2025-09-07T06:18:27.0133020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/decrepit/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0134120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py 2025-09-07T06:18:27.0135270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/decrepit/ciphers/__init__.py 2025-09-07T06:18:27.0136910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/decrepit/ciphers/__pycache__/algorithms.cpython-313.pyc 2025-09-07T06:18:27.0138230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/decrepit/ciphers/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0139260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/backends/__init__.py 2025-09-07T06:18:27.0140950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/backends/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0142090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/backends/openssl/backend.py 2025-09-07T06:18:27.0143250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/backends/openssl/__init__.py 2025-09-07T06:18:27.0144730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/backends/openssl/__pycache__/backend.cpython-313.pyc 2025-09-07T06:18:27.0145910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/backends/openssl/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0146770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/__init__.py 2025-09-07T06:18:27.0147900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/__pycache__/_oid.cpython-313.pyc 2025-09-07T06:18:27.0149020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0150430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/argon2.py 2025-09-07T06:18:27.0151920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/__init__.py 2025-09-07T06:18:27.0153380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/concatkdf.cpython-313.pyc 2025-09-07T06:18:27.0154730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/hkdf.cpython-313.pyc 2025-09-07T06:18:27.0155990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/kbkdf.cpython-313.pyc 2025-09-07T06:18:27.0157300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/argon2.cpython-313.pyc 2025-09-07T06:18:27.0158650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/scrypt.cpython-313.pyc 2025-09-07T06:18:27.0159980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/pbkdf2.cpython-313.pyc 2025-09-07T06:18:27.0161350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0162720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/x963kdf.cpython-313.pyc 2025-09-07T06:18:27.0163770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/scrypt.py 2025-09-07T06:18:27.0164840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/pbkdf2.py 2025-09-07T06:18:27.0165970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/hkdf.py 2025-09-07T06:18:27.0167120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/x963kdf.py 2025-09-07T06:18:27.0168210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/kbkdf.py 2025-09-07T06:18:27.0169370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py 2025-09-07T06:18:27.0170530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/_serialization.py 2025-09-07T06:18:27.0171650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/twofactor/totp.py 2025-09-07T06:18:27.0172850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/twofactor/__init__.py 2025-09-07T06:18:27.0174380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/twofactor/__pycache__/totp.cpython-313.pyc 2025-09-07T06:18:27.0175770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/twofactor/__pycache__/hotp.cpython-313.pyc 2025-09-07T06:18:27.0177250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/twofactor/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0178190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/twofactor/hotp.py 2025-09-07T06:18:27.0179480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/serialization/__init__.py 2025-09-07T06:18:27.0180680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/pkcs7.cpython-313.pyc 2025-09-07T06:18:27.0181770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/base.cpython-313.pyc 2025-09-07T06:18:27.0182870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/ssh.cpython-313.pyc 2025-09-07T06:18:27.0184200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/pkcs12.cpython-313.pyc 2025-09-07T06:18:27.0185150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0186010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/serialization/pkcs12.py 2025-09-07T06:18:27.0186930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/serialization/pkcs7.py 2025-09-07T06:18:27.0187830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/serialization/ssh.py 2025-09-07T06:18:27.0188750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/serialization/base.py 2025-09-07T06:18:27.0189720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/cmac.py 2025-09-07T06:18:27.0190820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/_asymmetric.py 2025-09-07T06:18:27.0191770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/__init__.py 2025-09-07T06:18:27.0193250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/__pycache__/poly1305.cpython-313.pyc 2025-09-07T06:18:27.0194680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/__pycache__/_asymmetric.cpython-313.pyc 2025-09-07T06:18:27.0196080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/__pycache__/_serialization.cpython-313.pyc 2025-09-07T06:18:27.0197730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/__pycache__/_cipheralgorithm.cpython-313.pyc 2025-09-07T06:18:27.0199160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/__pycache__/hashes.cpython-313.pyc 2025-09-07T06:18:27.0200470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/__pycache__/keywrap.cpython-313.pyc 2025-09-07T06:18:27.0201760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/__pycache__/hmac.cpython-313.pyc 2025-09-07T06:18:27.0203090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/__pycache__/cmac.cpython-313.pyc 2025-09-07T06:18:27.0204490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/__pycache__/constant_time.cpython-313.pyc 2025-09-07T06:18:27.0205810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0207290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/__pycache__/padding.cpython-313.pyc 2025-09-07T06:18:27.0208540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/_cipheralgorithm.py 2025-09-07T06:18:27.0209420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/poly1305.py 2025-09-07T06:18:27.0210620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/ciphers/algorithms.py 2025-09-07T06:18:27.0211730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/ciphers/aead.py 2025-09-07T06:18:27.0212810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/ciphers/__init__.py 2025-09-07T06:18:27.0214310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/base.cpython-313.pyc 2025-09-07T06:18:27.0215970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/modes.cpython-313.pyc 2025-09-07T06:18:27.0217480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/algorithms.cpython-313.pyc 2025-09-07T06:18:27.0218960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0220300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/aead.cpython-313.pyc 2025-09-07T06:18:27.0221470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/ciphers/modes.py 2025-09-07T06:18:27.0222820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/ciphers/base.py 2025-09-07T06:18:27.0224210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/constant_time.py 2025-09-07T06:18:27.0225350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/x448.py 2025-09-07T06:18:27.0226500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/ec.py 2025-09-07T06:18:27.0227670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/rsa.py 2025-09-07T06:18:27.0228800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/dh.py 2025-09-07T06:18:27.0230000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__init__.py 2025-09-07T06:18:27.0231240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/types.py 2025-09-07T06:18:27.0232950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/x25519.cpython-313.pyc 2025-09-07T06:18:27.0234380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ed25519.cpython-313.pyc 2025-09-07T06:18:27.0235730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/rsa.cpython-313.pyc 2025-09-07T06:18:27.0237090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ed448.cpython-313.pyc 2025-09-07T06:18:27.0238640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ec.cpython-313.pyc 2025-09-07T06:18:27.0240380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:27.0241700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/dh.cpython-313.pyc 2025-09-07T06:18:27.0243130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/x448.cpython-313.pyc 2025-09-07T06:18:27.0244530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/types.cpython-313.pyc 2025-09-07T06:18:27.0245910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0247170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/dsa.cpython-313.pyc 2025-09-07T06:18:27.0248450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/padding.cpython-313.pyc 2025-09-07T06:18:27.0249770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/utils.py 2025-09-07T06:18:27.0250910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/ed25519.py 2025-09-07T06:18:27.0251910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/dsa.py 2025-09-07T06:18:27.0253180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/ed448.py 2025-09-07T06:18:27.0254370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/x25519.py 2025-09-07T06:18:27.0255490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/padding.py 2025-09-07T06:18:27.0256520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/keywrap.py 2025-09-07T06:18:27.0257690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/hmac.py 2025-09-07T06:18:27.0258760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/hashes.py 2025-09-07T06:18:27.0259900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/padding.py 2025-09-07T06:18:27.0260680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/_oid.py 2025-09-07T06:18:27.0261770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/_openssl.pyi 2025-09-07T06:18:27.0262900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/__init__.pyi 2025-09-07T06:18:27.0263880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/x509.pyi 2025-09-07T06:18:27.0265030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/exceptions.pyi 2025-09-07T06:18:27.0266070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/ocsp.pyi 2025-09-07T06:18:27.0267220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/asn1.pyi 2025-09-07T06:18:27.0268350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/ed25519.pyi 2025-09-07T06:18:27.0269520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/ec.pyi 2025-09-07T06:18:27.0270580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/dsa.pyi 2025-09-07T06:18:27.0271700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/cmac.pyi 2025-09-07T06:18:27.0272870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/ciphers.pyi 2025-09-07T06:18:27.0274100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/__init__.pyi 2025-09-07T06:18:27.0275170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/hashes.pyi 2025-09-07T06:18:27.0276280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/kdf.pyi 2025-09-07T06:18:27.0277390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/rsa.pyi 2025-09-07T06:18:27.0278460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/keys.pyi 2025-09-07T06:18:27.0279530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/x448.pyi 2025-09-07T06:18:27.0280750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/x25519.pyi 2025-09-07T06:18:27.0282090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/ed448.pyi 2025-09-07T06:18:27.0283270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/poly1305.pyi 2025-09-07T06:18:27.0284490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/aead.pyi 2025-09-07T06:18:27.0285630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/dh.pyi 2025-09-07T06:18:27.0286760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/hmac.pyi 2025-09-07T06:18:27.0287700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/pkcs12.pyi 2025-09-07T06:18:27.0288910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/test_support.pyi 2025-09-07T06:18:27.0290030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/pkcs7.pyi 2025-09-07T06:18:27.0291080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/__init__.py 2025-09-07T06:18:27.0292380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0293570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust.abi3.so 2025-09-07T06:18:27.0294660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/openssl/__init__.py 2025-09-07T06:18:27.0302000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/openssl/__pycache__/_conditional.cpython-313.pyc 2025-09-07T06:18:27.0302790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/openssl/__pycache__/binding.cpython-313.pyc 2025-09-07T06:18:27.0303510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/openssl/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0304200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/openssl/_conditional.py 2025-09-07T06:18:27.0304720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/openssl/binding.py 2025-09-07T06:18:27.0305170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/__init__.py 2025-09-07T06:18:27.0305700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/__pycache__/fernet.cpython-313.pyc 2025-09-07T06:18:27.0306200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:27.0306760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/__pycache__/exceptions.cpython-313.pyc 2025-09-07T06:18:27.0307370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/__pycache__/__about__.cpython-313.pyc 2025-09-07T06:18:27.0308060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0308740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/x509/oid.py 2025-09-07T06:18:27.0309830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/x509/verification.py 2025-09-07T06:18:27.0310730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/x509/ocsp.py 2025-09-07T06:18:27.0311830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/x509/general_name.py 2025-09-07T06:18:27.0312690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/x509/__init__.py 2025-09-07T06:18:27.0314090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/x509/__pycache__/extensions.cpython-313.pyc 2025-09-07T06:18:27.0315370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/x509/__pycache__/verification.cpython-313.pyc 2025-09-07T06:18:27.0316290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/x509/__pycache__/base.cpython-313.pyc 2025-09-07T06:18:27.0317780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/x509/__pycache__/certificate_transparency.cpython-313.pyc 2025-09-07T06:18:27.0318870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/x509/__pycache__/ocsp.cpython-313.pyc 2025-09-07T06:18:27.0320040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/x509/__pycache__/name.cpython-313.pyc 2025-09-07T06:18:27.0321340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/x509/__pycache__/general_name.cpython-313.pyc 2025-09-07T06:18:27.0322510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/x509/__pycache__/oid.cpython-313.pyc 2025-09-07T06:18:27.0324010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/x509/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0325060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/x509/extensions.py 2025-09-07T06:18:27.0325860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/x509/name.py 2025-09-07T06:18:27.0326940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/x509/base.py 2025-09-07T06:18:27.0328280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/x509/certificate_transparency.py 2025-09-07T06:18:27.0329120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/utils.py 2025-09-07T06:18:27.0330090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/__about__.py 2025-09-07T06:18:27.0331090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/py.typed 2025-09-07T06:18:27.0332060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/exceptions.py 2025-09-07T06:18:27.0333130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/fernet.py 2025-09-07T06:18:27.0333830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/distro/__init__.py 2025-09-07T06:18:27.0334970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/distro/__pycache__/distro.cpython-313.pyc 2025-09-07T06:18:27.0336280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/distro/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:27.0337480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/distro/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0338190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/distro/py.typed 2025-09-07T06:18:27.0339140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/distro/distro.py 2025-09-07T06:18:27.0340000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/distro/__main__.py 2025-09-07T06:18:27.0341110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel.yaml.clib-0.2.12.dist-info/RECORD 2025-09-07T06:18:27.0341940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel.yaml.clib-0.2.12.dist-info/LICENSE 2025-09-07T06:18:27.0342870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel.yaml.clib-0.2.12.dist-info/direct_url.json 2025-09-07T06:18:27.0343680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel.yaml.clib-0.2.12.dist-info/WHEEL 2025-09-07T06:18:27.0344580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel.yaml.clib-0.2.12.dist-info/top_level.txt 2025-09-07T06:18:27.0345420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel.yaml.clib-0.2.12.dist-info/REQUESTED 2025-09-07T06:18:27.0346340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel.yaml.clib-0.2.12.dist-info/INSTALLER 2025-09-07T06:18:27.0347160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel.yaml.clib-0.2.12.dist-info/METADATA 2025-09-07T06:18:27.0348250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict-2.4.2.dist-info/RECORD 2025-09-07T06:18:27.0349410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict-2.4.2.dist-info/direct_url.json 2025-09-07T06:18:27.0350420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict-2.4.2.dist-info/WHEEL 2025-09-07T06:18:27.0351630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict-2.4.2.dist-info/top_level.txt 2025-09-07T06:18:27.0352660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict-2.4.2.dist-info/LICENSE.txt 2025-09-07T06:18:27.0353780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict-2.4.2.dist-info/REQUESTED 2025-09-07T06:18:27.0354930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict-2.4.2.dist-info/INSTALLER 2025-09-07T06:18:27.0355880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict-2.4.2.dist-info/METADATA 2025-09-07T06:18:27.0356640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpointer.py 2025-09-07T06:18:27.0357600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/tests/isatty_test.py 2025-09-07T06:18:27.0358620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/tests/initialise_test.py 2025-09-07T06:18:27.0359540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/tests/__init__.py 2025-09-07T06:18:27.0360810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/tests/__pycache__/winterm_test.cpython-313.pyc 2025-09-07T06:18:27.0361970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/tests/__pycache__/isatty_test.cpython-313.pyc 2025-09-07T06:18:27.0363270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/tests/__pycache__/initialise_test.cpython-313.pyc 2025-09-07T06:18:27.0364260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/tests/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:27.0365470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/tests/__pycache__/ansi_test.cpython-313.pyc 2025-09-07T06:18:27.0366800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/tests/__pycache__/ansitowin32_test.cpython-313.pyc 2025-09-07T06:18:27.0368060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/tests/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0369070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/tests/ansi_test.py 2025-09-07T06:18:27.0370070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/tests/utils.py 2025-09-07T06:18:27.0371250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/tests/winterm_test.py 2025-09-07T06:18:27.0372510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/tests/ansitowin32_test.py 2025-09-07T06:18:27.0373410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/__init__.py 2025-09-07T06:18:27.0374490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/win32.py 2025-09-07T06:18:27.0375700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/__pycache__/ansitowin32.cpython-313.pyc 2025-09-07T06:18:27.0376760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/__pycache__/ansi.cpython-313.pyc 2025-09-07T06:18:27.0377800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/__pycache__/win32.cpython-313.pyc 2025-09-07T06:18:27.0379010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/__pycache__/initialise.cpython-313.pyc 2025-09-07T06:18:27.0380280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/__pycache__/winterm.cpython-313.pyc 2025-09-07T06:18:27.0381550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0382410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/ansitowin32.py 2025-09-07T06:18:27.0383220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/ansi.py 2025-09-07T06:18:27.0384180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/winterm.py 2025-09-07T06:18:27.0385110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/initialise.py 2025-09-07T06:18:27.0386030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/_cffi_include.h 2025-09-07T06:18:27.0387140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/_imp_emulation.py 2025-09-07T06:18:27.0387900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/backend_ctypes.py 2025-09-07T06:18:27.0388590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/error.py 2025-09-07T06:18:27.0389620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/setuptools_ext.py 2025-09-07T06:18:27.0390700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/_shimmed_dist_utils.py 2025-09-07T06:18:27.0391630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/_cffi_errors.h 2025-09-07T06:18:27.0392590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__init__.py 2025-09-07T06:18:27.0393490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/cffi_opcode.py 2025-09-07T06:18:27.0394310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/vengine_gen.py 2025-09-07T06:18:27.0395390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__pycache__/vengine_cpy.cpython-313.pyc 2025-09-07T06:18:27.0396420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__pycache__/pkgconfig.cpython-313.pyc 2025-09-07T06:18:27.0397420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__pycache__/api.cpython-313.pyc 2025-09-07T06:18:27.0398420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__pycache__/cparser.cpython-313.pyc 2025-09-07T06:18:27.0399490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__pycache__/model.cpython-313.pyc 2025-09-07T06:18:27.0400630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__pycache__/commontypes.cpython-313.pyc 2025-09-07T06:18:27.0401880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__pycache__/backend_ctypes.cpython-313.pyc 2025-09-07T06:18:27.0403120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__pycache__/_shimmed_dist_utils.cpython-313.pyc 2025-09-07T06:18:27.0404270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__pycache__/ffiplatform.cpython-313.pyc 2025-09-07T06:18:27.0405360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__pycache__/error.cpython-313.pyc 2025-09-07T06:18:27.0406560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__pycache__/recompiler.cpython-313.pyc 2025-09-07T06:18:27.0407730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__pycache__/vengine_gen.cpython-313.pyc 2025-09-07T06:18:27.0408940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__pycache__/_imp_emulation.cpython-313.pyc 2025-09-07T06:18:27.0410200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__pycache__/setuptools_ext.cpython-313.pyc 2025-09-07T06:18:27.0411250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__pycache__/cffi_opcode.cpython-313.pyc 2025-09-07T06:18:27.0412280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__pycache__/lock.cpython-313.pyc 2025-09-07T06:18:27.0413390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0414380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__pycache__/verifier.cpython-313.pyc 2025-09-07T06:18:27.0415290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/pkgconfig.py 2025-09-07T06:18:27.0416090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/model.py 2025-09-07T06:18:27.0416910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/ffiplatform.py 2025-09-07T06:18:27.0417680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/api.py 2025-09-07T06:18:27.0418690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/vengine_cpy.py 2025-09-07T06:18:27.0419560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/_embedding.h 2025-09-07T06:18:27.0420330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/commontypes.py 2025-09-07T06:18:27.0421260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/lock.py 2025-09-07T06:18:27.0422230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/recompiler.py 2025-09-07T06:18:27.0423080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/cparser.py 2025-09-07T06:18:27.0423930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/verifier.py 2025-09-07T06:18:27.0424890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/parse_c_type.h 2025-09-07T06:18:27.0425850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests-2.32.4.dist-info/RECORD 2025-09-07T06:18:27.0426970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests-2.32.4.dist-info/licenses/LICENSE 2025-09-07T06:18:27.0427950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests-2.32.4.dist-info/direct_url.json 2025-09-07T06:18:27.0428980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests-2.32.4.dist-info/WHEEL 2025-09-07T06:18:27.0430120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests-2.32.4.dist-info/top_level.txt 2025-09-07T06:18:27.0431240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests-2.32.4.dist-info/REQUESTED 2025-09-07T06:18:27.0432210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests-2.32.4.dist-info/INSTALLER 2025-09-07T06:18:27.0433080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests-2.32.4.dist-info/METADATA 2025-09-07T06:18:27.0434010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring-25.6.0.dist-info/RECORD 2025-09-07T06:18:27.0434960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring-25.6.0.dist-info/LICENSE 2025-09-07T06:18:27.0436140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring-25.6.0.dist-info/direct_url.json 2025-09-07T06:18:27.0436950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring-25.6.0.dist-info/WHEEL 2025-09-07T06:18:27.0437970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring-25.6.0.dist-info/entry_points.txt 2025-09-07T06:18:27.0438990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring-25.6.0.dist-info/top_level.txt 2025-09-07T06:18:27.0439840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring-25.6.0.dist-info/REQUESTED 2025-09-07T06:18:27.0440980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring-25.6.0.dist-info/INSTALLER 2025-09-07T06:18:27.0441850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring-25.6.0.dist-info/METADATA 2025-09-07T06:18:27.0442810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/annotated_types-0.6.0.dist-info/RECORD 2025-09-07T06:18:27.0444020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/annotated_types-0.6.0.dist-info/licenses/LICENSE 2025-09-07T06:18:27.0445110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/annotated_types-0.6.0.dist-info/direct_url.json 2025-09-07T06:18:27.0446140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/annotated_types-0.6.0.dist-info/WHEEL 2025-09-07T06:18:27.0447120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/annotated_types-0.6.0.dist-info/REQUESTED 2025-09-07T06:18:27.0448290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/annotated_types-0.6.0.dist-info/INSTALLER 2025-09-07T06:18:27.0449590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/annotated_types-0.6.0.dist-info/METADATA 2025-09-07T06:18:27.0450630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy-2.0.5.dist-info/RECORD 2025-09-07T06:18:27.0451520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy-2.0.5.dist-info/LICENSE 2025-09-07T06:18:27.0452540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy-2.0.5.dist-info/direct_url.json 2025-09-07T06:18:27.0453440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy-2.0.5.dist-info/WHEEL 2025-09-07T06:18:27.0454550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy-2.0.5.dist-info/top_level.txt 2025-09-07T06:18:27.0455560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy-2.0.5.dist-info/REQUESTED 2025-09-07T06:18:27.0456650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy-2.0.5.dist-info/INSTALLER 2025-09-07T06:18:27.0457600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy-2.0.5.dist-info/METADATA 2025-09-07T06:18:27.0458550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/PySocks-1.7.1.dist-info/RECORD 2025-09-07T06:18:27.0459500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/PySocks-1.7.1.dist-info/LICENSE 2025-09-07T06:18:27.0460480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/PySocks-1.7.1.dist-info/direct_url.json 2025-09-07T06:18:27.0461370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/PySocks-1.7.1.dist-info/WHEEL 2025-09-07T06:18:27.0462410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/PySocks-1.7.1.dist-info/top_level.txt 2025-09-07T06:18:27.0463360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/PySocks-1.7.1.dist-info/REQUESTED 2025-09-07T06:18:27.0464340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/PySocks-1.7.1.dist-info/INSTALLER 2025-09-07T06:18:27.0465260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/PySocks-1.7.1.dist-info/METADATA 2025-09-07T06:18:27.0466430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/parser_block.py 2025-09-07T06:18:27.0467170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/tree.py 2025-09-07T06:18:27.0468220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/token.py 2025-09-07T06:18:27.0469140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/_punycode.py 2025-09-07T06:18:27.0470110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/renderer.py 2025-09-07T06:18:27.0471160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/html_block.py 2025-09-07T06:18:27.0471980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/list.py 2025-09-07T06:18:27.0473000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/fence.py 2025-09-07T06:18:27.0474030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/code.py 2025-09-07T06:18:27.0475130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/lheading.py 2025-09-07T06:18:27.0476150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/__init__.py 2025-09-07T06:18:27.0477540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/blockquote.cpython-313.pyc 2025-09-07T06:18:27.0478900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/heading.cpython-313.pyc 2025-09-07T06:18:27.0480160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/paragraph.cpython-313.pyc 2025-09-07T06:18:27.0481390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/state_block.cpython-313.pyc 2025-09-07T06:18:27.0482640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/list.cpython-313.pyc 2025-09-07T06:18:27.0483770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/hr.cpython-313.pyc 2025-09-07T06:18:27.0485000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/table.cpython-313.pyc 2025-09-07T06:18:27.0486200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/code.cpython-313.pyc 2025-09-07T06:18:27.0487500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/html_block.cpython-313.pyc 2025-09-07T06:18:27.0488770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/reference.cpython-313.pyc 2025-09-07T06:18:27.0490010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/fence.cpython-313.pyc 2025-09-07T06:18:27.0491310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0492730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/lheading.cpython-313.pyc 2025-09-07T06:18:27.0493710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/hr.py 2025-09-07T06:18:27.0494810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/heading.py 2025-09-07T06:18:27.0495960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/blockquote.py 2025-09-07T06:18:27.0496920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/paragraph.py 2025-09-07T06:18:27.0497990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/reference.py 2025-09-07T06:18:27.0498910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/table.py 2025-09-07T06:18:27.0500040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/state_block.py 2025-09-07T06:18:27.0500750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/ruler.py 2025-09-07T06:18:27.0501870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_core/smartquotes.py 2025-09-07T06:18:27.0502790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_core/normalize.py 2025-09-07T06:18:27.0503920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_core/replacements.py 2025-09-07T06:18:27.0504890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_core/__init__.py 2025-09-07T06:18:27.0506070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_core/__pycache__/block.cpython-313.pyc 2025-09-07T06:18:27.0507000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_core/__pycache__/state_core.cpython-313.pyc 2025-09-07T06:18:27.0508100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_core/__pycache__/normalize.cpython-313.pyc 2025-09-07T06:18:27.0509110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_core/__pycache__/linkify.cpython-313.pyc 2025-09-07T06:18:27.0509970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_core/__pycache__/inline.cpython-313.pyc 2025-09-07T06:18:27.0511020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_core/__pycache__/replacements.cpython-313.pyc 2025-09-07T06:18:27.0512000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_core/__pycache__/smartquotes.cpython-313.pyc 2025-09-07T06:18:27.0513010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_core/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0514050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_core/state_core.py 2025-09-07T06:18:27.0515410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_core/linkify.py 2025-09-07T06:18:27.0516320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_core/block.py 2025-09-07T06:18:27.0517390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_core/inline.py 2025-09-07T06:18:27.0518260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/__init__.py 2025-09-07T06:18:27.0519160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/parser_core.py 2025-09-07T06:18:27.0520380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/__pycache__/main.cpython-313.pyc 2025-09-07T06:18:27.0521450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/__pycache__/renderer.cpython-313.pyc 2025-09-07T06:18:27.0522590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/__pycache__/parser_block.cpython-313.pyc 2025-09-07T06:18:27.0523660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/__pycache__/ruler.cpython-313.pyc 2025-09-07T06:18:27.0524870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/__pycache__/parser_core.cpython-313.pyc 2025-09-07T06:18:27.0525980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/__pycache__/_compat.cpython-313.pyc 2025-09-07T06:18:27.0527020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/__pycache__/token.cpython-313.pyc 2025-09-07T06:18:27.0528090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:27.0529140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/__pycache__/tree.cpython-313.pyc 2025-09-07T06:18:27.0530570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/__pycache__/parser_inline.cpython-313.pyc 2025-09-07T06:18:27.0531630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/__pycache__/_punycode.cpython-313.pyc 2025-09-07T06:18:27.0532910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0533810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/cli/__init__.py 2025-09-07T06:18:27.0535150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/cli/__pycache__/parse.cpython-313.pyc 2025-09-07T06:18:27.0536380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/cli/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0537320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/cli/parse.py 2025-09-07T06:18:27.0538360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/port.yaml 2025-09-07T06:18:27.0539410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/common/__init__.py 2025-09-07T06:18:27.0541120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/common/__pycache__/normalize_url.cpython-313.pyc 2025-09-07T06:18:27.0542380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/common/__pycache__/html_re.cpython-313.pyc 2025-09-07T06:18:27.0543640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/common/__pycache__/entities.cpython-313.pyc 2025-09-07T06:18:27.0544830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/common/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:27.0546320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/common/__pycache__/html_blocks.cpython-313.pyc 2025-09-07T06:18:27.0547550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/common/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0548460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/common/html_blocks.py 2025-09-07T06:18:27.0549430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/common/html_re.py 2025-09-07T06:18:27.0550720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/common/utils.py 2025-09-07T06:18:27.0551780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/common/normalize_url.py 2025-09-07T06:18:27.0552640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/common/entities.py 2025-09-07T06:18:27.0553600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/utils.py 2025-09-07T06:18:27.0554620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/py.typed 2025-09-07T06:18:27.0555620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/link.py 2025-09-07T06:18:27.0556630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/escape.py 2025-09-07T06:18:27.0557650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/autolink.py 2025-09-07T06:18:27.0558800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/strikethrough.py 2025-09-07T06:18:27.0559870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/html_inline.py 2025-09-07T06:18:27.0560900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/__init__.py 2025-09-07T06:18:27.0561950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/state_inline.py 2025-09-07T06:18:27.0563370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/autolink.cpython-313.pyc 2025-09-07T06:18:27.0564800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/link.cpython-313.pyc 2025-09-07T06:18:27.0565910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/balance_pairs.cpython-313.pyc 2025-09-07T06:18:27.0567130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/image.cpython-313.pyc 2025-09-07T06:18:27.0568250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/entity.cpython-313.pyc 2025-09-07T06:18:27.0569520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/text.cpython-313.pyc 2025-09-07T06:18:27.0570910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/escape.cpython-313.pyc 2025-09-07T06:18:27.0572340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/backticks.cpython-313.pyc 2025-09-07T06:18:27.0573390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/html_inline.cpython-313.pyc 2025-09-07T06:18:27.0574700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/newline.cpython-313.pyc 2025-09-07T06:18:27.0575830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/emphasis.cpython-313.pyc 2025-09-07T06:18:27.0577110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/state_inline.cpython-313.pyc 2025-09-07T06:18:27.0578430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/text_collapse.cpython-313.pyc 2025-09-07T06:18:27.0579670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0580970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/strikethrough.cpython-313.pyc 2025-09-07T06:18:27.0582120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/text_collapse.py 2025-09-07T06:18:27.0583020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/text.py 2025-09-07T06:18:27.0584160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/backticks.py 2025-09-07T06:18:27.0585100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/entity.py 2025-09-07T06:18:27.0586150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/balance_pairs.py 2025-09-07T06:18:27.0587130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/newline.py 2025-09-07T06:18:27.0588220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/emphasis.py 2025-09-07T06:18:27.0589190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/image.py 2025-09-07T06:18:27.0590000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/_compat.py 2025-09-07T06:18:27.0591010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/parser_inline.py 2025-09-07T06:18:27.0592090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/presets/commonmark.py 2025-09-07T06:18:27.0593010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/presets/__init__.py 2025-09-07T06:18:27.0594210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/presets/__pycache__/zero.cpython-313.pyc 2025-09-07T06:18:27.0595490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/presets/__pycache__/commonmark.cpython-313.pyc 2025-09-07T06:18:27.0596950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/presets/__pycache__/default.cpython-313.pyc 2025-09-07T06:18:27.0598220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/presets/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0599160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/presets/zero.py 2025-09-07T06:18:27.0600260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/presets/default.py 2025-09-07T06:18:27.0601140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/main.py 2025-09-07T06:18:27.0602080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/helpers/__init__.py 2025-09-07T06:18:27.0603470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/helpers/__pycache__/parse_link_label.cpython-313.pyc 2025-09-07T06:18:27.0605010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/helpers/__pycache__/parse_link_title.cpython-313.pyc 2025-09-07T06:18:27.0606520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/helpers/__pycache__/parse_link_destination.cpython-313.pyc 2025-09-07T06:18:27.0607740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/helpers/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0608850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/helpers/parse_link_destination.py 2025-09-07T06:18:27.0609830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/helpers/parse_link_label.py 2025-09-07T06:18:27.0610780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/helpers/parse_link_title.py 2025-09-07T06:18:27.0611940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_telemetry-0.3.0.dist-info/RECORD 2025-09-07T06:18:27.0613350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_telemetry-0.3.0.dist-info/licenses/LICENSE 2025-09-07T06:18:27.0614610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_telemetry-0.3.0.dist-info/direct_url.json 2025-09-07T06:18:27.0615730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_telemetry-0.3.0.dist-info/WHEEL 2025-09-07T06:18:27.0617030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_telemetry-0.3.0.dist-info/entry_points.txt 2025-09-07T06:18:27.0618440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_telemetry-0.3.0.dist-info/REQUESTED 2025-09-07T06:18:27.0619530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_telemetry-0.3.0.dist-info/INSTALLER 2025-09-07T06:18:27.0620740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_telemetry-0.3.0.dist-info/METADATA 2025-09-07T06:18:27.0621590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich-13.9.4.dist-info/RECORD 2025-09-07T06:18:27.0622630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich-13.9.4.dist-info/LICENSE 2025-09-07T06:18:27.0623590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich-13.9.4.dist-info/direct_url.json 2025-09-07T06:18:27.0624500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich-13.9.4.dist-info/WHEEL 2025-09-07T06:18:27.0625470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich-13.9.4.dist-info/REQUESTED 2025-09-07T06:18:27.0626600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich-13.9.4.dist-info/INSTALLER 2025-09-07T06:18:27.0627580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich-13.9.4.dist-info/METADATA 2025-09-07T06:18:27.0628560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm-4.67.1.dist-info/RECORD 2025-09-07T06:18:27.0629630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm-4.67.1.dist-info/direct_url.json 2025-09-07T06:18:27.0630430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm-4.67.1.dist-info/WHEEL 2025-09-07T06:18:27.0631560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm-4.67.1.dist-info/entry_points.txt 2025-09-07T06:18:27.0632650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm-4.67.1.dist-info/top_level.txt 2025-09-07T06:18:27.0633630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm-4.67.1.dist-info/REQUESTED 2025-09-07T06:18:27.0634770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm-4.67.1.dist-info/INSTALLER 2025-09-07T06:18:27.0635880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm-4.67.1.dist-info/METADATA 2025-09-07T06:18:27.0636980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm-4.67.1.dist-info/LICENCE 2025-09-07T06:18:27.0638870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tests/data/recipes/activate_deactivate_package/src/etc/conda/activate.d/activate.bat 2025-09-07T06:18:27.0640570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tests/data/recipes/activate_deactivate_package/src/etc/conda/activate.d/activate.sh 2025-09-07T06:18:27.0642100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tests/data/recipes/activate_deactivate_package/src/etc/conda/deactivate.d/deactivate.bat 2025-09-07T06:18:27.0643590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tests/data/recipes/activate_deactivate_package/src/etc/conda/deactivate.d/deactivate.sh 2025-09-07T06:18:27.0644350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar-4.0.5.dist-info/RECORD 2025-09-07T06:18:27.0645430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar-4.0.5.dist-info/direct_url.json 2025-09-07T06:18:27.0646340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar-4.0.5.dist-info/WHEEL 2025-09-07T06:18:27.0647430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar-4.0.5.dist-info/top_level.txt 2025-09-07T06:18:27.0648390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar-4.0.5.dist-info/REQUESTED 2025-09-07T06:18:27.0649340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar-4.0.5.dist-info/INSTALLER 2025-09-07T06:18:27.0650310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar-4.0.5.dist-info/METADATA 2025-09-07T06:18:27.0651340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar-4.0.5.dist-info/LICENCE 2025-09-07T06:18:27.0652300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpatch-1.33.dist-info/RECORD 2025-09-07T06:18:27.0653230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpatch-1.33.dist-info/LICENSE 2025-09-07T06:18:27.0654300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpatch-1.33.dist-info/AUTHORS 2025-09-07T06:18:27.0655320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpatch-1.33.dist-info/direct_url.json 2025-09-07T06:18:27.0656220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpatch-1.33.dist-info/WHEEL 2025-09-07T06:18:27.0657450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpatch-1.33.dist-info/top_level.txt 2025-09-07T06:18:27.0658330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpatch-1.33.dist-info/REQUESTED 2025-09-07T06:18:27.0659220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpatch-1.33.dist-info/INSTALLER 2025-09-07T06:18:27.0660400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpatch-1.33.dist-info/METADATA 2025-09-07T06:18:27.0661520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_inspection-0.4.0.dist-info/RECORD 2025-09-07T06:18:27.0663060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_inspection-0.4.0.dist-info/licenses/LICENSE 2025-09-07T06:18:27.0664070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_inspection-0.4.0.dist-info/direct_url.json 2025-09-07T06:18:27.0665300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_inspection-0.4.0.dist-info/WHEEL 2025-09-07T06:18:27.0666650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_inspection-0.4.0.dist-info/REQUESTED 2025-09-07T06:18:27.0667660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_inspection-0.4.0.dist-info/INSTALLER 2025-09-07T06:18:27.0668870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_inspection-0.4.0.dist-info/METADATA 2025-09-07T06:18:27.0669730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpointer-3.0.0.dist-info/RECORD 2025-09-07T06:18:27.0670690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpointer-3.0.0.dist-info/licenses/AUTHORS 2025-09-07T06:18:27.0671560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpointer-3.0.0.dist-info/licenses/LICENSE.txt 2025-09-07T06:18:27.0672450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpointer-3.0.0.dist-info/direct_url.json 2025-09-07T06:18:27.0673180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpointer-3.0.0.dist-info/WHEEL 2025-09-07T06:18:27.0674020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpointer-3.0.0.dist-info/top_level.txt 2025-09-07T06:18:27.0674840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpointer-3.0.0.dist-info/REQUESTED 2025-09-07T06:18:27.0675680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpointer-3.0.0.dist-info/INSTALLER 2025-09-07T06:18:27.0676490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpointer-3.0.0.dist-info/METADATA 2025-09-07T06:18:27.0677090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna/intranges.py 2025-09-07T06:18:27.0677790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna/package_data.py 2025-09-07T06:18:27.0678400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna/compat.py 2025-09-07T06:18:27.0679060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna/idnadata.py 2025-09-07T06:18:27.0679730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna/__init__.py 2025-09-07T06:18:27.0680670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna/core.py 2025-09-07T06:18:27.0681760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna/__pycache__/codec.cpython-313.pyc 2025-09-07T06:18:27.0682770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna/__pycache__/core.cpython-313.pyc 2025-09-07T06:18:27.0683820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna/__pycache__/idnadata.cpython-313.pyc 2025-09-07T06:18:27.0684960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna/__pycache__/compat.cpython-313.pyc 2025-09-07T06:18:27.0686090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna/__pycache__/package_data.cpython-313.pyc 2025-09-07T06:18:27.0687210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna/__pycache__/uts46data.cpython-313.pyc 2025-09-07T06:18:27.0688280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna/__pycache__/intranges.cpython-313.pyc 2025-09-07T06:18:27.0689500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0690140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna/py.typed 2025-09-07T06:18:27.0691030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna/codec.py 2025-09-07T06:18:27.0691920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna/uts46data.py 2025-09-07T06:18:27.0692980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/models.py 2025-09-07T06:18:27.0694360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/_version.py 2025-09-07T06:18:27.0695260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/remote.py 2025-09-07T06:18:27.0696380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/local.py 2025-09-07T06:18:27.0697510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/__init__.py 2025-09-07T06:18:27.0698900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/__pycache__/api.cpython-313.pyc 2025-09-07T06:18:27.0700110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/__pycache__/local.cpython-313.pyc 2025-09-07T06:18:27.0701420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/__pycache__/plugin.cpython-313.pyc 2025-09-07T06:18:27.0702600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/__pycache__/path.cpython-313.pyc 2025-09-07T06:18:27.0703920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/__pycache__/exceptions.cpython-313.pyc 2025-09-07T06:18:27.0705090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/__pycache__/_version.cpython-313.pyc 2025-09-07T06:18:27.0706490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/__pycache__/models.cpython-313.pyc 2025-09-07T06:18:27.0707700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/__pycache__/remote.cpython-313.pyc 2025-09-07T06:18:27.0708850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0709750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/api.py 2025-09-07T06:18:27.0710860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/plugin.py 2025-09-07T06:18:27.0712050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/py.typed 2025-09-07T06:18:27.0713240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/exceptions.py 2025-09-07T06:18:27.0714320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/path.py 2025-09-07T06:18:27.0715480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/console/render.py 2025-09-07T06:18:27.0716540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/console/__init__.py 2025-09-07T06:18:27.0717990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/console/__pycache__/prompt.cpython-313.pyc 2025-09-07T06:18:27.0719310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/console/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0720740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/console/__pycache__/mappers.cpython-313.pyc 2025-09-07T06:18:27.0721930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/console/__pycache__/render.cpython-313.pyc 2025-09-07T06:18:27.0722940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/console/mappers.py 2025-09-07T06:18:27.0724210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/console/prompt.py 2025-09-07T06:18:27.0724920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkce/__init__.py 2025-09-07T06:18:27.0726150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkce/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0726950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkce/py.typed 2025-09-07T06:18:27.0727730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/metadata.py 2025-09-07T06:18:27.0728700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/macosx_libfile.py 2025-09-07T06:18:27.0729520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/util.py 2025-09-07T06:18:27.0730550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/_setuptools_logging.py 2025-09-07T06:18:27.0731520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/__init__.py 2025-09-07T06:18:27.0732790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/__pycache__/_bdist_wheel.cpython-313.pyc 2025-09-07T06:18:27.0733870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/__pycache__/bdist_wheel.cpython-313.pyc 2025-09-07T06:18:27.0734950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/__pycache__/metadata.cpython-313.pyc 2025-09-07T06:18:27.0736100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/__pycache__/util.cpython-313.pyc 2025-09-07T06:18:27.0737180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/__pycache__/macosx_libfile.cpython-313.pyc 2025-09-07T06:18:27.0738160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/__pycache__/wheelfile.cpython-313.pyc 2025-09-07T06:18:27.0739280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/__pycache__/_setuptools_logging.cpython-313.pyc 2025-09-07T06:18:27.0740330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:27.0741430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0748070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/cli/pack.py 2025-09-07T06:18:27.0748320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/cli/tags.py 2025-09-07T06:18:27.0748540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/cli/convert.py 2025-09-07T06:18:27.0748730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/cli/__init__.py 2025-09-07T06:18:27.0748950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/cli/__pycache__/pack.cpython-313.pyc 2025-09-07T06:18:27.0749160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/cli/__pycache__/tags.cpython-313.pyc 2025-09-07T06:18:27.0749390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/cli/__pycache__/unpack.cpython-313.pyc 2025-09-07T06:18:27.0750080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/cli/__pycache__/convert.cpython-313.pyc 2025-09-07T06:18:27.0751240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/cli/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0752050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/cli/unpack.py 2025-09-07T06:18:27.0752880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/bdist_wheel.py 2025-09-07T06:18:27.0753880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/tags.py 2025-09-07T06:18:27.0754980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/_musllinux.py 2025-09-07T06:18:27.0755970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/version.py 2025-09-07T06:18:27.0757080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/LICENSE 2025-09-07T06:18:27.0758150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/LICENSE.APACHE 2025-09-07T06:18:27.0759450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/__init__.py 2025-09-07T06:18:27.0760880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/markers.cpython-313.pyc 2025-09-07T06:18:27.0762580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/requirements.cpython-313.pyc 2025-09-07T06:18:27.0763840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/_musllinux.cpython-313.pyc 2025-09-07T06:18:27.0765200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:27.0766360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/tags.cpython-313.pyc 2025-09-07T06:18:27.0767720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/_tokenizer.cpython-313.pyc 2025-09-07T06:18:27.0768980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/_manylinux.cpython-313.pyc 2025-09-07T06:18:27.0770330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/_structures.cpython-313.pyc 2025-09-07T06:18:27.0771650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0773110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/specifiers.cpython-313.pyc 2025-09-07T06:18:27.0774280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:27.0775560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/_elffile.cpython-313.pyc 2025-09-07T06:18:27.0776750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/_parser.cpython-313.pyc 2025-09-07T06:18:27.0777700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/_parser.py 2025-09-07T06:18:27.0778670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/LICENSE.BSD 2025-09-07T06:18:27.0779640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/utils.py 2025-09-07T06:18:27.0780840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/requirements.py 2025-09-07T06:18:27.0781830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/_structures.py 2025-09-07T06:18:27.0783020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/markers.py 2025-09-07T06:18:27.0784000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/_manylinux.py 2025-09-07T06:18:27.0785140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/_tokenizer.py 2025-09-07T06:18:27.0786150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/specifiers.py 2025-09-07T06:18:27.0787060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/_elffile.py 2025-09-07T06:18:27.0788000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/vendor.txt 2025-09-07T06:18:27.0788910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/__init__.py 2025-09-07T06:18:27.0790340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0791220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/_bdist_wheel.py 2025-09-07T06:18:27.0792260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/wheelfile.py 2025-09-07T06:18:27.0793160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/__main__.py 2025-09-07T06:18:27.0794060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/_winconsole.py 2025-09-07T06:18:27.0794900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/_textwrap.py 2025-09-07T06:18:27.0795700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/globals.py 2025-09-07T06:18:27.0796630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/__init__.py 2025-09-07T06:18:27.0797440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/core.py 2025-09-07T06:18:27.0798220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/types.py 2025-09-07T06:18:27.0799360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/__pycache__/_winconsole.cpython-313.pyc 2025-09-07T06:18:27.0800600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/__pycache__/shell_completion.cpython-313.pyc 2025-09-07T06:18:27.0801660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/__pycache__/globals.cpython-313.pyc 2025-09-07T06:18:27.0802620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/__pycache__/core.cpython-313.pyc 2025-09-07T06:18:27.0803730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/__pycache__/_compat.cpython-313.pyc 2025-09-07T06:18:27.0804860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/__pycache__/_termui_impl.cpython-313.pyc 2025-09-07T06:18:27.0805920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/__pycache__/testing.cpython-313.pyc 2025-09-07T06:18:27.0807000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/__pycache__/decorators.cpython-313.pyc 2025-09-07T06:18:27.0808080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:27.0809350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/__pycache__/exceptions.cpython-313.pyc 2025-09-07T06:18:27.0810430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/__pycache__/formatting.cpython-313.pyc 2025-09-07T06:18:27.0811590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/__pycache__/types.cpython-313.pyc 2025-09-07T06:18:27.0812670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/__pycache__/termui.cpython-313.pyc 2025-09-07T06:18:27.0813840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/__pycache__/_textwrap.cpython-313.pyc 2025-09-07T06:18:27.0814990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0816140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/__pycache__/parser.cpython-313.pyc 2025-09-07T06:18:27.0816920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/formatting.py 2025-09-07T06:18:27.0817680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/parser.py 2025-09-07T06:18:27.0818480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/termui.py 2025-09-07T06:18:27.0819390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/utils.py 2025-09-07T06:18:27.0820310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/py.typed 2025-09-07T06:18:27.0821490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/exceptions.py 2025-09-07T06:18:27.0822860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/shell_completion.py 2025-09-07T06:18:27.0824070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/_compat.py 2025-09-07T06:18:27.0825110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/_termui_impl.py 2025-09-07T06:18:27.0826050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/testing.py 2025-09-07T06:18:27.0826930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/decorators.py 2025-09-07T06:18:27.0828250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base-0.5.2.dist-info/RECORD 2025-09-07T06:18:27.0829450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base-0.5.2.dist-info/licenses/LICENSE 2025-09-07T06:18:27.0830480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base-0.5.2.dist-info/direct_url.json 2025-09-07T06:18:27.0831550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base-0.5.2.dist-info/WHEEL 2025-09-07T06:18:27.0832750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base-0.5.2.dist-info/entry_points.txt 2025-09-07T06:18:27.0833840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base-0.5.2.dist-info/REQUESTED 2025-09-07T06:18:27.0834890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base-0.5.2.dist-info/INSTALLER 2025-09-07T06:18:27.0836000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base-0.5.2.dist-info/METADATA 2025-09-07T06:18:27.0836860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/certifi-2025.8.3.dist-info/RECORD 2025-09-07T06:18:27.0837690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/certifi-2025.8.3.dist-info/LICENSE 2025-09-07T06:18:27.0838600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/certifi-2025.8.3.dist-info/direct_url.json 2025-09-07T06:18:27.0839410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/certifi-2025.8.3.dist-info/WHEEL 2025-09-07T06:18:27.0840290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/certifi-2025.8.3.dist-info/top_level.txt 2025-09-07T06:18:27.0841140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/certifi-2025.8.3.dist-info/REQUESTED 2025-09-07T06:18:27.0841990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/certifi-2025.8.3.dist-info/INSTALLER 2025-09-07T06:18:27.0842830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/certifi-2025.8.3.dist-info/METADATA 2025-09-07T06:18:27.0843680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it_py-2.2.0.dist-info/RECORD 2025-09-07T06:18:27.0844540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it_py-2.2.0.dist-info/LICENSE 2025-09-07T06:18:27.0845610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it_py-2.2.0.dist-info/direct_url.json 2025-09-07T06:18:27.0846640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it_py-2.2.0.dist-info/WHEEL 2025-09-07T06:18:27.0847880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it_py-2.2.0.dist-info/entry_points.txt 2025-09-07T06:18:27.0849100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it_py-2.2.0.dist-info/LICENSE.markdown-it 2025-09-07T06:18:27.0850090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it_py-2.2.0.dist-info/REQUESTED 2025-09-07T06:18:27.0851080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it_py-2.2.0.dist-info/INSTALLER 2025-09-07T06:18:27.0852080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it_py-2.2.0.dist-info/METADATA 2025-09-07T06:18:27.0853050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_settings-2.6.1.dist-info/RECORD 2025-09-07T06:18:27.0854300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_settings-2.6.1.dist-info/licenses/LICENSE 2025-09-07T06:18:27.0855520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_settings-2.6.1.dist-info/direct_url.json 2025-09-07T06:18:27.0856620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_settings-2.6.1.dist-info/WHEEL 2025-09-07T06:18:27.0857820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_settings-2.6.1.dist-info/REQUESTED 2025-09-07T06:18:27.0858790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_settings-2.6.1.dist-info/INSTALLER 2025-09-07T06:18:27.0859880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_settings-2.6.1.dist-info/METADATA 2025-09-07T06:18:27.0860750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi-1.17.1.dist-info/RECORD 2025-09-07T06:18:27.0861700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi-1.17.1.dist-info/LICENSE 2025-09-07T06:18:27.0862750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi-1.17.1.dist-info/direct_url.json 2025-09-07T06:18:27.0863710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi-1.17.1.dist-info/WHEEL 2025-09-07T06:18:27.0864830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi-1.17.1.dist-info/entry_points.txt 2025-09-07T06:18:27.0865970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi-1.17.1.dist-info/top_level.txt 2025-09-07T06:18:27.0866970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi-1.17.1.dist-info/REQUESTED 2025-09-07T06:18:27.0868050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi-1.17.1.dist-info/INSTALLER 2025-09-07T06:18:27.0869030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi-1.17.1.dist-info/METADATA 2025-09-07T06:18:27.0869960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy/specs.py 2025-09-07T06:18:27.0870890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy/version.py 2025-09-07T06:18:27.0871780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy/__init__.pyi 2025-09-07T06:18:27.0872680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy/__init__.py 2025-09-07T06:18:27.0873770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy/bindings.cpython-313-darwin.so 2025-09-07T06:18:27.0874680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy/solver/libsolv.py 2025-09-07T06:18:27.0875780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy/solver/__init__.py 2025-09-07T06:18:27.0876960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy/solver/__pycache__/libsolv.cpython-313.pyc 2025-09-07T06:18:27.0878240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy/solver/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0879400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy/__pycache__/specs.cpython-313.pyc 2025-09-07T06:18:27.0880500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:27.0881750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0883080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:27.0883900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy/utils.py 2025-09-07T06:18:27.0885000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy/py.typed 2025-09-07T06:18:27.0886260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/__pycache__/sockshandler.cpython-313.pyc 2025-09-07T06:18:27.0887300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/__pycache__/jsonpatch.cpython-313.pyc 2025-09-07T06:18:27.0888560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/__pycache__/test_pycosat.cpython-313.pyc 2025-09-07T06:18:27.0889770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/__pycache__/jsonpointer.cpython-313.pyc 2025-09-07T06:18:27.0891370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/__pycache__/typing_extensions.cpython-313.pyc 2025-09-07T06:18:27.0892470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/__pycache__/socks.cpython-313.pyc 2025-09-07T06:18:27.0893360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham/posix/proc.py 2025-09-07T06:18:27.0894280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham/posix/__init__.py 2025-09-07T06:18:27.0895640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham/posix/__pycache__/_core.cpython-313.pyc 2025-09-07T06:18:27.0896850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham/posix/__pycache__/proc.cpython-313.pyc 2025-09-07T06:18:27.0898180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham/posix/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0899480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham/posix/__pycache__/ps.cpython-313.pyc 2025-09-07T06:18:27.0900540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham/posix/_core.py 2025-09-07T06:18:27.0901610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham/posix/ps.py 2025-09-07T06:18:27.0902510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham/__init__.py 2025-09-07T06:18:27.0903840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham/__pycache__/_core.cpython-313.pyc 2025-09-07T06:18:27.0904950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham/__pycache__/nt.cpython-313.pyc 2025-09-07T06:18:27.0906120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0906870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham/_core.py 2025-09-07T06:18:27.0907780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham/nt.py 2025-09-07T06:18:27.0908580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/xontrib/conda.xsh 2025-09-07T06:18:27.0909620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/python_dotenv-1.1.0.dist-info/RECORD 2025-09-07T06:18:27.0910600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/python_dotenv-1.1.0.dist-info/LICENSE 2025-09-07T06:18:27.0911820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/python_dotenv-1.1.0.dist-info/direct_url.json 2025-09-07T06:18:27.0912970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/python_dotenv-1.1.0.dist-info/WHEEL 2025-09-07T06:18:27.0914040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/python_dotenv-1.1.0.dist-info/entry_points.txt 2025-09-07T06:18:27.0915200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/python_dotenv-1.1.0.dist-info/top_level.txt 2025-09-07T06:18:27.0916240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/python_dotenv-1.1.0.dist-info/REQUESTED 2025-09-07T06:18:27.0917310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/python_dotenv-1.1.0.dist-info/INSTALLER 2025-09-07T06:18:27.0918510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/python_dotenv-1.1.0.dist-info/METADATA 2025-09-07T06:18:27.0919430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/PyJWT-2.10.1.dist-info/RECORD 2025-09-07T06:18:27.0920440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/PyJWT-2.10.1.dist-info/LICENSE 2025-09-07T06:18:27.0921610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/PyJWT-2.10.1.dist-info/direct_url.json 2025-09-07T06:18:27.0922530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/PyJWT-2.10.1.dist-info/WHEEL 2025-09-07T06:18:27.0923660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/PyJWT-2.10.1.dist-info/AUTHORS.rst 2025-09-07T06:18:27.0924620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/PyJWT-2.10.1.dist-info/top_level.txt 2025-09-07T06:18:27.0925780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/PyJWT-2.10.1.dist-info/REQUESTED 2025-09-07T06:18:27.0926820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/PyJWT-2.10.1.dist-info/INSTALLER 2025-09-07T06:18:27.0927780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/PyJWT-2.10.1.dist-info/METADATA 2025-09-07T06:18:27.0928660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/more_itertools/__init__.pyi 2025-09-07T06:18:27.0929480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/more_itertools/more.pyi 2025-09-07T06:18:27.0930480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/more_itertools/__init__.py 2025-09-07T06:18:27.0931670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/more_itertools/__pycache__/more.cpython-313.pyc 2025-09-07T06:18:27.0932780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/more_itertools/__pycache__/recipes.cpython-313.pyc 2025-09-07T06:18:27.0933930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/more_itertools/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0934680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/more_itertools/more.py 2025-09-07T06:18:27.0935640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/more_itertools/recipes.py 2025-09-07T06:18:27.0936600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/more_itertools/py.typed 2025-09-07T06:18:27.0937710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/more_itertools/recipes.pyi 2025-09-07T06:18:27.0938630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser-2.21.dist-info/RECORD 2025-09-07T06:18:27.0939740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser-2.21.dist-info/LICENSE 2025-09-07T06:18:27.0940800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser-2.21.dist-info/direct_url.json 2025-09-07T06:18:27.0941800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser-2.21.dist-info/WHEEL 2025-09-07T06:18:27.0942930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser-2.21.dist-info/top_level.txt 2025-09-07T06:18:27.0944030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser-2.21.dist-info/REQUESTED 2025-09-07T06:18:27.0945380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser-2.21.dist-info/INSTALLER 2025-09-07T06:18:27.0946660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser-2.21.dist-info/METADATA 2025-09-07T06:18:27.0947580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/md.py 2025-09-07T06:18:27.0948650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/version.py 2025-09-07T06:18:27.0949650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/legacy.py 2025-09-07T06:18:27.0950530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/models.py 2025-09-07T06:18:27.0951530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/__init__.py 2025-09-07T06:18:27.0952770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/__pycache__/constant.cpython-313.pyc 2025-09-07T06:18:27.0954000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/__pycache__/api.cpython-313.pyc 2025-09-07T06:18:27.0955200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/__pycache__/legacy.cpython-313.pyc 2025-09-07T06:18:27.0956620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:27.0957790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/__pycache__/models.cpython-313.pyc 2025-09-07T06:18:27.0958900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/__pycache__/md.cpython-313.pyc 2025-09-07T06:18:27.0960050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/__pycache__/cd.cpython-313.pyc 2025-09-07T06:18:27.0961320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:27.0962630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0964080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:27.0965450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/cli/__init__.py 2025-09-07T06:18:27.0966690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/cli/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:27.0967940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/cli/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.0968950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/cli/__main__.py 2025-09-07T06:18:27.0969950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/api.py 2025-09-07T06:18:27.0970970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/utils.py 2025-09-07T06:18:27.0971870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/py.typed 2025-09-07T06:18:27.0972970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/constant.py 2025-09-07T06:18:27.0973980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/__main__.py 2025-09-07T06:18:27.0974930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/cd.py 2025-09-07T06:18:27.0975990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/_cffi_backend.cpython-313-darwin.so 2025-09-07T06:18:27.0976780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/cookies.py 2025-09-07T06:18:27.0977680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/auth.py 2025-09-07T06:18:27.0978700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/sessions.py 2025-09-07T06:18:27.0979560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/hooks.py 2025-09-07T06:18:27.0980520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/compat.py 2025-09-07T06:18:27.0981400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/models.py 2025-09-07T06:18:27.0982170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/certs.py 2025-09-07T06:18:27.0983050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__init__.py 2025-09-07T06:18:27.0984010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/status_codes.py 2025-09-07T06:18:27.0984890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/packages.py 2025-09-07T06:18:27.0985850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__version__.py 2025-09-07T06:18:27.0987000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__pycache__/__version__.cpython-313.pyc 2025-09-07T06:18:27.0987960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__pycache__/api.cpython-313.pyc 2025-09-07T06:18:27.0989320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__pycache__/adapters.cpython-313.pyc 2025-09-07T06:18:27.0990400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__pycache__/_internal_utils.cpython-313.pyc 2025-09-07T06:18:27.0991450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__pycache__/compat.cpython-313.pyc 2025-09-07T06:18:27.0992610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__pycache__/sessions.cpython-313.pyc 2025-09-07T06:18:27.0993600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__pycache__/hooks.cpython-313.pyc 2025-09-07T06:18:27.0994660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:27.0995860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__pycache__/status_codes.cpython-313.pyc 2025-09-07T06:18:27.0996980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__pycache__/cookies.cpython-313.pyc 2025-09-07T06:18:27.0998300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__pycache__/exceptions.cpython-313.pyc 2025-09-07T06:18:27.0999280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__pycache__/models.cpython-313.pyc 2025-09-07T06:18:27.1000270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__pycache__/help.cpython-313.pyc 2025-09-07T06:18:27.1001450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__pycache__/packages.cpython-313.pyc 2025-09-07T06:18:27.1002600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__pycache__/auth.cpython-313.pyc 2025-09-07T06:18:27.1003550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__pycache__/certs.cpython-313.pyc 2025-09-07T06:18:27.1004360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1005270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__pycache__/structures.cpython-313.pyc 2025-09-07T06:18:27.1006040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/api.py 2025-09-07T06:18:27.1006980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/_internal_utils.py 2025-09-07T06:18:27.1008010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/utils.py 2025-09-07T06:18:27.1008900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/exceptions.py 2025-09-07T06:18:27.1009720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/structures.py 2025-09-07T06:18:27.1010670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/help.py 2025-09-07T06:18:27.1011640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/adapters.py 2025-09-07T06:18:27.1012820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust-0.2.0.dist-info/RECORD 2025-09-07T06:18:27.1014030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust-0.2.0.dist-info/licenses/AUTHORS.md 2025-09-07T06:18:27.1015310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust-0.2.0.dist-info/licenses/LICENSE 2025-09-07T06:18:27.1016500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust-0.2.0.dist-info/direct_url.json 2025-09-07T06:18:27.1017540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust-0.2.0.dist-info/WHEEL 2025-09-07T06:18:27.1018970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust-0.2.0.dist-info/entry_points.txt 2025-09-07T06:18:27.1020190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust-0.2.0.dist-info/REQUESTED 2025-09-07T06:18:27.1021390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust-0.2.0.dist-info/INSTALLER 2025-09-07T06:18:27.1022650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust-0.2.0.dist-info/METADATA 2025-09-07T06:18:27.1023830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/configuration.py 2025-09-07T06:18:27.1024650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/pyproject.py 2025-09-07T06:18:27.1025550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/network/auth.py 2025-09-07T06:18:27.1026460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/network/xmlrpc.py 2025-09-07T06:18:27.1027640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/network/download.py 2025-09-07T06:18:27.1028770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/network/session.py 2025-09-07T06:18:27.1029740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/network/cache.py 2025-09-07T06:18:27.1030840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/network/__init__.py 2025-09-07T06:18:27.1032180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/network/__pycache__/session.cpython-313.pyc 2025-09-07T06:18:27.1033460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/network/__pycache__/download.cpython-313.pyc 2025-09-07T06:18:27.1034810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-313.pyc 2025-09-07T06:18:27.1036000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/network/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:27.1037280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/network/__pycache__/cache.cpython-313.pyc 2025-09-07T06:18:27.1038610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-313.pyc 2025-09-07T06:18:27.1039710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/network/__pycache__/auth.cpython-313.pyc 2025-09-07T06:18:27.1040960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/network/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1041850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/network/utils.py 2025-09-07T06:18:27.1043150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/network/lazy_wheel.py 2025-09-07T06:18:27.1044170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cache.py 2025-09-07T06:18:27.1045060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/__init__.py 2025-09-07T06:18:27.1046060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/logging.py 2025-09-07T06:18:27.1047040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/misc.py 2025-09-07T06:18:27.1048040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/egg_link.py 2025-09-07T06:18:27.1049000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/compat.py 2025-09-07T06:18:27.1049920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/deprecation.py 2025-09-07T06:18:27.1050910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/subprocess.py 2025-09-07T06:18:27.1051850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/filesystem.py 2025-09-07T06:18:27.1053140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/direct_url_helpers.py 2025-09-07T06:18:27.1054500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__init__.py 2025-09-07T06:18:27.1055360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/_jaraco_text.py 2025-09-07T06:18:27.1056680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-313.pyc 2025-09-07T06:18:27.1057960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-313.pyc 2025-09-07T06:18:27.1059110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-313.pyc 2025-09-07T06:18:27.1060290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/urls.cpython-313.pyc 2025-09-07T06:18:27.1061840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-313.pyc 2025-09-07T06:18:27.1063070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-313.pyc 2025-09-07T06:18:27.1064150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-313.pyc 2025-09-07T06:18:27.1065450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/logging.cpython-313.pyc 2025-09-07T06:18:27.1066670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-313.pyc 2025-09-07T06:18:27.1068000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/compat.cpython-313.pyc 2025-09-07T06:18:27.1069290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-313.pyc 2025-09-07T06:18:27.1070830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-313.pyc 2025-09-07T06:18:27.1072000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/misc.cpython-313.pyc 2025-09-07T06:18:27.1073300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-313.pyc 2025-09-07T06:18:27.1074510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-313.pyc 2025-09-07T06:18:27.1075740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-313.pyc 2025-09-07T06:18:27.1076840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-313.pyc 2025-09-07T06:18:27.1078160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-313.pyc 2025-09-07T06:18:27.1079390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-313.pyc 2025-09-07T06:18:27.1080560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-313.pyc 2025-09-07T06:18:27.1081950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-313.pyc 2025-09-07T06:18:27.1083200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1084470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-313.pyc 2025-09-07T06:18:27.1085650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/_log.cpython-313.pyc 2025-09-07T06:18:27.1086860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/retry.cpython-313.pyc 2025-09-07T06:18:27.1088250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-313.pyc 2025-09-07T06:18:27.1088990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/temp_dir.py 2025-09-07T06:18:27.1090030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/retry.py 2025-09-07T06:18:27.1091140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/appdirs.py 2025-09-07T06:18:27.1092240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/setuptools_build.py 2025-09-07T06:18:27.1093230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/packaging.py 2025-09-07T06:18:27.1094330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/entrypoints.py 2025-09-07T06:18:27.1095530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/filetypes.py 2025-09-07T06:18:27.1096750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/compatibility_tags.py 2025-09-07T06:18:27.1097720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/datetime.py 2025-09-07T06:18:27.1098570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/urls.py 2025-09-07T06:18:27.1099540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/hashes.py 2025-09-07T06:18:27.1100620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/virtualenv.py 2025-09-07T06:18:27.1101650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/_log.py 2025-09-07T06:18:27.1102620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/glibc.py 2025-09-07T06:18:27.1103530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/wheel.py 2025-09-07T06:18:27.1104750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/unpacking.py 2025-09-07T06:18:27.1105650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/link.py 2025-09-07T06:18:27.1106930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/selection_prefs.py 2025-09-07T06:18:27.1108070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/direct_url.py 2025-09-07T06:18:27.1109000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/index.py 2025-09-07T06:18:27.1110180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/target_python.py 2025-09-07T06:18:27.1111270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/pylock.py 2025-09-07T06:18:27.1112310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/__init__.py 2025-09-07T06:18:27.1113760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/__pycache__/target_python.cpython-313.pyc 2025-09-07T06:18:27.1115000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/__pycache__/link.cpython-313.pyc 2025-09-07T06:18:27.1116390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/__pycache__/candidate.cpython-313.pyc 2025-09-07T06:18:27.1117490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/__pycache__/pylock.cpython-313.pyc 2025-09-07T06:18:27.1118670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/__pycache__/wheel.cpython-313.pyc 2025-09-07T06:18:27.1120150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-313.pyc 2025-09-07T06:18:27.1121530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-313.pyc 2025-09-07T06:18:27.1122900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/__pycache__/format_control.cpython-313.pyc 2025-09-07T06:18:27.1124000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-313.pyc 2025-09-07T06:18:27.1125180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/__pycache__/scheme.cpython-313.pyc 2025-09-07T06:18:27.1126510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/__pycache__/index.cpython-313.pyc 2025-09-07T06:18:27.1127750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-313.pyc 2025-09-07T06:18:27.1128810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1130020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/search_scope.py 2025-09-07T06:18:27.1130950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/candidate.py 2025-09-07T06:18:27.1132050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/format_control.py 2025-09-07T06:18:27.1133300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/installation_report.py 2025-09-07T06:18:27.1134180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/scheme.py 2025-09-07T06:18:27.1135280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/wheel.py 2025-09-07T06:18:27.1136550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/__pycache__/build_env.cpython-313.pyc 2025-09-07T06:18:27.1137670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/__pycache__/main.cpython-313.pyc 2025-09-07T06:18:27.1138900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/__pycache__/pyproject.cpython-313.pyc 2025-09-07T06:18:27.1140140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-313.pyc 2025-09-07T06:18:27.1141250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/__pycache__/exceptions.cpython-313.pyc 2025-09-07T06:18:27.1142590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/__pycache__/cache.cpython-313.pyc 2025-09-07T06:18:27.1143880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/__pycache__/configuration.cpython-313.pyc 2025-09-07T06:18:27.1145060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-313.pyc 2025-09-07T06:18:27.1146360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1147330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/cmdoptions.py 2025-09-07T06:18:27.1148210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/__init__.py 2025-09-07T06:18:27.1149430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/index_command.py 2025-09-07T06:18:27.1150380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/status_codes.py 2025-09-07T06:18:27.1151700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/__pycache__/main.cpython-313.pyc 2025-09-07T06:18:27.1152930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-313.pyc 2025-09-07T06:18:27.1154200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-313.pyc 2025-09-07T06:18:27.1155480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-313.pyc 2025-09-07T06:18:27.1156600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-313.pyc 2025-09-07T06:18:27.1157930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-313.pyc 2025-09-07T06:18:27.1159240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-313.pyc 2025-09-07T06:18:27.1160400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-313.pyc 2025-09-07T06:18:27.1161700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-313.pyc 2025-09-07T06:18:27.1163000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/__pycache__/index_command.cpython-313.pyc 2025-09-07T06:18:27.1164180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1165260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-313.pyc 2025-09-07T06:18:27.1166390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/__pycache__/parser.cpython-313.pyc 2025-09-07T06:18:27.1167180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/parser.py 2025-09-07T06:18:27.1168190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/command_context.py 2025-09-07T06:18:27.1169240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/spinners.py 2025-09-07T06:18:27.1170090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/autocompletion.py 2025-09-07T06:18:27.1170870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/base_command.py 2025-09-07T06:18:27.1171640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/main_parser.py 2025-09-07T06:18:27.1172430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/progress_bars.py 2025-09-07T06:18:27.1173140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/main.py 2025-09-07T06:18:27.1173920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/req_command.py 2025-09-07T06:18:27.1174890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/install/editable_legacy.py 2025-09-07T06:18:27.1175740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/install/__init__.py 2025-09-07T06:18:27.1176950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-313.pyc 2025-09-07T06:18:27.1178150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-313.pyc 2025-09-07T06:18:27.1179060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1179890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/install/wheel.py 2025-09-07T06:18:27.1180770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/check.py 2025-09-07T06:18:27.1181720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/__init__.py 2025-09-07T06:18:27.1183010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/__pycache__/check.cpython-313.pyc 2025-09-07T06:18:27.1184390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-313.pyc 2025-09-07T06:18:27.1185700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-313.pyc 2025-09-07T06:18:27.1186990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1187780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/freeze.py 2025-09-07T06:18:27.1189010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/build/wheel_legacy.py 2025-09-07T06:18:27.1190180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/build/metadata.py 2025-09-07T06:18:27.1191430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/build/metadata_editable.py 2025-09-07T06:18:27.1192520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/build/wheel_editable.py 2025-09-07T06:18:27.1193580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/build/__init__.py 2025-09-07T06:18:27.1195220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-313.pyc 2025-09-07T06:18:27.1196470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-313.pyc 2025-09-07T06:18:27.1197790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-313.pyc 2025-09-07T06:18:27.1199150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-313.pyc 2025-09-07T06:18:27.1200550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-313.pyc 2025-09-07T06:18:27.1201940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-313.pyc 2025-09-07T06:18:27.1203660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-313.pyc 2025-09-07T06:18:27.1204840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1205830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/build/metadata_legacy.py 2025-09-07T06:18:27.1206920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/build/wheel.py 2025-09-07T06:18:27.1208040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/build/build_tracker.py 2025-09-07T06:18:27.1209070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/prepare.py 2025-09-07T06:18:27.1210110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/req/req_install.py 2025-09-07T06:18:27.1211030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/req/req_set.py 2025-09-07T06:18:27.1212050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/req/req_uninstall.py 2025-09-07T06:18:27.1212980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/req/__init__.py 2025-09-07T06:18:27.1214320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/req/__pycache__/constructors.cpython-313.pyc 2025-09-07T06:18:27.1215660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/req/__pycache__/req_install.cpython-313.pyc 2025-09-07T06:18:27.1217130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/req/__pycache__/req_dependency_group.cpython-313.pyc 2025-09-07T06:18:27.1218330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/req/__pycache__/req_set.cpython-313.pyc 2025-09-07T06:18:27.1219580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-313.pyc 2025-09-07T06:18:27.1221150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/req/__pycache__/req_file.cpython-313.pyc 2025-09-07T06:18:27.1222240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/req/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1223410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/req/req_dependency_group.py 2025-09-07T06:18:27.1224360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/req/req_file.py 2025-09-07T06:18:27.1225330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/req/constructors.py 2025-09-07T06:18:27.1226560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/legacy/__init__.py 2025-09-07T06:18:27.1227790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-313.pyc 2025-09-07T06:18:27.1229120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1230210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/legacy/resolver.py 2025-09-07T06:18:27.1231310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/__init__.py 2025-09-07T06:18:27.1232540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/__pycache__/base.cpython-313.pyc 2025-09-07T06:18:27.1233940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1234760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/base.py 2025-09-07T06:18:27.1236110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/resolvelib/provider.py 2025-09-07T06:18:27.1237230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py 2025-09-07T06:18:27.1238400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/resolvelib/reporter.py 2025-09-07T06:18:27.1239610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/resolvelib/__init__.py 2025-09-07T06:18:27.1241140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-313.pyc 2025-09-07T06:18:27.1242420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-313.pyc 2025-09-07T06:18:27.1243810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-313.pyc 2025-09-07T06:18:27.1245260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-313.pyc 2025-09-07T06:18:27.1246730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-313.pyc 2025-09-07T06:18:27.1248310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-313.pyc 2025-09-07T06:18:27.1249540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-313.pyc 2025-09-07T06:18:27.1251140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-313.pyc 2025-09-07T06:18:27.1252190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1253370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/resolvelib/factory.py 2025-09-07T06:18:27.1254480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/resolvelib/requirements.py 2025-09-07T06:18:27.1255490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/resolvelib/resolver.py 2025-09-07T06:18:27.1256660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/resolvelib/candidates.py 2025-09-07T06:18:27.1257630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/resolvelib/base.py 2025-09-07T06:18:27.1258490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/vcs/git.py 2025-09-07T06:18:27.1259430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/vcs/__init__.py 2025-09-07T06:18:27.1260810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-313.pyc 2025-09-07T06:18:27.1262070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-313.pyc 2025-09-07T06:18:27.1263450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-313.pyc 2025-09-07T06:18:27.1264430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/vcs/__pycache__/git.cpython-313.pyc 2025-09-07T06:18:27.1265640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-313.pyc 2025-09-07T06:18:27.1266790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1267740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/vcs/mercurial.py 2025-09-07T06:18:27.1268620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/vcs/bazaar.py 2025-09-07T06:18:27.1269840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/vcs/versioncontrol.py 2025-09-07T06:18:27.1270780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/vcs/subversion.py 2025-09-07T06:18:27.1271750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/locations/__init__.py 2025-09-07T06:18:27.1273000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-313.pyc 2025-09-07T06:18:27.1274150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/locations/__pycache__/base.cpython-313.pyc 2025-09-07T06:18:27.1275500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-313.pyc 2025-09-07T06:18:27.1276740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1277790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/locations/_sysconfig.py 2025-09-07T06:18:27.1278900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/locations/_distutils.py 2025-09-07T06:18:27.1279880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/locations/base.py 2025-09-07T06:18:27.1281280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/index/collector.py 2025-09-07T06:18:27.1282310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/index/__init__.py 2025-09-07T06:18:27.1283610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/index/__pycache__/sources.cpython-313.pyc 2025-09-07T06:18:27.1284940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/index/__pycache__/collector.cpython-313.pyc 2025-09-07T06:18:27.1286200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-313.pyc 2025-09-07T06:18:27.1287300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/index/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1288280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/index/sources.py 2025-09-07T06:18:27.1289240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/index/package_finder.py 2025-09-07T06:18:27.1290240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/exceptions.py 2025-09-07T06:18:27.1291330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/configuration.py 2025-09-07T06:18:27.1292360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/show.py 2025-09-07T06:18:27.1293340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/list.py 2025-09-07T06:18:27.1294350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/check.py 2025-09-07T06:18:27.1295230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/index.py 2025-09-07T06:18:27.1296170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/completion.py 2025-09-07T06:18:27.1297060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/download.py 2025-09-07T06:18:27.1298060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/cache.py 2025-09-07T06:18:27.1299020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__init__.py 2025-09-07T06:18:27.1300320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/search.cpython-313.pyc 2025-09-07T06:18:27.1301450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/check.cpython-313.pyc 2025-09-07T06:18:27.1302650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/show.cpython-313.pyc 2025-09-07T06:18:27.1303980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/list.cpython-313.pyc 2025-09-07T06:18:27.1305380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/download.cpython-313.pyc 2025-09-07T06:18:27.1306640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-313.pyc 2025-09-07T06:18:27.1307850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/hash.cpython-313.pyc 2025-09-07T06:18:27.1309140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/debug.cpython-313.pyc 2025-09-07T06:18:27.1310450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-313.pyc 2025-09-07T06:18:27.1311630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/cache.cpython-313.pyc 2025-09-07T06:18:27.1313070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/help.cpython-313.pyc 2025-09-07T06:18:27.1314390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/install.cpython-313.pyc 2025-09-07T06:18:27.1315650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-313.pyc 2025-09-07T06:18:27.1317070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-313.pyc 2025-09-07T06:18:27.1318320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/completion.cpython-313.pyc 2025-09-07T06:18:27.1319530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/index.cpython-313.pyc 2025-09-07T06:18:27.1320730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/lock.cpython-313.pyc 2025-09-07T06:18:27.1322060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1323140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-313.pyc 2025-09-07T06:18:27.1324200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/hash.py 2025-09-07T06:18:27.1325350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/inspect.py 2025-09-07T06:18:27.1326340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/debug.py 2025-09-07T06:18:27.1327390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/uninstall.py 2025-09-07T06:18:27.1328420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/lock.py 2025-09-07T06:18:27.1329470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/freeze.py 2025-09-07T06:18:27.1330410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/search.py 2025-09-07T06:18:27.1331310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/install.py 2025-09-07T06:18:27.1332070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/help.py 2025-09-07T06:18:27.1332840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/wheel.py 2025-09-07T06:18:27.1333500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/main.py 2025-09-07T06:18:27.1334280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/wheel_builder.py 2025-09-07T06:18:27.1335060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/metadata/_json.py 2025-09-07T06:18:27.1335840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/metadata/__init__.py 2025-09-07T06:18:27.1336830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/metadata/__pycache__/base.cpython-313.pyc 2025-09-07T06:18:27.1337870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-313.pyc 2025-09-07T06:18:27.1338810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1339760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-313.pyc 2025-09-07T06:18:27.1340750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/metadata/pkg_resources.py 2025-09-07T06:18:27.1341930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_dists.py 2025-09-07T06:18:27.1342990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/metadata/importlib/__init__.py 2025-09-07T06:18:27.1344330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-313.pyc 2025-09-07T06:18:27.1345640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-313.pyc 2025-09-07T06:18:27.1346990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-313.pyc 2025-09-07T06:18:27.1348450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1349470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_compat.py 2025-09-07T06:18:27.1350530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_envs.py 2025-09-07T06:18:27.1351390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/metadata/base.py 2025-09-07T06:18:27.1352440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/distributions/__init__.py 2025-09-07T06:18:27.1353850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/distributions/__pycache__/base.cpython-313.pyc 2025-09-07T06:18:27.1355200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-313.pyc 2025-09-07T06:18:27.1356410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-313.pyc 2025-09-07T06:18:27.1357620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-313.pyc 2025-09-07T06:18:27.1358860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1359960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/distributions/sdist.py 2025-09-07T06:18:27.1361080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/distributions/installed.py 2025-09-07T06:18:27.1362120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/distributions/base.py 2025-09-07T06:18:27.1363190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/distributions/wheel.py 2025-09-07T06:18:27.1364290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py 2025-09-07T06:18:27.1365240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/build_env.py 2025-09-07T06:18:27.1366280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/tags.py 2025-09-07T06:18:27.1367320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/_musllinux.py 2025-09-07T06:18:27.1368200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/metadata.py 2025-09-07T06:18:27.1369150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/version.py 2025-09-07T06:18:27.1370400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/licenses/__init__.py 2025-09-07T06:18:27.1371470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/licenses/_spdx.py 2025-09-07T06:18:27.1372770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/licenses/__pycache__/_spdx.cpython-313.pyc 2025-09-07T06:18:27.1374010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/licenses/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1374880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/__init__.py 2025-09-07T06:18:27.1376270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-313.pyc 2025-09-07T06:18:27.1377520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-313.pyc 2025-09-07T06:18:27.1378890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-313.pyc 2025-09-07T06:18:27.1379950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:27.1381140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-313.pyc 2025-09-07T06:18:27.1382230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/__pycache__/metadata.cpython-313.pyc 2025-09-07T06:18:27.1383520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/__pycache__/_tokenizer.cpython-313.pyc 2025-09-07T06:18:27.1384700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-313.pyc 2025-09-07T06:18:27.1386090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-313.pyc 2025-09-07T06:18:27.1387320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1388610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-313.pyc 2025-09-07T06:18:27.1389930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:27.1391080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/__pycache__/_elffile.cpython-313.pyc 2025-09-07T06:18:27.1392350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/__pycache__/_parser.cpython-313.pyc 2025-09-07T06:18:27.1393340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/_parser.py 2025-09-07T06:18:27.1394240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/utils.py 2025-09-07T06:18:27.1395320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/requirements.py 2025-09-07T06:18:27.1396290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/_structures.py 2025-09-07T06:18:27.1397220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/markers.py 2025-09-07T06:18:27.1398080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/py.typed 2025-09-07T06:18:27.1399180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/_manylinux.py 2025-09-07T06:18:27.1400210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/_tokenizer.py 2025-09-07T06:18:27.1401290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/specifiers.py 2025-09-07T06:18:27.1402220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/_elffile.py 2025-09-07T06:18:27.1403110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/vendor.txt 2025-09-07T06:18:27.1404130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/truststore/_openssl.py 2025-09-07T06:18:27.1405180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/truststore/_api.py 2025-09-07T06:18:27.1406290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/truststore/_macos.py 2025-09-07T06:18:27.1407390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/truststore/__init__.py 2025-09-07T06:18:27.1408740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-313.pyc 2025-09-07T06:18:27.1409980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-313.pyc 2025-09-07T06:18:27.1411500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-313.pyc 2025-09-07T06:18:27.1412650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-313.pyc 2025-09-07T06:18:27.1414170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-313.pyc 2025-09-07T06:18:27.1415410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1416590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/truststore/_ssl_constants.py 2025-09-07T06:18:27.1417430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/truststore/py.typed 2025-09-07T06:18:27.1418440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/truststore/_windows.py 2025-09-07T06:18:27.1419690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/msgpack/__init__.py 2025-09-07T06:18:27.1420980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-313.pyc 2025-09-07T06:18:27.1422390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-313.pyc 2025-09-07T06:18:27.1423460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-313.pyc 2025-09-07T06:18:27.1424760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1425670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/msgpack/exceptions.py 2025-09-07T06:18:27.1426720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/msgpack/fallback.py 2025-09-07T06:18:27.1427490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/msgpack/ext.py 2025-09-07T06:18:27.1428870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/dependency_groups/_lint_dependency_groups.py 2025-09-07T06:18:27.1429820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/dependency_groups/__init__.py 2025-09-07T06:18:27.1431390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/dependency_groups/__pycache__/_implementation.cpython-313.pyc 2025-09-07T06:18:27.1432650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/dependency_groups/__pycache__/_toml_compat.cpython-313.pyc 2025-09-07T06:18:27.1433990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/dependency_groups/__pycache__/_pip_wrapper.cpython-313.pyc 2025-09-07T06:18:27.1435460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/dependency_groups/__pycache__/_lint_dependency_groups.cpython-313.pyc 2025-09-07T06:18:27.1437030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/dependency_groups/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:27.1438230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/dependency_groups/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1439350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/dependency_groups/_pip_wrapper.py 2025-09-07T06:18:27.1440510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/dependency_groups/_implementation.py 2025-09-07T06:18:27.1441580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/dependency_groups/py.typed 2025-09-07T06:18:27.1442590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/dependency_groups/_toml_compat.py 2025-09-07T06:18:27.1443780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/dependency_groups/__main__.py 2025-09-07T06:18:27.1445060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/filters/__init__.py 2025-09-07T06:18:27.1446290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1447310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/modeline.py 2025-09-07T06:18:27.1448370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/console.py 2025-09-07T06:18:27.1449240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/scanner.py 2025-09-07T06:18:27.1450270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/formatter.py 2025-09-07T06:18:27.1451270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/lexers/__init__.py 2025-09-07T06:18:27.1452850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-313.pyc 2025-09-07T06:18:27.1454150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-313.pyc 2025-09-07T06:18:27.1455400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1456510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/lexers/python.py 2025-09-07T06:18:27.1457640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/lexers/_mapping.py 2025-09-07T06:18:27.1458530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/token.py 2025-09-07T06:18:27.1459690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/style.py 2025-09-07T06:18:27.1460690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/util.py 2025-09-07T06:18:27.1461710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/sphinxext.py 2025-09-07T06:18:27.1462830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/__init__.py 2025-09-07T06:18:27.1464100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/formatters/__init__.py 2025-09-07T06:18:27.1465590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-313.pyc 2025-09-07T06:18:27.1466900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1467890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/formatters/_mapping.py 2025-09-07T06:18:27.1469170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-313.pyc 2025-09-07T06:18:27.1470460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-313.pyc 2025-09-07T06:18:27.1471690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-313.pyc 2025-09-07T06:18:27.1472940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-313.pyc 2025-09-07T06:18:27.1474310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-313.pyc 2025-09-07T06:18:27.1475500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-313.pyc 2025-09-07T06:18:27.1476700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-313.pyc 2025-09-07T06:18:27.1478040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-313.pyc 2025-09-07T06:18:27.1479350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-313.pyc 2025-09-07T06:18:27.1480640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-313.pyc 2025-09-07T06:18:27.1481830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-313.pyc 2025-09-07T06:18:27.1482960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-313.pyc 2025-09-07T06:18:27.1484300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:27.1485430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1486580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-313.pyc 2025-09-07T06:18:27.1487570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/styles/__init__.py 2025-09-07T06:18:27.1488890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/styles/__pycache__/_mapping.cpython-313.pyc 2025-09-07T06:18:27.1490150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1491130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/styles/_mapping.py 2025-09-07T06:18:27.1492140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/unistring.py 2025-09-07T06:18:27.1493040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/lexer.py 2025-09-07T06:18:27.1493820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/regexopt.py 2025-09-07T06:18:27.1494570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/plugin.py 2025-09-07T06:18:27.1495330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/filter.py 2025-09-07T06:18:27.1496110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/__main__.py 2025-09-07T06:18:27.1496870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/w64-arm.exe 2025-09-07T06:18:27.1497580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/w32.exe 2025-09-07T06:18:27.1498360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/locators.py 2025-09-07T06:18:27.1499120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/metadata.py 2025-09-07T06:18:27.1499880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/version.py 2025-09-07T06:18:27.1505010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/compat.py 2025-09-07T06:18:27.1505270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/index.py 2025-09-07T06:18:27.1505520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/manifest.py 2025-09-07T06:18:27.1505740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/util.py 2025-09-07T06:18:27.1505950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/database.py 2025-09-07T06:18:27.1506120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/t32.exe 2025-09-07T06:18:27.1506310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/__init__.py 2025-09-07T06:18:27.1506940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-313.pyc 2025-09-07T06:18:27.1508190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-313.pyc 2025-09-07T06:18:27.1509340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-313.pyc 2025-09-07T06:18:27.1510660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-313.pyc 2025-09-07T06:18:27.1512080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-313.pyc 2025-09-07T06:18:27.1513440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-313.pyc 2025-09-07T06:18:27.1514710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-313.pyc 2025-09-07T06:18:27.1515920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-313.pyc 2025-09-07T06:18:27.1517210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-313.pyc 2025-09-07T06:18:27.1518500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1519770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:27.1520890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-313.pyc 2025-09-07T06:18:27.1522190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-313.pyc 2025-09-07T06:18:27.1523120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/w64.exe 2025-09-07T06:18:27.1524230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/markers.py 2025-09-07T06:18:27.1525240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/resources.py 2025-09-07T06:18:27.1526390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/t64-arm.exe 2025-09-07T06:18:27.1527630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/scripts.py 2025-09-07T06:18:27.1528500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/t64.exe 2025-09-07T06:18:27.1529610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/wheel.py 2025-09-07T06:18:27.1530430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distro/__init__.py 2025-09-07T06:18:27.1531720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-313.pyc 2025-09-07T06:18:27.1533060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:27.1534450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1535340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distro/py.typed 2025-09-07T06:18:27.1536240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distro/distro.py 2025-09-07T06:18:27.1537490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distro/__main__.py 2025-09-07T06:18:27.1538630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/serialize.py 2025-09-07T06:18:27.1539570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/wrapper.py 2025-09-07T06:18:27.1540710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/controller.py 2025-09-07T06:18:27.1542010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/filewrapper.py 2025-09-07T06:18:27.1543060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/heuristics.py 2025-09-07T06:18:27.1544040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/adapter.py 2025-09-07T06:18:27.1544990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/cache.py 2025-09-07T06:18:27.1546070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/__init__.py 2025-09-07T06:18:27.1547420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-313.pyc 2025-09-07T06:18:27.1548660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-313.pyc 2025-09-07T06:18:27.1550120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-313.pyc 2025-09-07T06:18:27.1551200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-313.pyc 2025-09-07T06:18:27.1552420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-313.pyc 2025-09-07T06:18:27.1553780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-313.pyc 2025-09-07T06:18:27.1554970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-313.pyc 2025-09-07T06:18:27.1556130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1557410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-313.pyc 2025-09-07T06:18:27.1558450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/py.typed 2025-09-07T06:18:27.1559340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/_cmd.py 2025-09-07T06:18:27.1560450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py 2025-09-07T06:18:27.1561440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/caches/__init__.py 2025-09-07T06:18:27.1562800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-313.pyc 2025-09-07T06:18:27.1564110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1565420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-313.pyc 2025-09-07T06:18:27.1566750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py 2025-09-07T06:18:27.1567680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/idna/intranges.py 2025-09-07T06:18:27.1568720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/idna/package_data.py 2025-09-07T06:18:27.1569600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/idna/compat.py 2025-09-07T06:18:27.1570520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/idna/idnadata.py 2025-09-07T06:18:27.1571570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/idna/__init__.py 2025-09-07T06:18:27.1572710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/idna/core.py 2025-09-07T06:18:27.1574080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-313.pyc 2025-09-07T06:18:27.1575120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/idna/__pycache__/core.cpython-313.pyc 2025-09-07T06:18:27.1576540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-313.pyc 2025-09-07T06:18:27.1577800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-313.pyc 2025-09-07T06:18:27.1579060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-313.pyc 2025-09-07T06:18:27.1580350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-313.pyc 2025-09-07T06:18:27.1581530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-313.pyc 2025-09-07T06:18:27.1582620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1583370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/idna/py.typed 2025-09-07T06:18:27.1584260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/idna/codec.py 2025-09-07T06:18:27.1585330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/idna/uts46data.py 2025-09-07T06:18:27.1586460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/__init__.py 2025-09-07T06:18:27.1587710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-313.pyc 2025-09-07T06:18:27.1588970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1590090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/cookies.py 2025-09-07T06:18:27.1590970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/auth.py 2025-09-07T06:18:27.1592330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/sessions.py 2025-09-07T06:18:27.1593260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/hooks.py 2025-09-07T06:18:27.1594220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/compat.py 2025-09-07T06:18:27.1595150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/models.py 2025-09-07T06:18:27.1596080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/certs.py 2025-09-07T06:18:27.1597150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__init__.py 2025-09-07T06:18:27.1598130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/status_codes.py 2025-09-07T06:18:27.1599160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/packages.py 2025-09-07T06:18:27.1600140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__version__.py 2025-09-07T06:18:27.1601480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-313.pyc 2025-09-07T06:18:27.1602520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__pycache__/api.cpython-313.pyc 2025-09-07T06:18:27.1603790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-313.pyc 2025-09-07T06:18:27.1604990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-313.pyc 2025-09-07T06:18:27.1606090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-313.pyc 2025-09-07T06:18:27.1607670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-313.pyc 2025-09-07T06:18:27.1608840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-313.pyc 2025-09-07T06:18:27.1610160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:27.1611340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-313.pyc 2025-09-07T06:18:27.1612500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-313.pyc 2025-09-07T06:18:27.1613990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-313.pyc 2025-09-07T06:18:27.1615380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__pycache__/models.cpython-313.pyc 2025-09-07T06:18:27.1616600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__pycache__/help.cpython-313.pyc 2025-09-07T06:18:27.1617790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-313.pyc 2025-09-07T06:18:27.1618980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-313.pyc 2025-09-07T06:18:27.1620200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-313.pyc 2025-09-07T06:18:27.1621420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1622780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-313.pyc 2025-09-07T06:18:27.1623800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/api.py 2025-09-07T06:18:27.1624890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/_internal_utils.py 2025-09-07T06:18:27.1625830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/utils.py 2025-09-07T06:18:27.1626920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/exceptions.py 2025-09-07T06:18:27.1627920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/structures.py 2025-09-07T06:18:27.1628830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/help.py 2025-09-07T06:18:27.1629780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/adapters.py 2025-09-07T06:18:27.1630760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/tomli/_types.py 2025-09-07T06:18:27.1631710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/tomli/__init__.py 2025-09-07T06:18:27.1632940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-313.pyc 2025-09-07T06:18:27.1634110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-313.pyc 2025-09-07T06:18:27.1635280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1636630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-313.pyc 2025-09-07T06:18:27.1637540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/tomli/_parser.py 2025-09-07T06:18:27.1638430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/tomli/_re.py 2025-09-07T06:18:27.1639460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/tomli/py.typed 2025-09-07T06:18:27.1640500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/certifi/__init__.py 2025-09-07T06:18:27.1641460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/certifi/core.py 2025-09-07T06:18:27.1642880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-313.pyc 2025-09-07T06:18:27.1644210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:27.1645380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1646380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/certifi/py.typed 2025-09-07T06:18:27.1647250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/certifi/cacert.pem 2025-09-07T06:18:27.1648190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/certifi/__main__.py 2025-09-07T06:18:27.1649190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_impl.py 2025-09-07T06:18:27.1650240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/__init__.py 2025-09-07T06:18:27.1651590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-313.pyc 2025-09-07T06:18:27.1652860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1654070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py 2025-09-07T06:18:27.1655320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py 2025-09-07T06:18:27.1656690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-313.pyc 2025-09-07T06:18:27.1657790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1658500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/py.typed 2025-09-07T06:18:27.1659330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/themes.py 2025-09-07T06:18:27.1660230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/screen.py 2025-09-07T06:18:27.1661310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/logging.py 2025-09-07T06:18:27.1662210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/measure.py 2025-09-07T06:18:27.1663040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/tree.py 2025-09-07T06:18:27.1663920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/console.py 2025-09-07T06:18:27.1664960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/live_render.py 2025-09-07T06:18:27.1666020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_emoji_codes.py 2025-09-07T06:18:27.1666780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/box.py 2025-09-07T06:18:27.1667850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/color.py 2025-09-07T06:18:27.1668760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_timer.py 2025-09-07T06:18:27.1669790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_fileno.py 2025-09-07T06:18:27.1670670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/align.py 2025-09-07T06:18:27.1671690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/theme.py 2025-09-07T06:18:27.1672620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/style.py 2025-09-07T06:18:27.1673810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/default_styles.py 2025-09-07T06:18:27.1674610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_wrap.py 2025-09-07T06:18:27.1675660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_log_render.py 2025-09-07T06:18:27.1676610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/emoji.py 2025-09-07T06:18:27.1677560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/layout.py 2025-09-07T06:18:27.1678730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/containers.py 2025-09-07T06:18:27.1679780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_emoji_replace.py 2025-09-07T06:18:27.1680660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/traceback.py 2025-09-07T06:18:27.1681520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/region.py 2025-09-07T06:18:27.1682570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/protocol.py 2025-09-07T06:18:27.1683430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_loop.py 2025-09-07T06:18:27.1684510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/control.py 2025-09-07T06:18:27.1685550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/filesize.py 2025-09-07T06:18:27.1686540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_null_file.py 2025-09-07T06:18:27.1687670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_palettes.py 2025-09-07T06:18:27.1688610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__init__.py 2025-09-07T06:18:27.1689500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_pick.py 2025-09-07T06:18:27.1690410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/file_proxy.py 2025-09-07T06:18:27.1691700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-313.pyc 2025-09-07T06:18:27.1692920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-313.pyc 2025-09-07T06:18:27.1694140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-313.pyc 2025-09-07T06:18:27.1695440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/color.cpython-313.pyc 2025-09-07T06:18:27.1696860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-313.pyc 2025-09-07T06:18:27.1698180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-313.pyc 2025-09-07T06:18:27.1699290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-313.pyc 2025-09-07T06:18:27.1700580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-313.pyc 2025-09-07T06:18:27.1701800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-313.pyc 2025-09-07T06:18:27.1702820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-313.pyc 2025-09-07T06:18:27.1704110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-313.pyc 2025-09-07T06:18:27.1705310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-313.pyc 2025-09-07T06:18:27.1706650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-313.pyc 2025-09-07T06:18:27.1707730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-313.pyc 2025-09-07T06:18:27.1709070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-313.pyc 2025-09-07T06:18:27.1710190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-313.pyc 2025-09-07T06:18:27.1711350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-313.pyc 2025-09-07T06:18:27.1712850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-313.pyc 2025-09-07T06:18:27.1713980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-313.pyc 2025-09-07T06:18:27.1715200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-313.pyc 2025-09-07T06:18:27.1716480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-313.pyc 2025-09-07T06:18:27.1717700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-313.pyc 2025-09-07T06:18:27.1718990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-313.pyc 2025-09-07T06:18:27.1720090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/style.cpython-313.pyc 2025-09-07T06:18:27.1721260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-313.pyc 2025-09-07T06:18:27.1722440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-313.pyc 2025-09-07T06:18:27.1723710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-313.pyc 2025-09-07T06:18:27.1724820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/text.cpython-313.pyc 2025-09-07T06:18:27.1726060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-313.pyc 2025-09-07T06:18:27.1727210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-313.pyc 2025-09-07T06:18:27.1728280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-313.pyc 2025-09-07T06:18:27.1729370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-313.pyc 2025-09-07T06:18:27.1730650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-313.pyc 2025-09-07T06:18:27.1731780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-313.pyc 2025-09-07T06:18:27.1733120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-313.pyc 2025-09-07T06:18:27.1734380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/status.cpython-313.pyc 2025-09-07T06:18:27.1735540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-313.pyc 2025-09-07T06:18:27.1736770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-313.pyc 2025-09-07T06:18:27.1738150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-313.pyc 2025-09-07T06:18:27.1739250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-313.pyc 2025-09-07T06:18:27.1740530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-313.pyc 2025-09-07T06:18:27.1741840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-313.pyc 2025-09-07T06:18:27.1743020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/region.cpython-313.pyc 2025-09-07T06:18:27.1744200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-313.pyc 2025-09-07T06:18:27.1745390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-313.pyc 2025-09-07T06:18:27.1746540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-313.pyc 2025-09-07T06:18:27.1747880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/control.cpython-313.pyc 2025-09-07T06:18:27.1749170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-313.pyc 2025-09-07T06:18:27.1750480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-313.pyc 2025-09-07T06:18:27.1751660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-313.pyc 2025-09-07T06:18:27.1753000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/table.cpython-313.pyc 2025-09-07T06:18:27.1754350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-313.pyc 2025-09-07T06:18:27.1755530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/live.cpython-313.pyc 2025-09-07T06:18:27.1756590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/align.cpython-313.pyc 2025-09-07T06:18:27.1757830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-313.pyc 2025-09-07T06:18:27.1759010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-313.pyc 2025-09-07T06:18:27.1760350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-313.pyc 2025-09-07T06:18:27.1761730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-313.pyc 2025-09-07T06:18:27.1763020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-313.pyc 2025-09-07T06:18:27.1764120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-313.pyc 2025-09-07T06:18:27.1765320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-313.pyc 2025-09-07T06:18:27.1766470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-313.pyc 2025-09-07T06:18:27.1767500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/json.cpython-313.pyc 2025-09-07T06:18:27.1768640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-313.pyc 2025-09-07T06:18:27.1769670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-313.pyc 2025-09-07T06:18:27.1771040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-313.pyc 2025-09-07T06:18:27.1771970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:27.1772960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/box.cpython-313.pyc 2025-09-07T06:18:27.1774460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-313.pyc 2025-09-07T06:18:27.1775550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-313.pyc 2025-09-07T06:18:27.1776790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1778020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-313.pyc 2025-09-07T06:18:27.1779560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-313.pyc 2025-09-07T06:18:27.1780850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-313.pyc 2025-09-07T06:18:27.1781930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/console.cpython-313.pyc 2025-09-07T06:18:27.1783100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-313.pyc 2025-09-07T06:18:27.1784400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-313.pyc 2025-09-07T06:18:27.1785290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/palette.py 2025-09-07T06:18:27.1786180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/markup.py 2025-09-07T06:18:27.1787130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_ratio.py 2025-09-07T06:18:27.1787990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/repr.py 2025-09-07T06:18:27.1788960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/constrain.py 2025-09-07T06:18:27.1789950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/pretty.py 2025-09-07T06:18:27.1790950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/diagnose.py 2025-09-07T06:18:27.1791850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/columns.py 2025-09-07T06:18:27.1792930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/rule.py 2025-09-07T06:18:27.1793940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_inspect.py 2025-09-07T06:18:27.1794830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/pager.py 2025-09-07T06:18:27.1795760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/text.py 2025-09-07T06:18:27.1796640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/highlighter.py 2025-09-07T06:18:27.1797670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_spinners.py 2025-09-07T06:18:27.1798690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/terminal_theme.py 2025-09-07T06:18:27.1799490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/bar.py 2025-09-07T06:18:27.1800450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/live.py 2025-09-07T06:18:27.1801470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/py.typed 2025-09-07T06:18:27.1802630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/syntax.py 2025-09-07T06:18:27.1803630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/table.py 2025-09-07T06:18:27.1804630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_export_format.py 2025-09-07T06:18:27.1805700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/progress_bar.py 2025-09-07T06:18:27.1806470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/errors.py 2025-09-07T06:18:27.1807500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/prompt.py 2025-09-07T06:18:27.1808440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/segment.py 2025-09-07T06:18:27.1809390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/ansi.py 2025-09-07T06:18:27.1810420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/progress.py 2025-09-07T06:18:27.1811420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_stack.py 2025-09-07T06:18:27.1812380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_windows.py 2025-09-07T06:18:27.1813420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_cell_widths.py 2025-09-07T06:18:27.1814480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/cells.py 2025-09-07T06:18:27.1815660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_win32_console.py 2025-09-07T06:18:27.1816570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/panel.py 2025-09-07T06:18:27.1817540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/styled.py 2025-09-07T06:18:27.1818510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/spinner.py 2025-09-07T06:18:27.1819510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_windows_renderer.py 2025-09-07T06:18:27.1820480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/json.py 2025-09-07T06:18:27.1821500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/padding.py 2025-09-07T06:18:27.1822380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__main__.py 2025-09-07T06:18:27.1823100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/scope.py 2025-09-07T06:18:27.1823890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_extension.py 2025-09-07T06:18:27.1824610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/status.py 2025-09-07T06:18:27.1825340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/abc.py 2025-09-07T06:18:27.1826210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/jupyter.py 2025-09-07T06:18:27.1826970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/color_triplet.py 2025-09-07T06:18:27.1827820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/tomli_w/_writer.py 2025-09-07T06:18:27.1828540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/tomli_w/__init__.py 2025-09-07T06:18:27.1829540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/tomli_w/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1830630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/tomli_w/__pycache__/_writer.cpython-313.pyc 2025-09-07T06:18:27.1831450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/tomli_w/py.typed 2025-09-07T06:18:27.1832650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/filepost.py 2025-09-07T06:18:27.1833850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/fields.py 2025-09-07T06:18:27.1834830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/queue.py 2025-09-07T06:18:27.1835880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/ssltransport.py 2025-09-07T06:18:27.1836980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/proxy.py 2025-09-07T06:18:27.1837890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/wait.py 2025-09-07T06:18:27.1838970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/request.py 2025-09-07T06:18:27.1839880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/timeout.py 2025-09-07T06:18:27.1840870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/__init__.py 2025-09-07T06:18:27.1841910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/response.py 2025-09-07T06:18:27.1842920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/ssl_.py 2025-09-07T06:18:27.1844320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-313.pyc 2025-09-07T06:18:27.1845770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-313.pyc 2025-09-07T06:18:27.1846950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-313.pyc 2025-09-07T06:18:27.1848360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-313.pyc 2025-09-07T06:18:27.1849630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-313.pyc 2025-09-07T06:18:27.1850780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-313.pyc 2025-09-07T06:18:27.1852080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-313.pyc 2025-09-07T06:18:27.1853440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-313.pyc 2025-09-07T06:18:27.1854670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-313.pyc 2025-09-07T06:18:27.1855850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-313.pyc 2025-09-07T06:18:27.1857130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1858380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-313.pyc 2025-09-07T06:18:27.1859480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-313.pyc 2025-09-07T06:18:27.1860520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/retry.py 2025-09-07T06:18:27.1861520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/url.py 2025-09-07T06:18:27.1862710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/connection.py 2025-09-07T06:18:27.1863820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py 2025-09-07T06:18:27.1864820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/_version.py 2025-09-07T06:18:27.1865670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/request.py 2025-09-07T06:18:27.1866750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/__init__.py 2025-09-07T06:18:27.1867660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/poolmanager.py 2025-09-07T06:18:27.1868790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/response.py 2025-09-07T06:18:27.1870030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-313.pyc 2025-09-07T06:18:27.1871520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-313.pyc 2025-09-07T06:18:27.1872750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-313.pyc 2025-09-07T06:18:27.1873920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-313.pyc 2025-09-07T06:18:27.1875080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-313.pyc 2025-09-07T06:18:27.1876380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-313.pyc 2025-09-07T06:18:27.1878060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-313.pyc 2025-09-07T06:18:27.1879450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-313.pyc 2025-09-07T06:18:27.1880920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-313.pyc 2025-09-07T06:18:27.1882230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1883690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-313.pyc 2025-09-07T06:18:27.1884950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/securetransport.py 2025-09-07T06:18:27.1886110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/__init__.py 2025-09-07T06:18:27.1887600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-313.pyc 2025-09-07T06:18:27.1888860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-313.pyc 2025-09-07T06:18:27.1890360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-313.pyc 2025-09-07T06:18:27.1891810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-313.pyc 2025-09-07T06:18:27.1893230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-313.pyc 2025-09-07T06:18:27.1894620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-313.pyc 2025-09-07T06:18:27.1895790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1896670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/socks.py 2025-09-07T06:18:27.1897770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py 2025-09-07T06:18:27.1898730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py 2025-09-07T06:18:27.1899830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/appengine.py 2025-09-07T06:18:27.1901310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py 2025-09-07T06:18:27.1902930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-313.pyc 2025-09-07T06:18:27.1904440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-313.pyc 2025-09-07T06:18:27.1905840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1907260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py 2025-09-07T06:18:27.1908530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py 2025-09-07T06:18:27.1909730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py 2025-09-07T06:18:27.1910710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/connection.py 2025-09-07T06:18:27.1911670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/_collections.py 2025-09-07T06:18:27.1912810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/packages/__init__.py 2025-09-07T06:18:27.1914400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-313.pyc 2025-09-07T06:18:27.1915800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1917030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py 2025-09-07T06:18:27.1918750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-313.pyc 2025-09-07T06:18:27.1920350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-313.pyc 2025-09-07T06:18:27.1921970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1923140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py 2025-09-07T06:18:27.1924460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py 2025-09-07T06:18:27.1925460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/packages/six.py 2025-09-07T06:18:27.1926400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/exceptions.py 2025-09-07T06:18:27.1927620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/connectionpool.py 2025-09-07T06:18:27.1928650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pkg_resources/__init__.py 2025-09-07T06:18:27.1930110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1930990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/__init__.py 2025-09-07T06:18:27.1932210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-313.pyc 2025-09-07T06:18:27.1933430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-313.pyc 2025-09-07T06:18:27.1934570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1935800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-313.pyc 2025-09-07T06:18:27.1936760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/resolvers/abstract.py 2025-09-07T06:18:27.1937740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/resolvers/__init__.py 2025-09-07T06:18:27.1939200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/resolvers/__pycache__/exceptions.cpython-313.pyc 2025-09-07T06:18:27.1940570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/resolvers/__pycache__/criterion.cpython-313.pyc 2025-09-07T06:18:27.1942020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/resolvers/__pycache__/abstract.cpython-313.pyc 2025-09-07T06:18:27.1943290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/resolvers/__pycache__/resolution.cpython-313.pyc 2025-09-07T06:18:27.1944840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/resolvers/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1945820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/resolvers/exceptions.py 2025-09-07T06:18:27.1947000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/resolvers/criterion.py 2025-09-07T06:18:27.1948070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/resolvers/resolution.py 2025-09-07T06:18:27.1949090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/providers.py 2025-09-07T06:18:27.1950140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/structs.py 2025-09-07T06:18:27.1951250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/reporters.py 2025-09-07T06:18:27.1952210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/py.typed 2025-09-07T06:18:27.1953150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/typing_extensions.py 2025-09-07T06:18:27.1954140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/platformdirs/macos.py 2025-09-07T06:18:27.1955190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/platformdirs/unix.py 2025-09-07T06:18:27.1956240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/platformdirs/version.py 2025-09-07T06:18:27.1957280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/platformdirs/__init__.py 2025-09-07T06:18:27.1958680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-313.pyc 2025-09-07T06:18:27.1959910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-313.pyc 2025-09-07T06:18:27.1961090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-313.pyc 2025-09-07T06:18:27.1962230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-313.pyc 2025-09-07T06:18:27.1963500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:27.1964630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1965830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:27.1967310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-313.pyc 2025-09-07T06:18:27.1968230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/platformdirs/api.py 2025-09-07T06:18:27.1969250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/platformdirs/android.py 2025-09-07T06:18:27.1970360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/platformdirs/py.typed 2025-09-07T06:18:27.1971510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/platformdirs/windows.py 2025-09-07T06:18:27.1972480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/platformdirs/__main__.py 2025-09-07T06:18:27.1973310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/__init__.py 2025-09-07T06:18:27.1974490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/__pycache__/__pip-runner__.cpython-313.pyc 2025-09-07T06:18:27.1975550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:27.1976640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1977360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/py.typed 2025-09-07T06:18:27.1978390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/__pip-runner__.py 2025-09-07T06:18:27.1979130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/__main__.py 2025-09-07T06:18:27.1980020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tomli/_types.py 2025-09-07T06:18:27.1980760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tomli/__init__.py 2025-09-07T06:18:27.1982020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tomli/__pycache__/_types.cpython-313.pyc 2025-09-07T06:18:27.1983090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tomli/__pycache__/_re.cpython-313.pyc 2025-09-07T06:18:27.1984210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tomli/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1985360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tomli/__pycache__/_parser.cpython-313.pyc 2025-09-07T06:18:27.1986130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tomli/_parser.py 2025-09-07T06:18:27.1987120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tomli/_re.py 2025-09-07T06:18:27.1987800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tomli/py.typed 2025-09-07T06:18:27.1988490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver/_types.py 2025-09-07T06:18:27.1989130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver/version.py 2025-09-07T06:18:27.1989820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver/_deprecated.py 2025-09-07T06:18:27.1990460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver/__init__.py 2025-09-07T06:18:27.1991400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver/__pycache__/_types.cpython-313.pyc 2025-09-07T06:18:27.1992270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver/__pycache__/__about__.cpython-313.pyc 2025-09-07T06:18:27.1993170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver/__pycache__/_deprecated.cpython-313.pyc 2025-09-07T06:18:27.1993940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver/__pycache__/cli.cpython-313.pyc 2025-09-07T06:18:27.1994820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:27.1995700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.1996540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:27.1997190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver/cli.py 2025-09-07T06:18:27.1997840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver/__about__.py 2025-09-07T06:18:27.1998460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver/py.typed 2025-09-07T06:18:27.1999270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver/__main__.py 2025-09-07T06:18:27.2000140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/certifi/__init__.py 2025-09-07T06:18:27.2000880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/certifi/core.py 2025-09-07T06:18:27.2002140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/certifi/__pycache__/core.cpython-313.pyc 2025-09-07T06:18:27.2003330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/certifi/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:27.2004520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/certifi/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2005260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/certifi/py.typed 2025-09-07T06:18:27.2006150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/certifi/cacert.pem 2025-09-07T06:18:27.2007100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/certifi/__main__.py 2025-09-07T06:18:27.2008090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/distutils-precedence.pth 2025-09-07T06:18:27.2009200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos-0.2.2.dist-info/RECORD 2025-09-07T06:18:27.2010390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos-0.2.2.dist-info/licenses/LICENSE 2025-09-07T06:18:27.2011600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos-0.2.2.dist-info/direct_url.json 2025-09-07T06:18:27.2012890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos-0.2.2.dist-info/WHEEL 2025-09-07T06:18:27.2014060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos-0.2.2.dist-info/entry_points.txt 2025-09-07T06:18:27.2015130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos-0.2.2.dist-info/REQUESTED 2025-09-07T06:18:27.2016300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos-0.2.2.dist-info/INSTALLER 2025-09-07T06:18:27.2017440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos-0.2.2.dist-info/METADATA 2025-09-07T06:18:27.2018390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/brotlicffi-1.0.9.2.dist-info/RECORD 2025-09-07T06:18:27.2019360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/brotlicffi-1.0.9.2.dist-info/LICENSE 2025-09-07T06:18:27.2020420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/brotlicffi-1.0.9.2.dist-info/direct_url.json 2025-09-07T06:18:27.2021420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/brotlicffi-1.0.9.2.dist-info/WHEEL 2025-09-07T06:18:27.2022500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/brotlicffi-1.0.9.2.dist-info/top_level.txt 2025-09-07T06:18:27.2023610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/brotlicffi-1.0.9.2.dist-info/REQUESTED 2025-09-07T06:18:27.2024610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/brotlicffi-1.0.9.2.dist-info/INSTALLER 2025-09-07T06:18:27.2025700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/brotlicffi-1.0.9.2.dist-info/METADATA 2025-09-07T06:18:27.2027070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer-3.3.2.dist-info/RECORD 2025-09-07T06:18:27.2028120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer-3.3.2.dist-info/LICENSE 2025-09-07T06:18:27.2029510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer-3.3.2.dist-info/direct_url.json 2025-09-07T06:18:27.2030470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer-3.3.2.dist-info/WHEEL 2025-09-07T06:18:27.2031580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer-3.3.2.dist-info/entry_points.txt 2025-09-07T06:18:27.2032730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer-3.3.2.dist-info/top_level.txt 2025-09-07T06:18:27.2033820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer-3.3.2.dist-info/REQUESTED 2025-09-07T06:18:27.2034930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer-3.3.2.dist-info/INSTALLER 2025-09-07T06:18:27.2036060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer-3.3.2.dist-info/METADATA 2025-09-07T06:18:27.2036890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/version.py 2025-09-07T06:18:27.2037910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/_main.py 2025-09-07T06:18:27.2038990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/_monitor.py 2025-09-07T06:18:27.2039730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/keras.py 2025-09-07T06:18:27.2040560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/_tqdm_gui.py 2025-09-07T06:18:27.2041330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/asyncio.py 2025-09-07T06:18:27.2042130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/_dist_ver.py 2025-09-07T06:18:27.2042870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/std.py 2025-09-07T06:18:27.2043870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/_tqdm_notebook.py 2025-09-07T06:18:27.2044620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__init__.py 2025-09-07T06:18:27.2045320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/rich.py 2025-09-07T06:18:27.2046420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/gui.cpython-313.pyc 2025-09-07T06:18:27.2047440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/std.cpython-313.pyc 2025-09-07T06:18:27.2048440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/tk.cpython-313.pyc 2025-09-07T06:18:27.2049690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/_tqdm_gui.cpython-313.pyc 2025-09-07T06:18:27.2050770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/autonotebook.cpython-313.pyc 2025-09-07T06:18:27.2051720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/_main.cpython-313.pyc 2025-09-07T06:18:27.2052770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/dask.cpython-313.pyc 2025-09-07T06:18:27.2053970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/_dist_ver.cpython-313.pyc 2025-09-07T06:18:27.2055040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:27.2056140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/_utils.cpython-313.pyc 2025-09-07T06:18:27.2057180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/cli.cpython-313.pyc 2025-09-07T06:18:27.2058320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/_tqdm_pandas.cpython-313.pyc 2025-09-07T06:18:27.2059290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/asyncio.cpython-313.pyc 2025-09-07T06:18:27.2060320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/auto.cpython-313.pyc 2025-09-07T06:18:27.2061510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/rich.cpython-313.pyc 2025-09-07T06:18:27.2062300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/_tqdm.cpython-313.pyc 2025-09-07T06:18:27.2063290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/notebook.cpython-313.pyc 2025-09-07T06:18:27.2064230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/keras.cpython-313.pyc 2025-09-07T06:18:27.2065530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:27.2066700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2067810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:27.2068860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/_monitor.cpython-313.pyc 2025-09-07T06:18:27.2070250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/_tqdm_notebook.cpython-313.pyc 2025-09-07T06:18:27.2071230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/contrib/logging.py 2025-09-07T06:18:27.2072490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/contrib/concurrent.py 2025-09-07T06:18:27.2073300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/contrib/bells.py 2025-09-07T06:18:27.2074350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/contrib/telegram.py 2025-09-07T06:18:27.2075250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/contrib/discord.py 2025-09-07T06:18:27.2076280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/contrib/__init__.py 2025-09-07T06:18:27.2077540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/contrib/__pycache__/bells.cpython-313.pyc 2025-09-07T06:18:27.2078730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/contrib/__pycache__/discord.cpython-313.pyc 2025-09-07T06:18:27.2080100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/contrib/__pycache__/logging.cpython-313.pyc 2025-09-07T06:18:27.2081460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/contrib/__pycache__/utils_worker.cpython-313.pyc 2025-09-07T06:18:27.2082660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/contrib/__pycache__/slack.cpython-313.pyc 2025-09-07T06:18:27.2083880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/contrib/__pycache__/concurrent.cpython-313.pyc 2025-09-07T06:18:27.2085020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/contrib/__pycache__/itertools.cpython-313.pyc 2025-09-07T06:18:27.2086200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/contrib/__pycache__/telegram.cpython-313.pyc 2025-09-07T06:18:27.2087610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/contrib/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2088500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/contrib/slack.py 2025-09-07T06:18:27.2089380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/contrib/itertools.py 2025-09-07T06:18:27.2090340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/contrib/utils_worker.py 2025-09-07T06:18:27.2091010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/tk.py 2025-09-07T06:18:27.2091820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/cli.py 2025-09-07T06:18:27.2092680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/dask.py 2025-09-07T06:18:27.2093740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/utils.py 2025-09-07T06:18:27.2094530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/_tqdm.py 2025-09-07T06:18:27.2095360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/completion.sh 2025-09-07T06:18:27.2096300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/_tqdm_pandas.py 2025-09-07T06:18:27.2097140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/autonotebook.py 2025-09-07T06:18:27.2097890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/tqdm.1 2025-09-07T06:18:27.2098780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/notebook.py 2025-09-07T06:18:27.2099530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/gui.py 2025-09-07T06:18:27.2100370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__main__.py 2025-09-07T06:18:27.2101230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/_utils.py 2025-09-07T06:18:27.2101910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/auto.py 2025-09-07T06:18:27.2102840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/compat/py38.py 2025-09-07T06:18:27.2103700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/compat/properties.py 2025-09-07T06:18:27.2104910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/compat/__init__.py 2025-09-07T06:18:27.2105680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/compat/py312.py 2025-09-07T06:18:27.2106800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/compat/__pycache__/py312.cpython-313.pyc 2025-09-07T06:18:27.2107850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/compat/__pycache__/py38.cpython-313.pyc 2025-09-07T06:18:27.2109120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/compat/__pycache__/properties.cpython-313.pyc 2025-09-07T06:18:27.2110300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/compat/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2111370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backend.py 2025-09-07T06:18:27.2112360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/util/__init__.py 2025-09-07T06:18:27.2113640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/util/__pycache__/platform_.cpython-313.pyc 2025-09-07T06:18:27.2114700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/util/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2115630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/util/platform_.py 2025-09-07T06:18:27.2116540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/completion.py 2025-09-07T06:18:27.2117610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/credentials.py 2025-09-07T06:18:27.2118700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/macOS/__init__.py 2025-09-07T06:18:27.2119970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/macOS/__pycache__/api.cpython-313.pyc 2025-09-07T06:18:27.2121260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/macOS/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2122150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/macOS/api.py 2025-09-07T06:18:27.2123070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/null.py 2025-09-07T06:18:27.2124220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/kwallet.py 2025-09-07T06:18:27.2125250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/__init__.py 2025-09-07T06:18:27.2126400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/__pycache__/null.cpython-313.pyc 2025-09-07T06:18:27.2127640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/__pycache__/Windows.cpython-313.pyc 2025-09-07T06:18:27.2128820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/__pycache__/chainer.cpython-313.pyc 2025-09-07T06:18:27.2130130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/__pycache__/libsecret.cpython-313.pyc 2025-09-07T06:18:27.2131350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/__pycache__/kwallet.cpython-313.pyc 2025-09-07T06:18:27.2132470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/__pycache__/fail.cpython-313.pyc 2025-09-07T06:18:27.2133680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2134880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/__pycache__/SecretService.cpython-313.pyc 2025-09-07T06:18:27.2135770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/fail.py 2025-09-07T06:18:27.2136850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/SecretService.py 2025-09-07T06:18:27.2137680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/Windows.py 2025-09-07T06:18:27.2138680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/libsecret.py 2025-09-07T06:18:27.2139590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/chainer.py 2025-09-07T06:18:27.2140530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backend_complete.zsh 2025-09-07T06:18:27.2141410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/__init__.py 2025-09-07T06:18:27.2142250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/core.py 2025-09-07T06:18:27.2143440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/__pycache__/credentials.cpython-313.pyc 2025-09-07T06:18:27.2144550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/__pycache__/core.cpython-313.pyc 2025-09-07T06:18:27.2145710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/__pycache__/errors.cpython-313.pyc 2025-09-07T06:18:27.2146950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/__pycache__/devpi_client.cpython-313.pyc 2025-09-07T06:18:27.2147930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/__pycache__/cli.cpython-313.pyc 2025-09-07T06:18:27.2149190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/__pycache__/completion.cpython-313.pyc 2025-09-07T06:18:27.2150300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/__pycache__/backend.cpython-313.pyc 2025-09-07T06:18:27.2151360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:27.2152240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2153050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/__pycache__/http.cpython-313.pyc 2025-09-07T06:18:27.2153750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/testing/backend.py 2025-09-07T06:18:27.2154460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/testing/util.py 2025-09-07T06:18:27.2155200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/testing/__init__.py 2025-09-07T06:18:27.2156140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/testing/__pycache__/util.cpython-313.pyc 2025-09-07T06:18:27.2157060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/testing/__pycache__/backend.cpython-313.pyc 2025-09-07T06:18:27.2158070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/testing/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2158550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/cli.py 2025-09-07T06:18:27.2159190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/http.py 2025-09-07T06:18:27.2159970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backend_complete.bash 2025-09-07T06:18:27.2160590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/py.typed 2025-09-07T06:18:27.2161460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/errors.py 2025-09-07T06:18:27.2162490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/devpi_client.py 2025-09-07T06:18:27.2163350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/__main__.py 2025-09-07T06:18:27.2164540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham-1.5.0.dist-info/zip-safe 2025-09-07T06:18:27.2165500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham-1.5.0.dist-info/RECORD 2025-09-07T06:18:27.2166580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham-1.5.0.dist-info/LICENSE 2025-09-07T06:18:27.2167770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham-1.5.0.dist-info/direct_url.json 2025-09-07T06:18:27.2168710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham-1.5.0.dist-info/WHEEL 2025-09-07T06:18:27.2169930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham-1.5.0.dist-info/top_level.txt 2025-09-07T06:18:27.2170700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham-1.5.0.dist-info/REQUESTED 2025-09-07T06:18:27.2171920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham-1.5.0.dist-info/INSTALLER 2025-09-07T06:18:27.2173050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham-1.5.0.dist-info/METADATA 2025-09-07T06:18:27.2174180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver-25.4.0.dist-info/RECORD 2025-09-07T06:18:27.2175370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver-25.4.0.dist-info/licenses/AUTHORS.md 2025-09-07T06:18:27.2176680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver-25.4.0.dist-info/licenses/LICENSE 2025-09-07T06:18:27.2177840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver-25.4.0.dist-info/direct_url.json 2025-09-07T06:18:27.2178890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver-25.4.0.dist-info/WHEEL 2025-09-07T06:18:27.2180180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver-25.4.0.dist-info/entry_points.txt 2025-09-07T06:18:27.2181260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver-25.4.0.dist-info/REQUESTED 2025-09-07T06:18:27.2182430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver-25.4.0.dist-info/INSTALLER 2025-09-07T06:18:27.2183480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver-25.4.0.dist-info/METADATA 2025-09-07T06:18:27.2184610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst-2.3.1.dist-info/RECORD 2025-09-07T06:18:27.2185630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst-2.3.1.dist-info/licenses/AUTHORS.md 2025-09-07T06:18:27.2186670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst-2.3.1.dist-info/licenses/LICENSE.txt 2025-09-07T06:18:27.2187600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst-2.3.1.dist-info/direct_url.json 2025-09-07T06:18:27.2188520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst-2.3.1.dist-info/WHEEL 2025-09-07T06:18:27.2189710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst-2.3.1.dist-info/top_level.txt 2025-09-07T06:18:27.2190610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst-2.3.1.dist-info/REQUESTED 2025-09-07T06:18:27.2191670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst-2.3.1.dist-info/INSTALLER 2025-09-07T06:18:27.2192670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst-2.3.1.dist-info/METADATA 2025-09-07T06:18:27.2193590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycosat-0.6.6.dist-info/AUTHORS.md 2025-09-07T06:18:27.2194650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycosat-0.6.6.dist-info/RECORD 2025-09-07T06:18:27.2195770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycosat-0.6.6.dist-info/LICENSE 2025-09-07T06:18:27.2196910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycosat-0.6.6.dist-info/direct_url.json 2025-09-07T06:18:27.2198030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycosat-0.6.6.dist-info/WHEEL 2025-09-07T06:18:27.2199060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycosat-0.6.6.dist-info/top_level.txt 2025-09-07T06:18:27.2200040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycosat-0.6.6.dist-info/REQUESTED 2025-09-07T06:18:27.2201150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycosat-0.6.6.dist-info/INSTALLER 2025-09-07T06:18:27.2202250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycosat-0.6.6.dist-info/METADATA 2025-09-07T06:18:27.2202970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/socks.py 2025-09-07T06:18:27.2203970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/cpu/alias.py 2025-09-07T06:18:27.2205060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/cpu/microarchitecture.py 2025-09-07T06:18:27.2205910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/cpu/__init__.py 2025-09-07T06:18:27.2207000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/cpu/__pycache__/alias.cpython-313.pyc 2025-09-07T06:18:27.2208230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/cpu/__pycache__/schema.cpython-313.pyc 2025-09-07T06:18:27.2209480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/cpu/__pycache__/microarchitecture.cpython-313.pyc 2025-09-07T06:18:27.2210680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/cpu/__pycache__/detect.cpython-313.pyc 2025-09-07T06:18:27.2211900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/cpu/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2212650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/cpu/detect.py 2025-09-07T06:18:27.2213770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/cpu/schema.py 2025-09-07T06:18:27.2214650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/__init__.py 2025-09-07T06:18:27.2215810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/__pycache__/cli.cpython-313.pyc 2025-09-07T06:18:27.2217270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:27.2218280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2219180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/LICENSE-APACHE 2025-09-07T06:18:27.2220050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/cpu/cpuid.json 2025-09-07T06:18:27.2221450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/cpu/microarchitectures_schema.json 2025-09-07T06:18:27.2222320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/cpu/cpuid_schema.json 2025-09-07T06:18:27.2223380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/cpu/microarchitectures.json 2025-09-07T06:18:27.2224580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/windows-cpuid-icelake 2025-09-07T06:18:27.2225660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-rocky8-a64fx 2025-09-07T06:18:27.2226800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-centos7-power8le 2025-09-07T06:18:27.2228080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-scientificfermi6-bulldozer 2025-09-07T06:18:27.2229080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-asahi-m1 2025-09-07T06:18:27.2230200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/windows-cpuid-broadwell 2025-09-07T06:18:27.2231310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-rhel7-skylake_avx512 2025-09-07T06:18:27.2232450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/bgq-rhel6-power7 2025-09-07T06:18:27.2233700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-sifive-u74mc 2025-09-07T06:18:27.2234900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-rhel7-broadwell 2025-09-07T06:18:27.2236180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-amazon-cortex_a72 2025-09-07T06:18:27.2237450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-amazon-neoverse_v1 2025-09-07T06:18:27.2238890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-ubuntu20.04-zen3 2025-09-07T06:18:27.2240010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-amazon-neoverse_n1 2025-09-07T06:18:27.2241230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-rocky8.5-zen4 2025-09-07T06:18:27.2242360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-ubuntu18.04-broadwell 2025-09-07T06:18:27.2243530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-scientific7-piledriver 2025-09-07T06:18:27.2244750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/darwin-monterey-m2 2025-09-07T06:18:27.2246020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-rhel8-power9 2025-09-07T06:18:27.2247400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-amazon2-sapphirerapids 2025-09-07T06:18:27.2248700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-scientificfermi6-piledriver 2025-09-07T06:18:27.2249730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-asahi-m2 2025-09-07T06:18:27.2250890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-unknown-power10 2025-09-07T06:18:27.2251960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/darwin-bigsur-m1 2025-09-07T06:18:27.2253140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-rhel7-zen 2025-09-07T06:18:27.2254700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-centos7-cascadelake 2025-09-07T06:18:27.2255790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-rhel7-haswell 2025-09-07T06:18:27.2256870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-rhel7-x86_64_v3 2025-09-07T06:18:27.2258220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/darwin-mojave-ivybridge 2025-09-07T06:18:27.2259500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-unknown-sapphirerapids 2025-09-07T06:18:27.2260940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-ubuntu22.04-neoverse_v2 2025-09-07T06:18:27.2262280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-rhel6-piledriver 2025-09-07T06:18:27.2263440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-scientific7-k10 2025-09-07T06:18:27.2264600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/darwin-mojave-haswell 2025-09-07T06:18:27.2265770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/darwin-mojave-skylake 2025-09-07T06:18:27.2266780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-rhel7-ivybridge 2025-09-07T06:18:27.2267810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/darwin-monterey-m1 2025-09-07T06:18:27.2268880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-centos7-thunderx2 2025-09-07T06:18:27.2269560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/NOTICE 2025-09-07T06:18:27.2270520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/README.md 2025-09-07T06:18:27.2271370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/COPYRIGHT 2025-09-07T06:18:27.2272230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/LICENSE-MIT 2025-09-07T06:18:27.2273090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/cli.py 2025-09-07T06:18:27.2273970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/__main__.py 2025-09-07T06:18:27.2275040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/vendor/cpuid/LICENSE 2025-09-07T06:18:27.2279770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/vendor/cpuid/__pycache__/cpuid.cpython-313.pyc 2025-09-07T06:18:27.2280090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/vendor/cpuid/__pycache__/example.cpython-313.pyc 2025-09-07T06:18:27.2280320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/vendor/cpuid/cpuid.py 2025-09-07T06:18:27.2280540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/vendor/cpuid/README.md 2025-09-07T06:18:27.2280740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/vendor/cpuid/example.py 2025-09-07T06:18:27.2281790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/vendor/cpuid/.gitignore 2025-09-07T06:18:27.2282750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click-8.2.1.dist-info/RECORD 2025-09-07T06:18:27.2283860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click-8.2.1.dist-info/licenses/LICENSE.txt 2025-09-07T06:18:27.2284940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click-8.2.1.dist-info/direct_url.json 2025-09-07T06:18:27.2285820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click-8.2.1.dist-info/WHEEL 2025-09-07T06:18:27.2286710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click-8.2.1.dist-info/REQUESTED 2025-09-07T06:18:27.2287780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click-8.2.1.dist-info/INSTALLER 2025-09-07T06:18:27.2288710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click-8.2.1.dist-info/METADATA 2025-09-07T06:18:27.2289700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs-4.3.7.dist-info/RECORD 2025-09-07T06:18:27.2290780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs-4.3.7.dist-info/licenses/LICENSE 2025-09-07T06:18:27.2291980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs-4.3.7.dist-info/direct_url.json 2025-09-07T06:18:27.2292900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs-4.3.7.dist-info/WHEEL 2025-09-07T06:18:27.2294000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs-4.3.7.dist-info/REQUESTED 2025-09-07T06:18:27.2295080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs-4.3.7.dist-info/INSTALLER 2025-09-07T06:18:27.2296070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs-4.3.7.dist-info/METADATA 2025-09-07T06:18:27.2297170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging-25.0.dist-info/RECORD 2025-09-07T06:18:27.2298120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging-25.0.dist-info/LICENSE 2025-09-07T06:18:27.2299280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging-25.0.dist-info/direct_url.json 2025-09-07T06:18:27.2300420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging-25.0.dist-info/LICENSE.APACHE 2025-09-07T06:18:27.2301330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging-25.0.dist-info/WHEEL 2025-09-07T06:18:27.2302460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging-25.0.dist-info/LICENSE.BSD 2025-09-07T06:18:27.2303590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging-25.0.dist-info/REQUESTED 2025-09-07T06:18:27.2304570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging-25.0.dist-info/INSTALLER 2025-09-07T06:18:27.2305620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging-25.0.dist-info/METADATA 2025-09-07T06:18:27.2306320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/themes.py 2025-09-07T06:18:27.2307090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/screen.py 2025-09-07T06:18:27.2307970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/logging.py 2025-09-07T06:18:27.2308930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/measure.py 2025-09-07T06:18:27.2309710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/tree.py 2025-09-07T06:18:27.2310520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/console.py 2025-09-07T06:18:27.2311520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/live_render.py 2025-09-07T06:18:27.2312340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_emoji_codes.py 2025-09-07T06:18:27.2313070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/box.py 2025-09-07T06:18:27.2313880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/color.py 2025-09-07T06:18:27.2314510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_timer.py 2025-09-07T06:18:27.2315160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_fileno.py 2025-09-07T06:18:27.2315790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/align.py 2025-09-07T06:18:27.2316420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/theme.py 2025-09-07T06:18:27.2317070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/style.py 2025-09-07T06:18:27.2317880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/default_styles.py 2025-09-07T06:18:27.2318430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_wrap.py 2025-09-07T06:18:27.2319110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_log_render.py 2025-09-07T06:18:27.2319730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/emoji.py 2025-09-07T06:18:27.2320380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/layout.py 2025-09-07T06:18:27.2321070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/containers.py 2025-09-07T06:18:27.2321780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_emoji_replace.py 2025-09-07T06:18:27.2322770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/traceback.py 2025-09-07T06:18:27.2323620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/region.py 2025-09-07T06:18:27.2324620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/protocol.py 2025-09-07T06:18:27.2325460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_loop.py 2025-09-07T06:18:27.2326410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/control.py 2025-09-07T06:18:27.2327210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/filesize.py 2025-09-07T06:18:27.2328130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_null_file.py 2025-09-07T06:18:27.2329010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_palettes.py 2025-09-07T06:18:27.2329740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__init__.py 2025-09-07T06:18:27.2330810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_pick.py 2025-09-07T06:18:27.2331780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/file_proxy.py 2025-09-07T06:18:27.2332940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/highlighter.cpython-313.pyc 2025-09-07T06:18:27.2334160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_emoji_replace.cpython-313.pyc 2025-09-07T06:18:27.2335450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/segment.cpython-313.pyc 2025-09-07T06:18:27.2336450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/color.cpython-313.pyc 2025-09-07T06:18:27.2337640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/markdown.cpython-313.pyc 2025-09-07T06:18:27.2338720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/theme.cpython-313.pyc 2025-09-07T06:18:27.2339990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_windows.cpython-313.pyc 2025-09-07T06:18:27.2341140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/constrain.cpython-313.pyc 2025-09-07T06:18:27.2342100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/rule.cpython-313.pyc 2025-09-07T06:18:27.2343160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/containers.cpython-313.pyc 2025-09-07T06:18:27.2344350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/cells.cpython-313.pyc 2025-09-07T06:18:27.2345420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/ansi.cpython-313.pyc 2025-09-07T06:18:27.2346550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/file_proxy.cpython-313.pyc 2025-09-07T06:18:27.2347520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_ratio.cpython-313.pyc 2025-09-07T06:18:27.2348470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/layout.cpython-313.pyc 2025-09-07T06:18:27.2349780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_emoji_codes.cpython-313.pyc 2025-09-07T06:18:27.2350780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/scope.cpython-313.pyc 2025-09-07T06:18:27.2351800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/abc.cpython-313.pyc 2025-09-07T06:18:27.2352940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/pretty.cpython-313.pyc 2025-09-07T06:18:27.2354070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_loop.cpython-313.pyc 2025-09-07T06:18:27.2355290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/logging.cpython-313.pyc 2025-09-07T06:18:27.2356480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_cell_widths.cpython-313.pyc 2025-09-07T06:18:27.2357860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/terminal_theme.cpython-313.pyc 2025-09-07T06:18:27.2359120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_palettes.cpython-313.pyc 2025-09-07T06:18:27.2360120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/style.cpython-313.pyc 2025-09-07T06:18:27.2361250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_log_render.cpython-313.pyc 2025-09-07T06:18:27.2362440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/filesize.cpython-313.pyc 2025-09-07T06:18:27.2363820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/live_render.cpython-313.pyc 2025-09-07T06:18:27.2365110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/text.cpython-313.pyc 2025-09-07T06:18:27.2366100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_fileno.cpython-313.pyc 2025-09-07T06:18:27.2367400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/prompt.cpython-313.pyc 2025-09-07T06:18:27.2368500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/progress.cpython-313.pyc 2025-09-07T06:18:27.2369640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/errors.cpython-313.pyc 2025-09-07T06:18:27.2370690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/bar.cpython-313.pyc 2025-09-07T06:18:27.2371680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_spinners.cpython-313.pyc 2025-09-07T06:18:27.2372880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/default_styles.cpython-313.pyc 2025-09-07T06:18:27.2373980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/status.cpython-313.pyc 2025-09-07T06:18:27.2374960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/repr.cpython-313.pyc 2025-09-07T06:18:27.2375930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/tree.cpython-313.pyc 2025-09-07T06:18:27.2376980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_extension.cpython-313.pyc 2025-09-07T06:18:27.2378050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/measure.cpython-313.pyc 2025-09-07T06:18:27.2379040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/screen.cpython-313.pyc 2025-09-07T06:18:27.2380120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/palette.cpython-313.pyc 2025-09-07T06:18:27.2381060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/region.cpython-313.pyc 2025-09-07T06:18:27.2382190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/themes.cpython-313.pyc 2025-09-07T06:18:27.2383410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/emoji.cpython-313.pyc 2025-09-07T06:18:27.2384310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_stack.cpython-313.pyc 2025-09-07T06:18:27.2385410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/control.cpython-313.pyc 2025-09-07T06:18:27.2386570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_inspect.cpython-313.pyc 2025-09-07T06:18:27.2387640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/syntax.cpython-313.pyc 2025-09-07T06:18:27.2388620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/panel.cpython-313.pyc 2025-09-07T06:18:27.2389570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/table.cpython-313.pyc 2025-09-07T06:18:27.2390620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_wrap.cpython-313.pyc 2025-09-07T06:18:27.2391590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/live.cpython-313.pyc 2025-09-07T06:18:27.2392710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/align.cpython-313.pyc 2025-09-07T06:18:27.2393760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/jupyter.cpython-313.pyc 2025-09-07T06:18:27.2394790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/markup.cpython-313.pyc 2025-09-07T06:18:27.2396050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_windows_renderer.cpython-313.pyc 2025-09-07T06:18:27.2397150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/protocol.cpython-313.pyc 2025-09-07T06:18:27.2398110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_pick.cpython-313.pyc 2025-09-07T06:18:27.2399340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_timer.cpython-313.pyc 2025-09-07T06:18:27.2400560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/spinner.cpython-313.pyc 2025-09-07T06:18:27.2401660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/styled.cpython-313.pyc 2025-09-07T06:18:27.2402800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/json.cpython-313.pyc 2025-09-07T06:18:27.2404040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_export_format.cpython-313.pyc 2025-09-07T06:18:27.2405320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/pager.cpython-313.pyc 2025-09-07T06:18:27.2406580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/progress_bar.cpython-313.pyc 2025-09-07T06:18:27.2407690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:27.2408870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/box.cpython-313.pyc 2025-09-07T06:18:27.2410000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/columns.cpython-313.pyc 2025-09-07T06:18:27.2411000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/diagnose.cpython-313.pyc 2025-09-07T06:18:27.2412150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2413220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/traceback.cpython-313.pyc 2025-09-07T06:18:27.2414390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_null_file.cpython-313.pyc 2025-09-07T06:18:27.2415560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_win32_console.cpython-313.pyc 2025-09-07T06:18:27.2416480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/console.cpython-313.pyc 2025-09-07T06:18:27.2417620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/color_triplet.cpython-313.pyc 2025-09-07T06:18:27.2418890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/padding.cpython-313.pyc 2025-09-07T06:18:27.2419710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/palette.py 2025-09-07T06:18:27.2420550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/markup.py 2025-09-07T06:18:27.2421320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_ratio.py 2025-09-07T06:18:27.2422190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/repr.py 2025-09-07T06:18:27.2423060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/constrain.py 2025-09-07T06:18:27.2423850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/pretty.py 2025-09-07T06:18:27.2424760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/diagnose.py 2025-09-07T06:18:27.2425660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/columns.py 2025-09-07T06:18:27.2426470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/rule.py 2025-09-07T06:18:27.2427320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_inspect.py 2025-09-07T06:18:27.2428060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/markdown.py 2025-09-07T06:18:27.2428830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/pager.py 2025-09-07T06:18:27.2429620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/text.py 2025-09-07T06:18:27.2430430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/highlighter.py 2025-09-07T06:18:27.2431360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_spinners.py 2025-09-07T06:18:27.2432230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/terminal_theme.py 2025-09-07T06:18:27.2432910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/bar.py 2025-09-07T06:18:27.2433740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/live.py 2025-09-07T06:18:27.2434590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/py.typed 2025-09-07T06:18:27.2435330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/syntax.py 2025-09-07T06:18:27.2436190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/table.py 2025-09-07T06:18:27.2437060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_export_format.py 2025-09-07T06:18:27.2437910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/progress_bar.py 2025-09-07T06:18:27.2438670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/errors.py 2025-09-07T06:18:27.2439390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/prompt.py 2025-09-07T06:18:27.2440300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/segment.py 2025-09-07T06:18:27.2441140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/ansi.py 2025-09-07T06:18:27.2442100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/progress.py 2025-09-07T06:18:27.2443180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_stack.py 2025-09-07T06:18:27.2444030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_windows.py 2025-09-07T06:18:27.2444810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_cell_widths.py 2025-09-07T06:18:27.2445640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/cells.py 2025-09-07T06:18:27.2446760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_win32_console.py 2025-09-07T06:18:27.2447470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/panel.py 2025-09-07T06:18:27.2448360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/styled.py 2025-09-07T06:18:27.2449120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/spinner.py 2025-09-07T06:18:27.2450290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_windows_renderer.py 2025-09-07T06:18:27.2451050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/json.py 2025-09-07T06:18:27.2451930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/padding.py 2025-09-07T06:18:27.2452830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__main__.py 2025-09-07T06:18:27.2453760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/scope.py 2025-09-07T06:18:27.2454570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_extension.py 2025-09-07T06:18:27.2455350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/status.py 2025-09-07T06:18:27.2456210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/abc.py 2025-09-07T06:18:27.2456950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/jupyter.py 2025-09-07T06:18:27.2457790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/color_triplet.py 2025-09-07T06:18:27.2459000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna-3.7.dist-info/LICENSE.md 2025-09-07T06:18:27.2459800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna-3.7.dist-info/RECORD 2025-09-07T06:18:27.2460790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna-3.7.dist-info/direct_url.json 2025-09-07T06:18:27.2461740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna-3.7.dist-info/WHEEL 2025-09-07T06:18:27.2462680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna-3.7.dist-info/REQUESTED 2025-09-07T06:18:27.2463590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna-3.7.dist-info/INSTALLER 2025-09-07T06:18:27.2464460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna-3.7.dist-info/METADATA 2025-09-07T06:18:27.2465640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco.functools-4.1.0.dist-info/RECORD 2025-09-07T06:18:27.2466610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco.functools-4.1.0.dist-info/LICENSE 2025-09-07T06:18:27.2467780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco.functools-4.1.0.dist-info/direct_url.json 2025-09-07T06:18:27.2468780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco.functools-4.1.0.dist-info/WHEEL 2025-09-07T06:18:27.2470020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco.functools-4.1.0.dist-info/top_level.txt 2025-09-07T06:18:27.2470910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco.functools-4.1.0.dist-info/REQUESTED 2025-09-07T06:18:27.2471980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco.functools-4.1.0.dist-info/INSTALLER 2025-09-07T06:18:27.2473090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco.functools-4.1.0.dist-info/METADATA 2025-09-07T06:18:27.2473930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel-0.45.1.dist-info/RECORD 2025-09-07T06:18:27.2474820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel-0.45.1.dist-info/WHEEL 2025-09-07T06:18:27.2475870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel-0.45.1.dist-info/entry_points.txt 2025-09-07T06:18:27.2476950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel-0.45.1.dist-info/LICENSE.txt 2025-09-07T06:18:27.2478300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel-0.45.1.dist-info/METADATA 2025-09-07T06:18:27.2478860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy/_tracing.py 2025-09-07T06:18:27.2479520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy/_version.py 2025-09-07T06:18:27.2480210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy/_callers.py 2025-09-07T06:18:27.2480880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy/__init__.py 2025-09-07T06:18:27.2481570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy/_warnings.py 2025-09-07T06:18:27.2482260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy/_hooks.py 2025-09-07T06:18:27.2482910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy/_result.py 2025-09-07T06:18:27.2483870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy/__pycache__/_warnings.cpython-313.pyc 2025-09-07T06:18:27.2484750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy/__pycache__/_result.cpython-313.pyc 2025-09-07T06:18:27.2485640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy/__pycache__/_manager.cpython-313.pyc 2025-09-07T06:18:27.2486930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy/__pycache__/_version.cpython-313.pyc 2025-09-07T06:18:27.2488120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy/__pycache__/_hooks.cpython-313.pyc 2025-09-07T06:18:27.2489390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2490460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy/__pycache__/_callers.cpython-313.pyc 2025-09-07T06:18:27.2491540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy/__pycache__/_tracing.cpython-313.pyc 2025-09-07T06:18:27.2492420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy/py.typed 2025-09-07T06:18:27.2493310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy/_manager.py 2025-09-07T06:18:27.2494250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy-1.5.0.dist-info/RECORD 2025-09-07T06:18:27.2495340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy-1.5.0.dist-info/LICENSE 2025-09-07T06:18:27.2496350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy-1.5.0.dist-info/direct_url.json 2025-09-07T06:18:27.2497360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy-1.5.0.dist-info/WHEEL 2025-09-07T06:18:27.2498570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy-1.5.0.dist-info/top_level.txt 2025-09-07T06:18:27.2499600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy-1.5.0.dist-info/REQUESTED 2025-09-07T06:18:27.2500750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy-1.5.0.dist-info/INSTALLER 2025-09-07T06:18:27.2501730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy-1.5.0.dist-info/METADATA 2025-09-07T06:18:27.2502420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/README.txt 2025-09-07T06:18:27.2503450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic-2.11.7.dist-info/RECORD 2025-09-07T06:18:27.2504610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic-2.11.7.dist-info/licenses/LICENSE 2025-09-07T06:18:27.2505630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic-2.11.7.dist-info/direct_url.json 2025-09-07T06:18:27.2506560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic-2.11.7.dist-info/WHEEL 2025-09-07T06:18:27.2507640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic-2.11.7.dist-info/REQUESTED 2025-09-07T06:18:27.2508790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic-2.11.7.dist-info/INSTALLER 2025-09-07T06:18:27.2509600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic-2.11.7.dist-info/METADATA 2025-09-07T06:18:27.2510680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec-0.2.3.dist-info/RECORD 2025-09-07T06:18:27.2511700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec-0.2.3.dist-info/direct_url.json 2025-09-07T06:18:27.2512740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec-0.2.3.dist-info/WHEEL 2025-09-07T06:18:27.2513900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec-0.2.3.dist-info/entry_points.txt 2025-09-07T06:18:27.2514770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec-0.2.3.dist-info/REQUESTED 2025-09-07T06:18:27.2515700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec-0.2.3.dist-info/INSTALLER 2025-09-07T06:18:27.2516750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec-0.2.3.dist-info/METADATA 2025-09-07T06:18:27.2517670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/token.py 2025-09-07T06:18:27.2518610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/config.py 2025-09-07T06:18:27.2519500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/_version.py 2025-09-07T06:18:27.2520430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/client.py 2025-09-07T06:18:27.2521530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/_conda/plugins.py 2025-09-07T06:18:27.2522640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/_conda/auth_handler.py 2025-09-07T06:18:27.2523690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/_conda/condarc.py 2025-09-07T06:18:27.2524710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/_conda/conda_token.py 2025-09-07T06:18:27.2525890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/_conda/__init__.py 2025-09-07T06:18:27.2526940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/_conda/entrypoint.py 2025-09-07T06:18:27.2528510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/_conda/__pycache__/plugins.cpython-313.pyc 2025-09-07T06:18:27.2529860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/_conda/__pycache__/repo_config.cpython-313.pyc 2025-09-07T06:18:27.2531020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/_conda/__pycache__/condarc.cpython-313.pyc 2025-09-07T06:18:27.2532470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/_conda/__pycache__/auth_handler.cpython-313.pyc 2025-09-07T06:18:27.2533840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/_conda/__pycache__/conda_token.cpython-313.pyc 2025-09-07T06:18:27.2535250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/_conda/__pycache__/entrypoint.cpython-313.pyc 2025-09-07T06:18:27.2536420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/_conda/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2537380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/_conda/repo_config.py 2025-09-07T06:18:27.2538280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/handlers.py 2025-09-07T06:18:27.2539350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/actions.py 2025-09-07T06:18:27.2540470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/__init__.py 2025-09-07T06:18:27.2541790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/__pycache__/config.cpython-313.pyc 2025-09-07T06:18:27.2543020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/__pycache__/handlers.cpython-313.pyc 2025-09-07T06:18:27.2544210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/__pycache__/actions.cpython-313.pyc 2025-09-07T06:18:27.2545620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/__pycache__/token.cpython-313.pyc 2025-09-07T06:18:27.2546750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/__pycache__/client.cpython-313.pyc 2025-09-07T06:18:27.2548090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/__pycache__/exceptions.cpython-313.pyc 2025-09-07T06:18:27.2549130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/__pycache__/_version.cpython-313.pyc 2025-09-07T06:18:27.2550160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/__pycache__/cli.cpython-313.pyc 2025-09-07T06:18:27.2551320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/__pycache__/panel.cpython-313.pyc 2025-09-07T06:18:27.2552390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/__pycache__/repo.cpython-313.pyc 2025-09-07T06:18:27.2553490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:27.2554650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2555370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/cli.py 2025-09-07T06:18:27.2556330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/repo.py 2025-09-07T06:18:27.2557150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/py.typed 2025-09-07T06:18:27.2558010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/exceptions.py 2025-09-07T06:18:27.2558800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/panel.py 2025-09-07T06:18:27.2559650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/__main__.py 2025-09-07T06:18:27.2560650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip-25.1.dist-info/RECORD 2025-09-07T06:18:27.2562060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip-25.1.dist-info/licenses/LICENSE.txt 2025-09-07T06:18:27.2563060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip-25.1.dist-info/licenses/AUTHORS.txt 2025-09-07T06:18:27.2564390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip-25.1.dist-info/direct_url.json 2025-09-07T06:18:27.2565220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip-25.1.dist-info/WHEEL 2025-09-07T06:18:27.2566280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip-25.1.dist-info/entry_points.txt 2025-09-07T06:18:27.2567360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip-25.1.dist-info/top_level.txt 2025-09-07T06:18:27.2568250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip-25.1.dist-info/REQUESTED 2025-09-07T06:18:27.2569340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip-25.1.dist-info/INSTALLER 2025-09-07T06:18:27.2570260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip-25.1.dist-info/METADATA 2025-09-07T06:18:27.2571060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/distro-1.9.0.dist-info/RECORD 2025-09-07T06:18:27.2571940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/distro-1.9.0.dist-info/LICENSE 2025-09-07T06:18:27.2573030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/distro-1.9.0.dist-info/direct_url.json 2025-09-07T06:18:27.2574060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/distro-1.9.0.dist-info/WHEEL 2025-09-07T06:18:27.2575270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/distro-1.9.0.dist-info/entry_points.txt 2025-09-07T06:18:27.2576190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/distro-1.9.0.dist-info/top_level.txt 2025-09-07T06:18:27.2577080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/distro-1.9.0.dist-info/REQUESTED 2025-09-07T06:18:27.2578060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/distro-1.9.0.dist-info/INSTALLER 2025-09-07T06:18:27.2578960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/distro-1.9.0.dist-info/METADATA 2025-09-07T06:18:27.2579940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography-45.0.5.dist-info/RECORD 2025-09-07T06:18:27.2581160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography-45.0.5.dist-info/licenses/LICENSE 2025-09-07T06:18:27.2582320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography-45.0.5.dist-info/licenses/LICENSE.APACHE 2025-09-07T06:18:27.2583420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography-45.0.5.dist-info/licenses/LICENSE.BSD 2025-09-07T06:18:27.2584490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography-45.0.5.dist-info/direct_url.json 2025-09-07T06:18:27.2585530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography-45.0.5.dist-info/WHEEL 2025-09-07T06:18:27.2586620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography-45.0.5.dist-info/REQUESTED 2025-09-07T06:18:27.2587580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography-45.0.5.dist-info/INSTALLER 2025-09-07T06:18:27.2588650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography-45.0.5.dist-info/METADATA 2025-09-07T06:18:27.2589510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_settings/version.py 2025-09-07T06:18:27.2590630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_settings/__init__.py 2025-09-07T06:18:27.2592230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_settings/__pycache__/sources.cpython-313.pyc 2025-09-07T06:18:27.2593490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_settings/__pycache__/main.cpython-313.pyc 2025-09-07T06:18:27.2594630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_settings/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:27.2595820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_settings/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2596950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_settings/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:27.2597740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_settings/sources.py 2025-09-07T06:18:27.2598600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_settings/utils.py 2025-09-07T06:18:27.2599450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_settings/py.typed 2025-09-07T06:18:27.2600480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_settings/main.py 2025-09-07T06:18:27.2601250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/filepost.py 2025-09-07T06:18:27.2602030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/fields.py 2025-09-07T06:18:27.2602970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/ssltransport.py 2025-09-07T06:18:27.2603750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/util.py 2025-09-07T06:18:27.2604830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/proxy.py 2025-09-07T06:18:27.2605770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/wait.py 2025-09-07T06:18:27.2606670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/request.py 2025-09-07T06:18:27.2607560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/timeout.py 2025-09-07T06:18:27.2608560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/__init__.py 2025-09-07T06:18:27.2609450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/response.py 2025-09-07T06:18:27.2610270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/ssl_.py 2025-09-07T06:18:27.2611440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/__pycache__/wait.cpython-313.pyc 2025-09-07T06:18:27.2612640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/__pycache__/ssltransport.cpython-313.pyc 2025-09-07T06:18:27.2613910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-313.pyc 2025-09-07T06:18:27.2614910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/__pycache__/response.cpython-313.pyc 2025-09-07T06:18:27.2616110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/__pycache__/timeout.cpython-313.pyc 2025-09-07T06:18:27.2617220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/__pycache__/util.cpython-313.pyc 2025-09-07T06:18:27.2618420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/__pycache__/proxy.cpython-313.pyc 2025-09-07T06:18:27.2619950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/__pycache__/connection.cpython-313.pyc 2025-09-07T06:18:27.2621100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/__pycache__/ssl_.cpython-313.pyc 2025-09-07T06:18:27.2622360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/__pycache__/request.cpython-313.pyc 2025-09-07T06:18:27.2623470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2624750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/__pycache__/retry.cpython-313.pyc 2025-09-07T06:18:27.2626120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/__pycache__/url.cpython-313.pyc 2025-09-07T06:18:27.2626930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/retry.py 2025-09-07T06:18:27.2628000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/url.py 2025-09-07T06:18:27.2629190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/connection.py 2025-09-07T06:18:27.2630230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/ssl_match_hostname.py 2025-09-07T06:18:27.2631110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/_version.py 2025-09-07T06:18:27.2632160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/_base_connection.py 2025-09-07T06:18:27.2633060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/__init__.py 2025-09-07T06:18:27.2634000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/poolmanager.py 2025-09-07T06:18:27.2634940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/response.py 2025-09-07T06:18:27.2636040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/__pycache__/poolmanager.cpython-313.pyc 2025-09-07T06:18:27.2637300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/__pycache__/connectionpool.cpython-313.pyc 2025-09-07T06:18:27.2638520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/__pycache__/fields.cpython-313.pyc 2025-09-07T06:18:27.2639630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/__pycache__/filepost.cpython-313.pyc 2025-09-07T06:18:27.2640670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/__pycache__/_request_methods.cpython-313.pyc 2025-09-07T06:18:27.2641680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/__pycache__/response.cpython-313.pyc 2025-09-07T06:18:27.2642820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/__pycache__/exceptions.cpython-313.pyc 2025-09-07T06:18:27.2644060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/__pycache__/_version.cpython-313.pyc 2025-09-07T06:18:27.2645000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/__pycache__/connection.cpython-313.pyc 2025-09-07T06:18:27.2645950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/__pycache__/_base_connection.cpython-313.pyc 2025-09-07T06:18:27.2646840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2647740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/__pycache__/_collections.cpython-313.pyc 2025-09-07T06:18:27.2648430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/contrib/__init__.py 2025-09-07T06:18:27.2649420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/contrib/__pycache__/pyopenssl.cpython-313.pyc 2025-09-07T06:18:27.2650310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/contrib/__pycache__/socks.cpython-313.pyc 2025-09-07T06:18:27.2651330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/contrib/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2652190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/contrib/emscripten/fetch.py 2025-09-07T06:18:27.2653290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/contrib/emscripten/request.py 2025-09-07T06:18:27.2654520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/contrib/emscripten/__init__.py 2025-09-07T06:18:27.2655730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/contrib/emscripten/response.py 2025-09-07T06:18:27.2657540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/contrib/emscripten/__pycache__/fetch.cpython-313.pyc 2025-09-07T06:18:27.2658840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/contrib/emscripten/__pycache__/response.cpython-313.pyc 2025-09-07T06:18:27.2660190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/contrib/emscripten/__pycache__/connection.cpython-313.pyc 2025-09-07T06:18:27.2661510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/contrib/emscripten/__pycache__/request.cpython-313.pyc 2025-09-07T06:18:27.2662850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/contrib/emscripten/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2664020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/contrib/emscripten/connection.py 2025-09-07T06:18:27.2665370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/contrib/emscripten/emscripten_fetch_worker.js 2025-09-07T06:18:27.2666220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/contrib/socks.py 2025-09-07T06:18:27.2667350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/contrib/pyopenssl.py 2025-09-07T06:18:27.2668250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/http2/__init__.py 2025-09-07T06:18:27.2669400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/http2/__pycache__/probe.cpython-313.pyc 2025-09-07T06:18:27.2670620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/http2/__pycache__/connection.cpython-313.pyc 2025-09-07T06:18:27.2671890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/http2/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2672770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/http2/connection.py 2025-09-07T06:18:27.2673600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/http2/probe.py 2025-09-07T06:18:27.2674470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/connection.py 2025-09-07T06:18:27.2675390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/_collections.py 2025-09-07T06:18:27.2676300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/py.typed 2025-09-07T06:18:27.2677290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/exceptions.py 2025-09-07T06:18:27.2678360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/_request_methods.py 2025-09-07T06:18:27.2679330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/connectionpool.py 2025-09-07T06:18:27.2680430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco.context-0.0.0.dist-info/RECORD 2025-09-07T06:18:27.2681410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco.context-0.0.0.dist-info/LICENSE 2025-09-07T06:18:27.2682490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco.context-0.0.0.dist-info/direct_url.json 2025-09-07T06:18:27.2683400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco.context-0.0.0.dist-info/WHEEL 2025-09-07T06:18:27.2684580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco.context-0.0.0.dist-info/top_level.txt 2025-09-07T06:18:27.2685690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco.context-0.0.0.dist-info/REQUESTED 2025-09-07T06:18:27.2686680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco.context-0.0.0.dist-info/INSTALLER 2025-09-07T06:18:27.2688090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco.context-0.0.0.dist-info/METADATA 2025-09-07T06:18:27.2689040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_path.py 2025-09-07T06:18:27.2689870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/cli-arm64.exe 2025-09-07T06:18:27.2690800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/logging.py 2025-09-07T06:18:27.2691810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/windows_support.py 2025-09-07T06:18:27.2692820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_normalization.py 2025-09-07T06:18:27.2693770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/package_index.py 2025-09-07T06:18:27.2694650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/compat/py39.py 2025-09-07T06:18:27.2695780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/compat/__init__.py 2025-09-07T06:18:27.2696700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/compat/py312.py 2025-09-07T06:18:27.2697910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/compat/__pycache__/py312.cpython-313.pyc 2025-09-07T06:18:27.2699110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/compat/__pycache__/py310.cpython-313.pyc 2025-09-07T06:18:27.2700400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/compat/__pycache__/py311.cpython-313.pyc 2025-09-07T06:18:27.2701660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/compat/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2702970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/compat/__pycache__/py39.cpython-313.pyc 2025-09-07T06:18:27.2703970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/compat/py311.py 2025-09-07T06:18:27.2704780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/compat/py310.py 2025-09-07T06:18:27.2705740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/archive_util.py 2025-09-07T06:18:27.2706560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_imp.py 2025-09-07T06:18:27.2707500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/version.py 2025-09-07T06:18:27.2708410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/modified.py 2025-09-07T06:18:27.2709510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/tags.py 2025-09-07T06:18:27.2710660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/_musllinux.py 2025-09-07T06:18:27.2711750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/metadata.py 2025-09-07T06:18:27.2712860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/version.py 2025-09-07T06:18:27.2714040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/licenses/__init__.py 2025-09-07T06:18:27.2715410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/licenses/_spdx.py 2025-09-07T06:18:27.2717000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/licenses/__pycache__/_spdx.cpython-313.pyc 2025-09-07T06:18:27.2718590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/licenses/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2719710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/__init__.py 2025-09-07T06:18:27.2721000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-313.pyc 2025-09-07T06:18:27.2722370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-313.pyc 2025-09-07T06:18:27.2723670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/_musllinux.cpython-313.pyc 2025-09-07T06:18:27.2724940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:27.2726580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/tags.cpython-313.pyc 2025-09-07T06:18:27.2727930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/metadata.cpython-313.pyc 2025-09-07T06:18:27.2729470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/_tokenizer.cpython-313.pyc 2025-09-07T06:18:27.2731030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/_manylinux.cpython-313.pyc 2025-09-07T06:18:27.2732540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-313.pyc 2025-09-07T06:18:27.2733880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2735150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-313.pyc 2025-09-07T06:18:27.2736410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:27.2737840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/_elffile.cpython-313.pyc 2025-09-07T06:18:27.2739190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/_parser.cpython-313.pyc 2025-09-07T06:18:27.2739970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/_parser.py 2025-09-07T06:18:27.2741040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/utils.py 2025-09-07T06:18:27.2742250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/requirements.py 2025-09-07T06:18:27.2743340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/_structures.py 2025-09-07T06:18:27.2744330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/markers.py 2025-09-07T06:18:27.2745500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/py.typed 2025-09-07T06:18:27.2746680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/_manylinux.py 2025-09-07T06:18:27.2747620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/_tokenizer.py 2025-09-07T06:18:27.2748900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/specifiers.py 2025-09-07T06:18:27.2749980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/_elffile.py 2025-09-07T06:18:27.2751230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/RECORD 2025-09-07T06:18:27.2752420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/LICENSE 2025-09-07T06:18:27.2753550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/WHEEL 2025-09-07T06:18:27.2754860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/top_level.txt 2025-09-07T06:18:27.2756170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/REQUESTED 2025-09-07T06:18:27.2757490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/INSTALLER 2025-09-07T06:18:27.2758950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/METADATA 2025-09-07T06:18:27.2760200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/RECORD 2025-09-07T06:18:27.2761660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/LICENSE 2025-09-07T06:18:27.2762770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/WHEEL 2025-09-07T06:18:27.2764210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/top_level.txt 2025-09-07T06:18:27.2765530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/REQUESTED 2025-09-07T06:18:27.2767140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/INSTALLER 2025-09-07T06:18:27.2768330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/METADATA 2025-09-07T06:18:27.2769610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/RECORD 2025-09-07T06:18:27.2770970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/LICENSE 2025-09-07T06:18:27.2772690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/WHEEL 2025-09-07T06:18:27.2774090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/top_level.txt 2025-09-07T06:18:27.2775490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/REQUESTED 2025-09-07T06:18:27.2777020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/INSTALLER 2025-09-07T06:18:27.2778490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/METADATA 2025-09-07T06:18:27.2779420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/inflect/compat/py38.py 2025-09-07T06:18:27.2780630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/inflect/compat/__init__.py 2025-09-07T06:18:27.2782000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/inflect/compat/__pycache__/py38.cpython-313.pyc 2025-09-07T06:18:27.2783410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/inflect/compat/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2784500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/inflect/__init__.py 2025-09-07T06:18:27.2785850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/inflect/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2786840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/inflect/py.typed 2025-09-07T06:18:27.2788320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/__pycache__/context.cpython-313.pyc 2025-09-07T06:18:27.2789440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/context.py 2025-09-07T06:18:27.2790870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/functools/__init__.pyi 2025-09-07T06:18:27.2792130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/functools/__init__.py 2025-09-07T06:18:27.2793620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/functools/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2794840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/functools/py.typed 2025-09-07T06:18:27.2795800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/to-qwerty.py 2025-09-07T06:18:27.2796940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/show-newlines.py 2025-09-07T06:18:27.2798090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/to-dvorak.py 2025-09-07T06:18:27.2799360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/__init__.py 2025-09-07T06:18:27.2804620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/__pycache__/strip-prefix.cpython-313.pyc 2025-09-07T06:18:27.2805280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/__pycache__/to-qwerty.cpython-313.pyc 2025-09-07T06:18:27.2805950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/__pycache__/show-newlines.cpython-313.pyc 2025-09-07T06:18:27.2806650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/__pycache__/layouts.cpython-313.pyc 2025-09-07T06:18:27.2807290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/__pycache__/to-dvorak.cpython-313.pyc 2025-09-07T06:18:27.2808110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2808820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/strip-prefix.py 2025-09-07T06:18:27.2809820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/Lorem ipsum.txt 2025-09-07T06:18:27.2810970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/layouts.py 2025-09-07T06:18:27.2812110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/collections/__init__.py 2025-09-07T06:18:27.2813330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/collections/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2814160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/collections/py.typed 2025-09-07T06:18:27.2815410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/RECORD 2025-09-07T06:18:27.2816830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/LICENSE 2025-09-07T06:18:27.2818050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/WHEEL 2025-09-07T06:18:27.2819450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/top_level.txt 2025-09-07T06:18:27.2820830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/INSTALLER 2025-09-07T06:18:27.2822070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/METADATA 2025-09-07T06:18:27.2823410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/RECORD 2025-09-07T06:18:27.2824860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/LICENSE 2025-09-07T06:18:27.2826150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/WHEEL 2025-09-07T06:18:27.2827440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/top_level.txt 2025-09-07T06:18:27.2828730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/INSTALLER 2025-09-07T06:18:27.2830010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/METADATA 2025-09-07T06:18:27.2831040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/RECORD 2025-09-07T06:18:27.2832210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/LICENSE 2025-09-07T06:18:27.2833490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/WHEEL 2025-09-07T06:18:27.2834750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/top_level.txt 2025-09-07T06:18:27.2835880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/INSTALLER 2025-09-07T06:18:27.2836970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/METADATA 2025-09-07T06:18:27.2838110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/_meta.py 2025-09-07T06:18:27.2839490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/compat/py39.py 2025-09-07T06:18:27.2840700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/compat/__init__.py 2025-09-07T06:18:27.2842020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/compat/__pycache__/py311.cpython-313.pyc 2025-09-07T06:18:27.2843460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/compat/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2844910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/compat/__pycache__/py39.cpython-313.pyc 2025-09-07T06:18:27.2845950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/compat/py311.py 2025-09-07T06:18:27.2847030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/_text.py 2025-09-07T06:18:27.2848210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/__init__.py 2025-09-07T06:18:27.2849370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/_functools.py 2025-09-07T06:18:27.2850900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_functools.cpython-313.pyc 2025-09-07T06:18:27.2852270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_text.cpython-313.pyc 2025-09-07T06:18:27.2853730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_compat.cpython-313.pyc 2025-09-07T06:18:27.2855190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_meta.cpython-313.pyc 2025-09-07T06:18:27.2857000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_adapters.cpython-313.pyc 2025-09-07T06:18:27.2858380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/diagnose.cpython-313.pyc 2025-09-07T06:18:27.2859800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2861260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_collections.cpython-313.pyc 2025-09-07T06:18:27.2863020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_itertools.cpython-313.pyc 2025-09-07T06:18:27.2864070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/diagnose.py 2025-09-07T06:18:27.2865310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/_collections.py 2025-09-07T06:18:27.2866530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/_itertools.py 2025-09-07T06:18:27.2867760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/py.typed 2025-09-07T06:18:27.2868930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/_adapters.py 2025-09-07T06:18:27.2869990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/_compat.py 2025-09-07T06:18:27.2870940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/metadata.py 2025-09-07T06:18:27.2871970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/macosx_libfile.py 2025-09-07T06:18:27.2872930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/util.py 2025-09-07T06:18:27.2874260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/_setuptools_logging.py 2025-09-07T06:18:27.2875230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/__init__.py 2025-09-07T06:18:27.2876570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/__pycache__/_bdist_wheel.cpython-313.pyc 2025-09-07T06:18:27.2877840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/__pycache__/bdist_wheel.cpython-313.pyc 2025-09-07T06:18:27.2879330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/__pycache__/metadata.cpython-313.pyc 2025-09-07T06:18:27.2880500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/__pycache__/util.cpython-313.pyc 2025-09-07T06:18:27.2882040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/__pycache__/macosx_libfile.cpython-313.pyc 2025-09-07T06:18:27.2883420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/__pycache__/wheelfile.cpython-313.pyc 2025-09-07T06:18:27.2884730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/__pycache__/_setuptools_logging.cpython-313.pyc 2025-09-07T06:18:27.2885850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:27.2887080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2887980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/cli/pack.py 2025-09-07T06:18:27.2889000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/cli/tags.py 2025-09-07T06:18:27.2890160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/cli/convert.py 2025-09-07T06:18:27.2891530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/cli/__init__.py 2025-09-07T06:18:27.2892900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/cli/__pycache__/pack.cpython-313.pyc 2025-09-07T06:18:27.2894170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/cli/__pycache__/tags.cpython-313.pyc 2025-09-07T06:18:27.2895350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/cli/__pycache__/unpack.cpython-313.pyc 2025-09-07T06:18:27.2896850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/cli/__pycache__/convert.cpython-313.pyc 2025-09-07T06:18:27.2898120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/cli/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2899080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/cli/unpack.py 2025-09-07T06:18:27.2900240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/bdist_wheel.py 2025-09-07T06:18:27.2901360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/tags.py 2025-09-07T06:18:27.2902690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/_musllinux.py 2025-09-07T06:18:27.2904000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/version.py 2025-09-07T06:18:27.2905220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE 2025-09-07T06:18:27.2906800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE.APACHE 2025-09-07T06:18:27.2908320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__init__.py 2025-09-07T06:18:27.2909770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/markers.cpython-313.pyc 2025-09-07T06:18:27.2911410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/requirements.cpython-313.pyc 2025-09-07T06:18:27.2912900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_musllinux.cpython-313.pyc 2025-09-07T06:18:27.2914220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:27.2915710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/tags.cpython-313.pyc 2025-09-07T06:18:27.2917500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_tokenizer.cpython-313.pyc 2025-09-07T06:18:27.2919080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_manylinux.cpython-313.pyc 2025-09-07T06:18:27.2920730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_structures.cpython-313.pyc 2025-09-07T06:18:27.2922050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2923440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/specifiers.cpython-313.pyc 2025-09-07T06:18:27.2925050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:27.2926390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_elffile.cpython-313.pyc 2025-09-07T06:18:27.2928020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_parser.cpython-313.pyc 2025-09-07T06:18:27.2929130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/_parser.py 2025-09-07T06:18:27.2930360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE.BSD 2025-09-07T06:18:27.2931490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/utils.py 2025-09-07T06:18:27.2932700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/requirements.py 2025-09-07T06:18:27.2934010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/_structures.py 2025-09-07T06:18:27.2935170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/markers.py 2025-09-07T06:18:27.2936280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/_manylinux.py 2025-09-07T06:18:27.2937640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/_tokenizer.py 2025-09-07T06:18:27.2938950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/specifiers.py 2025-09-07T06:18:27.2940110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/_elffile.py 2025-09-07T06:18:27.2941220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/vendor.txt 2025-09-07T06:18:27.2942430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/__init__.py 2025-09-07T06:18:27.2943740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2944830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/_bdist_wheel.py 2025-09-07T06:18:27.2945880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/wheelfile.py 2025-09-07T06:18:27.2946880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/__main__.py 2025-09-07T06:18:27.2947990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/zipp/compat/__init__.py 2025-09-07T06:18:27.2949430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/zipp/compat/__pycache__/py310.cpython-313.pyc 2025-09-07T06:18:27.2950720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/zipp/compat/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2951830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/zipp/compat/py310.py 2025-09-07T06:18:27.2952740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/zipp/__init__.py 2025-09-07T06:18:27.2954200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/zipp/__pycache__/glob.cpython-313.pyc 2025-09-07T06:18:27.2955470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/zipp/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2956380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/zipp/glob.py 2025-09-07T06:18:27.2957510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/RECORD 2025-09-07T06:18:27.2958710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/LICENSE 2025-09-07T06:18:27.2959800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/WHEEL 2025-09-07T06:18:27.2961380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/top_level.txt 2025-09-07T06:18:27.2962610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/INSTALLER 2025-09-07T06:18:27.2963900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/METADATA 2025-09-07T06:18:27.2965240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/__pycache__/typing_extensions.cpython-313.pyc 2025-09-07T06:18:27.2966190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/__init__.pyi 2025-09-07T06:18:27.2967320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/more.pyi 2025-09-07T06:18:27.2968490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/__init__.py 2025-09-07T06:18:27.2969970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/__pycache__/more.cpython-313.pyc 2025-09-07T06:18:27.2971350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/__pycache__/recipes.cpython-313.pyc 2025-09-07T06:18:27.2972750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2973910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/more.py 2025-09-07T06:18:27.2975130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/recipes.py 2025-09-07T06:18:27.2976260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/py.typed 2025-09-07T06:18:27.2977190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/recipes.pyi 2025-09-07T06:18:27.2978360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/backports/tarfile/compat/py38.py 2025-09-07T06:18:27.2979260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/backports/tarfile/compat/__init__.py 2025-09-07T06:18:27.2980520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/backports/tarfile/compat/__pycache__/py38.cpython-313.pyc 2025-09-07T06:18:27.2981550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/backports/tarfile/compat/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2982430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/backports/tarfile/__init__.py 2025-09-07T06:18:27.2983500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/backports/tarfile/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:27.2984620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/backports/tarfile/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2985410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/backports/tarfile/__main__.py 2025-09-07T06:18:27.2986250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/backports/__init__.py 2025-09-07T06:18:27.2987330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/backports/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2988250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/autocommand/__init__.py 2025-09-07T06:18:27.2989740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/autocommand/__pycache__/autocommand.cpython-313.pyc 2025-09-07T06:18:27.2991080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/autocommand/__pycache__/automain.cpython-313.pyc 2025-09-07T06:18:27.2992310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/autocommand/__pycache__/errors.cpython-313.pyc 2025-09-07T06:18:27.2993570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/autocommand/__pycache__/autoasync.cpython-313.pyc 2025-09-07T06:18:27.2994960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/autocommand/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.2996320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/autocommand/__pycache__/autoparse.cpython-313.pyc 2025-09-07T06:18:27.2997290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/autocommand/automain.py 2025-09-07T06:18:27.2998340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/autocommand/errors.py 2025-09-07T06:18:27.2999540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/autocommand/autocommand.py 2025-09-07T06:18:27.3000490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/autocommand/autoasync.py 2025-09-07T06:18:27.3001700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/autocommand/autoparse.py 2025-09-07T06:18:27.3002760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/tomli/_types.py 2025-09-07T06:18:27.3003740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/tomli/__init__.py 2025-09-07T06:18:27.3005240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/tomli/__pycache__/_types.cpython-313.pyc 2025-09-07T06:18:27.3006740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/tomli/__pycache__/_re.cpython-313.pyc 2025-09-07T06:18:27.3008000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/tomli/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.3009220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/tomli/__pycache__/_parser.cpython-313.pyc 2025-09-07T06:18:27.3010090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/tomli/_parser.py 2025-09-07T06:18:27.3010970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/tomli/_re.py 2025-09-07T06:18:27.3012070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/tomli/py.typed 2025-09-07T06:18:27.3013390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/RECORD 2025-09-07T06:18:27.3014760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/LICENSE 2025-09-07T06:18:27.3015860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/WHEEL 2025-09-07T06:18:27.3017270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/top_level.txt 2025-09-07T06:18:27.3018550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/REQUESTED 2025-09-07T06:18:27.3020060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/INSTALLER 2025-09-07T06:18:27.3021550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/METADATA 2025-09-07T06:18:27.3022720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/RECORD 2025-09-07T06:18:27.3023770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/LICENSE 2025-09-07T06:18:27.3025280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/WHEEL 2025-09-07T06:18:27.3026670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/entry_points.txt 2025-09-07T06:18:27.3027900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/top_level.txt 2025-09-07T06:18:27.3029240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/INSTALLER 2025-09-07T06:18:27.3030450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/METADATA 2025-09-07T06:18:27.3031660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging-24.2.dist-info/RECORD 2025-09-07T06:18:27.3032800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE 2025-09-07T06:18:27.3034150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE.APACHE 2025-09-07T06:18:27.3035200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging-24.2.dist-info/WHEEL 2025-09-07T06:18:27.3036450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE.BSD 2025-09-07T06:18:27.3037660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging-24.2.dist-info/REQUESTED 2025-09-07T06:18:27.3038770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging-24.2.dist-info/INSTALLER 2025-09-07T06:18:27.3040130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging-24.2.dist-info/METADATA 2025-09-07T06:18:27.3041520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/RECORD 2025-09-07T06:18:27.3042560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/WHEEL 2025-09-07T06:18:27.3043770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/entry_points.txt 2025-09-07T06:18:27.3044980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/LICENSE.txt 2025-09-07T06:18:27.3046180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/REQUESTED 2025-09-07T06:18:27.3047340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/INSTALLER 2025-09-07T06:18:27.3048600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/METADATA 2025-09-07T06:18:27.3049600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/RECORD 2025-09-07T06:18:27.3050710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/LICENSE 2025-09-07T06:18:27.3051950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/WHEEL 2025-09-07T06:18:27.3053130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/top_level.txt 2025-09-07T06:18:27.3054390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/REQUESTED 2025-09-07T06:18:27.3055550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/INSTALLER 2025-09-07T06:18:27.3057110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/METADATA 2025-09-07T06:18:27.3058430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/RECORD 2025-09-07T06:18:27.3059690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/LICENSE 2025-09-07T06:18:27.3060880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/WHEEL 2025-09-07T06:18:27.3062080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/REQUESTED 2025-09-07T06:18:27.3063360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/INSTALLER 2025-09-07T06:18:27.3064460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/METADATA 2025-09-07T06:18:27.3065610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/RECORD 2025-09-07T06:18:27.3066780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/LICENSE 2025-09-07T06:18:27.3067970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/WHEEL 2025-09-07T06:18:27.3069270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/INSTALLER 2025-09-07T06:18:27.3070710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/METADATA 2025-09-07T06:18:27.3072020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/RECORD 2025-09-07T06:18:27.3073410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/LICENSE 2025-09-07T06:18:27.3074540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/WHEEL 2025-09-07T06:18:27.3075690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/REQUESTED 2025-09-07T06:18:27.3076980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/INSTALLER 2025-09-07T06:18:27.3078210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/METADATA 2025-09-07T06:18:27.3079440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/RECORD 2025-09-07T06:18:27.3081010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/licenses/LICENSE 2025-09-07T06:18:27.3082310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/WHEEL 2025-09-07T06:18:27.3083610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/REQUESTED 2025-09-07T06:18:27.3084890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/INSTALLER 2025-09-07T06:18:27.3086180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/METADATA 2025-09-07T06:18:27.3087220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_checkers.py 2025-09-07T06:18:27.3088250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_suppression.py 2025-09-07T06:18:27.3089420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_importhook.py 2025-09-07T06:18:27.3090580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_pytest_plugin.py 2025-09-07T06:18:27.3091600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_functions.py 2025-09-07T06:18:27.3092650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__init__.py 2025-09-07T06:18:27.3094010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/_config.cpython-313.pyc 2025-09-07T06:18:27.3095430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/_suppression.cpython-313.pyc 2025-09-07T06:18:27.3097090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/_memo.cpython-313.pyc 2025-09-07T06:18:27.3098410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/_union_transformer.cpython-313.pyc 2025-09-07T06:18:27.3099770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/_decorators.cpython-313.pyc 2025-09-07T06:18:27.3101100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/_utils.cpython-313.pyc 2025-09-07T06:18:27.3102610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/_exceptions.cpython-313.pyc 2025-09-07T06:18:27.3104130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/_checkers.cpython-313.pyc 2025-09-07T06:18:27.3105480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/_pytest_plugin.cpython-313.pyc 2025-09-07T06:18:27.3106910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/_transformer.cpython-313.pyc 2025-09-07T06:18:27.3108230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.3109610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/_functions.cpython-313.pyc 2025-09-07T06:18:27.3111140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/_importhook.cpython-313.pyc 2025-09-07T06:18:27.3112180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_decorators.py 2025-09-07T06:18:27.3113100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_memo.py 2025-09-07T06:18:27.3114290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_transformer.py 2025-09-07T06:18:27.3115270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/py.typed 2025-09-07T06:18:27.3116380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_union_transformer.py 2025-09-07T06:18:27.3117340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_config.py 2025-09-07T06:18:27.3118530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_exceptions.py 2025-09-07T06:18:27.3119530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_utils.py 2025-09-07T06:18:27.3120530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typing_extensions.py 2025-09-07T06:18:27.3121530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/macos.py 2025-09-07T06:18:27.3122640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/unix.py 2025-09-07T06:18:27.3123800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/version.py 2025-09-07T06:18:27.3124870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/__init__.py 2025-09-07T06:18:27.3126460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/__pycache__/api.cpython-313.pyc 2025-09-07T06:18:27.3127780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/__pycache__/android.cpython-313.pyc 2025-09-07T06:18:27.3129070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/__pycache__/windows.cpython-313.pyc 2025-09-07T06:18:27.3130560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/__pycache__/macos.cpython-313.pyc 2025-09-07T06:18:27.3131820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:27.3133090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.3134290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:27.3135520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/__pycache__/unix.cpython-313.pyc 2025-09-07T06:18:27.3136650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/api.py 2025-09-07T06:18:27.3137710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/android.py 2025-09-07T06:18:27.3138820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/py.typed 2025-09-07T06:18:27.3140130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/windows.py 2025-09-07T06:18:27.3141260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/__main__.py 2025-09-07T06:18:27.3141830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/discovery.py 2025-09-07T06:18:27.3142580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/__init__.py 2025-09-07T06:18:27.3143600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/__pycache__/expand.cpython-313.pyc 2025-09-07T06:18:27.3144570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/__pycache__/setupcfg.cpython-313.pyc 2025-09-07T06:18:27.3145670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/__pycache__/_apply_pyprojecttoml.cpython-313.pyc 2025-09-07T06:18:27.3146910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/__pycache__/pyprojecttoml.cpython-313.pyc 2025-09-07T06:18:27.3148090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.3149390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py 2025-09-07T06:18:27.3150540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/extra_validations.py 2025-09-07T06:18:27.3151730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/error_reporting.py 2025-09-07T06:18:27.3152950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/__init__.py 2025-09-07T06:18:27.3154390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/__pycache__/formats.cpython-313.pyc 2025-09-07T06:18:27.3155910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_validations.cpython-313.pyc 2025-09-07T06:18:27.3157280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/__pycache__/extra_validations.cpython-313.pyc 2025-09-07T06:18:27.3159420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/__pycache__/error_reporting.cpython-313.pyc 2025-09-07T06:18:27.3161090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_exceptions.cpython-313.pyc 2025-09-07T06:18:27.3162480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.3163540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/NOTICE 2025-09-07T06:18:27.3165050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_validations.py 2025-09-07T06:18:27.3166280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/formats.py 2025-09-07T06:18:27.3167050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/NOTICE 2025-09-07T06:18:27.3168000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/setupcfg.py 2025-09-07T06:18:27.3169010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/setuptools.schema.json 2025-09-07T06:18:27.3170110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py 2025-09-07T06:18:27.3171110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/distutils.schema.json 2025-09-07T06:18:27.3172260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/pyprojecttoml.py 2025-09-07T06:18:27.3173280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/expand.py 2025-09-07T06:18:27.3173890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_static.py 2025-09-07T06:18:27.3174830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/warnings.py 2025-09-07T06:18:27.3175720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/cli-64.exe 2025-09-07T06:18:27.3176540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_reqs.py 2025-09-07T06:18:27.3177570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_bdist_deprecations.py 2025-09-07T06:18:27.3178620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_build_py.py 2025-09-07T06:18:27.3179680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_build_meta.py 2025-09-07T06:18:27.3180670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/server.py 2025-09-07T06:18:27.3181680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_warnings.py 2025-09-07T06:18:27.3182840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/compat/py39.py 2025-09-07T06:18:27.3183930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/compat/__init__.py 2025-09-07T06:18:27.3185430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/compat/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.3186910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/compat/__pycache__/py39.cpython-313.pyc 2025-09-07T06:18:27.3187700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/textwrap.py 2025-09-07T06:18:27.3188830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_logging.py 2025-09-07T06:18:27.3189810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_virtualenv.py 2025-09-07T06:18:27.3190850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_namespaces.py 2025-09-07T06:18:27.3191850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_shutil_wrapper.py 2025-09-07T06:18:27.3193060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/script-with-bom.py 2025-09-07T06:18:27.3194080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_distutils_adoption.py 2025-09-07T06:18:27.3195270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/config/test_pyprojecttoml_dynamic_deps.py 2025-09-07T06:18:27.3196240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/config/__init__.py 2025-09-07T06:18:27.3197260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/config/test_expand.py 2025-09-07T06:18:27.3198600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/config/__pycache__/test_expand.cpython-313.pyc 2025-09-07T06:18:27.3200110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/config/__pycache__/test_pyprojecttoml_dynamic_deps.cpython-313.pyc 2025-09-07T06:18:27.3201440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/config/__pycache__/test_pyprojecttoml.cpython-313.pyc 2025-09-07T06:18:27.3202830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/config/__pycache__/test_setupcfg.cpython-313.pyc 2025-09-07T06:18:27.3204400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/config/__pycache__/test_apply_pyprojecttoml.cpython-313.pyc 2025-09-07T06:18:27.3205740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/config/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.3206730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/config/setupcfg_examples.txt 2025-09-07T06:18:27.3207990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/config/test_setupcfg.py 2025-09-07T06:18:27.3209210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/config/test_pyprojecttoml.py 2025-09-07T06:18:27.3210410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/config/downloads/preload.py 2025-09-07T06:18:27.3211660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/config/downloads/__init__.py 2025-09-07T06:18:27.3213040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/config/downloads/__pycache__/preload.cpython-313.pyc 2025-09-07T06:18:27.3214640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/config/downloads/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.3215680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/config/test_apply_pyprojecttoml.py 2025-09-07T06:18:27.3216580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_depends.py 2025-09-07T06:18:27.3217570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/integration/__init__.py 2025-09-07T06:18:27.3219010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/integration/__pycache__/helpers.cpython-313.pyc 2025-09-07T06:18:27.3220330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/integration/__pycache__/test_pip_install_sdist.cpython-313.pyc 2025-09-07T06:18:27.3221800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/integration/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.3222780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/integration/helpers.py 2025-09-07T06:18:27.3223920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/integration/test_pip_install_sdist.py 2025-09-07T06:18:27.3224840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_core_metadata.py 2025-09-07T06:18:27.3225810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_extern.py 2025-09-07T06:18:27.3226660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__init__.py 2025-09-07T06:18:27.3228150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_packageindex.cpython-313.pyc 2025-09-07T06:18:27.3229490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_shutil_wrapper.cpython-313.pyc 2025-09-07T06:18:27.3230890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/script-with-bom.cpython-313.pyc 2025-09-07T06:18:27.3232130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_bdist_deprecations.cpython-313.pyc 2025-09-07T06:18:27.3233600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_install_scripts.cpython-313.pyc 2025-09-07T06:18:27.3235110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_config_discovery.cpython-313.pyc 2025-09-07T06:18:27.3236550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_distutils_adoption.cpython-313.pyc 2025-09-07T06:18:27.3237810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/namespaces.cpython-313.pyc 2025-09-07T06:18:27.3238980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_manifest.cpython-313.pyc 2025-09-07T06:18:27.3240280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_bdist_egg.cpython-313.pyc 2025-09-07T06:18:27.3241660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_egg_info.cpython-313.pyc 2025-09-07T06:18:27.3242940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_build_py.cpython-313.pyc 2025-09-07T06:18:27.3244030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/server.cpython-313.pyc 2025-09-07T06:18:27.3245300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_archive_util.cpython-313.pyc 2025-09-07T06:18:27.3246440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_sdist.cpython-313.pyc 2025-09-07T06:18:27.3247700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/contexts.cpython-313.pyc 2025-09-07T06:18:27.3248970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_warnings.cpython-313.pyc 2025-09-07T06:18:27.3250270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_core_metadata.cpython-313.pyc 2025-09-07T06:18:27.3251520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/textwrap.cpython-313.pyc 2025-09-07T06:18:27.3252800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_build_clib.cpython-313.pyc 2025-09-07T06:18:27.3254100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_setopt.cpython-313.pyc 2025-09-07T06:18:27.3255290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_namespaces.cpython-313.pyc 2025-09-07T06:18:27.3256570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_wheel.cpython-313.pyc 2025-09-07T06:18:27.3257770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_depends.cpython-313.pyc 2025-09-07T06:18:27.3258910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/text.cpython-313.pyc 2025-09-07T06:18:27.3260260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/environment.cpython-313.pyc 2025-09-07T06:18:27.3261680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_find_packages.cpython-313.pyc 2025-09-07T06:18:27.3263020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_bdist_wheel.cpython-313.pyc 2025-09-07T06:18:27.3264290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_easy_install.cpython-313.pyc 2025-09-07T06:18:27.3265460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_dist.cpython-313.pyc 2025-09-07T06:18:27.3266720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_dist_info.cpython-313.pyc 2025-09-07T06:18:27.3268160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_setuptools.cpython-313.pyc 2025-09-07T06:18:27.3269740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/fixtures.cpython-313.pyc 2025-09-07T06:18:27.3270830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_virtualenv.cpython-313.pyc 2025-09-07T06:18:27.3272110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_develop.cpython-313.pyc 2025-09-07T06:18:27.3273480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_build.cpython-313.pyc 2025-09-07T06:18:27.3274630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_sandbox.cpython-313.pyc 2025-09-07T06:18:27.3275830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_extern.cpython-313.pyc 2025-09-07T06:18:27.3277200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_build_meta.cpython-313.pyc 2025-09-07T06:18:27.3278480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_glob.cpython-313.pyc 2025-09-07T06:18:27.3279720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_find_py_modules.cpython-313.pyc 2025-09-07T06:18:27.3281070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_editable_install.cpython-313.pyc 2025-09-07T06:18:27.3282560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_unicode_utils.cpython-313.pyc 2025-09-07T06:18:27.3283840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_build_ext.cpython-313.pyc 2025-09-07T06:18:27.3285140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.3286360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_logging.cpython-313.pyc 2025-09-07T06:18:27.3287750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_windows_wrappers.cpython-313.pyc 2025-09-07T06:18:27.3289060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/mod_with_constant.cpython-313.pyc 2025-09-07T06:18:27.3290160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_manifest.py 2025-09-07T06:18:27.3291130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_build_clib.py 2025-09-07T06:18:27.3292010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_setopt.py 2025-09-07T06:18:27.3292900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_wheel.py 2025-09-07T06:18:27.3293930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_egg_info.py 2025-09-07T06:18:27.3294820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_build.py 2025-09-07T06:18:27.3295820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_install_scripts.py 2025-09-07T06:18:27.3297040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_find_py_modules.py 2025-09-07T06:18:27.3298010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_build_ext.py 2025-09-07T06:18:27.3299130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_unicode_utils.py 2025-09-07T06:18:27.3300030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/text.py 2025-09-07T06:18:27.3301070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_bdist_egg.py 2025-09-07T06:18:27.3301930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_sandbox.py 2025-09-07T06:18:27.3302890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_glob.py 2025-09-07T06:18:27.3304030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/environment.py 2025-09-07T06:18:27.3305210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_config_discovery.py 2025-09-07T06:18:27.3306120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_windows_wrappers.py 2025-09-07T06:18:27.3306930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/mod_with_constant.py 2025-09-07T06:18:27.3307740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_find_packages.py 2025-09-07T06:18:27.3308490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/contexts.py 2025-09-07T06:18:27.3309300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_packageindex.py 2025-09-07T06:18:27.3310200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_setuptools.py 2025-09-07T06:18:27.3310900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_dist.py 2025-09-07T06:18:27.3311770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_bdist_wheel.py 2025-09-07T06:18:27.3312430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_develop.py 2025-09-07T06:18:27.3313280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_editable_install.py 2025-09-07T06:18:27.3314460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_easy_install.py 2025-09-07T06:18:27.3315430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/fixtures.py 2025-09-07T06:18:27.3316430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/namespaces.py 2025-09-07T06:18:27.3317380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_sdist.py 2025-09-07T06:18:27.3318490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_archive_util.py 2025-09-07T06:18:27.3319940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/indexes/test_links_priority/external.html 2025-09-07T06:18:27.3321310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/indexes/test_links_priority/simple/foobar/index.html 2025-09-07T06:18:27.3322270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_dist_info.py 2025-09-07T06:18:27.3323040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/gui-64.exe 2025-09-07T06:18:27.3324120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/depends.py 2025-09-07T06:18:27.3325050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__init__.py 2025-09-07T06:18:27.3326380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/dist.cpython-313.pyc 2025-09-07T06:18:27.3327520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/modified.cpython-313.pyc 2025-09-07T06:18:27.3328830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/sandbox.cpython-313.pyc 2025-09-07T06:18:27.3329910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/discovery.cpython-313.pyc 2025-09-07T06:18:27.3331010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/unicode_utils.cpython-313.pyc 2025-09-07T06:18:27.3332040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/launch.cpython-313.pyc 2025-09-07T06:18:27.3333340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/namespaces.cpython-313.pyc 2025-09-07T06:18:27.3340030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/msvc.cpython-313.pyc 2025-09-07T06:18:27.3340350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/windows_support.cpython-313.pyc 2025-09-07T06:18:27.3341000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/_entry_points.cpython-313.pyc 2025-09-07T06:18:27.3341270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/_normalization.cpython-313.pyc 2025-09-07T06:18:27.3341500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/logging.cpython-313.pyc 2025-09-07T06:18:27.3341750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/glob.cpython-313.pyc 2025-09-07T06:18:27.3342000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/_core_metadata.cpython-313.pyc 2025-09-07T06:18:27.3342820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/_path.cpython-313.pyc 2025-09-07T06:18:27.3344030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/errors.cpython-313.pyc 2025-09-07T06:18:27.3345300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/archive_util.cpython-313.pyc 2025-09-07T06:18:27.3346330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/_reqs.cpython-313.pyc 2025-09-07T06:18:27.3347380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/wheel.cpython-313.pyc 2025-09-07T06:18:27.3348680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/_importlib.cpython-313.pyc 2025-09-07T06:18:27.3349990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/warnings.cpython-313.pyc 2025-09-07T06:18:27.3351010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/_imp.cpython-313.pyc 2025-09-07T06:18:27.3352220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/_static.cpython-313.pyc 2025-09-07T06:18:27.3353490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/extension.cpython-313.pyc 2025-09-07T06:18:27.3354660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/build_meta.cpython-313.pyc 2025-09-07T06:18:27.3355760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/depends.cpython-313.pyc 2025-09-07T06:18:27.3356750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/monkey.cpython-313.pyc 2025-09-07T06:18:27.3357980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/installer.cpython-313.pyc 2025-09-07T06:18:27.3359170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.3360320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:27.3361460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/_shutil.cpython-313.pyc 2025-09-07T06:18:27.3362710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/package_index.cpython-313.pyc 2025-09-07T06:18:27.3363870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/_itertools.cpython-313.pyc 2025-09-07T06:18:27.3364680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/installer.py 2025-09-07T06:18:27.3365700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/glob.py 2025-09-07T06:18:27.3366550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/sandbox.py 2025-09-07T06:18:27.3367370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/script.tmpl 2025-09-07T06:18:27.3368270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/launch.py 2025-09-07T06:18:27.3369360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/extension.py 2025-09-07T06:18:27.3370310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_core_metadata.py 2025-09-07T06:18:27.3371250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/unicode_utils.py 2025-09-07T06:18:27.3372250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_itertools.py 2025-09-07T06:18:27.3373190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/monkey.py 2025-09-07T06:18:27.3374060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/build_meta.py 2025-09-07T06:18:27.3374910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/cli.exe 2025-09-07T06:18:27.3375990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/errors.py 2025-09-07T06:18:27.3376740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/build.py 2025-09-07T06:18:27.3377740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/bdist_egg.py 2025-09-07T06:18:27.3378700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/alias.py 2025-09-07T06:18:27.3379840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/build_ext.py 2025-09-07T06:18:27.3380890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/easy_install.py 2025-09-07T06:18:27.3381980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/editable_wheel.py 2025-09-07T06:18:27.3383050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/launcher manifest.xml 2025-09-07T06:18:27.3384020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/install_scripts.py 2025-09-07T06:18:27.3384980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/dist_info.py 2025-09-07T06:18:27.3386230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/install_lib.py 2025-09-07T06:18:27.3387190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/build_py.py 2025-09-07T06:18:27.3388170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__init__.py 2025-09-07T06:18:27.3389480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/develop.cpython-313.pyc 2025-09-07T06:18:27.3390770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/setopt.cpython-313.pyc 2025-09-07T06:18:27.3392090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/rotate.cpython-313.pyc 2025-09-07T06:18:27.3393500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/editable_wheel.cpython-313.pyc 2025-09-07T06:18:27.3394650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/alias.cpython-313.pyc 2025-09-07T06:18:27.3395920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/dist_info.cpython-313.pyc 2025-09-07T06:18:27.3397220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/build_clib.cpython-313.pyc 2025-09-07T06:18:27.3398530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/easy_install.cpython-313.pyc 2025-09-07T06:18:27.3399830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/saveopts.cpython-313.pyc 2025-09-07T06:18:27.3401050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/build_ext.cpython-313.pyc 2025-09-07T06:18:27.3402440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/install_lib.cpython-313.pyc 2025-09-07T06:18:27.3403690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-313.pyc 2025-09-07T06:18:27.3404830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/_requirestxt.cpython-313.pyc 2025-09-07T06:18:27.3406070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/build.cpython-313.pyc 2025-09-07T06:18:27.3407190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/test.cpython-313.pyc 2025-09-07T06:18:27.3408610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/bdist_wheel.cpython-313.pyc 2025-09-07T06:18:27.3409750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/install.cpython-313.pyc 2025-09-07T06:18:27.3410960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-313.pyc 2025-09-07T06:18:27.3412290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-313.pyc 2025-09-07T06:18:27.3413450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/install_scripts.cpython-313.pyc 2025-09-07T06:18:27.3414740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/sdist.cpython-313.pyc 2025-09-07T06:18:27.3416070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.3417340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/build_py.cpython-313.pyc 2025-09-07T06:18:27.3418560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/egg_info.cpython-313.pyc 2025-09-07T06:18:27.3419440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/sdist.py 2025-09-07T06:18:27.3420290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/test.py 2025-09-07T06:18:27.3421190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/saveopts.py 2025-09-07T06:18:27.3422160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/bdist_rpm.py 2025-09-07T06:18:27.3423140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/build_clib.py 2025-09-07T06:18:27.3424140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/bdist_wheel.py 2025-09-07T06:18:27.3425050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/egg_info.py 2025-09-07T06:18:27.3426070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/_requirestxt.py 2025-09-07T06:18:27.3426980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/install.py 2025-09-07T06:18:27.3427910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/develop.py 2025-09-07T06:18:27.3428870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/rotate.py 2025-09-07T06:18:27.3429980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/install_egg_info.py 2025-09-07T06:18:27.3430890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/setopt.py 2025-09-07T06:18:27.3431790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/msvc.py 2025-09-07T06:18:27.3432820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_importlib.py 2025-09-07T06:18:27.3433790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_entry_points.py 2025-09-07T06:18:27.3434680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/cli-32.exe 2025-09-07T06:18:27.3435380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/gui-32.exe 2025-09-07T06:18:27.3436280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/gui.exe 2025-09-07T06:18:27.3437290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/dist.py 2025-09-07T06:18:27.3438200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/_msvccompiler.py 2025-09-07T06:18:27.3439260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/_modified.py 2025-09-07T06:18:27.3440350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/unixccompiler.py 2025-09-07T06:18:27.3441280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/filelist.py 2025-09-07T06:18:27.3442300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/ccompiler.py 2025-09-07T06:18:27.3443180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compat/py39.py 2025-09-07T06:18:27.3444270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compat/__init__.py 2025-09-07T06:18:27.3445390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compat/numpy.py 2025-09-07T06:18:27.3446700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compat/__pycache__/numpy.cpython-313.pyc 2025-09-07T06:18:27.3448060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compat/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.3449450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compat/__pycache__/py39.cpython-313.pyc 2025-09-07T06:18:27.3450520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/archive_util.py 2025-09-07T06:18:27.3451340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/cmd.py 2025-09-07T06:18:27.3452420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/version.py 2025-09-07T06:18:27.3453340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/log.py 2025-09-07T06:18:27.3454300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/util.py 2025-09-07T06:18:27.3455290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/fancy_getopt.py 2025-09-07T06:18:27.3456260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_bdist.py 2025-09-07T06:18:27.3457410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_text_file.py 2025-09-07T06:18:27.3458410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_version.py 2025-09-07T06:18:27.3459460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_install_lib.py 2025-09-07T06:18:27.3460540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_build_py.py 2025-09-07T06:18:27.3461640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_extension.py 2025-09-07T06:18:27.3462640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/compat/py39.py 2025-09-07T06:18:27.3463790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/compat/__init__.py 2025-09-07T06:18:27.3465070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/compat/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.3466480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/compat/__pycache__/py39.cpython-313.pyc 2025-09-07T06:18:27.3467380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_spawn.py 2025-09-07T06:18:27.3468440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/support.py 2025-09-07T06:18:27.3469310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_bdist_rpm.py 2025-09-07T06:18:27.3470210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_install_data.py 2025-09-07T06:18:27.3471070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_filelist.py 2025-09-07T06:18:27.3471900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_core.py 2025-09-07T06:18:27.3472780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_cmd.py 2025-09-07T06:18:27.3473550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__init__.py 2025-09-07T06:18:27.3474510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_sysconfig.py 2025-09-07T06:18:27.3475650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_extension.cpython-313.pyc 2025-09-07T06:18:27.3476700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/unix_compat.cpython-313.pyc 2025-09-07T06:18:27.3478100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_install_scripts.cpython-313.pyc 2025-09-07T06:18:27.3479420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_build_scripts.cpython-313.pyc 2025-09-07T06:18:27.3480640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_clean.cpython-313.pyc 2025-09-07T06:18:27.3481820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_util.cpython-313.pyc 2025-09-07T06:18:27.3483120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_build_py.cpython-313.pyc 2025-09-07T06:18:27.3484310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_bdist.cpython-313.pyc 2025-09-07T06:18:27.3485530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_install.cpython-313.pyc 2025-09-07T06:18:27.3486810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_archive_util.cpython-313.pyc 2025-09-07T06:18:27.3488070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_sdist.cpython-313.pyc 2025-09-07T06:18:27.3489510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_version.cpython-313.pyc 2025-09-07T06:18:27.3490740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_build_clib.cpython-313.pyc 2025-09-07T06:18:27.3492180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_config_cmd.cpython-313.pyc 2025-09-07T06:18:27.3493400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_log.cpython-313.pyc 2025-09-07T06:18:27.3494620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_dir_util.cpython-313.pyc 2025-09-07T06:18:27.3496030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_dist.cpython-313.pyc 2025-09-07T06:18:27.3497440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/support.cpython-313.pyc 2025-09-07T06:18:27.3498760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_install_lib.cpython-313.pyc 2025-09-07T06:18:27.3500080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_bdist_dumb.cpython-313.pyc 2025-09-07T06:18:27.3501330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_build.cpython-313.pyc 2025-09-07T06:18:27.3502530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_core.cpython-313.pyc 2025-09-07T06:18:27.3503980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_text_file.cpython-313.pyc 2025-09-07T06:18:27.3505160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_sysconfig.cpython-313.pyc 2025-09-07T06:18:27.3506510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_file_util.cpython-313.pyc 2025-09-07T06:18:27.3507800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_install_headers.cpython-313.pyc 2025-09-07T06:18:27.3509040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_modified.cpython-313.pyc 2025-09-07T06:18:27.3510270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_cmd.cpython-313.pyc 2025-09-07T06:18:27.3511500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_build_ext.cpython-313.pyc 2025-09-07T06:18:27.3512840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_filelist.cpython-313.pyc 2025-09-07T06:18:27.3514180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_bdist_rpm.cpython-313.pyc 2025-09-07T06:18:27.3515380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.3516710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_check.cpython-313.pyc 2025-09-07T06:18:27.3518070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_install_data.cpython-313.pyc 2025-09-07T06:18:27.3519470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_versionpredicate.cpython-313.pyc 2025-09-07T06:18:27.3520650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_spawn.cpython-313.pyc 2025-09-07T06:18:27.3521560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_util.py 2025-09-07T06:18:27.3522680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_modified.py 2025-09-07T06:18:27.3523910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_build_clib.py 2025-09-07T06:18:27.3524850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_log.py 2025-09-07T06:18:27.3525850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_build.py 2025-09-07T06:18:27.3527040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_install_scripts.py 2025-09-07T06:18:27.3528150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_build_ext.py 2025-09-07T06:18:27.3529260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_dir_util.py 2025-09-07T06:18:27.3530300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/unix_compat.py 2025-09-07T06:18:27.3531380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_install_headers.py 2025-09-07T06:18:27.3532460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_clean.py 2025-09-07T06:18:27.3533430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_check.py 2025-09-07T06:18:27.3534620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_versionpredicate.py 2025-09-07T06:18:27.3535700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_build_scripts.py 2025-09-07T06:18:27.3536770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_bdist_dumb.py 2025-09-07T06:18:27.3537860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_file_util.py 2025-09-07T06:18:27.3538810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_dist.py 2025-09-07T06:18:27.3539920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_install.py 2025-09-07T06:18:27.3541060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_config_cmd.py 2025-09-07T06:18:27.3542050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_sdist.py 2025-09-07T06:18:27.3543270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_archive_util.py 2025-09-07T06:18:27.3544280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/versionpredicate.py 2025-09-07T06:18:27.3545200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__init__.py 2025-09-07T06:18:27.3546110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/file_util.py 2025-09-07T06:18:27.3547040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/core.py 2025-09-07T06:18:27.3548170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/dist.cpython-313.pyc 2025-09-07T06:18:27.3549350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/cmd.cpython-313.pyc 2025-09-07T06:18:27.3550600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/fancy_getopt.cpython-313.pyc 2025-09-07T06:18:27.3551730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/spawn.cpython-313.pyc 2025-09-07T06:18:27.3552930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/_macos_compat.cpython-313.pyc 2025-09-07T06:18:27.3554080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/filelist.cpython-313.pyc 2025-09-07T06:18:27.3555250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/core.cpython-313.pyc 2025-09-07T06:18:27.3556590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/zosccompiler.cpython-313.pyc 2025-09-07T06:18:27.3557870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/ccompiler.cpython-313.pyc 2025-09-07T06:18:27.3559180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/dir_util.cpython-313.pyc 2025-09-07T06:18:27.3560450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/sysconfig.cpython-313.pyc 2025-09-07T06:18:27.3561650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/file_util.cpython-313.pyc 2025-09-07T06:18:27.3563110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/errors.cpython-313.pyc 2025-09-07T06:18:27.3564470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/_msvccompiler.cpython-313.pyc 2025-09-07T06:18:27.3565630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/debug.cpython-313.pyc 2025-09-07T06:18:27.3566930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/text_file.cpython-313.pyc 2025-09-07T06:18:27.3568170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/versionpredicate.cpython-313.pyc 2025-09-07T06:18:27.3569380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/archive_util.cpython-313.pyc 2025-09-07T06:18:27.3570600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/cygwinccompiler.cpython-313.pyc 2025-09-07T06:18:27.3571860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/unixccompiler.cpython-313.pyc 2025-09-07T06:18:27.3573150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/_modified.cpython-313.pyc 2025-09-07T06:18:27.3574300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/util.cpython-313.pyc 2025-09-07T06:18:27.3575390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/log.cpython-313.pyc 2025-09-07T06:18:27.3576610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/extension.cpython-313.pyc 2025-09-07T06:18:27.3577740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/dep_util.cpython-313.pyc 2025-09-07T06:18:27.3578970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.3580240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/_log.cpython-313.pyc 2025-09-07T06:18:27.3581590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:27.3582640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/cygwinccompiler.py 2025-09-07T06:18:27.3583600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/zosccompiler.py 2025-09-07T06:18:27.3584590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/extension.py 2025-09-07T06:18:27.3585590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/debug.py 2025-09-07T06:18:27.3586470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/spawn.py 2025-09-07T06:18:27.3587470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/text_file.py 2025-09-07T06:18:27.3588390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/errors.py 2025-09-07T06:18:27.3589440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/dep_util.py 2025-09-07T06:18:27.3590420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/build.py 2025-09-07T06:18:27.3591520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/build_ext.py 2025-09-07T06:18:27.3592470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/config.py 2025-09-07T06:18:27.3593470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/clean.py 2025-09-07T06:18:27.3594480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/check.py 2025-09-07T06:18:27.3595540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/install_scripts.py 2025-09-07T06:18:27.3596720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/_framework_compat.py 2025-09-07T06:18:27.3597800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/install_headers.py 2025-09-07T06:18:27.3598890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/install_lib.py 2025-09-07T06:18:27.3599830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/build_py.py 2025-09-07T06:18:27.3600850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/bdist_dumb.py 2025-09-07T06:18:27.3601800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__init__.py 2025-09-07T06:18:27.3603150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/install_headers.cpython-313.pyc 2025-09-07T06:18:27.3604600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/config.cpython-313.pyc 2025-09-07T06:18:27.3605920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/build_clib.cpython-313.pyc 2025-09-07T06:18:27.3607070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/check.cpython-313.pyc 2025-09-07T06:18:27.3608480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/_framework_compat.cpython-313.pyc 2025-09-07T06:18:27.3609790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/build_ext.cpython-313.pyc 2025-09-07T06:18:27.3611160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/install_lib.cpython-313.pyc 2025-09-07T06:18:27.3612440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/bdist_rpm.cpython-313.pyc 2025-09-07T06:18:27.3613750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/install_data.cpython-313.pyc 2025-09-07T06:18:27.3614970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/build.cpython-313.pyc 2025-09-07T06:18:27.3616050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/install.cpython-313.pyc 2025-09-07T06:18:27.3617470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/install_egg_info.cpython-313.pyc 2025-09-07T06:18:27.3618930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/install_scripts.cpython-313.pyc 2025-09-07T06:18:27.3620240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/bdist_dumb.cpython-313.pyc 2025-09-07T06:18:27.3621570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/sdist.cpython-313.pyc 2025-09-07T06:18:27.3622920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/build_scripts.cpython-313.pyc 2025-09-07T06:18:27.3624040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.3625290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/bdist.cpython-313.pyc 2025-09-07T06:18:27.3626330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/build_py.cpython-313.pyc 2025-09-07T06:18:27.3627360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/clean.cpython-313.pyc 2025-09-07T06:18:27.3628060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/sdist.py 2025-09-07T06:18:27.3628890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/bdist.py 2025-09-07T06:18:27.3629830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/build_scripts.py 2025-09-07T06:18:27.3630620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/bdist_rpm.py 2025-09-07T06:18:27.3631670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/build_clib.py 2025-09-07T06:18:27.3632570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/install.py 2025-09-07T06:18:27.3633680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/install_egg_info.py 2025-09-07T06:18:27.3634650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/install_data.py 2025-09-07T06:18:27.3635520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/dir_util.py 2025-09-07T06:18:27.3636590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/unix.py 2025-09-07T06:18:27.3637660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/zos.py 2025-09-07T06:18:27.3638780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/tests/test_unix.py 2025-09-07T06:18:27.3639950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/tests/test_cygwin.py 2025-09-07T06:18:27.3641450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_cygwin.cpython-313.pyc 2025-09-07T06:18:27.3642930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_unix.cpython-313.pyc 2025-09-07T06:18:27.3644390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_mingw.cpython-313.pyc 2025-09-07T06:18:27.3645800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_msvc.cpython-313.pyc 2025-09-07T06:18:27.3647360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_base.cpython-313.pyc 2025-09-07T06:18:27.3648410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/tests/test_mingw.py 2025-09-07T06:18:27.3649480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/tests/test_base.py 2025-09-07T06:18:27.3650640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/tests/test_msvc.py 2025-09-07T06:18:27.3651980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/__pycache__/zos.cpython-313.pyc 2025-09-07T06:18:27.3653290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/__pycache__/msvc.cpython-313.pyc 2025-09-07T06:18:27.3654450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/__pycache__/base.cpython-313.pyc 2025-09-07T06:18:27.3655880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/__pycache__/errors.cpython-313.pyc 2025-09-07T06:18:27.3657180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/__pycache__/cygwin.cpython-313.pyc 2025-09-07T06:18:27.3658560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/__pycache__/unix.cpython-313.pyc 2025-09-07T06:18:27.3659610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/cygwin.py 2025-09-07T06:18:27.3660720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/errors.py 2025-09-07T06:18:27.3661850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/msvc.py 2025-09-07T06:18:27.3662800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/base.py 2025-09-07T06:18:27.3663770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/sysconfig.py 2025-09-07T06:18:27.3664730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/_macos_compat.py 2025-09-07T06:18:27.3665580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/dist.py 2025-09-07T06:18:27.3666440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/_log.py 2025-09-07T06:18:27.3667210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/wheel.py 2025-09-07T06:18:27.3668210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/gui-arm64.exe 2025-09-07T06:18:27.3669160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/namespaces.py 2025-09-07T06:18:27.3670030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/script (dev).tmpl 2025-09-07T06:18:27.3670860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_shutil.py 2025-09-07T06:18:27.3671780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/test_resources.py 2025-09-07T06:18:27.3673000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/test_integration_zope_interface.py 2025-09-07T06:18:27.3673890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/__init__.py 2025-09-07T06:18:27.3675200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/__pycache__/test_working_set.cpython-313.pyc 2025-09-07T06:18:27.3676460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/__pycache__/test_find_distributions.cpython-313.pyc 2025-09-07T06:18:27.3677650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/__pycache__/test_pkg_resources.cpython-313.pyc 2025-09-07T06:18:27.3679120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/__pycache__/test_integration_zope_interface.cpython-313.pyc 2025-09-07T06:18:27.3680500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/__pycache__/test_markers.cpython-313.pyc 2025-09-07T06:18:27.3681920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/__pycache__/test_resources.cpython-313.pyc 2025-09-07T06:18:27.3683100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.3684080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/test_markers.py 2025-09-07T06:18:27.3685120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/test_working_set.py 2025-09-07T06:18:27.3686170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/test_find_distributions.py 2025-09-07T06:18:27.3687550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/data/my-test-package-zip/my-test-package.zip 2025-09-07T06:18:27.3689350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/data/my-test-package_zipped-egg/my_test_package-1.0-py3.7.egg 2025-09-07T06:18:27.3690830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/PKG-INFO 2025-09-07T06:18:27.3692340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/zip-safe 2025-09-07T06:18:27.3694410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/SOURCES.txt 2025-09-07T06:18:27.3696030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/top_level.txt 2025-09-07T06:18:27.3697710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/dependency_links.txt 2025-09-07T06:18:27.3699210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/data/my-test-package-source/__pycache__/setup.cpython-313.pyc 2025-09-07T06:18:27.3700350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/data/my-test-package-source/setup.py 2025-09-07T06:18:27.3701550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/data/my-test-package-source/setup.cfg 2025-09-07T06:18:27.3702590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/test_pkg_resources.py 2025-09-07T06:18:27.3703540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/__init__.py 2025-09-07T06:18:27.3704600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.3705440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/py.typed 2025-09-07T06:18:27.3706340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/api_tests.txt 2025-09-07T06:18:27.3707420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_extensions-4.12.2.dist-info/RECORD 2025-09-07T06:18:27.3708410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_extensions-4.12.2.dist-info/LICENSE 2025-09-07T06:18:27.3709620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_extensions-4.12.2.dist-info/direct_url.json 2025-09-07T06:18:27.3710600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_extensions-4.12.2.dist-info/WHEEL 2025-09-07T06:18:27.3711720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_extensions-4.12.2.dist-info/REQUESTED 2025-09-07T06:18:27.3712840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_extensions-4.12.2.dist-info/INSTALLER 2025-09-07T06:18:27.3713870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_extensions-4.12.2.dist-info/METADATA 2025-09-07T06:18:27.3714640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/_distutils_hack/__init__.py 2025-09-07T06:18:27.3715890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/_distutils_hack/__pycache__/override.cpython-313.pyc 2025-09-07T06:18:27.3717140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/_distutils_hack/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.3717920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/_distutils_hack/override.py 2025-09-07T06:18:27.3718980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/repoquery.py 2025-09-07T06:18:27.3720000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/solver.py 2025-09-07T06:18:27.3720920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/index.py 2025-09-07T06:18:27.3722010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/__init__.py 2025-09-07T06:18:27.3723220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/__pycache__/repoquery.cpython-313.pyc 2025-09-07T06:18:27.3724420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/__pycache__/plugin.cpython-313.pyc 2025-09-07T06:18:27.3726070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/__pycache__/conda_build_exceptions.cpython-313.pyc 2025-09-07T06:18:27.3727240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:27.3728380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/__pycache__/exceptions.cpython-313.pyc 2025-09-07T06:18:27.3729570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/__pycache__/mamba_utils.cpython-313.pyc 2025-09-07T06:18:27.3730680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/__pycache__/solver.cpython-313.pyc 2025-09-07T06:18:27.3731780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/__pycache__/state.cpython-313.pyc 2025-09-07T06:18:27.3732940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/__pycache__/index.cpython-313.pyc 2025-09-07T06:18:27.3734160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.3735180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/mamba_utils.py 2025-09-07T06:18:27.3736360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/conda_build_exceptions.py 2025-09-07T06:18:27.3737450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/utils.py 2025-09-07T06:18:27.3738500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/plugin.py 2025-09-07T06:18:27.3739550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/exceptions.py 2025-09-07T06:18:27.3740470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/state.py 2025-09-07T06:18:27.3741540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/_hypothesis_plugin.py 2025-09-07T06:18:27.3742380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/color.py 2025-09-07T06:18:27.3743390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/config.py 2025-09-07T06:18:27.3744240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/version.py 2025-09-07T06:18:27.3745130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/fields.py 2025-09-07T06:18:27.3746200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/error_wrappers.py 2025-09-07T06:18:27.3747080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/decorator.py 2025-09-07T06:18:27.3748090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/validators.py 2025-09-07T06:18:27.3748930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/tools.py 2025-09-07T06:18:27.3749840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/env_settings.py 2025-09-07T06:18:27.3750650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__init__.py 2025-09-07T06:18:27.3751530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/mypy.py 2025-09-07T06:18:27.3752330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/types.py 2025-09-07T06:18:27.3753300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/class_validators.py 2025-09-07T06:18:27.3754310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/main.cpython-313.pyc 2025-09-07T06:18:27.3755580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/_hypothesis_plugin.cpython-313.pyc 2025-09-07T06:18:27.3756620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/typing.cpython-313.pyc 2025-09-07T06:18:27.3757760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/networks.cpython-313.pyc 2025-09-07T06:18:27.3758760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/mypy.cpython-313.pyc 2025-09-07T06:18:27.3759800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/generics.cpython-313.pyc 2025-09-07T06:18:27.3760900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/validators.cpython-313.pyc 2025-09-07T06:18:27.3762100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/color.cpython-313.pyc 2025-09-07T06:18:27.3763390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/config.cpython-313.pyc 2025-09-07T06:18:27.3764470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/fields.cpython-313.pyc 2025-09-07T06:18:27.3765750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/parse.cpython-313.pyc 2025-09-07T06:18:27.3766880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/schema.cpython-313.pyc 2025-09-07T06:18:27.3768050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/datetime_parse.cpython-313.pyc 2025-09-07T06:18:27.3769330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/dataclasses.cpython-313.pyc 2025-09-07T06:18:27.3770590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/errors.cpython-313.pyc 2025-09-07T06:18:27.3771760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:27.3773030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/class_validators.cpython-313.pyc 2025-09-07T06:18:27.3774120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/types.cpython-313.pyc 2025-09-07T06:18:27.3775360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/env_settings.cpython-313.pyc 2025-09-07T06:18:27.3776490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/error_wrappers.cpython-313.pyc 2025-09-07T06:18:27.3777500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/json.cpython-313.pyc 2025-09-07T06:18:27.3778620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/annotated_types.cpython-313.pyc 2025-09-07T06:18:27.3779740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.3780870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:27.3781820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/decorator.cpython-313.pyc 2025-09-07T06:18:27.3782660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/tools.cpython-313.pyc 2025-09-07T06:18:27.3783310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/networks.py 2025-09-07T06:18:27.3783990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/utils.py 2025-09-07T06:18:27.3784770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/annotated_types.py 2025-09-07T06:18:27.3785420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/py.typed 2025-09-07T06:18:27.3786120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/errors.py 2025-09-07T06:18:27.3786900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/dataclasses.py 2025-09-07T06:18:27.3787540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/parse.py 2025-09-07T06:18:27.3788240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/typing.py 2025-09-07T06:18:27.3788900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/main.py 2025-09-07T06:18:27.3789680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/datetime_parse.py 2025-09-07T06:18:27.3790330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/json.py 2025-09-07T06:18:27.3791060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/generics.py 2025-09-07T06:18:27.3791700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/schema.py 2025-09-07T06:18:27.3792860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_schema_generation_shared.py 2025-09-07T06:18:27.3793930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_docs_extraction.py 2025-09-07T06:18:27.3794800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_core_utils.py 2025-09-07T06:18:27.3795820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_validate_call.py 2025-09-07T06:18:27.3796820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_decorators_v1.py 2025-09-07T06:18:27.3797740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_typing_extra.py 2025-09-07T06:18:27.3798820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_validators.py 2025-09-07T06:18:27.3799870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_serializers.py 2025-09-07T06:18:27.3800930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_namespace_utils.py 2025-09-07T06:18:27.3801840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_repr.py 2025-09-07T06:18:27.3802940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__init__.py 2025-09-07T06:18:27.3803950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_import_utils.py 2025-09-07T06:18:27.3805150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_serializers.cpython-313.pyc 2025-09-07T06:18:27.3806380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_validate_call.cpython-313.pyc 2025-09-07T06:18:27.3807550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_forward_ref.cpython-313.pyc 2025-09-07T06:18:27.3808780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_validators.cpython-313.pyc 2025-09-07T06:18:27.3810060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_config.cpython-313.pyc 2025-09-07T06:18:27.3811180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_fields.cpython-313.pyc 2025-09-07T06:18:27.3812430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_typing_extra.cpython-313.pyc 2025-09-07T06:18:27.3813720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_generate_schema.cpython-313.pyc 2025-09-07T06:18:27.3814910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_core_metadata.cpython-313.pyc 2025-09-07T06:18:27.3816130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_mock_val_ser.cpython-313.pyc 2025-09-07T06:18:27.3817380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_docs_extraction.cpython-313.pyc 2025-09-07T06:18:27.3818530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_decorators.cpython-313.pyc 2025-09-07T06:18:27.3819860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_import_utils.cpython-313.pyc 2025-09-07T06:18:27.3820980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_utils.cpython-313.pyc 2025-09-07T06:18:27.3822170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_generics.cpython-313.pyc 2025-09-07T06:18:27.3823350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_repr.cpython-313.pyc 2025-09-07T06:18:27.3824700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_model_construction.cpython-313.pyc 2025-09-07T06:18:27.3825740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_git.cpython-313.pyc 2025-09-07T06:18:27.3826960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_schema_gather.cpython-313.pyc 2025-09-07T06:18:27.3828430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_known_annotated_metadata.cpython-313.pyc 2025-09-07T06:18:27.3829780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_discriminated_union.cpython-313.pyc 2025-09-07T06:18:27.3830910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_namespace_utils.cpython-313.pyc 2025-09-07T06:18:27.3832060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_core_utils.cpython-313.pyc 2025-09-07T06:18:27.3833220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_dataclasses.cpython-313.pyc 2025-09-07T06:18:27.3834480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_schema_generation_shared.cpython-313.pyc 2025-09-07T06:18:27.3835620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.3836930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_decorators_v1.cpython-313.pyc 2025-09-07T06:18:27.3838050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_signature.cpython-313.pyc 2025-09-07T06:18:27.3839240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_internal_dataclass.cpython-313.pyc 2025-09-07T06:18:27.3840290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_known_annotated_metadata.py 2025-09-07T06:18:27.3841580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_model_construction.py 2025-09-07T06:18:27.3842480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_signature.py 2025-09-07T06:18:27.3843480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_generate_schema.py 2025-09-07T06:18:27.3844540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_schema_gather.py 2025-09-07T06:18:27.3845620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_discriminated_union.py 2025-09-07T06:18:27.3846680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_forward_ref.py 2025-09-07T06:18:27.3847560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_decorators.py 2025-09-07T06:18:27.3848560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_core_metadata.py 2025-09-07T06:18:27.3849710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_fields.py 2025-09-07T06:18:27.3850650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_config.py 2025-09-07T06:18:27.3851700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_mock_val_ser.py 2025-09-07T06:18:27.3852500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_git.py 2025-09-07T06:18:27.3853570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_generics.py 2025-09-07T06:18:27.3854510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_dataclasses.py 2025-09-07T06:18:27.3855620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_internal_dataclass.py 2025-09-07T06:18:27.3856560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_utils.py 2025-09-07T06:18:27.3857710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/experimental/__init__.py 2025-09-07T06:18:27.3858970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/experimental/__pycache__/pipeline.cpython-313.pyc 2025-09-07T06:18:27.3860420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/experimental/__pycache__/arguments_schema.cpython-313.pyc 2025-09-07T06:18:27.3861550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/experimental/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.3862530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/experimental/pipeline.py 2025-09-07T06:18:27.3863550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/experimental/arguments_schema.py 2025-09-07T06:18:27.3864550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/functional_validators.py 2025-09-07T06:18:27.3865420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/alias_generators.py 2025-09-07T06:18:27.3866380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/color.py 2025-09-07T06:18:27.3867300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/config.py 2025-09-07T06:18:27.3868200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/version.py 2025-09-07T06:18:27.3869040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/fields.py 2025-09-07T06:18:27.3869900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/error_wrappers.py 2025-09-07T06:18:27.3870820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/decorator.py 2025-09-07T06:18:27.3871760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/validators.py 2025-09-07T06:18:27.3872760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/warnings.py 2025-09-07T06:18:27.3873620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/tools.py 2025-09-07T06:18:27.3874580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/plugin/_loader.py 2025-09-07T06:18:27.3875430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/plugin/__init__.py 2025-09-07T06:18:27.3876450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/plugin/_schema_validator.py 2025-09-07T06:18:27.3877590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/plugin/__pycache__/_loader.cpython-313.pyc 2025-09-07T06:18:27.3878770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/plugin/__pycache__/_schema_validator.cpython-313.pyc 2025-09-07T06:18:27.3879810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/plugin/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.3880640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/env_settings.py 2025-09-07T06:18:27.3881540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__init__.py 2025-09-07T06:18:27.3882360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/mypy.py 2025-09-07T06:18:27.3883220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/types.py 2025-09-07T06:18:27.3884220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/class_validators.py 2025-09-07T06:18:27.3885440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/main.cpython-313.pyc 2025-09-07T06:18:27.3886690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/typing.cpython-313.pyc 2025-09-07T06:18:27.3888100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/functional_serializers.cpython-313.pyc 2025-09-07T06:18:27.3889150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/networks.cpython-313.pyc 2025-09-07T06:18:27.3890100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/mypy.cpython-313.pyc 2025-09-07T06:18:27.3891140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/generics.cpython-313.pyc 2025-09-07T06:18:27.3892270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/root_model.cpython-313.pyc 2025-09-07T06:18:27.3893340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/validators.cpython-313.pyc 2025-09-07T06:18:27.3894400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/color.cpython-313.pyc 2025-09-07T06:18:27.3895380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/config.cpython-313.pyc 2025-09-07T06:18:27.3896710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/validate_call_decorator.cpython-313.pyc 2025-09-07T06:18:27.3897810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/annotated_handlers.cpython-313.pyc 2025-09-07T06:18:27.3898810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/fields.cpython-313.pyc 2025-09-07T06:18:27.3899950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/parse.cpython-313.pyc 2025-09-07T06:18:27.3900920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/aliases.cpython-313.pyc 2025-09-07T06:18:27.3902070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/_migration.cpython-313.pyc 2025-09-07T06:18:27.3903360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/functional_validators.cpython-313.pyc 2025-09-07T06:18:27.3904610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/schema.cpython-313.pyc 2025-09-07T06:18:27.3905690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/datetime_parse.cpython-313.pyc 2025-09-07T06:18:27.3907000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/dataclasses.cpython-313.pyc 2025-09-07T06:18:27.3908220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/errors.cpython-313.pyc 2025-09-07T06:18:27.3909280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:27.3910500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/class_validators.cpython-313.pyc 2025-09-07T06:18:27.3911590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/alias_generators.cpython-313.pyc 2025-09-07T06:18:27.3912720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/warnings.cpython-313.pyc 2025-09-07T06:18:27.3913690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/types.cpython-313.pyc 2025-09-07T06:18:27.3914760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/type_adapter.cpython-313.pyc 2025-09-07T06:18:27.3915820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/env_settings.cpython-313.pyc 2025-09-07T06:18:27.3916960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/error_wrappers.cpython-313.pyc 2025-09-07T06:18:27.3917970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/json.cpython-313.pyc 2025-09-07T06:18:27.3919160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/json_schema.cpython-313.pyc 2025-09-07T06:18:27.3920220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.3921320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:27.3922350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/decorator.cpython-313.pyc 2025-09-07T06:18:27.3923300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/tools.cpython-313.pyc 2025-09-07T06:18:27.3924120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/aliases.py 2025-09-07T06:18:27.3925070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/json_schema.py 2025-09-07T06:18:27.3926060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_migration.py 2025-09-07T06:18:27.3927100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/networks.py 2025-09-07T06:18:27.3927930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/root_model.py 2025-09-07T06:18:27.3928920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/type_adapter.py 2025-09-07T06:18:27.3929720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/utils.py 2025-09-07T06:18:27.3930810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/functional_serializers.py 2025-09-07T06:18:27.3931550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/py.typed 2025-09-07T06:18:27.3932560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/validate_call_decorator.py 2025-09-07T06:18:27.3933300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/errors.py 2025-09-07T06:18:27.3934140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/dataclasses.py 2025-09-07T06:18:27.3934960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/parse.py 2025-09-07T06:18:27.3935930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/typing.py 2025-09-07T06:18:27.3936670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/main.py 2025-09-07T06:18:27.3937600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/datetime_parse.py 2025-09-07T06:18:27.3938390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/json.py 2025-09-07T06:18:27.3939240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/annotated_handlers.py 2025-09-07T06:18:27.3939940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/generics.py 2025-09-07T06:18:27.3940650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/schema.py 2025-09-07T06:18:27.3941490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/deprecated/config.py 2025-09-07T06:18:27.3942480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/deprecated/decorator.py 2025-09-07T06:18:27.3943340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/deprecated/tools.py 2025-09-07T06:18:27.3944390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/deprecated/copy_internals.py 2025-09-07T06:18:27.3945460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/deprecated/__init__.py 2025-09-07T06:18:27.3946480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/deprecated/class_validators.py 2025-09-07T06:18:27.3947980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/deprecated/__pycache__/config.cpython-313.pyc 2025-09-07T06:18:27.3949250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/deprecated/__pycache__/parse.cpython-313.pyc 2025-09-07T06:18:27.3950640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/deprecated/__pycache__/class_validators.cpython-313.pyc 2025-09-07T06:18:27.3951780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/deprecated/__pycache__/json.cpython-313.pyc 2025-09-07T06:18:27.3953110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/deprecated/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.3954680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/deprecated/__pycache__/copy_internals.cpython-313.pyc 2025-09-07T06:18:27.3955920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/deprecated/__pycache__/decorator.cpython-313.pyc 2025-09-07T06:18:27.3957190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/deprecated/__pycache__/tools.cpython-313.pyc 2025-09-07T06:18:27.3958020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/deprecated/parse.py 2025-09-07T06:18:27.3959020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/deprecated/json.py 2025-09-07T06:18:27.3960110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/more_itertools-10.3.0.dist-info/RECORD 2025-09-07T06:18:27.3961170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/more_itertools-10.3.0.dist-info/LICENSE 2025-09-07T06:18:27.3962390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/more_itertools-10.3.0.dist-info/direct_url.json 2025-09-07T06:18:27.3963330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/more_itertools-10.3.0.dist-info/WHEEL 2025-09-07T06:18:27.3964470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/more_itertools-10.3.0.dist-info/REQUESTED 2025-09-07T06:18:27.3965580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/more_itertools-10.3.0.dist-info/INSTALLER 2025-09-07T06:18:27.3966650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/more_itertools-10.3.0.dist-info/METADATA 2025-09-07T06:18:27.3968060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling-2.4.0.dist-info/AUTHORS.md 2025-09-07T06:18:27.3969330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling-2.4.0.dist-info/RECORD 2025-09-07T06:18:27.3970280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling-2.4.0.dist-info/LICENSE 2025-09-07T06:18:27.3971480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling-2.4.0.dist-info/direct_url.json 2025-09-07T06:18:27.3972490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling-2.4.0.dist-info/WHEEL 2025-09-07T06:18:27.3973740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling-2.4.0.dist-info/entry_points.txt 2025-09-07T06:18:27.3974810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling-2.4.0.dist-info/top_level.txt 2025-09-07T06:18:27.3975910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling-2.4.0.dist-info/REQUESTED 2025-09-07T06:18:27.3977230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling-2.4.0.dist-info/INSTALLER 2025-09-07T06:18:27.3978370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling-2.4.0.dist-info/METADATA 2025-09-07T06:18:27.3979280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_inspection/__init__.py 2025-09-07T06:18:27.3980300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_inspection/typing_objects.pyi 2025-09-07T06:18:27.3981690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_inspection/__pycache__/typing_objects.cpython-313.pyc 2025-09-07T06:18:27.3983000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_inspection/__pycache__/introspection.cpython-313.pyc 2025-09-07T06:18:27.3984210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_inspection/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.3985220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_inspection/introspection.py 2025-09-07T06:18:27.3986330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_inspection/typing_objects.py 2025-09-07T06:18:27.3987370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_inspection/py.typed 2025-09-07T06:18:27.3988250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar/_win_key.py 2025-09-07T06:18:27.3989030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar/key.py 2025-09-07T06:18:27.3989900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar/__init__.py 2025-09-07T06:18:27.3990790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar/_win_read.py 2025-09-07T06:18:27.3991900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar/__pycache__/_win_read.cpython-313.pyc 2025-09-07T06:18:27.3992910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar/__pycache__/_config.cpython-313.pyc 2025-09-07T06:18:27.3994010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar/__pycache__/key.cpython-313.pyc 2025-09-07T06:18:27.3995170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar/__pycache__/_posix_read.cpython-313.pyc 2025-09-07T06:18:27.3996370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar/__pycache__/_win_key.cpython-313.pyc 2025-09-07T06:18:27.3997590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar/__pycache__/_posix_key.cpython-313.pyc 2025-09-07T06:18:27.3998740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar/__pycache__/_base_key.cpython-313.pyc 2025-09-07T06:18:27.3999790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4000750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar/_posix_key.py 2025-09-07T06:18:27.4001400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar/py.typed 2025-09-07T06:18:27.4002290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar/_config.py 2025-09-07T06:18:27.4003210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar/_base_key.py 2025-09-07T06:18:27.4004220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar/_posix_read.py 2025-09-07T06:18:27.4005290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/zstandard/_cffi.cpython-313-darwin.so 2025-09-07T06:18:27.4006280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/zstandard/__init__.pyi 2025-09-07T06:18:27.4007210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/zstandard/__init__.py 2025-09-07T06:18:27.4008650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/zstandard/__pycache__/backend_cffi.cpython-313.pyc 2025-09-07T06:18:27.4009750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/zstandard/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4010640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/zstandard/backend_cffi.py 2025-09-07T06:18:27.4011540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/zstandard/py.typed 2025-09-07T06:18:27.4012700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/zstandard/backend_c.cpython-313-darwin.so 2025-09-07T06:18:27.4013680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming/create.py 2025-09-07T06:18:27.4014810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming/package_streaming.py 2025-09-07T06:18:27.4015970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming/__init__.py 2025-09-07T06:18:27.4017380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming/__pycache__/s3.cpython-313.pyc 2025-09-07T06:18:27.4018530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming/__pycache__/create.cpython-313.pyc 2025-09-07T06:18:27.4019910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming/__pycache__/transmute.cpython-313.pyc 2025-09-07T06:18:27.4021380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming/__pycache__/exceptions.cpython-313.pyc 2025-09-07T06:18:27.4022770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming/__pycache__/lazy_wheel.cpython-313.pyc 2025-09-07T06:18:27.4024040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming/__pycache__/extract.cpython-313.pyc 2025-09-07T06:18:27.4025340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4026790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming/__pycache__/package_streaming.cpython-313.pyc 2025-09-07T06:18:27.4028100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming/__pycache__/url.cpython-313.pyc 2025-09-07T06:18:27.4029170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming/transmute.py 2025-09-07T06:18:27.4030100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming/url.py 2025-09-07T06:18:27.4031210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming/exceptions.py 2025-09-07T06:18:27.4032290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming/lazy_wheel.py 2025-09-07T06:18:27.4033300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming/s3.py 2025-09-07T06:18:27.4034310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming/extract.py 2025-09-07T06:18:27.4035180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_core/__init__.py 2025-09-07T06:18:27.4036440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_core/__pycache__/core_schema.cpython-313.pyc 2025-09-07T06:18:27.4037740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_core/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4038630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_core/core_schema.py 2025-09-07T06:18:27.4039660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_core/_pydantic_core.pyi 2025-09-07T06:18:27.4040930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_core/_pydantic_core.cpython-313-darwin.so 2025-09-07T06:18:27.4041850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_core/py.typed 2025-09-07T06:18:27.4042790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cloud_auth/token.py 2025-09-07T06:18:27.4043860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cloud_auth/config.py 2025-09-07T06:18:27.4044850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cloud_auth/client.py 2025-09-07T06:18:27.4045800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cloud_auth/handlers.py 2025-09-07T06:18:27.4046870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cloud_auth/actions.py 2025-09-07T06:18:27.4047820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cloud_auth/__init__.py 2025-09-07T06:18:27.4049180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cloud_auth/__pycache__/config.cpython-313.pyc 2025-09-07T06:18:27.4050420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cloud_auth/__pycache__/handlers.cpython-313.pyc 2025-09-07T06:18:27.4051950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cloud_auth/__pycache__/actions.cpython-313.pyc 2025-09-07T06:18:27.4053320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cloud_auth/__pycache__/token.cpython-313.pyc 2025-09-07T06:18:27.4054460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cloud_auth/__pycache__/client.cpython-313.pyc 2025-09-07T06:18:27.4055820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cloud_auth/__pycache__/exceptions.cpython-313.pyc 2025-09-07T06:18:27.4057170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cloud_auth/__pycache__/cli.cpython-313.pyc 2025-09-07T06:18:27.4058710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cloud_auth/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4059470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cloud_auth/cli.py 2025-09-07T06:18:27.4060470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cloud_auth/py.typed 2025-09-07T06:18:27.4061530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cloud_auth/exceptions.py 2025-09-07T06:18:27.4062330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/docinfo.py 2025-09-07T06:18:27.4063270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/scalarfloat.py 2025-09-07T06:18:27.4064170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/scanner.py 2025-09-07T06:18:27.4065020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/compat.py 2025-09-07T06:18:27.4065900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/error.py 2025-09-07T06:18:27.4066860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/anchor.py 2025-09-07T06:18:27.4067960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/constructor.py 2025-09-07T06:18:27.4068870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/composer.py 2025-09-07T06:18:27.4069640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/util.py 2025-09-07T06:18:27.4070690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/events.py 2025-09-07T06:18:27.4071550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/scalarint.py 2025-09-07T06:18:27.4072450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/scalarbool.py 2025-09-07T06:18:27.4073340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/configobjwalker.py 2025-09-07T06:18:27.4074260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__init__.py 2025-09-07T06:18:27.4075210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/representer.py 2025-09-07T06:18:27.4075930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/tokens.py 2025-09-07T06:18:27.4076810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/dumper.py 2025-09-07T06:18:27.4077870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/main.cpython-313.pyc 2025-09-07T06:18:27.4079090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/serializer.cpython-313.pyc 2025-09-07T06:18:27.4080140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/resolver.cpython-313.pyc 2025-09-07T06:18:27.4081280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/representer.cpython-313.pyc 2025-09-07T06:18:27.4082650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/scanner.cpython-313.pyc 2025-09-07T06:18:27.4083870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/reader.cpython-313.pyc 2025-09-07T06:18:27.4085060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/cyaml.cpython-313.pyc 2025-09-07T06:18:27.4086520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/scalarfloat.cpython-313.pyc 2025-09-07T06:18:27.4087980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/scalarstring.cpython-313.pyc 2025-09-07T06:18:27.4089390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/comments.cpython-313.pyc 2025-09-07T06:18:27.4090490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/compat.cpython-313.pyc 2025-09-07T06:18:27.4091490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/tokens.cpython-313.pyc 2025-09-07T06:18:27.4092690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/loader.cpython-313.pyc 2025-09-07T06:18:27.4094210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/configobjwalker.cpython-313.pyc 2025-09-07T06:18:27.4095380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/timestamp.cpython-313.pyc 2025-09-07T06:18:27.4096530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/scalarint.cpython-313.pyc 2025-09-07T06:18:27.4097720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/anchor.cpython-313.pyc 2025-09-07T06:18:27.4098730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/nodes.cpython-313.pyc 2025-09-07T06:18:27.4099820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/util.cpython-313.pyc 2025-09-07T06:18:27.4101030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/composer.cpython-313.pyc 2025-09-07T06:18:27.4102030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/error.cpython-313.pyc 2025-09-07T06:18:27.4103220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/tag.cpython-313.pyc 2025-09-07T06:18:27.4104560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/events.cpython-313.pyc 2025-09-07T06:18:27.4105850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/emitter.cpython-313.pyc 2025-09-07T06:18:27.4106670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/dumper.cpython-313.pyc 2025-09-07T06:18:27.4107760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/constructor.cpython-313.pyc 2025-09-07T06:18:27.4108630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4109470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/scalarbool.cpython-313.pyc 2025-09-07T06:18:27.4110360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/parser.cpython-313.pyc 2025-09-07T06:18:27.4111550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/docinfo.cpython-313.pyc 2025-09-07T06:18:27.4112280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/cyaml.py 2025-09-07T06:18:27.4113090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/parser.py 2025-09-07T06:18:27.4118830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/reader.py 2025-09-07T06:18:27.4119100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/scalarstring.py 2025-09-07T06:18:27.4119280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/loader.py 2025-09-07T06:18:27.4119460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/resolver.py 2025-09-07T06:18:27.4119640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/py.typed 2025-09-07T06:18:27.4119820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/serializer.py 2025-09-07T06:18:27.4119990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/nodes.py 2025-09-07T06:18:27.4120540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/timestamp.py 2025-09-07T06:18:27.4121430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/main.py 2025-09-07T06:18:27.4122320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/emitter.py 2025-09-07T06:18:27.4123070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/tag.py 2025-09-07T06:18:27.4123980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/comments.py 2025-09-07T06:18:27.4124940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_env/__init__.py 2025-09-07T06:18:27.4126030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_env/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4126830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_env/cli/__init__.py 2025-09-07T06:18:27.4128030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_env/cli/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4128890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_env/README.md 2025-09-07T06:18:27.4129910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_env/installers/__init__.py 2025-09-07T06:18:27.4131230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_env/installers/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4132130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel.yaml-0.18.10.dist-info/RECORD 2025-09-07T06:18:27.4133120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel.yaml-0.18.10.dist-info/LICENSE 2025-09-07T06:18:27.4134340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel.yaml-0.18.10.dist-info/direct_url.json 2025-09-07T06:18:27.4135470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel.yaml-0.18.10.dist-info/WHEEL 2025-09-07T06:18:27.4136790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel.yaml-0.18.10.dist-info/top_level.txt 2025-09-07T06:18:27.4137790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel.yaml-0.18.10.dist-info/REQUESTED 2025-09-07T06:18:27.4138810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel.yaml-0.18.10.dist-info/INSTALLER 2025-09-07T06:18:27.4139900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel.yaml-0.18.10.dist-info/METADATA 2025-09-07T06:18:27.4140780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_extensions.py 2025-09-07T06:18:27.4141650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs/macos.py 2025-09-07T06:18:27.4142680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs/unix.py 2025-09-07T06:18:27.4143450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs/version.py 2025-09-07T06:18:27.4144470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs/__init__.py 2025-09-07T06:18:27.4145720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs/__pycache__/api.cpython-313.pyc 2025-09-07T06:18:27.4147030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs/__pycache__/android.cpython-313.pyc 2025-09-07T06:18:27.4148160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs/__pycache__/windows.cpython-313.pyc 2025-09-07T06:18:27.4149550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs/__pycache__/macos.cpython-313.pyc 2025-09-07T06:18:27.4150640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:27.4151740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4152960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs/__pycache__/version.cpython-313.pyc 2025-09-07T06:18:27.4154030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs/__pycache__/unix.cpython-313.pyc 2025-09-07T06:18:27.4154880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs/api.py 2025-09-07T06:18:27.4155880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs/android.py 2025-09-07T06:18:27.4156810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs/py.typed 2025-09-07T06:18:27.4157850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs/windows.py 2025-09-07T06:18:27.4158690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs/__main__.py 2025-09-07T06:18:27.4159840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools-78.1.1-py3.13.egg-info/PKG-INFO 2025-09-07T06:18:27.4160980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools-78.1.1-py3.13.egg-info/SOURCES.txt 2025-09-07T06:18:27.4162410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools-78.1.1-py3.13.egg-info/entry_points.txt 2025-09-07T06:18:27.4163550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools-78.1.1-py3.13.egg-info/requires.txt 2025-09-07T06:18:27.4164830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools-78.1.1-py3.13.egg-info/top_level.txt 2025-09-07T06:18:27.4165950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools-78.1.1-py3.13.egg-info/dependency_links.txt 2025-09-07T06:18:27.4166580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/difflib.py 2025-09-07T06:18:27.4167190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pydoc.py 2025-09-07T06:18:27.4167830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/selectors.py 2025-09-07T06:18:27.4168420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/decimal.py 2025-09-07T06:18:27.4169050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/socketserver.py 2025-09-07T06:18:27.4169720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/copy.py 2025-09-07T06:18:27.4170480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/html/__init__.py 2025-09-07T06:18:27.4171610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/html/__pycache__/entities.cpython-313.pyc 2025-09-07T06:18:27.4172440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/html/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4173430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/html/__pycache__/parser.cpython-313.pyc 2025-09-07T06:18:27.4174080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/html/parser.py 2025-09-07T06:18:27.4174990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/html/entities.py 2025-09-07T06:18:27.4175910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/genericpath.py 2025-09-07T06:18:27.4176570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/linecache.py 2025-09-07T06:18:27.4177410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/types.py 2025-09-07T06:18:27.4178170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/scrolledtext.py 2025-09-07T06:18:27.4179090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/colorchooser.py 2025-09-07T06:18:27.4179800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/commondialog.py 2025-09-07T06:18:27.4180610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/messagebox.py 2025-09-07T06:18:27.4181320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/dialog.py 2025-09-07T06:18:27.4182000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/constants.py 2025-09-07T06:18:27.4182790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/dnd.py 2025-09-07T06:18:27.4183490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/__init__.py 2025-09-07T06:18:27.4184200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/ttk.py 2025-09-07T06:18:27.4185400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/__pycache__/filedialog.cpython-313.pyc 2025-09-07T06:18:27.4186410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/__pycache__/font.cpython-313.pyc 2025-09-07T06:18:27.4187390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/__pycache__/ttk.cpython-313.pyc 2025-09-07T06:18:27.4188340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/__pycache__/messagebox.cpython-313.pyc 2025-09-07T06:18:27.4189250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/__pycache__/dialog.cpython-313.pyc 2025-09-07T06:18:27.4190200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/__pycache__/simpledialog.cpython-313.pyc 2025-09-07T06:18:27.4191190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/__pycache__/dnd.cpython-313.pyc 2025-09-07T06:18:27.4192270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/__pycache__/commondialog.cpython-313.pyc 2025-09-07T06:18:27.4193310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/__pycache__/constants.cpython-313.pyc 2025-09-07T06:18:27.4194280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:27.4195450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/__pycache__/scrolledtext.cpython-313.pyc 2025-09-07T06:18:27.4196480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4197400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/__pycache__/colorchooser.cpython-313.pyc 2025-09-07T06:18:27.4198040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/filedialog.py 2025-09-07T06:18:27.4198670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/font.py 2025-09-07T06:18:27.4199320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/__main__.py 2025-09-07T06:18:27.4200180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/simpledialog.py 2025-09-07T06:18:27.4200760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/mimetypes.py 2025-09-07T06:18:27.4201670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/base64.cpython-313.pyc 2025-09-07T06:18:27.4202640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_compression.cpython-313.pyc 2025-09-07T06:18:27.4203520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/typing.cpython-313.pyc 2025-09-07T06:18:27.4204580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/symtable.cpython-313.pyc 2025-09-07T06:18:27.4205450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/zipapp.cpython-313.pyc 2025-09-07T06:18:27.4206280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/gzip.cpython-313.pyc 2025-09-07T06:18:27.4207500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/sre_parse.cpython-313.pyc 2025-09-07T06:18:27.4208460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/genericpath.cpython-313.pyc 2025-09-07T06:18:27.4209140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/io.cpython-313.pyc 2025-09-07T06:18:27.4210090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/pdb.cpython-313.pyc 2025-09-07T06:18:27.4210920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/string.cpython-313.pyc 2025-09-07T06:18:27.4211690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/cmd.cpython-313.pyc 2025-09-07T06:18:27.4212620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/imaplib.cpython-313.pyc 2025-09-07T06:18:27.4213630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_ios_support.cpython-313.pyc 2025-09-07T06:18:27.4214500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/tarfile.cpython-313.pyc 2025-09-07T06:18:27.4215420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/pyclbr.cpython-313.pyc 2025-09-07T06:18:27.4216290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/cProfile.cpython-313.pyc 2025-09-07T06:18:27.4217250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/getopt.cpython-313.pyc 2025-09-07T06:18:27.4218290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/fileinput.cpython-313.pyc 2025-09-07T06:18:27.4219350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_strptime.cpython-313.pyc 2025-09-07T06:18:27.4220190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/pickletools.cpython-313.pyc 2025-09-07T06:18:27.4221250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/opcode.cpython-313.pyc 2025-09-07T06:18:27.4222250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/threading.cpython-313.pyc 2025-09-07T06:18:27.4223280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/secrets.cpython-313.pyc 2025-09-07T06:18:27.4224280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/compileall.cpython-313.pyc 2025-09-07T06:18:27.4225100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/copyreg.cpython-313.pyc 2025-09-07T06:18:27.4226010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/ipaddress.cpython-313.pyc 2025-09-07T06:18:27.4226940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/nturl2path.cpython-313.pyc 2025-09-07T06:18:27.4228100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_weakrefset.cpython-313.pyc 2025-09-07T06:18:27.4228690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/__future__.cpython-313.pyc 2025-09-07T06:18:27.4229560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/shlex.cpython-313.pyc 2025-09-07T06:18:27.4230670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/operator.cpython-313.pyc 2025-09-07T06:18:27.4231790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/contextlib.cpython-313.pyc 2025-09-07T06:18:27.4232580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/socket.cpython-313.pyc 2025-09-07T06:18:27.4233500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/functools.cpython-313.pyc 2025-09-07T06:18:27.4234450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/sched.cpython-313.pyc 2025-09-07T06:18:27.4235460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_compat_pickle.cpython-313.pyc 2025-09-07T06:18:27.4236250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/fractions.cpython-313.pyc 2025-09-07T06:18:27.4237190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/plistlib.cpython-313.pyc 2025-09-07T06:18:27.4238050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/reprlib.cpython-313.pyc 2025-09-07T06:18:27.4238950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/difflib.cpython-313.pyc 2025-09-07T06:18:27.4239920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/abc.cpython-313.pyc 2025-09-07T06:18:27.4240820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/configparser.cpython-313.pyc 2025-09-07T06:18:27.4241580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/pty.cpython-313.pyc 2025-09-07T06:18:27.4242560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_sitebuiltins.cpython-313.pyc 2025-09-07T06:18:27.4243390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/trace.cpython-313.pyc 2025-09-07T06:18:27.4244360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/numbers.cpython-313.pyc 2025-09-07T06:18:27.4245240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/glob.cpython-313.pyc 2025-09-07T06:18:27.4246170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/textwrap.cpython-313.pyc 2025-09-07T06:18:27.4247170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_android_support.cpython-313.pyc 2025-09-07T06:18:27.4247960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/keyword.cpython-313.pyc 2025-09-07T06:18:27.4248970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/sre_compile.cpython-313.pyc 2025-09-07T06:18:27.4249880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/signal.cpython-313.pyc 2025-09-07T06:18:27.4250750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/queue.cpython-313.pyc 2025-09-07T06:18:27.4251810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_threading_local.cpython-313.pyc 2025-09-07T06:18:27.4252770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_pylong.cpython-313.pyc 2025-09-07T06:18:27.4253590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/shelve.cpython-313.pyc 2025-09-07T06:18:27.4254500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/socketserver.cpython-313.pyc 2025-09-07T06:18:27.4255500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/dataclasses.cpython-313.pyc 2025-09-07T06:18:27.4256400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/stringprep.cpython-313.pyc 2025-09-07T06:18:27.4257310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/gettext.cpython-313.pyc 2025-09-07T06:18:27.4258450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/poplib.cpython-313.pyc 2025-09-07T06:18:27.4259580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/pstats.cpython-313.pyc 2025-09-07T06:18:27.4260490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/contextvars.cpython-313.pyc 2025-09-07T06:18:27.4261380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/token.cpython-313.pyc 2025-09-07T06:18:27.4262310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/random.cpython-313.pyc 2025-09-07T06:18:27.4263270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/sitecustomize.cpython-313.pyc 2025-09-07T06:18:27.4263980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/site.cpython-313.pyc 2025-09-07T06:18:27.4265490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_collections_abc.cpython-313.pyc 2025-09-07T06:18:27.4266340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/bz2.cpython-313.pyc 2025-09-07T06:18:27.4267320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/tty.cpython-313.pyc 2025-09-07T06:18:27.4268150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_colorize.cpython-313.pyc 2025-09-07T06:18:27.4269030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/optparse.cpython-313.pyc 2025-09-07T06:18:27.4269770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/csv.cpython-313.pyc 2025-09-07T06:18:27.4270820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/antigravity.cpython-313.pyc 2025-09-07T06:18:27.4271730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/zipimport.cpython-313.pyc 2025-09-07T06:18:27.4272600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/pkgutil.cpython-313.pyc 2025-09-07T06:18:27.4273470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/pprint.cpython-313.pyc 2025-09-07T06:18:27.4274190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/py_compile.cpython-313.pyc 2025-09-07T06:18:27.4274920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_markupbase.cpython-313.pyc 2025-09-07T06:18:27.4275590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/smtplib.cpython-313.pyc 2025-09-07T06:18:27.4276290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/graphlib.cpython-313.pyc 2025-09-07T06:18:27.4276990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/warnings.cpython-313.pyc 2025-09-07T06:18:27.4277770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_opcode_metadata.cpython-313.pyc 2025-09-07T06:18:27.4278440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/filecmp.cpython-313.pyc 2025-09-07T06:18:27.4279100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/netrc.cpython-313.pyc 2025-09-07T06:18:27.4279780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/turtle.cpython-313.pyc 2025-09-07T06:18:27.4280490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/calendar.cpython-313.pyc 2025-09-07T06:18:27.4281450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/mailbox.cpython-313.pyc 2025-09-07T06:18:27.4282240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/wave.cpython-313.pyc 2025-09-07T06:18:27.4283140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/__hello__.cpython-313.pyc 2025-09-07T06:18:27.4283890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/uuid.cpython-313.pyc 2025-09-07T06:18:27.4284720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/posixpath.cpython-313.pyc 2025-09-07T06:18:27.4285520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/struct.cpython-313.pyc 2025-09-07T06:18:27.4286370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/hashlib.cpython-313.pyc 2025-09-07T06:18:27.4287390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/pydoc.cpython-313.pyc 2025-09-07T06:18:27.4288440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/code.cpython-313.pyc 2025-09-07T06:18:27.4289010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/enum.cpython-313.pyc 2025-09-07T06:18:27.4289910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/ftplib.cpython-313.pyc 2025-09-07T06:18:27.4290850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_pyio.cpython-313.pyc 2025-09-07T06:18:27.4291950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/colorsys.cpython-313.pyc 2025-09-07T06:18:27.4292740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/platform.cpython-313.pyc 2025-09-07T06:18:27.4293500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/types.cpython-313.pyc 2025-09-07T06:18:27.4294400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_py_abc.cpython-313.pyc 2025-09-07T06:18:27.4295240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/profile.cpython-313.pyc 2025-09-07T06:18:27.4296200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/ntpath.cpython-313.pyc 2025-09-07T06:18:27.4297000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/datetime.cpython-313.pyc 2025-09-07T06:18:27.4297830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/bisect.cpython-313.pyc 2025-09-07T06:18:27.4298700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/heapq.cpython-313.pyc 2025-09-07T06:18:27.4299870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/modulefinder.cpython-313.pyc 2025-09-07T06:18:27.4300730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/codeop.cpython-313.pyc 2025-09-07T06:18:27.4301840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_pydecimal.cpython-313.pyc 2025-09-07T06:18:27.4302590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/hmac.cpython-313.pyc 2025-09-07T06:18:27.4303330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/dis.cpython-313.pyc 2025-09-07T06:18:27.4304240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/statistics.cpython-313.pyc 2025-09-07T06:18:27.4305290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/ssl.cpython-313.pyc 2025-09-07T06:18:27.4306120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/timeit.cpython-313.pyc 2025-09-07T06:18:27.4307100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/sre_constants.cpython-313.pyc 2025-09-07T06:18:27.4307990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/selectors.cpython-313.pyc 2025-09-07T06:18:27.4308980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/stat.cpython-313.pyc 2025-09-07T06:18:27.4310010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_osx_support.cpython-313.pyc 2025-09-07T06:18:27.4310850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/tempfile.cpython-313.pyc 2025-09-07T06:18:27.4311810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/runpy.cpython-313.pyc 2025-09-07T06:18:27.4312800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/decimal.cpython-313.pyc 2025-09-07T06:18:27.4313840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/tracemalloc.cpython-313.pyc 2025-09-07T06:18:27.4314660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/quopri.cpython-313.pyc 2025-09-07T06:18:27.4315680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/locale.cpython-313.pyc 2025-09-07T06:18:27.4316500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/linecache.cpython-313.pyc 2025-09-07T06:18:27.4317290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/lzma.cpython-313.pyc 2025-09-07T06:18:27.4318310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/weakref.cpython-313.pyc 2025-09-07T06:18:27.4319700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_sysconfigdata_arm64_apple_darwin20_0_0.cpython-313.pyc 2025-09-07T06:18:27.4320650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/getpass.cpython-313.pyc 2025-09-07T06:18:27.4321840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_sysconfigdata__darwin_darwin.cpython-313.pyc 2025-09-07T06:18:27.4322590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/fnmatch.cpython-313.pyc 2025-09-07T06:18:27.4323460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/os.cpython-313.pyc 2025-09-07T06:18:27.4324340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_pydatetime.cpython-313.pyc 2025-09-07T06:18:27.4325240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/bdb.cpython-313.pyc 2025-09-07T06:18:27.4326170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/this.cpython-313.pyc 2025-09-07T06:18:27.4327060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_apple_support.cpython-313.pyc 2025-09-07T06:18:27.4327920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/pickle.cpython-313.pyc 2025-09-07T06:18:27.4329130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/traceback.cpython-313.pyc 2025-09-07T06:18:27.4330030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/mimetypes.cpython-313.pyc 2025-09-07T06:18:27.4330790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/codecs.cpython-313.pyc 2025-09-07T06:18:27.4331840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/copy.cpython-313.pyc 2025-09-07T06:18:27.4332830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_aix_support.cpython-313.pyc 2025-09-07T06:18:27.4333600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/shutil.cpython-313.pyc 2025-09-07T06:18:27.4334500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/doctest.cpython-313.pyc 2025-09-07T06:18:27.4335620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/webbrowser.cpython-313.pyc 2025-09-07T06:18:27.4336570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/tokenize.cpython-313.pyc 2025-09-07T06:18:27.4337450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/ast.cpython-313.pyc 2025-09-07T06:18:27.4338290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/inspect.cpython-313.pyc 2025-09-07T06:18:27.4339140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/subprocess.cpython-313.pyc 2025-09-07T06:18:27.4340190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/rlcompleter.cpython-313.pyc 2025-09-07T06:18:27.4341030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/argparse.cpython-313.pyc 2025-09-07T06:18:27.4342130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/tabnanny.cpython-313.pyc 2025-09-07T06:18:27.4342810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/colorsys.py 2025-09-07T06:18:27.4343390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/numbers.py 2025-09-07T06:18:27.4344210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_strptime.py 2025-09-07T06:18:27.4345060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/contextvars.py 2025-09-07T06:18:27.4345660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/random.py 2025-09-07T06:18:27.4346440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ftplib.py 2025-09-07T06:18:27.4347030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/optparse.py 2025-09-07T06:18:27.4347630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/sitecustomize.py 2025-09-07T06:18:27.4348480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/parsers/expat.py 2025-09-07T06:18:27.4349140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/parsers/__init__.py 2025-09-07T06:18:27.4350080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/parsers/__pycache__/expat.cpython-313.pyc 2025-09-07T06:18:27.4351150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/parsers/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4351800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/sax/handler.py 2025-09-07T06:18:27.4352540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/sax/__init__.py 2025-09-07T06:18:27.4353660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/sax/__pycache__/handler.cpython-313.pyc 2025-09-07T06:18:27.4354800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/sax/__pycache__/saxutils.cpython-313.pyc 2025-09-07T06:18:27.4355860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/sax/__pycache__/expatreader.cpython-313.pyc 2025-09-07T06:18:27.4356970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/sax/__pycache__/xmlreader.cpython-313.pyc 2025-09-07T06:18:27.4358060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/sax/__pycache__/_exceptions.cpython-313.pyc 2025-09-07T06:18:27.4359000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/sax/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4359610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/sax/saxutils.py 2025-09-07T06:18:27.4360380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/sax/xmlreader.py 2025-09-07T06:18:27.4361100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/sax/expatreader.py 2025-09-07T06:18:27.4361900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/sax/_exceptions.py 2025-09-07T06:18:27.4362670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/__init__.py 2025-09-07T06:18:27.4363670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4364380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/dom/pulldom.py 2025-09-07T06:18:27.4365260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/dom/expatbuilder.py 2025-09-07T06:18:27.4365950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/dom/domreg.py 2025-09-07T06:18:27.4366820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/dom/minicompat.py 2025-09-07T06:18:27.4367520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/dom/__init__.py 2025-09-07T06:18:27.4368520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/dom/__pycache__/NodeFilter.cpython-313.pyc 2025-09-07T06:18:27.4369330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/dom/__pycache__/minidom.cpython-313.pyc 2025-09-07T06:18:27.4370360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/dom/__pycache__/expatbuilder.cpython-313.pyc 2025-09-07T06:18:27.4371330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/dom/__pycache__/minicompat.cpython-313.pyc 2025-09-07T06:18:27.4372270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/dom/__pycache__/pulldom.cpython-313.pyc 2025-09-07T06:18:27.4373400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/dom/__pycache__/xmlbuilder.cpython-313.pyc 2025-09-07T06:18:27.4374320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/dom/__pycache__/domreg.cpython-313.pyc 2025-09-07T06:18:27.4375340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/dom/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4375940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/dom/NodeFilter.py 2025-09-07T06:18:27.4376900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/dom/xmlbuilder.py 2025-09-07T06:18:27.4377670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/dom/minidom.py 2025-09-07T06:18:27.4378380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/etree/ElementPath.py 2025-09-07T06:18:27.4379170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/etree/cElementTree.py 2025-09-07T06:18:27.4379990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/etree/__init__.py 2025-09-07T06:18:27.4381130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/etree/__pycache__/cElementTree.cpython-313.pyc 2025-09-07T06:18:27.4382270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/etree/__pycache__/ElementTree.cpython-313.pyc 2025-09-07T06:18:27.4383420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/etree/__pycache__/ElementPath.cpython-313.pyc 2025-09-07T06:18:27.4384410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/etree/__pycache__/ElementInclude.cpython-313.pyc 2025-09-07T06:18:27.4385660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/etree/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4386350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/etree/ElementInclude.py 2025-09-07T06:18:27.4387170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/etree/ElementTree.py 2025-09-07T06:18:27.4387830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pdb.py 2025-09-07T06:18:27.4388580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/threading.py 2025-09-07T06:18:27.4389280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtle.py 2025-09-07T06:18:27.4389930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/platform.py 2025-09-07T06:18:27.4390490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pstats.py 2025-09-07T06:18:27.4391270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/glob.py 2025-09-07T06:18:27.4391850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/quopri.py 2025-09-07T06:18:27.4392540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/symtable.py 2025-09-07T06:18:27.4393140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pprint.py 2025-09-07T06:18:27.4393790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/calendar.py 2025-09-07T06:18:27.4394370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/inspect.py 2025-09-07T06:18:27.4395090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/wsgiref/util.py 2025-09-07T06:18:27.4395750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/wsgiref/handlers.py 2025-09-07T06:18:27.4396450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/wsgiref/__init__.py 2025-09-07T06:18:27.4397390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/wsgiref/types.py 2025-09-07T06:18:27.4398450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/wsgiref/__pycache__/validate.cpython-313.pyc 2025-09-07T06:18:27.4399340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/wsgiref/__pycache__/handlers.cpython-313.pyc 2025-09-07T06:18:27.4400280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/wsgiref/__pycache__/headers.cpython-313.pyc 2025-09-07T06:18:27.4401510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/wsgiref/__pycache__/util.cpython-313.pyc 2025-09-07T06:18:27.4402600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/wsgiref/__pycache__/types.cpython-313.pyc 2025-09-07T06:18:27.4403920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/wsgiref/__pycache__/simple_server.cpython-313.pyc 2025-09-07T06:18:27.4404830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/wsgiref/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4405520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/wsgiref/validate.py 2025-09-07T06:18:27.4406240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/wsgiref/simple_server.py 2025-09-07T06:18:27.4406900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/wsgiref/headers.py 2025-09-07T06:18:27.4407550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/poplib.py 2025-09-07T06:18:27.4408250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/plistlib.py 2025-09-07T06:18:27.4409000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pickletools.py 2025-09-07T06:18:27.4409720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site.py 2025-09-07T06:18:27.4410400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/json/decoder.py 2025-09-07T06:18:27.4411160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/json/scanner.py 2025-09-07T06:18:27.4411740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/json/__init__.py 2025-09-07T06:18:27.4412920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/json/__pycache__/scanner.cpython-313.pyc 2025-09-07T06:18:27.4413930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/json/__pycache__/encoder.cpython-313.pyc 2025-09-07T06:18:27.4415040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/json/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4415940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/json/__pycache__/tool.cpython-313.pyc 2025-09-07T06:18:27.4416840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/json/__pycache__/decoder.cpython-313.pyc 2025-09-07T06:18:27.4417670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/json/encoder.py 2025-09-07T06:18:27.4418390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/json/tool.py 2025-09-07T06:18:27.4419100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_opcode_metadata.py 2025-09-07T06:18:27.4419850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/keyword.py 2025-09-07T06:18:27.4420820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/configparser.py 2025-09-07T06:18:27.4421580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_apple_support.py 2025-09-07T06:18:27.4422190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/reprlib.py 2025-09-07T06:18:27.4422890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/secrets.py 2025-09-07T06:18:27.4423470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/shlex.py 2025-09-07T06:18:27.4424130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/http/cookies.py 2025-09-07T06:18:27.4424830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/http/server.py 2025-09-07T06:18:27.4425600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/http/client.py 2025-09-07T06:18:27.4426340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/http/__init__.py 2025-09-07T06:18:27.4427250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/http/__pycache__/server.cpython-313.pyc 2025-09-07T06:18:27.4428240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/http/__pycache__/cookiejar.cpython-313.pyc 2025-09-07T06:18:27.4429120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/http/__pycache__/cookies.cpython-313.pyc 2025-09-07T06:18:27.4430040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/http/__pycache__/client.cpython-313.pyc 2025-09-07T06:18:27.4430950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/http/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4431690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/http/cookiejar.py 2025-09-07T06:18:27.4432480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/sqlite3/__init__.py 2025-09-07T06:18:27.4433690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/sqlite3/__pycache__/dump.cpython-313.pyc 2025-09-07T06:18:27.4434790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/sqlite3/__pycache__/dbapi2.cpython-313.pyc 2025-09-07T06:18:27.4435810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/sqlite3/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:27.4436990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/sqlite3/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4437790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/sqlite3/dump.py 2025-09-07T06:18:27.4438740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/sqlite3/dbapi2.py 2025-09-07T06:18:27.4439380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/sqlite3/__main__.py 2025-09-07T06:18:27.4440030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/posixpath.py 2025-09-07T06:18:27.4440810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/py_compile.py 2025-09-07T06:18:27.4441880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ensurepip/__init__.py 2025-09-07T06:18:27.4442920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ensurepip/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:27.4444000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ensurepip/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4444860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ensurepip/__pycache__/_uninstall.cpython-313.pyc 2025-09-07T06:18:27.4445850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ensurepip/_bundled/pip-25.1.1-py3-none-any.whl 2025-09-07T06:18:27.4446480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ensurepip/__main__.py 2025-09-07T06:18:27.4447340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ensurepip/_uninstall.py 2025-09-07T06:18:27.4447950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_osx_support.py 2025-09-07T06:18:27.4448580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/stat.py 2025-09-07T06:18:27.4449230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/compileall.py 2025-09-07T06:18:27.4450210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/concurrent/futures/_base.py 2025-09-07T06:18:27.4450990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/concurrent/futures/thread.py 2025-09-07T06:18:27.4451840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/concurrent/futures/__init__.py 2025-09-07T06:18:27.4452880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/concurrent/futures/__pycache__/_base.cpython-313.pyc 2025-09-07T06:18:27.4453960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/concurrent/futures/__pycache__/process.cpython-313.pyc 2025-09-07T06:18:27.4454940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/concurrent/futures/__pycache__/thread.cpython-313.pyc 2025-09-07T06:18:27.4455870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/concurrent/futures/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4456630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/concurrent/futures/process.py 2025-09-07T06:18:27.4457560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/concurrent/__init__.py 2025-09-07T06:18:27.4458660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/concurrent/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4459200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/csv.py 2025-09-07T06:18:27.4460140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/historical_reader.py 2025-09-07T06:18:27.4460970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/unix_console.py 2025-09-07T06:18:27.4461680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/readline.py 2025-09-07T06:18:27.4462360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/console.py 2025-09-07T06:18:27.4463110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/trace.py 2025-09-07T06:18:27.4463890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/curses.py 2025-09-07T06:18:27.4464760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/base_eventqueue.py 2025-09-07T06:18:27.4465550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/windows_console.py 2025-09-07T06:18:27.4466490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/windows_eventqueue.py 2025-09-07T06:18:27.4467410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/_threading_handler.py 2025-09-07T06:18:27.4468110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__init__.py 2025-09-07T06:18:27.4468780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/types.py 2025-09-07T06:18:27.4469730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/main.cpython-313.pyc 2025-09-07T06:18:27.4470950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/windows_eventqueue.cpython-313.pyc 2025-09-07T06:18:27.4472020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/unix_eventqueue.cpython-313.pyc 2025-09-07T06:18:27.4473040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/unix_console.cpython-313.pyc 2025-09-07T06:18:27.4474150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/fancy_termios.cpython-313.pyc 2025-09-07T06:18:27.4475070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/reader.cpython-313.pyc 2025-09-07T06:18:27.4476280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/historical_reader.cpython-313.pyc 2025-09-07T06:18:27.4477180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/curses.cpython-313.pyc 2025-09-07T06:18:27.4478640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/windows_console.cpython-313.pyc 2025-09-07T06:18:27.4479450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/trace.cpython-313.pyc 2025-09-07T06:18:27.4480390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/keymap.cpython-313.pyc 2025-09-07T06:18:27.4481290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/readline.cpython-313.pyc 2025-09-07T06:18:27.4482230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:27.4483370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/_threading_handler.cpython-313.pyc 2025-09-07T06:18:27.4484520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/simple_interact.cpython-313.pyc 2025-09-07T06:18:27.4485610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/_minimal_curses.cpython-313.pyc 2025-09-07T06:18:27.4486780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/commands.cpython-313.pyc 2025-09-07T06:18:27.4487780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/types.cpython-313.pyc 2025-09-07T06:18:27.4488730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/input.cpython-313.pyc 2025-09-07T06:18:27.4489900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/completing_reader.cpython-313.pyc 2025-09-07T06:18:27.4490890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/base_eventqueue.cpython-313.pyc 2025-09-07T06:18:27.4491810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/pager.cpython-313.pyc 2025-09-07T06:18:27.4492980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:27.4493950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4495010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/console.cpython-313.pyc 2025-09-07T06:18:27.4495630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/keymap.py 2025-09-07T06:18:27.4496470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/_minimal_curses.py 2025-09-07T06:18:27.4497290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/fancy_termios.py 2025-09-07T06:18:27.4497920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/reader.py 2025-09-07T06:18:27.4498590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/mypy.ini 2025-09-07T06:18:27.4499480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/utils.py 2025-09-07T06:18:27.4500300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/pager.py 2025-09-07T06:18:27.4501110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/input.py 2025-09-07T06:18:27.4501920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/unix_eventqueue.py 2025-09-07T06:18:27.4502700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/completing_reader.py 2025-09-07T06:18:27.4503300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/main.py 2025-09-07T06:18:27.4504000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/commands.py 2025-09-07T06:18:27.4504790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__main__.py 2025-09-07T06:18:27.4505690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/simple_interact.py 2025-09-07T06:18:27.4506360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pydatetime.py 2025-09-07T06:18:27.4507180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/fractions.py 2025-09-07T06:18:27.4508120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/sysconfig/__init__.py 2025-09-07T06:18:27.4509060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/sysconfig/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:27.4510120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/sysconfig/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4510820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/sysconfig/__main__.py 2025-09-07T06:18:27.4511380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/sched.py 2025-09-07T06:18:27.4511980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/imaplib.py 2025-09-07T06:18:27.4512560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/mailbox.py 2025-09-07T06:18:27.4513350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/sre_compile.py 2025-09-07T06:18:27.4514020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/locale.py 2025-09-07T06:18:27.4514580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ast.py 2025-09-07T06:18:27.4515270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/doctest.py 2025-09-07T06:18:27.4515900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/argparse.py 2025-09-07T06:18:27.4516470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/getpass.py 2025-09-07T06:18:27.4517060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pickle.py 2025-09-07T06:18:27.4517730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pty.py 2025-09-07T06:18:27.4518360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/contextlib.py 2025-09-07T06:18:27.4518960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/statistics.py 2025-09-07T06:18:27.4519840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_collections_abc.py 2025-09-07T06:18:27.4520580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__future__.py 2025-09-07T06:18:27.4521190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pylong.py 2025-09-07T06:18:27.4521860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/dataclasses.py 2025-09-07T06:18:27.4522430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/shelve.py 2025-09-07T06:18:27.4523010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/string.py 2025-09-07T06:18:27.4523710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/smtplib.py 2025-09-07T06:18:27.4524520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/venv/__init__.py 2025-09-07T06:18:27.4525490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/venv/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:27.4526420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/venv/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4527370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/venv/scripts/posix/activate.csh 2025-09-07T06:18:27.4528280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/venv/scripts/common/Activate.ps1 2025-09-07T06:18:27.4529140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/venv/scripts/common/activate.fish 2025-09-07T06:18:27.4529870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/venv/scripts/common/activate 2025-09-07T06:18:27.4530600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/venv/__main__.py 2025-09-07T06:18:27.4531230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/getopt.py 2025-09-07T06:18:27.4531990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/antigravity.py 2025-09-07T06:18:27.4532720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/enum.py 2025-09-07T06:18:27.4533290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/dbm/ndbm.py 2025-09-07T06:18:27.4533890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/dbm/gnu.py 2025-09-07T06:18:27.4534730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/dbm/__init__.py 2025-09-07T06:18:27.4535770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/dbm/__pycache__/sqlite3.cpython-313.pyc 2025-09-07T06:18:27.4536610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/dbm/__pycache__/gnu.cpython-313.pyc 2025-09-07T06:18:27.4537550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/dbm/__pycache__/ndbm.cpython-313.pyc 2025-09-07T06:18:27.4538480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/dbm/__pycache__/dumb.cpython-313.pyc 2025-09-07T06:18:27.4539450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/dbm/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4540260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/dbm/dumb.py 2025-09-07T06:18:27.4540760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/dbm/sqlite3.py 2025-09-07T06:18:27.4541390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/timeit.py 2025-09-07T06:18:27.4542190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/graphlib.py 2025-09-07T06:18:27.4542800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/hmac.py 2025-09-07T06:18:27.4543560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tarfile.py 2025-09-07T06:18:27.4544270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/readers.py 2025-09-07T06:18:27.4544950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/_abc.py 2025-09-07T06:18:27.4545730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/util.py 2025-09-07T06:18:27.4546450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/_bootstrap.py 2025-09-07T06:18:27.4547240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/resources/readers.py 2025-09-07T06:18:27.4548190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/resources/_common.py 2025-09-07T06:18:27.4549180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/resources/__init__.py 2025-09-07T06:18:27.4550290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/resources/__pycache__/_functional.cpython-313.pyc 2025-09-07T06:18:27.4551370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/resources/__pycache__/simple.cpython-313.pyc 2025-09-07T06:18:27.4552280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/resources/__pycache__/abc.cpython-313.pyc 2025-09-07T06:18:27.4553450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/resources/__pycache__/_common.cpython-313.pyc 2025-09-07T06:18:27.4554620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/resources/__pycache__/_adapters.cpython-313.pyc 2025-09-07T06:18:27.4555600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/resources/__pycache__/readers.cpython-313.pyc 2025-09-07T06:18:27.4556900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/resources/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4558030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/resources/__pycache__/_itertools.cpython-313.pyc 2025-09-07T06:18:27.4558930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/resources/_itertools.py 2025-09-07T06:18:27.4559700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/resources/_adapters.py 2025-09-07T06:18:27.4560710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/resources/simple.py 2025-09-07T06:18:27.4561680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/resources/_functional.py 2025-09-07T06:18:27.4562390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/resources/abc.py 2025-09-07T06:18:27.4563310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/__init__.py 2025-09-07T06:18:27.4564530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/__pycache__/_abc.cpython-313.pyc 2025-09-07T06:18:27.4565400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/__pycache__/simple.cpython-313.pyc 2025-09-07T06:18:27.4566250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/__pycache__/abc.cpython-313.pyc 2025-09-07T06:18:27.4567290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/__pycache__/_bootstrap.cpython-313.pyc 2025-09-07T06:18:27.4568280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/__pycache__/machinery.cpython-313.pyc 2025-09-07T06:18:27.4569330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/__pycache__/util.cpython-313.pyc 2025-09-07T06:18:27.4570520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/__pycache__/readers.cpython-313.pyc 2025-09-07T06:18:27.4571620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/__pycache__/_bootstrap_external.cpython-313.pyc 2025-09-07T06:18:27.4572730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4573450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/_bootstrap_external.py 2025-09-07T06:18:27.4574190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/machinery.py 2025-09-07T06:18:27.4574930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/simple.py 2025-09-07T06:18:27.4575740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/metadata/_meta.py 2025-09-07T06:18:27.4576470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/metadata/_text.py 2025-09-07T06:18:27.4577320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/metadata/__init__.py 2025-09-07T06:18:27.4578310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/metadata/_functools.py 2025-09-07T06:18:27.4579500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/metadata/__pycache__/_functools.cpython-313.pyc 2025-09-07T06:18:27.4580560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/metadata/__pycache__/_text.cpython-313.pyc 2025-09-07T06:18:27.4581620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/metadata/__pycache__/_meta.cpython-313.pyc 2025-09-07T06:18:27.4582620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/metadata/__pycache__/_adapters.cpython-313.pyc 2025-09-07T06:18:27.4583830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/metadata/__pycache__/diagnose.cpython-313.pyc 2025-09-07T06:18:27.4585060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/metadata/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4586140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/metadata/__pycache__/_collections.cpython-313.pyc 2025-09-07T06:18:27.4587140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/metadata/__pycache__/_itertools.cpython-313.pyc 2025-09-07T06:18:27.4588060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/metadata/diagnose.py 2025-09-07T06:18:27.4588930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/metadata/_collections.py 2025-09-07T06:18:27.4589720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/metadata/_itertools.py 2025-09-07T06:18:27.4590520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/metadata/_adapters.py 2025-09-07T06:18:27.4591220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/abc.py 2025-09-07T06:18:27.4592080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xmlrpc/server.py 2025-09-07T06:18:27.4592730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xmlrpc/client.py 2025-09-07T06:18:27.4593430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xmlrpc/__init__.py 2025-09-07T06:18:27.4594470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xmlrpc/__pycache__/server.cpython-313.pyc 2025-09-07T06:18:27.4595510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xmlrpc/__pycache__/client.cpython-313.pyc 2025-09-07T06:18:27.4596370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xmlrpc/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4596900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/stringprep.py 2025-09-07T06:18:27.4597470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/typing.py 2025-09-07T06:18:27.4598090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/LICENSE.txt 2025-09-07T06:18:27.4598780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/multicall.py 2025-09-07T06:18:27.4599410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle.py 2025-09-07T06:18:27.4600160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/mainmenu.py 2025-09-07T06:18:27.4600860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/filelist.py 2025-09-07T06:18:27.4601530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/sidebar.py 2025-09-07T06:18:27.4602140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/tree.py 2025-09-07T06:18:27.4603020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/pyshell.py 2025-09-07T06:18:27.4603860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/stackviewer.py 2025-09-07T06:18:27.4604650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/statusbar.py 2025-09-07T06:18:27.4605260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/run.py 2025-09-07T06:18:27.4606060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/autoexpand.py 2025-09-07T06:18:27.4606840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/codecontext.py 2025-09-07T06:18:27.4607650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/help.html 2025-09-07T06:18:27.4608430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/configdialog.py 2025-09-07T06:18:27.4609180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/config.py 2025-09-07T06:18:27.4609790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/help_about.py 2025-09-07T06:18:27.4610400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/TODO.txt 2025-09-07T06:18:27.4610940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/debugobj.py 2025-09-07T06:18:27.4611470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/query.py 2025-09-07T06:18:27.4612040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/window.py 2025-09-07T06:18:27.4612600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/extend.txt 2025-09-07T06:18:27.4613170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/ChangeLog 2025-09-07T06:18:27.4613750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/searchbase.py 2025-09-07T06:18:27.4614490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/util.py 2025-09-07T06:18:27.4615080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/colorizer.py 2025-09-07T06:18:27.4615690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/redirector.py 2025-09-07T06:18:27.4616350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/config_key.py 2025-09-07T06:18:27.4617100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/calltip_w.py 2025-09-07T06:18:27.4618150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/runscript.py 2025-09-07T06:18:27.4618860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/delegator.py 2025-09-07T06:18:27.4619660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle.pyw 2025-09-07T06:18:27.4620560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__init__.py 2025-09-07T06:18:27.4621290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/format.py 2025-09-07T06:18:27.4621960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/textview.py 2025-09-07T06:18:27.4622640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/grep.py 2025-09-07T06:18:27.4623560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/browser.cpython-313.pyc 2025-09-07T06:18:27.4624570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/pyparse.cpython-313.pyc 2025-09-07T06:18:27.4625440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/zoomheight.cpython-313.pyc 2025-09-07T06:18:27.4626370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/search.cpython-313.pyc 2025-09-07T06:18:27.4627420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/pyshell.cpython-313.pyc 2025-09-07T06:18:27.4628490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/help_about.cpython-313.pyc 2025-09-07T06:18:27.4629330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/config.cpython-313.pyc 2025-09-07T06:18:27.4630380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/searchbase.cpython-313.pyc 2025-09-07T06:18:27.4631680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/window.cpython-313.pyc 2025-09-07T06:18:27.4632720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/redirector.cpython-313.pyc 2025-09-07T06:18:27.4633690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/rpc.cpython-313.pyc 2025-09-07T06:18:27.4634660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/config_key.cpython-313.pyc 2025-09-07T06:18:27.4635490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/grep.cpython-313.pyc 2025-09-07T06:18:27.4636720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/multicall.cpython-313.pyc 2025-09-07T06:18:27.4637640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/dynoption.cpython-313.pyc 2025-09-07T06:18:27.4638630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/delegator.cpython-313.pyc 2025-09-07T06:18:27.4639620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/filelist.cpython-313.pyc 2025-09-07T06:18:27.4640610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/statusbar.cpython-313.pyc 2025-09-07T06:18:27.4641600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/replace.cpython-313.pyc 2025-09-07T06:18:27.4642670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/squeezer.cpython-313.pyc 2025-09-07T06:18:27.4643650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/outwin.cpython-313.pyc 2025-09-07T06:18:27.4644540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/editor.cpython-313.pyc 2025-09-07T06:18:27.4645440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/idle.cpython-313.pyc 2025-09-07T06:18:27.4646400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/debugobj_r.cpython-313.pyc 2025-09-07T06:18:27.4647230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/history.cpython-313.pyc 2025-09-07T06:18:27.4648340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/stackviewer.cpython-313.pyc 2025-09-07T06:18:27.4649220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/debugger.cpython-313.pyc 2025-09-07T06:18:27.4650170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/autocomplete.cpython-313.pyc 2025-09-07T06:18:27.4651130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/codecontext.cpython-313.pyc 2025-09-07T06:18:27.4652250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/macosx.cpython-313.pyc 2025-09-07T06:18:27.4653230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/pathbrowser.cpython-313.pyc 2025-09-07T06:18:27.4654220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/format.cpython-313.pyc 2025-09-07T06:18:27.4655240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/percolator.cpython-313.pyc 2025-09-07T06:18:27.4656270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/tree.cpython-313.pyc 2025-09-07T06:18:27.4657290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/sidebar.cpython-313.pyc 2025-09-07T06:18:27.4658230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/undo.cpython-313.pyc 2025-09-07T06:18:27.4659380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/calltip.cpython-313.pyc 2025-09-07T06:18:27.4660430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/debugobj.cpython-313.pyc 2025-09-07T06:18:27.4661460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/help.cpython-313.pyc 2025-09-07T06:18:27.4662620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/run.cpython-313.pyc 2025-09-07T06:18:27.4663700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/parenmatch.cpython-313.pyc 2025-09-07T06:18:27.4664790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/util.cpython-313.pyc 2025-09-07T06:18:27.4665820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/autoexpand.cpython-313.pyc 2025-09-07T06:18:27.4666860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/tooltip.cpython-313.pyc 2025-09-07T06:18:27.4667940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/iomenu.cpython-313.pyc 2025-09-07T06:18:27.4668960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/textview.cpython-313.pyc 2025-09-07T06:18:27.4669910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/hyperparser.cpython-313.pyc 2025-09-07T06:18:27.4670990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/calltip_w.cpython-313.pyc 2025-09-07T06:18:27.4672010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/scrolledlist.cpython-313.pyc 2025-09-07T06:18:27.4673250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/searchengine.cpython-313.pyc 2025-09-07T06:18:27.4674030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:27.4675010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/colorizer.cpython-313.pyc 2025-09-07T06:18:27.4676050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/zzdummy.cpython-313.pyc 2025-09-07T06:18:27.4676980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4678010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/runscript.cpython-313.pyc 2025-09-07T06:18:27.4678960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/autocomplete_w.cpython-313.pyc 2025-09-07T06:18:27.4680040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/configdialog.cpython-313.pyc 2025-09-07T06:18:27.4681150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/debugger_r.cpython-313.pyc 2025-09-07T06:18:27.4682270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/mainmenu.cpython-313.pyc 2025-09-07T06:18:27.4683190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/query.cpython-313.pyc 2025-09-07T06:18:27.4683990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/tooltip.py 2025-09-07T06:18:27.4684790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/pathbrowser.py 2025-09-07T06:18:27.4685570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/debugger.py 2025-09-07T06:18:27.4686260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/config-main.def 2025-09-07T06:18:27.4686930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/CREDITS.txt 2025-09-07T06:18:27.4687580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/browser.py 2025-09-07T06:18:27.4688420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/pyparse.py 2025-09-07T06:18:27.4689060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/macosx.py 2025-09-07T06:18:27.4689880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/scrolledlist.py 2025-09-07T06:18:27.4690640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/searchengine.py 2025-09-07T06:18:27.4691210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/rpc.py 2025-09-07T06:18:27.4691950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/percolator.py 2025-09-07T06:18:27.4692590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/outwin.py 2025-09-07T06:18:27.4693440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/config-keys.def 2025-09-07T06:18:27.4694250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/Icons/plusnode.gif 2025-09-07T06:18:27.4694950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/Icons/folder.gif 2025-09-07T06:18:27.4695790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/Icons/idle_48.png 2025-09-07T06:18:27.4696480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/Icons/idle_32.gif 2025-09-07T06:18:27.4697210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/Icons/idle_16.png 2025-09-07T06:18:27.4698080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/Icons/tk.gif 2025-09-07T06:18:27.4699060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/Icons/openfolder.gif 2025-09-07T06:18:27.4699860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/Icons/idle_48.gif 2025-09-07T06:18:27.4700780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/Icons/minusnode.gif 2025-09-07T06:18:27.4701570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/Icons/python.gif 2025-09-07T06:18:27.4702430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/Icons/idle_32.png 2025-09-07T06:18:27.4703380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/Icons/README.txt 2025-09-07T06:18:27.4704010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/Icons/idle.ico 2025-09-07T06:18:27.4704730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/Icons/idle_16.gif 2025-09-07T06:18:27.4705500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/Icons/idle_256.png 2025-09-07T06:18:27.4706310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/example_noext 2025-09-07T06:18:27.4707270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_macosx.py 2025-09-07T06:18:27.4708300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_autocomplete.py 2025-09-07T06:18:27.4709210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_outwin.py 2025-09-07T06:18:27.4710110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_autocomplete_w.py 2025-09-07T06:18:27.4710970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_debugger_r.py 2025-09-07T06:18:27.4711870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_textview.py 2025-09-07T06:18:27.4712760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_tree.py 2025-09-07T06:18:27.4713830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_debugobj_r.py 2025-09-07T06:18:27.4714710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_sidebar.py 2025-09-07T06:18:27.4715740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_iomenu.py 2025-09-07T06:18:27.4716840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_pyshell.py 2025-09-07T06:18:27.4717870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_pathbrowser.py 2025-09-07T06:18:27.4718960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_parenmatch.py 2025-09-07T06:18:27.4719880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_search.py 2025-09-07T06:18:27.4720690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_filelist.py 2025-09-07T06:18:27.4721640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_mainmenu.py 2025-09-07T06:18:27.4722530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_percolator.py 2025-09-07T06:18:27.4723550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_warning.py 2025-09-07T06:18:27.4724360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/htest.py 2025-09-07T06:18:27.4725490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_editor.py 2025-09-07T06:18:27.4726520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_searchengine.py 2025-09-07T06:18:27.4727400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_stackviewer.py 2025-09-07T06:18:27.4728260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_run.py 2025-09-07T06:18:27.4729150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_tooltip.py 2025-09-07T06:18:27.4730020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_scrolledlist.py 2025-09-07T06:18:27.4730970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_editmenu.py 2025-09-07T06:18:27.4731770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_grep.py 2025-09-07T06:18:27.4732660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_debugobj.py 2025-09-07T06:18:27.4733670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_codecontext.py 2025-09-07T06:18:27.4734540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__init__.py 2025-09-07T06:18:27.4735460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_zoomheight.py 2025-09-07T06:18:27.4736620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/tkinter_testing_utils.py 2025-09-07T06:18:27.4737720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_help.cpython-313.pyc 2025-09-07T06:18:27.4738750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_undo.cpython-313.pyc 2025-09-07T06:18:27.4739860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_tooltip.cpython-313.pyc 2025-09-07T06:18:27.4740950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/tkinter_testing_utils.cpython-313.pyc 2025-09-07T06:18:27.4742290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_percolator.cpython-313.pyc 2025-09-07T06:18:27.4743430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_tree.cpython-313.pyc 2025-09-07T06:18:27.4744620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_editor.cpython-313.pyc 2025-09-07T06:18:27.4745740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_warning.cpython-313.pyc 2025-09-07T06:18:27.4746860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_outwin.cpython-313.pyc 2025-09-07T06:18:27.4748110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_sidebar.cpython-313.pyc 2025-09-07T06:18:27.4749030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_macosx.cpython-313.pyc 2025-09-07T06:18:27.4750150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_mainmenu.cpython-313.pyc 2025-09-07T06:18:27.4751240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_format.cpython-313.pyc 2025-09-07T06:18:27.4752290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_query.cpython-313.pyc 2025-09-07T06:18:27.4758380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_util.cpython-313.pyc 2025-09-07T06:18:27.4758650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_calltip.cpython-313.pyc 2025-09-07T06:18:27.4758890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_hyperparser.cpython-313.pyc 2025-09-07T06:18:27.4759120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_debugobj_r.cpython-313.pyc 2025-09-07T06:18:27.4759350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_zzdummy.cpython-313.pyc 2025-09-07T06:18:27.4759570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_run.cpython-313.pyc 2025-09-07T06:18:27.4760720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_search.cpython-313.pyc 2025-09-07T06:18:27.4761920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_searchbase.cpython-313.pyc 2025-09-07T06:18:27.4762970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_colorizer.cpython-313.pyc 2025-09-07T06:18:27.4764090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_help_about.cpython-313.pyc 2025-09-07T06:18:27.4765090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_debugobj.cpython-313.pyc 2025-09-07T06:18:27.4766300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_configdialog.cpython-313.pyc 2025-09-07T06:18:27.4767310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_runscript.cpython-313.pyc 2025-09-07T06:18:27.4768420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_redirector.cpython-313.pyc 2025-09-07T06:18:27.4769660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_config_key.cpython-313.pyc 2025-09-07T06:18:27.4771080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_searchengine.cpython-313.pyc 2025-09-07T06:18:27.4772170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_textview.cpython-313.pyc 2025-09-07T06:18:27.4773190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_window.cpython-313.pyc 2025-09-07T06:18:27.4774330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/mock_idle.cpython-313.pyc 2025-09-07T06:18:27.4775540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_config.cpython-313.pyc 2025-09-07T06:18:27.4776530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/template.cpython-313.pyc 2025-09-07T06:18:27.4777430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_calltip_w.cpython-313.pyc 2025-09-07T06:18:27.4778330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_scrolledlist.cpython-313.pyc 2025-09-07T06:18:27.4779210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_zoomheight.cpython-313.pyc 2025-09-07T06:18:27.4780150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_codecontext.cpython-313.pyc 2025-09-07T06:18:27.4781230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_debugger_r.cpython-313.pyc 2025-09-07T06:18:27.4782280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_multicall.cpython-313.pyc 2025-09-07T06:18:27.4783400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_pathbrowser.cpython-313.pyc 2025-09-07T06:18:27.4784620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_delegator.cpython-313.pyc 2025-09-07T06:18:27.4785650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_statusbar.cpython-313.pyc 2025-09-07T06:18:27.4786760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_squeezer.cpython-313.pyc 2025-09-07T06:18:27.4787810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_grep.cpython-313.pyc 2025-09-07T06:18:27.4788970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_browser.cpython-313.pyc 2025-09-07T06:18:27.4790060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_autocomplete_w.cpython-313.pyc 2025-09-07T06:18:27.4791210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_pyparse.cpython-313.pyc 2025-09-07T06:18:27.4792660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_stackviewer.cpython-313.pyc 2025-09-07T06:18:27.4793550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_debugger.cpython-313.pyc 2025-09-07T06:18:27.4794690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_pyshell.cpython-313.pyc 2025-09-07T06:18:27.4795880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_autocomplete.cpython-313.pyc 2025-09-07T06:18:27.4797040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/htest.cpython-313.pyc 2025-09-07T06:18:27.4798210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_autoexpand.cpython-313.pyc 2025-09-07T06:18:27.4799300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_rpc.cpython-313.pyc 2025-09-07T06:18:27.4800560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_editmenu.cpython-313.pyc 2025-09-07T06:18:27.4801870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_filelist.cpython-313.pyc 2025-09-07T06:18:27.4803050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_replace.cpython-313.pyc 2025-09-07T06:18:27.4804250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_text.cpython-313.pyc 2025-09-07T06:18:27.4805320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4806630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_iomenu.cpython-313.pyc 2025-09-07T06:18:27.4807690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_parenmatch.cpython-313.pyc 2025-09-07T06:18:27.4808750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_history.cpython-313.pyc 2025-09-07T06:18:27.4809720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/mock_tk.cpython-313.pyc 2025-09-07T06:18:27.4810530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_util.py 2025-09-07T06:18:27.4811440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_undo.py 2025-09-07T06:18:27.4812440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/mock_idle.py 2025-09-07T06:18:27.4813460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_hyperparser.py 2025-09-07T06:18:27.4814270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_redirector.py 2025-09-07T06:18:27.4815470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_config_key.py 2025-09-07T06:18:27.4816430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_searchbase.py 2025-09-07T06:18:27.4817160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_text.py 2025-09-07T06:18:27.4818090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_pyparse.py 2025-09-07T06:18:27.4819110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_statusbar.py 2025-09-07T06:18:27.4820130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_browser.py 2025-09-07T06:18:27.4820930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_config.py 2025-09-07T06:18:27.4821870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_multicall.py 2025-09-07T06:18:27.4822740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_window.py 2025-09-07T06:18:27.4823490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/template.py 2025-09-07T06:18:27.4824550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_query.py 2025-09-07T06:18:27.4825460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/README.txt 2025-09-07T06:18:27.4826410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_autoexpand.py 2025-09-07T06:18:27.4827210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_zzdummy.py 2025-09-07T06:18:27.4828210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_debugger.py 2025-09-07T06:18:27.4828980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_rpc.py 2025-09-07T06:18:27.4829770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_replace.py 2025-09-07T06:18:27.4830710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_history.py 2025-09-07T06:18:27.4831640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_calltip_w.py 2025-09-07T06:18:27.4832490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/example_stub.pyi 2025-09-07T06:18:27.4833290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_calltip.py 2025-09-07T06:18:27.4834360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_delegator.py 2025-09-07T06:18:27.4835350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_format.py 2025-09-07T06:18:27.4836150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_runscript.py 2025-09-07T06:18:27.4836890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_help.py 2025-09-07T06:18:27.4837840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_help_about.py 2025-09-07T06:18:27.4838620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/mock_tk.py 2025-09-07T06:18:27.4839650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_colorizer.py 2025-09-07T06:18:27.4840680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_configdialog.py 2025-09-07T06:18:27.4841650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_squeezer.py 2025-09-07T06:18:27.4842430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/undo.py 2025-09-07T06:18:27.4843320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/squeezer.py 2025-09-07T06:18:27.4844090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/iomenu.py 2025-09-07T06:18:27.4844890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/zoomheight.py 2025-09-07T06:18:27.4845620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/search.py 2025-09-07T06:18:27.4846470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/NEWS2x.txt 2025-09-07T06:18:27.4847260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/README.txt 2025-09-07T06:18:27.4847940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/HISTORY.txt 2025-09-07T06:18:27.4848780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/debugger_r.py 2025-09-07T06:18:27.4849580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/editor.py 2025-09-07T06:18:27.4850370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/dynoption.py 2025-09-07T06:18:27.4851150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/autocomplete_w.py 2025-09-07T06:18:27.4851880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/calltip.py 2025-09-07T06:18:27.4852560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/News3.txt 2025-09-07T06:18:27.4853320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/autocomplete.py 2025-09-07T06:18:27.4854190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/hyperparser.py 2025-09-07T06:18:27.4855110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/config-extensions.def 2025-09-07T06:18:27.4855790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/help.py 2025-09-07T06:18:27.4856470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/parenmatch.py 2025-09-07T06:18:27.4857220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/zzdummy.py 2025-09-07T06:18:27.4858040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__main__.py 2025-09-07T06:18:27.4858940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/config-highlight.def 2025-09-07T06:18:27.4859570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle.bat 2025-09-07T06:18:27.4860270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/history.py 2025-09-07T06:18:27.4861200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/debugobj_r.py 2025-09-07T06:18:27.4861990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/replace.py 2025-09-07T06:18:27.4862690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pydoc_data/__init__.py 2025-09-07T06:18:27.4863480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pydoc_data/_pydoc.css 2025-09-07T06:18:27.4864470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pydoc_data/__pycache__/topics.cpython-313.pyc 2025-09-07T06:18:27.4865470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pydoc_data/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4866190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pydoc_data/topics.py 2025-09-07T06:18:27.4866700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ssl.py 2025-09-07T06:18:27.4867410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/socket.py 2025-09-07T06:18:27.4868010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/datetime.py 2025-09-07T06:18:27.4868780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_android_support.py 2025-09-07T06:18:27.4869580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/collections/__init__.py 2025-09-07T06:18:27.4870680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/collections/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4871380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pydecimal.py 2025-09-07T06:18:27.4871960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ntpath.py 2025-09-07T06:18:27.4872990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_sysconfigdata__darwin_darwin.py.orig 2025-09-07T06:18:27.4873510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tokenize.py 2025-09-07T06:18:27.4874090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/uuid.py 2025-09-07T06:18:27.4874930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/mixins.py 2025-09-07T06:18:27.4875570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/queues.py 2025-09-07T06:18:27.4876390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/streams.py 2025-09-07T06:18:27.4877120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/tasks.py 2025-09-07T06:18:27.4877950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/selector_events.py 2025-09-07T06:18:27.4878600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/log.py 2025-09-07T06:18:27.4879400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/taskgroups.py 2025-09-07T06:18:27.4880310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/protocols.py 2025-09-07T06:18:27.4881050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/events.py 2025-09-07T06:18:27.4881730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/base_events.py 2025-09-07T06:18:27.4882460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/subprocess.py 2025-09-07T06:18:27.4883160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/constants.py 2025-09-07T06:18:27.4884010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/proactor_events.py 2025-09-07T06:18:27.4884800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/format_helpers.py 2025-09-07T06:18:27.4885500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/locks.py 2025-09-07T06:18:27.4886210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__init__.py 2025-09-07T06:18:27.4886860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/timeouts.py 2025-09-07T06:18:27.4887630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/trsock.py 2025-09-07T06:18:27.4888580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/trsock.cpython-313.pyc 2025-09-07T06:18:27.4889620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/windows_events.cpython-313.pyc 2025-09-07T06:18:27.4890600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/base_events.cpython-313.pyc 2025-09-07T06:18:27.4891620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/timeouts.cpython-313.pyc 2025-09-07T06:18:27.4892730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/transports.cpython-313.pyc 2025-09-07T06:18:27.4893700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/futures.cpython-313.pyc 2025-09-07T06:18:27.4894690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/sslproto.cpython-313.pyc 2025-09-07T06:18:27.4896040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/format_helpers.cpython-313.pyc 2025-09-07T06:18:27.4897100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/coroutines.cpython-313.pyc 2025-09-07T06:18:27.4898370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/selector_events.cpython-313.pyc 2025-09-07T06:18:27.4899310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/tasks.cpython-313.pyc 2025-09-07T06:18:27.4900240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/runners.cpython-313.pyc 2025-09-07T06:18:27.4901340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/base_tasks.cpython-313.pyc 2025-09-07T06:18:27.4902470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/base_futures.cpython-313.pyc 2025-09-07T06:18:27.4903440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/threads.cpython-313.pyc 2025-09-07T06:18:27.4904600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/windows_utils.cpython-313.pyc 2025-09-07T06:18:27.4905710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/staggered.cpython-313.pyc 2025-09-07T06:18:27.4906740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/streams.cpython-313.pyc 2025-09-07T06:18:27.4907790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/exceptions.cpython-313.pyc 2025-09-07T06:18:27.4908670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/taskgroups.cpython-313.pyc 2025-09-07T06:18:27.4909650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/protocols.cpython-313.pyc 2025-09-07T06:18:27.4910740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/unix_events.cpython-313.pyc 2025-09-07T06:18:27.4911700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/queues.cpython-313.pyc 2025-09-07T06:18:27.4912570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/log.cpython-313.pyc 2025-09-07T06:18:27.4913440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/constants.cpython-313.pyc 2025-09-07T06:18:27.4914340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/locks.cpython-313.pyc 2025-09-07T06:18:27.4915250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/mixins.cpython-313.pyc 2025-09-07T06:18:27.4916350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/proactor_events.cpython-313.pyc 2025-09-07T06:18:27.4917290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/events.cpython-313.pyc 2025-09-07T06:18:27.4918580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/base_subprocess.cpython-313.pyc 2025-09-07T06:18:27.4919580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/__main__.cpython-313.pyc 2025-09-07T06:18:27.4920710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4921550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/subprocess.cpython-313.pyc 2025-09-07T06:18:27.4922190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/futures.py 2025-09-07T06:18:27.4922960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/sslproto.py 2025-09-07T06:18:27.4923670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/staggered.py 2025-09-07T06:18:27.4924320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/threads.py 2025-09-07T06:18:27.4925150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/base_subprocess.py 2025-09-07T06:18:27.4926090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/windows_utils.py 2025-09-07T06:18:27.4926840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/runners.py 2025-09-07T06:18:27.4927530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/exceptions.py 2025-09-07T06:18:27.4928290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/transports.py 2025-09-07T06:18:27.4929050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/base_tasks.py 2025-09-07T06:18:27.4929930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/coroutines.py 2025-09-07T06:18:27.4930760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/windows_events.py 2025-09-07T06:18:27.4931670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/base_futures.py 2025-09-07T06:18:27.4932470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__main__.py 2025-09-07T06:18:27.4933300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/unix_events.py 2025-09-07T06:18:27.4933970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/logging/config.py 2025-09-07T06:18:27.4934610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/logging/handlers.py 2025-09-07T06:18:27.4935290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/logging/__init__.py 2025-09-07T06:18:27.4936280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/logging/__pycache__/config.cpython-313.pyc 2025-09-07T06:18:27.4937390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/logging/__pycache__/handlers.cpython-313.pyc 2025-09-07T06:18:27.4938420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/logging/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4939080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__hello__.py 2025-09-07T06:18:27.4939700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_colorize.py 2025-09-07T06:18:27.4940600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/contentmanager.py 2025-09-07T06:18:27.4941300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/_policybase.py 2025-09-07T06:18:27.4941960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/header.py 2025-09-07T06:18:27.4942840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/_encoded_words.py 2025-09-07T06:18:27.4943800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/_header_value_parser.py 2025-09-07T06:18:27.4944540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/policy.py 2025-09-07T06:18:27.4945210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__init__.py 2025-09-07T06:18:27.4945750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/message.py 2025-09-07T06:18:27.4946310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/encoders.py 2025-09-07T06:18:27.4947130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/base64mime.cpython-313.pyc 2025-09-07T06:18:27.4947840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/policy.cpython-313.pyc 2025-09-07T06:18:27.4948610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/quoprimime.cpython-313.pyc 2025-09-07T06:18:27.4949400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/_policybase.cpython-313.pyc 2025-09-07T06:18:27.4950280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/generator.cpython-313.pyc 2025-09-07T06:18:27.4951090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/message.cpython-313.pyc 2025-09-07T06:18:27.4952000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/header.cpython-313.pyc 2025-09-07T06:18:27.4952880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/iterators.cpython-313.pyc 2025-09-07T06:18:27.4953770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/feedparser.cpython-313.pyc 2025-09-07T06:18:27.4954600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/encoders.cpython-313.pyc 2025-09-07T06:18:27.4955550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/errors.cpython-313.pyc 2025-09-07T06:18:27.4956660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/utils.cpython-313.pyc 2025-09-07T06:18:27.4957670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/contentmanager.cpython-313.pyc 2025-09-07T06:18:27.4958610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/_parseaddr.cpython-313.pyc 2025-09-07T06:18:27.4959740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/charset.cpython-313.pyc 2025-09-07T06:18:27.4961020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/headerregistry.cpython-313.pyc 2025-09-07T06:18:27.4962270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/_encoded_words.cpython-313.pyc 2025-09-07T06:18:27.4963580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/_header_value_parser.cpython-313.pyc 2025-09-07T06:18:27.4964530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4965380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/parser.cpython-313.pyc 2025-09-07T06:18:27.4965950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/parser.py 2025-09-07T06:18:27.4966790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/generator.py 2025-09-07T06:18:27.4967420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/utils.py 2025-09-07T06:18:27.4968050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/charset.py 2025-09-07T06:18:27.4968700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/iterators.py 2025-09-07T06:18:27.4969400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/quoprimime.py 2025-09-07T06:18:27.4970260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/mime/multipart.py 2025-09-07T06:18:27.4970930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/mime/__init__.py 2025-09-07T06:18:27.4971620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/mime/message.py 2025-09-07T06:18:27.4972600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/mime/__pycache__/multipart.cpython-313.pyc 2025-09-07T06:18:27.4973690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/mime/__pycache__/base.cpython-313.pyc 2025-09-07T06:18:27.4974660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/mime/__pycache__/image.cpython-313.pyc 2025-09-07T06:18:27.4975570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/mime/__pycache__/message.cpython-313.pyc 2025-09-07T06:18:27.4976580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/mime/__pycache__/audio.cpython-313.pyc 2025-09-07T06:18:27.4977600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/mime/__pycache__/text.cpython-313.pyc 2025-09-07T06:18:27.4978800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/mime/__pycache__/application.cpython-313.pyc 2025-09-07T06:18:27.4980010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/mime/__pycache__/nonmultipart.cpython-313.pyc 2025-09-07T06:18:27.4980960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/mime/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4981900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/mime/application.py 2025-09-07T06:18:27.4982580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/mime/nonmultipart.py 2025-09-07T06:18:27.4983220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/mime/text.py 2025-09-07T06:18:27.4984000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/mime/audio.py 2025-09-07T06:18:27.4984700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/mime/image.py 2025-09-07T06:18:27.4985620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/mime/base.py 2025-09-07T06:18:27.4986530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/errors.py 2025-09-07T06:18:27.4987200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/feedparser.py 2025-09-07T06:18:27.4988050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/architecture.rst 2025-09-07T06:18:27.4988750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/_parseaddr.py 2025-09-07T06:18:27.4989480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/base64mime.py 2025-09-07T06:18:27.4990260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/headerregistry.py 2025-09-07T06:18:27.4991090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/struct.py 2025-09-07T06:18:27.4991890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/re/_constants.py 2025-09-07T06:18:27.4992630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/re/_compiler.py 2025-09-07T06:18:27.4993230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/re/__init__.py 2025-09-07T06:18:27.4994240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/re/__pycache__/_compiler.cpython-313.pyc 2025-09-07T06:18:27.4995090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/re/__pycache__/_constants.cpython-313.pyc 2025-09-07T06:18:27.4996060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/re/__pycache__/_casefix.cpython-313.pyc 2025-09-07T06:18:27.4996900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/re/__pycache__/__init__.cpython-313.pyc 2025-09-07T06:18:27.4997950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/re/__pycache__/_parser.cpython-313.pyc 2025-09-07T06:18:27.4998550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/re/_casefix.py 2025-09-07T06:18:27.4999300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/re/_parser.py 2025-09-07T06:18:27.4999900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/sre_parse.py 2025-09-07T06:18:27.5000460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/abc.py 2025-09-07T06:18:27.5001220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/runpy.py 2025-09-07T06:18:27.5001780Z /opt/homebrew/Caskroom/miniconda/base/lib/libpanelw.a 2025-09-07T06:18:27.5002440Z /opt/homebrew/Caskroom/miniconda/base/LICENSE.txt 2025-09-07T06:18:27.5002920Z /opt/homebrew/Caskroom/miniconda/base/.nonadmin 2025-09-07T06:18:27.5003670Z /opt/homebrew/Caskroom/miniconda/base/share/man/man5/libarchive-formats.5 2025-09-07T06:18:27.5004290Z /opt/homebrew/Caskroom/miniconda/base/share/man/man5/mtree.5 2025-09-07T06:18:27.5004910Z /opt/homebrew/Caskroom/miniconda/base/share/man/man5/cpio.5 2025-09-07T06:18:27.5005530Z /opt/homebrew/Caskroom/miniconda/base/share/man/man5/tar.5 2025-09-07T06:18:27.5006340Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_write_format.3 2025-09-07T06:18:27.5007170Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record_rr_del.3 2025-09-07T06:18:27.5007860Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_read_disk.3 2025-09-07T06:18:27.5008650Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_statvfs.3 2025-09-07T06:18:27.5009320Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_expand_string.3 2025-09-07T06:18:27.5009880Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/iconv.3 2025-09-07T06:18:27.5010760Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_write_set_passphrase.3 2025-09-07T06:18:27.5011350Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/history.3 2025-09-07T06:18:27.5012140Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_window_read.3 2025-09-07T06:18:27.5013000Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libsolv-history.3 2025-09-07T06:18:27.5013900Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_get_channel.3 2025-09-07T06:18:27.5014890Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_get_exit_status.3 2025-09-07T06:18:27.5015720Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_set_servers.3 2025-09-07T06:18:27.5016620Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_mapping.3 2025-09-07T06:18:27.5017410Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_method_pref.3 2025-09-07T06:18:27.5017920Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_init.3 2025-09-07T06:18:27.5018800Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_reinit.3 2025-09-07T06:18:27.5019580Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_write_new.3 2025-09-07T06:18:27.5020350Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_init.3 2025-09-07T06:18:27.5021190Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_get_opt_cnt.3 2025-09-07T06:18:27.5021920Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_set_local_ip4.3 2025-09-07T06:18:27.5023040Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_handle_extended_data2.3 2025-09-07T06:18:27.5023880Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_callback_set.3 2025-09-07T06:18:27.5024600Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_setenv_ex.3 2025-09-07T06:18:27.5025430Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_read_open.3 2025-09-07T06:18:27.5026340Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_open_ex.3 2025-09-07T06:18:27.5027100Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_queue.3 2025-09-07T06:18:27.5027810Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_set_u16.3 2025-09-07T06:18:27.5028530Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_startup.3 2025-09-07T06:18:27.5029250Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_search_dnsrec.3 2025-09-07T06:18:27.5030040Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_read_extract.3 2025-09-07T06:18:27.5030780Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_destroy.3 2025-09-07T06:18:27.5031530Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_util.3 2025-09-07T06:18:27.5032080Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ffi_call.3 2025-09-07T06:18:27.5032850Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_agent_get_identity.3 2025-09-07T06:18:27.5033760Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_write_blocksize.3 2025-09-07T06:18:27.5034650Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_userauth_password.3 2025-09-07T06:18:27.5035290Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_parse.3 2025-09-07T06:18:27.5035920Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_seek.3 2025-09-07T06:18:27.5036710Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_open_ex.3 2025-09-07T06:18:27.5037330Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_inet_pton.3 2025-09-07T06:18:27.5038120Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_subsystem.3 2025-09-07T06:18:27.5038980Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_rewind.3 2025-09-07T06:18:27.5039830Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_last_error.3 2025-09-07T06:18:27.5040740Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_request_pty.3 2025-09-07T06:18:27.5041200Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_process.3 2025-09-07T06:18:27.5042230Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_request_pty_ex.3 2025-09-07T06:18:27.5042780Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_create_query.3 2025-09-07T06:18:27.5043730Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_banner_set.3 2025-09-07T06:18:27.5044600Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_request_auth_agent.3 2025-09-07T06:18:27.5045340Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record_destroy.3 2025-09-07T06:18:27.5046030Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_svcb_param_t.3 2025-09-07T06:18:27.5046730Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_set_servers_csv.3 2025-09-07T06:18:27.5047680Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_supported_algs.3 2025-09-07T06:18:27.5048590Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_publickey_shutdown.3 2025-09-07T06:18:27.5049310Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_knownhost_check.3 2025-09-07T06:18:27.5050230Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_agent_free.3 2025-09-07T06:18:27.5050910Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record_query_add.3 2025-09-07T06:18:27.5051650Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_write.3 2025-09-07T06:18:27.5052350Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_entry_stat.3 2025-09-07T06:18:27.5053080Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rec_type_t.3 2025-09-07T06:18:27.5053960Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_get_opt_byid.3 2025-09-07T06:18:27.5054670Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_library_init.3 2025-09-07T06:18:27.5055460Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_key_tostr.3 2025-09-07T06:18:27.5056180Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_free_string.3 2025-09-07T06:18:27.5057120Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_posix_rename.3 2025-09-07T06:18:27.5057960Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record_create.3 2025-09-07T06:18:27.5058760Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_agent_connect.3 2025-09-07T06:18:27.5059520Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_getsock.3 2025-09-07T06:18:27.5060240Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_get_u16.3 2025-09-07T06:18:27.5060950Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_set_addr6.3 2025-09-07T06:18:27.5061640Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_mkquery.3 2025-09-07T06:18:27.5062410Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_write.3 2025-09-07T06:18:27.5063340Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_handshake.3 2025-09-07T06:18:27.5064180Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_del_opt_byid.3 2025-09-07T06:18:27.5064930Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rec_type_fromstr.3 2025-09-07T06:18:27.5065810Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_entry_misc.3 2025-09-07T06:18:27.5066650Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_publickey_list_free.3 2025-09-07T06:18:27.5067300Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libsolv-bindings.3 2025-09-07T06:18:27.5068180Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_set_servers_ports_csv.3 2025-09-07T06:18:27.5068900Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_write_free.3 2025-09-07T06:18:27.5069720Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_freeaddrinfo.3 2025-09-07T06:18:27.5070570Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_knownhost_writeline.3 2025-09-07T06:18:27.5071300Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_mkdir.3 2025-09-07T06:18:27.5072010Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_symlink.3 2025-09-07T06:18:27.5072750Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libsolv-constantids.3 2025-09-07T06:18:27.5073390Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_exec.3 2025-09-07T06:18:27.5074200Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_opendir.3 2025-09-07T06:18:27.5075190Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_receive_window_adjust2.3 2025-09-07T06:18:27.5075720Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/iconv_close.3 2025-09-07T06:18:27.5076630Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_write_filter.3 2025-09-07T06:18:27.5077320Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_destroy_options.3 2025-09-07T06:18:27.5077910Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_read_data.3 2025-09-07T06:18:27.5078670Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ffi_prep_cif_var.3 2025-09-07T06:18:27.5079660Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_forward_listen.3 2025-09-07T06:18:27.5080500Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record_rr_get.3 2025-09-07T06:18:27.5081150Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_close.3 2025-09-07T06:18:27.5081730Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_fds.3 2025-09-07T06:18:27.5082540Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_gethostbyname.3 2025-09-07T06:18:27.5083450Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_flush_stderr.3 2025-09-07T06:18:27.5084380Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_last_error.3 2025-09-07T06:18:27.5085140Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_get_abin.3 2025-09-07T06:18:27.5085790Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_init_options.3 2025-09-07T06:18:27.5086630Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_process_startup.3 2025-09-07T06:18:27.5087290Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_get_keys.3 2025-09-07T06:18:27.5088050Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_agent_userauth.3 2025-09-07T06:18:27.5088900Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_get_type.3 2025-09-07T06:18:27.5089560Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_timeout.3 2025-09-07T06:18:27.5090460Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_publickey_add.3 2025-09-07T06:18:27.5091160Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_getnameinfo.3 2025-09-07T06:18:27.5091830Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_trace.3 2025-09-07T06:18:27.5092600Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_get_timeout.3 2025-09-07T06:18:27.5093260Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_set_local_dev.3 2025-09-07T06:18:27.5093970Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_write_disk.3 2025-09-07T06:18:27.5094960Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_banner_set.3 2025-09-07T06:18:27.5095570Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_read.3 2025-09-07T06:18:27.5096720Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_unlink_ex.3 2025-09-07T06:18:27.5097390Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/iconv_open_into.3 2025-09-07T06:18:27.5098170Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_close.3 2025-09-07T06:18:27.5098880Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_section_t.3 2025-09-07T06:18:27.5099920Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_gethostbyname_file.3 2025-09-07T06:18:27.5100780Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_process_pending_write.3 2025-09-07T06:18:27.5101610Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_close_handle.3 2025-09-07T06:18:27.5102270Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_scp_send_ex.3 2025-09-07T06:18:27.5103130Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_get_servers_csv.3 2025-09-07T06:18:27.5103890Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_write_ex.3 2025-09-07T06:18:27.5104800Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_opt_get_datatype.3 2025-09-07T06:18:27.5105710Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_shell.3 2025-09-07T06:18:27.5106400Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_knownhost_init.3 2025-09-07T06:18:27.5107150Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_userauth_list.3 2025-09-07T06:18:27.5107810Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_opcode_t.3 2025-09-07T06:18:27.5108780Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_signal_ex.3 2025-09-07T06:18:27.5109550Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_read_stderr.3 2025-09-07T06:18:27.5110300Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record_set_id.3 2025-09-07T06:18:27.5111160Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_get_servers_ports.3 2025-09-07T06:18:27.5111810Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_window_read_ex.3 2025-09-07T06:18:27.5112360Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_opt_get_name.3 2025-09-07T06:18:27.5112880Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_free.3 2025-09-07T06:18:27.5113400Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr.3 2025-09-07T06:18:27.5114010Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_parse_soa_reply.3 2025-09-07T06:18:27.5114620Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_parse_naptr_reply.3 2025-09-07T06:18:27.5115180Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_stat.3 2025-09-07T06:18:27.5115840Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_key_to_rec_type.3 2025-09-07T06:18:27.5116440Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_knownhost_addc.3 2025-09-07T06:18:27.5117020Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_parse_a_reply.3 2025-09-07T06:18:27.5117800Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_open_session.3 2025-09-07T06:18:27.5118660Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_set_socket_configure_callback.3 2025-09-07T06:18:27.5119330Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_write_open.3 2025-09-07T06:18:27.5120070Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_knownhost_readline.3 2025-09-07T06:18:27.5120890Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_agent_set_identity_path.3 2025-09-07T06:18:27.5121510Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_opt_param_t.3 2025-09-07T06:18:27.5122300Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_banner_get.3 2025-09-07T06:18:27.5123020Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record_get_id.3 2025-09-07T06:18:27.5123770Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_knownhost_checkp.3 2025-09-07T06:18:27.5124750Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_ignore_extended_data.3 2025-09-07T06:18:27.5125560Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_write.3 2025-09-07T06:18:27.5126570Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_forward_cancel.3 2025-09-07T06:18:27.5127270Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rcode_tostr.3 2025-09-07T06:18:27.5127940Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_read_format.3 2025-09-07T06:18:27.5128870Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_publickey_add_ex.3 2025-09-07T06:18:27.5129580Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_keepalive_config.3 2025-09-07T06:18:27.5130240Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_rmdir.3 2025-09-07T06:18:27.5131060Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_agent_disconnect.3 2025-09-07T06:18:27.5131950Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_symlink_ex.3 2025-09-07T06:18:27.5132860Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_set_pending_write_cb.3 2025-09-07T06:18:27.5133640Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_get_ttl.3 2025-09-07T06:18:27.5134260Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ev.3 2025-09-07T06:18:27.5135210Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_entry_paths.3 2025-09-07T06:18:27.5135840Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ffi_prep_cif.3 2025-09-07T06:18:27.5136530Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_version.3 2025-09-07T06:18:27.5137260Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_get_name.3 2025-09-07T06:18:27.5137850Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ffi.3 2025-09-07T06:18:27.5138760Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_unlink.3 2025-09-07T06:18:27.5139340Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_key_t.3 2025-09-07T06:18:27.5140110Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_scp_send.3 2025-09-07T06:18:27.5140980Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_library_init_android.3 2025-09-07T06:18:27.5141600Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_strerror.3 2025-09-07T06:18:27.5142610Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_userauth_publickey.3 2025-09-07T06:18:27.5143480Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_read_filter.3 2025-09-07T06:18:27.5144130Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_open.3 2025-09-07T06:18:27.5144890Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_rmdir_ex.3 2025-09-07T06:18:27.5145570Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_base64_decode.3 2025-09-07T06:18:27.5146210Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sign_sk.3 2025-09-07T06:18:27.5147080Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_lstat.3 2025-09-07T06:18:27.5147970Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libsolv.3 2025-09-07T06:18:27.5148720Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_class_fromstr.3 2025-09-07T06:18:27.5149630Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_set_socket_functions_ex.3 2025-09-07T06:18:27.5150220Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_send.3 2025-09-07T06:18:27.5151170Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_publickey_init.3 2025-09-07T06:18:27.5152190Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_read.3 2025-09-07T06:18:27.5153110Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_userauth_password_ex.3 2025-09-07T06:18:27.5153960Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record_get_opcode.3 2025-09-07T06:18:27.5154480Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/iconv_open.3 2025-09-07T06:18:27.5155460Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_userauth_publickey_sk.3 2025-09-07T06:18:27.5156090Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_write_data.3 2025-09-07T06:18:27.5156810Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_parse_aaaa_reply.3 2025-09-07T06:18:27.5157880Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_request_pty_size.3 2025-09-07T06:18:27.5158770Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_write_stderr.3 2025-09-07T06:18:27.5159540Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_crypto_engine.3 2025-09-07T06:18:27.5160330Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_knownhost_add.3 2025-09-07T06:18:27.5161190Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_get_exit_signal.3 2025-09-07T06:18:27.5161900Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record.3 2025-09-07T06:18:27.5162600Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_entry_time.3 2025-09-07T06:18:27.5163510Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_set_socket_callback.3 2025-09-07T06:18:27.5164310Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_flags_t.3 2025-09-07T06:18:27.5165090Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_parse_ns_reply.3 2025-09-07T06:18:27.5166000Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record_rr_cnt.3 2025-09-07T06:18:27.5166820Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_add_abin.3 2025-09-07T06:18:27.5167630Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_getaddrinfo.3 2025-09-07T06:18:27.5168500Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_set_read_timeout.3 2025-09-07T06:18:27.5169250Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_parse_caa_reply.3 2025-09-07T06:18:27.5170190Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_get_read_timeout.3 2025-09-07T06:18:27.5170860Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_get_addr6.3 2025-09-07T06:18:27.5171720Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_read_free.3 2025-09-07T06:18:27.5172630Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_forward_listen_ex.3 2025-09-07T06:18:27.5173450Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_fstatvfs.3 2025-09-07T06:18:27.5174520Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_entry_linkify.3 2025-09-07T06:18:27.5175330Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_setenv.3 2025-09-07T06:18:27.5176100Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_tell.3 2025-09-07T06:18:27.5177030Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_userauth_hostbased_fromfile.3 2025-09-07T06:18:27.5177700Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_entry.3 2025-09-07T06:18:27.5178600Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_poll_channel_read.3 2025-09-07T06:18:27.5179460Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_userauth_hostbased_fromfile_ex.3 2025-09-07T06:18:27.5180320Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_userauth_publickey_frommemory.3 2025-09-07T06:18:27.5181120Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_trace_sethandler.3 2025-09-07T06:18:27.5181710Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_write.3 2025-09-07T06:18:27.5182620Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_publickey_remove_ex.3 2025-09-07T06:18:27.5183310Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_free.3 2025-09-07T06:18:27.5184040Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_realpath.3 2025-09-07T06:18:27.5184900Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rec_type_tostr.3 2025-09-07T06:18:27.5185570Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_init.3 2025-09-07T06:18:27.5186360Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record_rr_add.3 2025-09-07T06:18:27.5187120Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_get_abin_cnt.3 2025-09-07T06:18:27.5188130Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_publickey_list_fetch.3 2025-09-07T06:18:27.5188930Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_x11_req.3 2025-09-07T06:18:27.5189690Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_publickey_remove.3 2025-09-07T06:18:27.5190710Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_read_add_passphrase.3 2025-09-07T06:18:27.5191570Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_methods.3 2025-09-07T06:18:27.5192270Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_seek64.3 2025-09-07T06:18:27.5193300Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record_query_set_type.3 2025-09-07T06:18:27.5193940Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_get_opt.3 2025-09-07T06:18:27.5194730Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_posix_rename_ex.3 2025-09-07T06:18:27.5195680Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_block_directions.3 2025-09-07T06:18:27.5196510Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_eof.3 2025-09-07T06:18:27.5197130Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_process_fd.3 2025-09-07T06:18:27.5197990Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_flag.3 2025-09-07T06:18:27.5198640Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_exit.3 2025-09-07T06:18:27.5199390Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_set_sortlist.3 2025-09-07T06:18:27.5200080Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_poll.3 2025-09-07T06:18:27.5200880Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_knownhost_free.3 2025-09-07T06:18:27.5201720Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_receive_window_adjust.3 2025-09-07T06:18:27.5202400Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_free_hostent.3 2025-09-07T06:18:27.5203060Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_set_u8.3 2025-09-07T06:18:27.5203770Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_init_ex.3 2025-09-07T06:18:27.5204820Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_window_write_ex.3 2025-09-07T06:18:27.5205890Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_tlsa_selector_t.3 2025-09-07T06:18:27.5206760Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_set_timeout.3 2025-09-07T06:18:27.5207610Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_set_blocking.3 2025-09-07T06:18:27.5208440Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_get_u8.3 2025-09-07T06:18:27.5209360Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record_query_get.3 2025-09-07T06:18:27.5210090Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_set_local_ip6.3 2025-09-07T06:18:27.5211050Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_window_write.3 2025-09-07T06:18:27.5211790Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libsolv-pool.3 2025-09-07T06:18:27.5212900Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_direct_tcpip.3 2025-09-07T06:18:27.5213650Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record_get_flags.3 2025-09-07T06:18:27.5214310Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/iconvctl.3 2025-09-07T06:18:27.5215140Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_set_opt.3 2025-09-07T06:18:27.5216080Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_knownhost_writefile.3 2025-09-07T06:18:27.5216970Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/readline.3 2025-09-07T06:18:27.5217780Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_disconnect_ex.3 2025-09-07T06:18:27.5218460Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_parse_txt_reply.3 2025-09-07T06:18:27.5219240Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_send_dnsrec.3 2025-09-07T06:18:27.5220100Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_disconnect.3 2025-09-07T06:18:27.5220970Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_get_class.3 2025-09-07T06:18:27.5221710Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_x11_req_ex.3 2025-09-07T06:18:27.5222560Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_userauth_publickey_fromfile.3 2025-09-07T06:18:27.5223290Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_readlink.3 2025-09-07T06:18:27.5224100Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_read_header.3 2025-09-07T06:18:27.5224840Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_rename_ex.3 2025-09-07T06:18:27.5225550Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_keepalive_send.3 2025-09-07T06:18:27.5226330Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_opt_datatype_t.3 2025-09-07T06:18:27.5227010Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_entry_acl.3 2025-09-07T06:18:27.5227920Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_hostkey_hash.3 2025-09-07T06:18:27.5228600Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_search.3 2025-09-07T06:18:27.5229270Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_fstat.3 2025-09-07T06:18:27.5230060Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_abstract.3 2025-09-07T06:18:27.5230940Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record_query_set_name.3 2025-09-07T06:18:27.5232020Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record_rr_get_const.3 2025-09-07T06:18:27.5232700Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_datatype_t.3 2025-09-07T06:18:27.5233520Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_parse_mx_reply.3 2025-09-07T06:18:27.5234310Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_section_tostr.3 2025-09-07T06:18:27.5235040Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_opcode_tostr.3 2025-09-07T06:18:27.5235860Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_scp_recv2.3 2025-09-07T06:18:27.5241250Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_open_ex_r.3 2025-09-07T06:18:27.5241650Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_userauth_keyboard_interactive.3 2025-09-07T06:18:27.5242030Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_fsetstat.3 2025-09-07T06:18:27.5242370Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_shutdown.3 2025-09-07T06:18:27.5242720Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_wait_eof.3 2025-09-07T06:18:27.5243050Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_version.3 2025-09-07T06:18:27.5243360Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_parse_srv_reply.3 2025-09-07T06:18:27.5243690Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_gethostbyaddr.3 2025-09-07T06:18:27.5244050Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_direct_tcpip_ex.3 2025-09-07T06:18:27.5244400Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_class_t.3 2025-09-07T06:18:27.5244890Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_set_socket_functions.3 2025-09-07T06:18:27.5245680Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_stat_ex.3 2025-09-07T06:18:27.5246490Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_key_datatype.3 2025-09-07T06:18:27.5247380Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_agent_get_identity_path.3 2025-09-07T06:18:27.5248210Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_process_fds.3 2025-09-07T06:18:27.5249010Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dup.3 2025-09-07T06:18:27.5249870Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_set_blocking.3 2025-09-07T06:18:27.5250560Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_fstat_ex.3 2025-09-07T06:18:27.5251400Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_scp_recv.3 2025-09-07T06:18:27.5252170Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_read_new.3 2025-09-07T06:18:27.5253010Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_knownhost_get.3 2025-09-07T06:18:27.5253920Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_set_bin.3 2025-09-07T06:18:27.5254890Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_free.3 2025-09-07T06:18:27.5255720Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_agent_sign.3 2025-09-07T06:18:27.5256440Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_set_servers_ports.3 2025-09-07T06:18:27.5257260Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_knownhost_readfile.3 2025-09-07T06:18:27.5257990Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_library_cleanup.3 2025-09-07T06:18:27.5258840Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_set_addr.3 2025-09-07T06:18:27.5259580Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libarchive_changes.3 2025-09-07T06:18:27.5260350Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_userauth_banner.3 2025-09-07T06:18:27.5261110Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_setstat.3 2025-09-07T06:18:27.5261910Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record_get_rcode.3 2025-09-07T06:18:27.5262790Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_tell64.3 2025-09-07T06:18:27.5263550Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_threadsafety.3 2025-09-07T06:18:27.5264530Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_userauth_authenticated.3 2025-09-07T06:18:27.5265290Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_scp_send64.3 2025-09-07T06:18:27.5265930Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libarchive.3 2025-09-07T06:18:27.5266640Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_get_str.3 2025-09-07T06:18:27.5267360Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libarchive_internals.3 2025-09-07T06:18:27.5268190Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_queue_wait_empty.3 2025-09-07T06:18:27.5269100Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_write_set_options.3 2025-09-07T06:18:27.5269800Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_free_data.3 2025-09-07T06:18:27.5270680Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_tlsa_usage_t.3 2025-09-07T06:18:27.5271600Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_library_initialized.3 2025-09-07T06:18:27.5272390Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_init.3 2025-09-07T06:18:27.5273120Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_set_u32.3 2025-09-07T06:18:27.5273820Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_query_dnsrec.3 2025-09-07T06:18:27.5274770Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_set_last_error.3 2025-09-07T06:18:27.5275530Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record_query_cnt.3 2025-09-07T06:18:27.5276480Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_agent_list_identities.3 2025-09-07T06:18:27.5277150Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_parse_uri_reply.3 2025-09-07T06:18:27.5277880Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_get_servers.3 2025-09-07T06:18:27.5278760Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_rename.3 2025-09-07T06:18:27.5279510Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_query.3 2025-09-07T06:18:27.5280210Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_write_finish_entry.3 2025-09-07T06:18:27.5280810Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_closedir.3 2025-09-07T06:18:27.5281380Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_fsync.3 2025-09-07T06:18:27.5281980Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_open_r.3 2025-09-07T06:18:27.5282610Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_tlsa_match_t.3 2025-09-07T06:18:27.5283510Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_read_set_options.3 2025-09-07T06:18:27.5284540Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_handle_extended_data.3 2025-09-07T06:18:27.5285430Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_get_blocking.3 2025-09-07T06:18:27.5286160Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_parse_ptr_reply.3 2025-09-07T06:18:27.5287160Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_request_pty_size_ex.3 2025-09-07T06:18:27.5287980Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_readdir_ex.3 2025-09-07T06:18:27.5288660Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_get_u32.3 2025-09-07T06:18:27.5289510Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_last_errno.3 2025-09-07T06:18:27.5290240Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_queue_active_queries.3 2025-09-07T06:18:27.5291010Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_get_addr.3 2025-09-07T06:18:27.5291810Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_read_ex.3 2025-09-07T06:18:27.5292530Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_save_options.3 2025-09-07T06:18:27.5293410Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_hostkey.3 2025-09-07T06:18:27.5294100Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_inet_ntop.3 2025-09-07T06:18:27.5294760Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_read.3 2025-09-07T06:18:27.5295540Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_send_eof.3 2025-09-07T06:18:27.5296430Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_forward_accept.3 2025-09-07T06:18:27.5297280Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_direct_streamlocal_ex.3 2025-09-07T06:18:27.5297970Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_readdir.3 2025-09-07T06:18:27.5298710Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_get_bin.3 2025-09-07T06:18:27.5299430Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_cancel.3 2025-09-07T06:18:27.5300320Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_set_server_state_callback.3 2025-09-07T06:18:27.5301160Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record_duplicate.3 2025-09-07T06:18:27.5302220Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_userauth_keyboard_interactive_ex.3 2025-09-07T06:18:27.5302850Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_write_header.3 2025-09-07T06:18:27.5303540Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rcode_t.3 2025-09-07T06:18:27.5304280Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_class_tostr.3 2025-09-07T06:18:27.5305020Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_set_str.3 2025-09-07T06:18:27.5305780Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_knownhost_del.3 2025-09-07T06:18:27.5306550Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_flush_ex.3 2025-09-07T06:18:27.5307520Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_userauth_publickey_fromfile_ex.3 2025-09-07T06:18:27.5308350Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_expand_name.3 2025-09-07T06:18:27.5309100Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_del_abin.3 2025-09-07T06:18:27.5309860Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_entry_perms.3 2025-09-07T06:18:27.5310960Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_callback_set2.3 2025-09-07T06:18:27.5311720Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_wait_closed.3 2025-09-07T06:18:27.5312670Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_flush.3 2025-09-07T06:18:27.5313510Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_mkdir_ex.3 2025-09-07T06:18:27.5314230Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_agent_init.3 2025-09-07T06:18:27.5314890Z /opt/homebrew/Caskroom/miniconda/base/share/man/man8/gensprep.8 2025-09-07T06:18:27.5315570Z /opt/homebrew/Caskroom/miniconda/base/share/man/man8/genccode.8 2025-09-07T06:18:27.5316280Z /opt/homebrew/Caskroom/miniconda/base/share/man/man8/icupkg.8 2025-09-07T06:18:27.5316780Z /opt/homebrew/Caskroom/miniconda/base/share/man/man8/gencmn.8 2025-09-07T06:18:27.5317460Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/lz4cat.1 2025-09-07T06:18:27.5318070Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/lzma.1 2025-09-07T06:18:27.5318940Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/icuexportdata.1 2025-09-07T06:18:27.5319530Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/xmlwf.1 2025-09-07T06:18:27.5320190Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/installcheck.1 2025-09-07T06:18:27.5320770Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/unzstd.1 2025-09-07T06:18:27.5321400Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/lzmore.1 2025-09-07T06:18:27.5322010Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/xzmore.1 2025-09-07T06:18:27.5322710Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/lzmainfo.1 2025-09-07T06:18:27.5323440Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/mergesolv.1 2025-09-07T06:18:27.5324010Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/python3.13.1 2025-09-07T06:18:27.5324700Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/zstdcat.1 2025-09-07T06:18:27.5325420Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/xzcat.1 2025-09-07T06:18:27.5326130Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/bsdtar.1 2025-09-07T06:18:27.5326850Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/unlz4.1 2025-09-07T06:18:27.5327410Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/lz4.1 2025-09-07T06:18:27.5328010Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/icu-config.1 2025-09-07T06:18:27.5328580Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/adig.1 2025-09-07T06:18:27.5329110Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/lzcmp.1 2025-09-07T06:18:27.5329650Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/python3.1 2025-09-07T06:18:27.5330230Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/pkgdata.1 2025-09-07T06:18:27.5330790Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/lzdiff.1 2025-09-07T06:18:27.5331370Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/gendict.1 2025-09-07T06:18:27.5331930Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/xzdiff.1 2025-09-07T06:18:27.5332590Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/xz.1 2025-09-07T06:18:27.5333300Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/ahost.1 2025-09-07T06:18:27.5333840Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/genrb.1 2025-09-07T06:18:27.5334430Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/xzdec.1 2025-09-07T06:18:27.5335000Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/repo2solv.1 2025-09-07T06:18:27.5335610Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/lzegrep.1 2025-09-07T06:18:27.5336190Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/iconv.1 2025-09-07T06:18:27.5336890Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/solv.1 2025-09-07T06:18:27.5337560Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/sqlite3.1 2025-09-07T06:18:27.5338080Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/lzgrep.1 2025-09-07T06:18:27.5338690Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/xzgrep.1 2025-09-07T06:18:27.5339390Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/xzegrep.1 2025-09-07T06:18:27.5340000Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/zstdless.1 2025-09-07T06:18:27.5340590Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/dumpsolv.1 2025-09-07T06:18:27.5341140Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/xzless.1 2025-09-07T06:18:27.5341830Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/unlzma.1 2025-09-07T06:18:27.5342450Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/bsdunzip.1 2025-09-07T06:18:27.5343290Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/bsdcpio.1 2025-09-07T06:18:27.5343940Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/genbrk.1 2025-09-07T06:18:27.5344790Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/lzless.1 2025-09-07T06:18:27.5345370Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/lzfgrep.1 2025-09-07T06:18:27.5346050Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/testsolv.1 2025-09-07T06:18:27.5346620Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/zstd.1 2025-09-07T06:18:27.5347360Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/zstdgrep.1 2025-09-07T06:18:27.5348080Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/bsdcat.1 2025-09-07T06:18:27.5348610Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/lz4c.1 2025-09-07T06:18:27.5349160Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/xzcmp.1 2025-09-07T06:18:27.5349740Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/unxz.1 2025-09-07T06:18:27.5350470Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/xzfgrep.1 2025-09-07T06:18:27.5351160Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/gencnval.1 2025-09-07T06:18:27.5351910Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/makeconv.1 2025-09-07T06:18:27.5352480Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/lzmadec.1 2025-09-07T06:18:27.5353010Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/lzcat.1 2025-09-07T06:18:27.5353590Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/gencfu.1 2025-09-07T06:18:27.5354250Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/derb.1 2025-09-07T06:18:27.5354890Z /opt/homebrew/Caskroom/miniconda/base/share/aclocal/libxml.m4 2025-09-07T06:18:27.5355610Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Indian/Mauritius 2025-09-07T06:18:27.5356220Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Indian/Chagos 2025-09-07T06:18:27.5356960Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Indian/Mayotte 2025-09-07T06:18:27.5357730Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Indian/Christmas 2025-09-07T06:18:27.5358350Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Indian/Cocos 2025-09-07T06:18:27.5359210Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Indian/Maldives 2025-09-07T06:18:27.5359880Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Indian/Comoro 2025-09-07T06:18:27.5360720Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Indian/Reunion 2025-09-07T06:18:27.5361460Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Indian/Mahe 2025-09-07T06:18:27.5362110Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Indian/Kerguelen 2025-09-07T06:18:27.5362810Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Indian/Antananarivo 2025-09-07T06:18:27.5363480Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Atlantic/Faroe 2025-09-07T06:18:27.5364330Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Atlantic/Canary 2025-09-07T06:18:27.5364970Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Atlantic/Stanley 2025-09-07T06:18:27.5365620Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Atlantic/Bermuda 2025-09-07T06:18:27.5366370Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Atlantic/South_Georgia 2025-09-07T06:18:27.5367100Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Atlantic/St_Helena 2025-09-07T06:18:27.5367700Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Atlantic/Jan_Mayen 2025-09-07T06:18:27.5368490Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Atlantic/Faeroe 2025-09-07T06:18:27.5369210Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Atlantic/Reykjavik 2025-09-07T06:18:27.5369970Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Atlantic/Cape_Verde 2025-09-07T06:18:27.5370650Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Atlantic/Azores 2025-09-07T06:18:27.5371240Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Atlantic/Madeira 2025-09-07T06:18:27.5371740Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/CST6CDT 2025-09-07T06:18:27.5372300Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Poland 2025-09-07T06:18:27.5372940Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/US/Alaska 2025-09-07T06:18:27.5373570Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/US/Pacific 2025-09-07T06:18:27.5374260Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/US/Eastern 2025-09-07T06:18:27.5374920Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/US/Michigan 2025-09-07T06:18:27.5375570Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/US/Arizona 2025-09-07T06:18:27.5376290Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/US/Indiana-Starke 2025-09-07T06:18:27.5376940Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/US/Aleutian 2025-09-07T06:18:27.5377670Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/US/Hawaii 2025-09-07T06:18:27.5378350Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/US/East-Indiana 2025-09-07T06:18:27.5379030Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/US/Central 2025-09-07T06:18:27.5379900Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/US/Mountain 2025-09-07T06:18:27.5380600Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/US/Samoa 2025-09-07T06:18:27.5381400Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Kwajalein 2025-09-07T06:18:27.5382090Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/leapseconds 2025-09-07T06:18:27.5382860Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Brazil/DeNoronha 2025-09-07T06:18:27.5383540Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Brazil/Acre 2025-09-07T06:18:27.5384280Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Brazil/East 2025-09-07T06:18:27.5384910Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Brazil/West 2025-09-07T06:18:27.5385670Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Port_Moresby 2025-09-07T06:18:27.5386370Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Chuuk 2025-09-07T06:18:27.5387030Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Easter 2025-09-07T06:18:27.5387750Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Kwajalein 2025-09-07T06:18:27.5388490Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Tongatapu 2025-09-07T06:18:27.5389100Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Yap 2025-09-07T06:18:27.5389780Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Wallis 2025-09-07T06:18:27.5390600Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Apia 2025-09-07T06:18:27.5391270Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Norfolk 2025-09-07T06:18:27.5391950Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Efate 2025-09-07T06:18:27.5392760Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Fiji 2025-09-07T06:18:27.5393520Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Funafuti 2025-09-07T06:18:27.5394240Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Palau 2025-09-07T06:18:27.5395030Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Guam 2025-09-07T06:18:27.5395890Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Saipan 2025-09-07T06:18:27.5396670Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Kosrae 2025-09-07T06:18:27.5397360Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Niue 2025-09-07T06:18:27.5398070Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Ponape 2025-09-07T06:18:27.5398670Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Wake 2025-09-07T06:18:27.5399450Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Galapagos 2025-09-07T06:18:27.5400070Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Johnston 2025-09-07T06:18:27.5400830Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Midway 2025-09-07T06:18:27.5401540Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Nauru 2025-09-07T06:18:27.5402550Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Guadalcanal 2025-09-07T06:18:27.5403300Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Chatham 2025-09-07T06:18:27.5404080Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Auckland 2025-09-07T06:18:27.5404830Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Noumea 2025-09-07T06:18:27.5405430Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Fakaofo 2025-09-07T06:18:27.5406180Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Tahiti 2025-09-07T06:18:27.5406970Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Gambier 2025-09-07T06:18:27.5407600Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Majuro 2025-09-07T06:18:27.5408330Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Honolulu 2025-09-07T06:18:27.5409190Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Pohnpei 2025-09-07T06:18:27.5409890Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Pago_Pago 2025-09-07T06:18:27.5410620Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Truk 2025-09-07T06:18:27.5411350Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Pitcairn 2025-09-07T06:18:27.5412110Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Marquesas 2025-09-07T06:18:27.5412680Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Kanton 2025-09-07T06:18:27.5413350Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Bougainville 2025-09-07T06:18:27.5414150Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Tarawa 2025-09-07T06:18:27.5414960Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Rarotonga 2025-09-07T06:18:27.5415550Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Samoa 2025-09-07T06:18:27.5416310Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Kiritimati 2025-09-07T06:18:27.5416960Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Enderbury 2025-09-07T06:18:27.5417640Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/zone1970.tab 2025-09-07T06:18:27.5418320Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/MST 2025-09-07T06:18:27.5418840Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/NZ 2025-09-07T06:18:27.5419750Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Arctic/Longyearbyen 2025-09-07T06:18:27.5420430Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Universal 2025-09-07T06:18:27.5421050Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Libya 2025-09-07T06:18:27.5421710Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Turkey 2025-09-07T06:18:27.5422400Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/iso3166.tab 2025-09-07T06:18:27.5423060Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/EST5EDT 2025-09-07T06:18:27.5423710Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Greenwich 2025-09-07T06:18:27.5424430Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Puerto_Rico 2025-09-07T06:18:27.5425320Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Recife 2025-09-07T06:18:27.5426140Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Resolute 2025-09-07T06:18:27.5426820Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Manaus 2025-09-07T06:18:27.5427500Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/New_York 2025-09-07T06:18:27.5428190Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Rankin_Inlet 2025-09-07T06:18:27.5428920Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Lima 2025-09-07T06:18:27.5429680Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/St_Barthelemy 2025-09-07T06:18:27.5430440Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Santo_Domingo 2025-09-07T06:18:27.5431100Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Detroit 2025-09-07T06:18:27.5431860Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Paramaribo 2025-09-07T06:18:27.5432700Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Yakutat 2025-09-07T06:18:27.5433520Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Santarem 2025-09-07T06:18:27.5434230Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Punta_Arenas 2025-09-07T06:18:27.5435050Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Scoresbysund 2025-09-07T06:18:27.5435740Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Santiago 2025-09-07T06:18:27.5436460Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Guyana 2025-09-07T06:18:27.5437490Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Coral_Harbour 2025-09-07T06:18:27.5438280Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Rio_Branco 2025-09-07T06:18:27.5438940Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Porto_Acre 2025-09-07T06:18:27.5439720Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Ciudad_Juarez 2025-09-07T06:18:27.5440350Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Nipigon 2025-09-07T06:18:27.5440990Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Edmonton 2025-09-07T06:18:27.5441890Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Port_of_Spain 2025-09-07T06:18:27.5442770Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Lower_Princes 2025-09-07T06:18:27.5443630Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/St_Thomas 2025-09-07T06:18:27.5444400Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Guatemala 2025-09-07T06:18:27.5445170Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Catamarca 2025-09-07T06:18:27.5446090Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Antigua 2025-09-07T06:18:27.5446930Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Porto_Velho 2025-09-07T06:18:27.5447560Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Rosario 2025-09-07T06:18:27.5448200Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Chicago 2025-09-07T06:18:27.5449010Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Creston 2025-09-07T06:18:27.5449710Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Managua 2025-09-07T06:18:27.5450230Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Nassau 2025-09-07T06:18:27.5450750Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Bogota 2025-09-07T06:18:27.5451300Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Cancun 2025-09-07T06:18:27.5451850Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Chihuahua 2025-09-07T06:18:27.5452440Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Campo_Grande 2025-09-07T06:18:27.5452960Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Halifax 2025-09-07T06:18:27.5453490Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Boise 2025-09-07T06:18:27.5454240Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Montreal 2025-09-07T06:18:27.5454810Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Goose_Bay 2025-09-07T06:18:27.5455360Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Sao_Paulo 2025-09-07T06:18:27.5455940Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Blanc-Sablon 2025-09-07T06:18:27.5456770Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Phoenix 2025-09-07T06:18:27.5457600Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Atikokan 2025-09-07T06:18:27.5458230Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Cayenne 2025-09-07T06:18:27.5458910Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Nuuk 2025-09-07T06:18:27.5459660Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Santa_Isabel 2025-09-07T06:18:27.5460280Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Boa_Vista 2025-09-07T06:18:27.5461100Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Bahia_Banderas 2025-09-07T06:18:27.5461820Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Indiana/Vevay 2025-09-07T06:18:27.5462620Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Indiana/Indianapolis 2025-09-07T06:18:27.5463700Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Indiana/Winamac 2025-09-07T06:18:27.5464590Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Indiana/Tell_City 2025-09-07T06:18:27.5465400Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Indiana/Petersburg 2025-09-07T06:18:27.5466210Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Indiana/Vincennes 2025-09-07T06:18:27.5466980Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Indiana/Knox 2025-09-07T06:18:27.5467990Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Indiana/Marengo 2025-09-07T06:18:27.5468900Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Indianapolis 2025-09-07T06:18:27.5469630Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Dominica 2025-09-07T06:18:27.5470530Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Argentina/Salta 2025-09-07T06:18:27.5471300Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Argentina/Ushuaia 2025-09-07T06:18:27.5472300Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Argentina/Catamarca 2025-09-07T06:18:27.5473260Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Argentina/ComodRivadavia 2025-09-07T06:18:27.5474160Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Argentina/San_Juan 2025-09-07T06:18:27.5475110Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Argentina/San_Luis 2025-09-07T06:18:27.5476100Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Argentina/Rio_Gallegos 2025-09-07T06:18:27.5477100Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Argentina/Jujuy 2025-09-07T06:18:27.5477990Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Argentina/Tucuman 2025-09-07T06:18:27.5478820Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Argentina/Buenos_Aires 2025-09-07T06:18:27.5479640Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Argentina/Cordoba 2025-09-07T06:18:27.5480430Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Argentina/La_Rioja 2025-09-07T06:18:27.5481130Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Argentina/Mendoza 2025-09-07T06:18:27.5481730Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/La_Paz 2025-09-07T06:18:27.5482360Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Dawson 2025-09-07T06:18:27.5483070Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Moncton 2025-09-07T06:18:27.5483920Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Matamoros 2025-09-07T06:18:27.5484700Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/St_Vincent 2025-09-07T06:18:27.5485370Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Regina 2025-09-07T06:18:27.5486060Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Yellowknife 2025-09-07T06:18:27.5486810Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Rainy_River 2025-09-07T06:18:27.5487500Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Kralendijk 2025-09-07T06:18:27.5488240Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Monterrey 2025-09-07T06:18:27.5488990Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Jamaica 2025-09-07T06:18:27.5489740Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Havana 2025-09-07T06:18:27.5490500Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Tegucigalpa 2025-09-07T06:18:27.5491330Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Guayaquil 2025-09-07T06:18:27.5492040Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Metlakatla 2025-09-07T06:18:27.5492660Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Mazatlan 2025-09-07T06:18:27.5493280Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Belize 2025-09-07T06:18:27.5493950Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Knox_IN 2025-09-07T06:18:27.5494590Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Cuiaba 2025-09-07T06:18:27.5495350Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Merida 2025-09-07T06:18:27.5495880Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Jujuy 2025-09-07T06:18:27.5496690Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Cayman 2025-09-07T06:18:27.5497290Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Belem 2025-09-07T06:18:27.5497950Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Eirunepe 2025-09-07T06:18:27.5498650Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/St_Lucia 2025-09-07T06:18:27.5499320Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Bahia 2025-09-07T06:18:27.5500060Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Whitehorse 2025-09-07T06:18:27.5500690Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Tortola 2025-09-07T06:18:27.5501370Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Vancouver 2025-09-07T06:18:27.5502080Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Inuvik 2025-09-07T06:18:27.5502880Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Port-au-Prince 2025-09-07T06:18:27.5503480Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Fortaleza 2025-09-07T06:18:27.5504080Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Noronha 2025-09-07T06:18:27.5504870Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Buenos_Aires 2025-09-07T06:18:27.5505670Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Los_Angeles 2025-09-07T06:18:27.5506410Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/El_Salvador 2025-09-07T06:18:27.5507120Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Denver 2025-09-07T06:18:27.5507910Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Fort_Wayne 2025-09-07T06:18:27.5508690Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Kentucky/Louisville 2025-09-07T06:18:27.5509440Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Kentucky/Monticello 2025-09-07T06:18:27.5510480Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/North_Dakota/New_Salem 2025-09-07T06:18:27.5511380Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/North_Dakota/Center 2025-09-07T06:18:27.5512430Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/North_Dakota/Beulah 2025-09-07T06:18:27.5518220Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Glace_Bay 2025-09-07T06:18:27.5518550Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Montserrat 2025-09-07T06:18:27.5518930Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Toronto 2025-09-07T06:18:27.5519270Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Panama 2025-09-07T06:18:27.5519400Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Cordoba 2025-09-07T06:18:27.5519550Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Louisville 2025-09-07T06:18:27.5519700Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Ensenada 2025-09-07T06:18:27.5519830Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Shiprock 2025-09-07T06:18:27.5519950Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Ojinaga 2025-09-07T06:18:27.5520070Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Thule 2025-09-07T06:18:27.5520770Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Caracas 2025-09-07T06:18:27.5521430Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Araguaina 2025-09-07T06:18:27.5522190Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Cambridge_Bay 2025-09-07T06:18:27.5522900Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Winnipeg 2025-09-07T06:18:27.5523680Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Grand_Turk 2025-09-07T06:18:27.5524320Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Virgin 2025-09-07T06:18:27.5525020Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Anchorage 2025-09-07T06:18:27.5525840Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Costa_Rica 2025-09-07T06:18:27.5526430Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Nome 2025-09-07T06:18:27.5527140Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Grenada 2025-09-07T06:18:27.5527810Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/St_Johns 2025-09-07T06:18:27.5528480Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Atka 2025-09-07T06:18:27.5529160Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Asuncion 2025-09-07T06:18:27.5529850Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Hermosillo 2025-09-07T06:18:27.5530590Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Tijuana 2025-09-07T06:18:27.5531250Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Marigot 2025-09-07T06:18:27.5531920Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Juneau 2025-09-07T06:18:27.5532680Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Montevideo 2025-09-07T06:18:27.5533340Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Godthab 2025-09-07T06:18:27.5534050Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Guadeloupe 2025-09-07T06:18:27.5534680Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Maceio 2025-09-07T06:18:27.5535420Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Pangnirtung 2025-09-07T06:18:27.5536240Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/St_Kitts 2025-09-07T06:18:27.5536900Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Barbados 2025-09-07T06:18:27.5537590Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Iqaluit 2025-09-07T06:18:27.5538290Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Menominee 2025-09-07T06:18:27.5539080Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Martinique 2025-09-07T06:18:27.5539840Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Mexico_City 2025-09-07T06:18:27.5540570Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Swift_Current 2025-09-07T06:18:27.5541180Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Miquelon 2025-09-07T06:18:27.5541860Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Curacao 2025-09-07T06:18:27.5542740Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Dawson_Creek 2025-09-07T06:18:27.5543380Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Mendoza 2025-09-07T06:18:27.5544010Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Adak 2025-09-07T06:18:27.5544650Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Coyhaique 2025-09-07T06:18:27.5545430Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Thunder_Bay 2025-09-07T06:18:27.5546190Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Aruba 2025-09-07T06:18:27.5546940Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Fort_Nelson 2025-09-07T06:18:27.5547640Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Sitka 2025-09-07T06:18:27.5548390Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Anguilla 2025-09-07T06:18:27.5549190Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Danmarkshavn 2025-09-07T06:18:27.5550040Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/Melbourne 2025-09-07T06:18:27.5550720Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/Queensland 2025-09-07T06:18:27.5551360Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/North 2025-09-07T06:18:27.5552240Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/Lord_Howe 2025-09-07T06:18:27.5552910Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/Adelaide 2025-09-07T06:18:27.5553590Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/Yancowinna 2025-09-07T06:18:27.5554290Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/Victoria 2025-09-07T06:18:27.5555050Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/Canberra 2025-09-07T06:18:27.5555740Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/Sydney 2025-09-07T06:18:27.5556420Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/ACT 2025-09-07T06:18:27.5557140Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/Eucla 2025-09-07T06:18:27.5557870Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/Brisbane 2025-09-07T06:18:27.5558740Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/Tasmania 2025-09-07T06:18:27.5559410Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/Hobart 2025-09-07T06:18:27.5560040Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/Perth 2025-09-07T06:18:27.5560750Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/South 2025-09-07T06:18:27.5561520Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/Lindeman 2025-09-07T06:18:27.5562310Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/Darwin 2025-09-07T06:18:27.5563050Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/West 2025-09-07T06:18:27.5563670Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/LHI 2025-09-07T06:18:27.5564450Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/NSW 2025-09-07T06:18:27.5565170Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/Broken_Hill 2025-09-07T06:18:27.5565790Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/Currie 2025-09-07T06:18:27.5566460Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT-10 2025-09-07T06:18:27.5567080Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT+12 2025-09-07T06:18:27.5567740Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT-11 2025-09-07T06:18:27.5568440Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/Universal 2025-09-07T06:18:27.5569050Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/Greenwich 2025-09-07T06:18:27.5569810Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT-6 2025-09-07T06:18:27.5570570Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT-1 2025-09-07T06:18:27.5571160Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT-8 2025-09-07T06:18:27.5571890Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT+4 2025-09-07T06:18:27.5572530Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT+3 2025-09-07T06:18:27.5573260Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT-9 2025-09-07T06:18:27.5573900Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT-0 2025-09-07T06:18:27.5574490Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT-7 2025-09-07T06:18:27.5575130Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT+2 2025-09-07T06:18:27.5575790Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT+5 2025-09-07T06:18:27.5576400Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT 2025-09-07T06:18:27.5576980Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/Zulu 2025-09-07T06:18:27.5577660Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT+11 2025-09-07T06:18:27.5578300Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT-13 2025-09-07T06:18:27.5579000Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT-14 2025-09-07T06:18:27.5579730Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT+10 2025-09-07T06:18:27.5580410Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT-12 2025-09-07T06:18:27.5581020Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT0 2025-09-07T06:18:27.5581590Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/UCT 2025-09-07T06:18:27.5582230Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT+0 2025-09-07T06:18:27.5582800Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT+7 2025-09-07T06:18:27.5583530Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT+9 2025-09-07T06:18:27.5584290Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT-2 2025-09-07T06:18:27.5584820Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT-5 2025-09-07T06:18:27.5585370Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT+8 2025-09-07T06:18:27.5585950Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT+6 2025-09-07T06:18:27.5586520Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT+1 2025-09-07T06:18:27.5587190Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/UTC 2025-09-07T06:18:27.5587770Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT-4 2025-09-07T06:18:27.5588490Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT-3 2025-09-07T06:18:27.5589320Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/zonenow.tab 2025-09-07T06:18:27.5589880Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/NZ-CHAT 2025-09-07T06:18:27.5590820Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Dushanbe 2025-09-07T06:18:27.5591620Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Qostanay 2025-09-07T06:18:27.5592320Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Calcutta 2025-09-07T06:18:27.5593020Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Urumqi 2025-09-07T06:18:27.5593620Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Karachi 2025-09-07T06:18:27.5594320Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Khandyga 2025-09-07T06:18:27.5595120Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Thimbu 2025-09-07T06:18:27.5595910Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Thimphu 2025-09-07T06:18:27.5596790Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Vladivostok 2025-09-07T06:18:27.5597390Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Vientiane 2025-09-07T06:18:27.5597990Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Shanghai 2025-09-07T06:18:27.5598770Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Ulan_Bator 2025-09-07T06:18:27.5599350Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Aden 2025-09-07T06:18:27.5599980Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Muscat 2025-09-07T06:18:27.5600670Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Damascus 2025-09-07T06:18:27.5601540Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Jerusalem 2025-09-07T06:18:27.5602330Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Brunei 2025-09-07T06:18:27.5603210Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Ulaanbaatar 2025-09-07T06:18:27.5603830Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Amman 2025-09-07T06:18:27.5604570Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Kuching 2025-09-07T06:18:27.5605190Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Tel_Aviv 2025-09-07T06:18:27.5605790Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Seoul 2025-09-07T06:18:27.5606580Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Atyrau 2025-09-07T06:18:27.5607230Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Pyongyang 2025-09-07T06:18:27.5607910Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Hovd 2025-09-07T06:18:27.5608580Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Hebron 2025-09-07T06:18:27.5609260Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Kuwait 2025-09-07T06:18:27.5609920Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Tomsk 2025-09-07T06:18:27.5610580Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Manila 2025-09-07T06:18:27.5611140Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Chita 2025-09-07T06:18:27.5611880Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Katmandu 2025-09-07T06:18:27.5612420Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Gaza 2025-09-07T06:18:27.5613080Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Samarkand 2025-09-07T06:18:27.5613830Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Taipei 2025-09-07T06:18:27.5614490Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Tashkent 2025-09-07T06:18:27.5615200Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Yekaterinburg 2025-09-07T06:18:27.5615790Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Macau 2025-09-07T06:18:27.5616440Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Qyzylorda 2025-09-07T06:18:27.5616990Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Macao 2025-09-07T06:18:27.5617620Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Tokyo 2025-09-07T06:18:27.5618110Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Baku 2025-09-07T06:18:27.5618660Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Barnaul 2025-09-07T06:18:27.5619160Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Istanbul 2025-09-07T06:18:27.5619720Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Irkutsk 2025-09-07T06:18:27.5620260Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Qatar 2025-09-07T06:18:27.5621060Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Bahrain 2025-09-07T06:18:27.5621640Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Yangon 2025-09-07T06:18:27.5622360Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Yerevan 2025-09-07T06:18:27.5623000Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Almaty 2025-09-07T06:18:27.5623720Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Dili 2025-09-07T06:18:27.5624360Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Dacca 2025-09-07T06:18:27.5625030Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Chongqing 2025-09-07T06:18:27.5625700Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Ust-Nera 2025-09-07T06:18:27.5626290Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Magadan 2025-09-07T06:18:27.5626880Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Colombo 2025-09-07T06:18:27.5627520Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Krasnoyarsk 2025-09-07T06:18:27.5628130Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Kamchatka 2025-09-07T06:18:27.5628980Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Ujung_Pandang 2025-09-07T06:18:27.5629660Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Jakarta 2025-09-07T06:18:27.5630410Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Kolkata 2025-09-07T06:18:27.5631120Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Kabul 2025-09-07T06:18:27.5631690Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Oral 2025-09-07T06:18:27.5632500Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Jayapura 2025-09-07T06:18:27.5633130Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Pontianak 2025-09-07T06:18:27.5633850Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Makassar 2025-09-07T06:18:27.5634560Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Tbilisi 2025-09-07T06:18:27.5635220Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Singapore 2025-09-07T06:18:27.5636020Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Harbin 2025-09-07T06:18:27.5636640Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Kashgar 2025-09-07T06:18:27.5637300Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Dhaka 2025-09-07T06:18:27.5637920Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Yakutsk 2025-09-07T06:18:27.5638580Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Kuala_Lumpur 2025-09-07T06:18:27.5639360Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Tehran 2025-09-07T06:18:27.5640320Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Beirut 2025-09-07T06:18:27.5641090Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Aqtobe 2025-09-07T06:18:27.5641690Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Anadyr 2025-09-07T06:18:27.5642430Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Bishkek 2025-09-07T06:18:27.5643050Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Dubai 2025-09-07T06:18:27.5643690Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Riyadh 2025-09-07T06:18:27.5644540Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Novokuznetsk 2025-09-07T06:18:27.5645000Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Aqtau 2025-09-07T06:18:27.5645700Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Omsk 2025-09-07T06:18:27.5646440Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Ashkhabad 2025-09-07T06:18:27.5647090Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Saigon 2025-09-07T06:18:27.5647800Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Sakhalin 2025-09-07T06:18:27.5648450Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Hong_Kong 2025-09-07T06:18:27.5649180Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Phnom_Penh 2025-09-07T06:18:27.5649970Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Nicosia 2025-09-07T06:18:27.5650620Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Baghdad 2025-09-07T06:18:27.5651380Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Srednekolymsk 2025-09-07T06:18:27.5652140Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Ashgabat 2025-09-07T06:18:27.5652820Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Kathmandu 2025-09-07T06:18:27.5653520Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Choibalsan 2025-09-07T06:18:27.5654390Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Bangkok 2025-09-07T06:18:27.5655110Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Chungking 2025-09-07T06:18:27.5655790Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Novosibirsk 2025-09-07T06:18:27.5656540Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Famagusta 2025-09-07T06:18:27.5657260Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Rangoon 2025-09-07T06:18:27.5657970Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Ho_Chi_Minh 2025-09-07T06:18:27.5658510Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/MET 2025-09-07T06:18:27.5659090Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Portugal 2025-09-07T06:18:27.5659850Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Antarctica/Palmer 2025-09-07T06:18:27.5660610Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Antarctica/Davis 2025-09-07T06:18:27.5661360Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Antarctica/Rothera 2025-09-07T06:18:27.5662030Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Antarctica/Vostok 2025-09-07T06:18:27.5662720Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Antarctica/Syowa 2025-09-07T06:18:27.5663650Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Antarctica/DumontDUrville 2025-09-07T06:18:27.5664430Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Antarctica/McMurdo 2025-09-07T06:18:27.5665110Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Antarctica/Macquarie 2025-09-07T06:18:27.5665880Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Antarctica/South_Pole 2025-09-07T06:18:27.5666750Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Antarctica/Troll 2025-09-07T06:18:27.5667570Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Antarctica/Mawson 2025-09-07T06:18:27.5668170Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Antarctica/Casey 2025-09-07T06:18:27.5668820Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/GMT-0 2025-09-07T06:18:27.5669320Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/CET 2025-09-07T06:18:27.5669830Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Eire 2025-09-07T06:18:27.5670440Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/PST8PDT 2025-09-07T06:18:27.5671200Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/leap-seconds.list 2025-09-07T06:18:27.5671740Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Jamaica 2025-09-07T06:18:27.5672470Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/GMT 2025-09-07T06:18:27.5673120Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Zulu 2025-09-07T06:18:27.5673760Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Japan 2025-09-07T06:18:27.5674400Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/ROC 2025-09-07T06:18:27.5675040Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/GB-Eire 2025-09-07T06:18:27.5675740Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Zurich 2025-09-07T06:18:27.5676690Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Paris 2025-09-07T06:18:27.5677320Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Moscow 2025-09-07T06:18:27.5677980Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Luxembourg 2025-09-07T06:18:27.5678750Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Ljubljana 2025-09-07T06:18:27.5679410Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Helsinki 2025-09-07T06:18:27.5680050Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Minsk 2025-09-07T06:18:27.5680840Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Skopje 2025-09-07T06:18:27.5681510Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Dublin 2025-09-07T06:18:27.5682200Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Jersey 2025-09-07T06:18:27.5683070Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/San_Marino 2025-09-07T06:18:27.5683720Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Gibraltar 2025-09-07T06:18:27.5684360Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Belgrade 2025-09-07T06:18:27.5685130Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Guernsey 2025-09-07T06:18:27.5685890Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Ulyanovsk 2025-09-07T06:18:27.5686560Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Saratov 2025-09-07T06:18:27.5687230Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Vaduz 2025-09-07T06:18:27.5687880Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Istanbul 2025-09-07T06:18:27.5688560Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Lisbon 2025-09-07T06:18:27.5689230Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Uzhgorod 2025-09-07T06:18:27.5689880Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Kirov 2025-09-07T06:18:27.5690460Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Tirane 2025-09-07T06:18:27.5691090Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Tiraspol 2025-09-07T06:18:27.5691790Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Sarajevo 2025-09-07T06:18:27.5692470Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Madrid 2025-09-07T06:18:27.5693110Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Podgorica 2025-09-07T06:18:27.5693860Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Busingen 2025-09-07T06:18:27.5694590Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Vatican 2025-09-07T06:18:27.5695220Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Belfast 2025-09-07T06:18:27.5695890Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Bratislava 2025-09-07T06:18:27.5696500Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Kiev 2025-09-07T06:18:27.5697240Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Kaliningrad 2025-09-07T06:18:27.5697930Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Zaporozhye 2025-09-07T06:18:27.5698570Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Vienna 2025-09-07T06:18:27.5699440Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Budapest 2025-09-07T06:18:27.5700210Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Vilnius 2025-09-07T06:18:27.5700870Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Monaco 2025-09-07T06:18:27.5701790Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Oslo 2025-09-07T06:18:27.5702360Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Astrakhan 2025-09-07T06:18:27.5703160Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Simferopol 2025-09-07T06:18:27.5703860Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Volgograd 2025-09-07T06:18:27.5704440Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Kyiv 2025-09-07T06:18:27.5705150Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Isle_of_Man 2025-09-07T06:18:27.5705770Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/London 2025-09-07T06:18:27.5706340Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Riga 2025-09-07T06:18:27.5706960Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Andorra 2025-09-07T06:18:27.5707680Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Prague 2025-09-07T06:18:27.5708270Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Berlin 2025-09-07T06:18:27.5708950Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Tallinn 2025-09-07T06:18:27.5709600Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Rome 2025-09-07T06:18:27.5710180Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Malta 2025-09-07T06:18:27.5710880Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Zagreb 2025-09-07T06:18:27.5711540Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Amsterdam 2025-09-07T06:18:27.5712240Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Nicosia 2025-09-07T06:18:27.5712980Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Bucharest 2025-09-07T06:18:27.5713760Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Copenhagen 2025-09-07T06:18:27.5714430Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Chisinau 2025-09-07T06:18:27.5715110Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Mariehamn 2025-09-07T06:18:27.5715740Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Sofia 2025-09-07T06:18:27.5716450Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Athens 2025-09-07T06:18:27.5717330Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Stockholm 2025-09-07T06:18:27.5718140Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Samara 2025-09-07T06:18:27.5718920Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Brussels 2025-09-07T06:18:27.5719740Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Warsaw 2025-09-07T06:18:27.5720440Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/ROK 2025-09-07T06:18:27.5721180Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Navajo 2025-09-07T06:18:27.5721920Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Singapore 2025-09-07T06:18:27.5722410Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/GB 2025-09-07T06:18:27.5723210Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Mexico/BajaNorte 2025-09-07T06:18:27.5723870Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Mexico/General 2025-09-07T06:18:27.5724620Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Mexico/BajaSur 2025-09-07T06:18:27.5725150Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/EST 2025-09-07T06:18:27.5725820Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/GMT0 2025-09-07T06:18:27.5726420Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Hongkong 2025-09-07T06:18:27.5726970Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/PRC 2025-09-07T06:18:27.5727730Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/zone.tab 2025-09-07T06:18:27.5728380Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Iran 2025-09-07T06:18:27.5729260Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/build/etc/localtime 2025-09-07T06:18:27.5729910Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/MST7MDT 2025-09-07T06:18:27.5730450Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/WET 2025-09-07T06:18:27.5731110Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/W-SU 2025-09-07T06:18:27.5731640Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/UCT 2025-09-07T06:18:27.5732210Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Cuba 2025-09-07T06:18:27.5732800Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Egypt 2025-09-07T06:18:27.5733340Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/GMT+0 2025-09-07T06:18:27.5733930Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/tzdata.zi 2025-09-07T06:18:27.5734450Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/EET 2025-09-07T06:18:27.5735090Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Israel 2025-09-07T06:18:27.5735820Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Sao_Tome 2025-09-07T06:18:27.5736550Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Conakry 2025-09-07T06:18:27.5737250Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Dakar 2025-09-07T06:18:27.5737910Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Ndjamena 2025-09-07T06:18:27.5738690Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Casablanca 2025-09-07T06:18:27.5739290Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Lome 2025-09-07T06:18:27.5739950Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Algiers 2025-09-07T06:18:27.5740590Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Mogadishu 2025-09-07T06:18:27.5741200Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Lagos 2025-09-07T06:18:27.5742270Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Brazzaville 2025-09-07T06:18:27.5743060Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Timbuktu 2025-09-07T06:18:27.5743940Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Nouakchott 2025-09-07T06:18:27.5744540Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Maseru 2025-09-07T06:18:27.5745220Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Libreville 2025-09-07T06:18:27.5745930Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Harare 2025-09-07T06:18:27.5746620Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Malabo 2025-09-07T06:18:27.5747440Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Bangui 2025-09-07T06:18:27.5748140Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Nairobi 2025-09-07T06:18:27.5748820Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Kinshasa 2025-09-07T06:18:27.5749480Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Porto-Novo 2025-09-07T06:18:27.5750040Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Cairo 2025-09-07T06:18:27.5750690Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Douala 2025-09-07T06:18:27.5751310Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Juba 2025-09-07T06:18:27.5752080Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Gaborone 2025-09-07T06:18:27.5752690Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Tunis 2025-09-07T06:18:27.5753470Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Kampala 2025-09-07T06:18:27.5754090Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Mbabane 2025-09-07T06:18:27.5754720Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Addis_Ababa 2025-09-07T06:18:27.5755510Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Maputo 2025-09-07T06:18:27.5756220Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Bissau 2025-09-07T06:18:27.5757030Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Blantyre 2025-09-07T06:18:27.5757640Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Niamey 2025-09-07T06:18:27.5758280Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Banjul 2025-09-07T06:18:27.5758950Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Abidjan 2025-09-07T06:18:27.5759750Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Asmara 2025-09-07T06:18:27.5760380Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Bamako 2025-09-07T06:18:27.5761300Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Ouagadougou 2025-09-07T06:18:27.5761970Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Lusaka 2025-09-07T06:18:27.5762690Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Luanda 2025-09-07T06:18:27.5763290Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Asmera 2025-09-07T06:18:27.5764070Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Lubumbashi 2025-09-07T06:18:27.5764750Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Accra 2025-09-07T06:18:27.5765440Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Khartoum 2025-09-07T06:18:27.5766090Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Ceuta 2025-09-07T06:18:27.5766810Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Bujumbura 2025-09-07T06:18:27.5767440Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Windhoek 2025-09-07T06:18:27.5768190Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/El_Aaiun 2025-09-07T06:18:27.5768920Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Tripoli 2025-09-07T06:18:27.5769590Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Monrovia 2025-09-07T06:18:27.5770380Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Dar_es_Salaam 2025-09-07T06:18:27.5771140Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Johannesburg 2025-09-07T06:18:27.5771700Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Kigali 2025-09-07T06:18:27.5772350Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Djibouti 2025-09-07T06:18:27.5773170Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Freetown 2025-09-07T06:18:27.5773900Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Factory 2025-09-07T06:18:27.5774470Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/UTC 2025-09-07T06:18:27.5775420Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Chile/EasterIsland 2025-09-07T06:18:27.5776030Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Chile/Continental 2025-09-07T06:18:27.5776680Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/HST 2025-09-07T06:18:27.5777370Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Canada/Atlantic 2025-09-07T06:18:27.5778030Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Canada/Pacific 2025-09-07T06:18:27.5778880Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Canada/Eastern 2025-09-07T06:18:27.5779660Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Canada/Yukon 2025-09-07T06:18:27.5780500Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Canada/Saskatchewan 2025-09-07T06:18:27.5781160Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Canada/Newfoundland 2025-09-07T06:18:27.5781780Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Canada/Central 2025-09-07T06:18:27.5782550Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Canada/Mountain 2025-09-07T06:18:27.5783190Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Iceland 2025-09-07T06:18:27.5783880Z /opt/homebrew/Caskroom/miniconda/base/share/pkgconfig/nlohmann_json.pc 2025-09-07T06:18:27.5784740Z /opt/homebrew/Caskroom/miniconda/base/share/cmake/nlohmann_json/nlohmann_jsonTargets.cmake 2025-09-07T06:18:27.5785660Z /opt/homebrew/Caskroom/miniconda/base/share/cmake/nlohmann_json/nlohmann_jsonConfigVersion.cmake 2025-09-07T06:18:27.5786530Z /opt/homebrew/Caskroom/miniconda/base/share/cmake/nlohmann_json/nlohmann_jsonConfig.cmake 2025-09-07T06:18:27.5787210Z /opt/homebrew/Caskroom/miniconda/base/share/cmake/tl-expected/tl-expected-targets.cmake 2025-09-07T06:18:27.5787990Z /opt/homebrew/Caskroom/miniconda/base/share/cmake/tl-expected/tl-expected-config-version.cmake 2025-09-07T06:18:27.5788630Z /opt/homebrew/Caskroom/miniconda/base/share/cmake/tl-expected/tl-expected-config.cmake 2025-09-07T06:18:27.5789200Z /opt/homebrew/Caskroom/miniconda/base/share/cmake/Modules/FindLibSolv.cmake 2025-09-07T06:18:27.5789610Z /opt/homebrew/Caskroom/miniconda/base/share/tabset/vt300 2025-09-07T06:18:27.5790070Z /opt/homebrew/Caskroom/miniconda/base/share/tabset/std 2025-09-07T06:18:27.5790490Z /opt/homebrew/Caskroom/miniconda/base/share/tabset/vt100 2025-09-07T06:18:27.5791040Z /opt/homebrew/Caskroom/miniconda/base/share/tabset/stdcrt 2025-09-07T06:18:27.5791730Z /opt/homebrew/Caskroom/miniconda/base/share/info/libffi.info 2025-09-07T06:18:27.5792290Z /opt/homebrew/Caskroom/miniconda/base/share/info/readline.info 2025-09-07T06:18:27.5792980Z /opt/homebrew/Caskroom/miniconda/base/share/info/rluserman.info 2025-09-07T06:18:27.5793660Z /opt/homebrew/Caskroom/miniconda/base/share/info/history.info 2025-09-07T06:18:27.5794430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi80x50-mono 2025-09-07T06:18:27.5795120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att620-103k 2025-09-07T06:18:27.5795890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ampex232 2025-09-07T06:18:27.5796690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4410v1-w 2025-09-07T06:18:27.5797350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5420_2 2025-09-07T06:18:27.5797930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+idl1 2025-09-07T06:18:27.5798560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansil 2025-09-07T06:18:27.5799220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-s-rv-ctxt 2025-09-07T06:18:27.5799880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-40-rv 2025-09-07T06:18:27.5800460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+idc 2025-09-07T06:18:27.5801100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-18 2025-09-07T06:18:27.5801860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-20 2025-09-07T06:18:27.5802520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/apple-soroc 2025-09-07T06:18:27.5803180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att6386 2025-09-07T06:18:27.5803970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4425 2025-09-07T06:18:27.5804860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-30-ctxt 2025-09-07T06:18:27.5805550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4415+nl 2025-09-07T06:18:27.5806200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aj830 2025-09-07T06:18:27.5806900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansiw 2025-09-07T06:18:27.5807590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ampex232w 2025-09-07T06:18:27.5808510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aixterm-16color 2025-09-07T06:18:27.5809090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-rv-unk 2025-09-07T06:18:27.5809780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/apple-videx2 2025-09-07T06:18:27.5810370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/abm85e 2025-09-07T06:18:27.5811050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi80x30 2025-09-07T06:18:27.5811750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/apple-vm80 2025-09-07T06:18:27.5812370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4415-rv-nl 2025-09-07T06:18:27.5812930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa+rv 2025-09-07T06:18:27.5813900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/alacritty+common 2025-09-07T06:18:27.5814550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-60-rv 2025-09-07T06:18:27.5815190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/a210 2025-09-07T06:18:27.5815730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/abm85 2025-09-07T06:18:27.5816440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att610+cvis 2025-09-07T06:18:27.5817200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/apple-videx3 2025-09-07T06:18:27.5817910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/alacritty 2025-09-07T06:18:27.5818510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4415 2025-09-07T06:18:27.5819260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-30-s 2025-09-07T06:18:27.5819850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi-mono 2025-09-07T06:18:27.5820490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+pp 2025-09-07T06:18:27.5821180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-28 2025-09-07T06:18:27.5821840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+idl 2025-09-07T06:18:27.5822570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-60-s-rv 2025-09-07T06:18:27.5823190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att513 2025-09-07T06:18:27.5823750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4424 2025-09-07T06:18:27.5824370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/avt-rv-ns 2025-09-07T06:18:27.5824960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-26 2025-09-07T06:18:27.5825670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att510d 2025-09-07T06:18:27.5826420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ap-vm80 2025-09-07T06:18:27.5827080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att620-103k-w 2025-09-07T06:18:27.5827740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/apollo_19L 2025-09-07T06:18:27.5828500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/avt-w 2025-09-07T06:18:27.5828940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/altos3 2025-09-07T06:18:27.5829540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansil-mono 2025-09-07T06:18:27.5830170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/altos4 2025-09-07T06:18:27.5830870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi80x30-mono 2025-09-07T06:18:27.5831470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+cpr 2025-09-07T06:18:27.5832070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-30-rv 2025-09-07T06:18:27.5832630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/apl 2025-09-07T06:18:27.5833490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5420-w-rv 2025-09-07T06:18:27.5834060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/altos-4 2025-09-07T06:18:27.5834630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/altos-3 2025-09-07T06:18:27.5835370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5620 2025-09-07T06:18:27.5836170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/atari_st 2025-09-07T06:18:27.5836750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aa4080 2025-09-07T06:18:27.5837340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/alto-heath 2025-09-07T06:18:27.5837870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/alt2 2025-09-07T06:18:27.5838390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aj 2025-09-07T06:18:27.5839120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/alt5 2025-09-07T06:18:27.5840020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi80x25-raw 2025-09-07T06:18:27.5840700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/altos5 2025-09-07T06:18:27.5841300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aas1901 2025-09-07T06:18:27.5841850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/avt 2025-09-07T06:18:27.5842420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/awsc 2025-09-07T06:18:27.5843030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-unk 2025-09-07T06:18:27.5843740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/altos2 2025-09-07T06:18:27.5844510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/apple2e 2025-09-07T06:18:27.5845180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4424m 2025-09-07T06:18:27.5845990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+csr 2025-09-07T06:18:27.5846670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi-generic 2025-09-07T06:18:27.5847330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/addsviewpoint 2025-09-07T06:18:27.5848150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-60-s 2025-09-07T06:18:27.5849010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/apollo+vt132 2025-09-07T06:18:27.5849570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/alt4 2025-09-07T06:18:27.5850380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5420-w 2025-09-07T06:18:27.5851040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-24-rv 2025-09-07T06:18:27.5851690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/alt3 2025-09-07T06:18:27.5852440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5425 2025-09-07T06:18:27.5853050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att630 2025-09-07T06:18:27.5853770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+sgr 2025-09-07T06:18:27.5854400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+cup 2025-09-07T06:18:27.5854990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/altos-2 2025-09-07T06:18:27.5855760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4415-w 2025-09-07T06:18:27.5856300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/avt-rv 2025-09-07T06:18:27.5856940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-ctxt 2025-09-07T06:18:27.5857500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/avt+s 2025-09-07T06:18:27.5858360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ampex175 2025-09-07T06:18:27.5859020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/altos-5 2025-09-07T06:18:27.5859670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/amp219 2025-09-07T06:18:27.5860240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm42 2025-09-07T06:18:27.5860980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att505-24 2025-09-07T06:18:27.5861620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-s-rv 2025-09-07T06:18:27.5862250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm1a 2025-09-07T06:18:27.5862900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att615 2025-09-07T06:18:27.5863690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi-emx 2025-09-07T06:18:27.5864370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+sgrbold 2025-09-07T06:18:27.5865130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+sgrul 2025-09-07T06:18:27.5865800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm20 2025-09-07T06:18:27.5866630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi80x60-mono 2025-09-07T06:18:27.5867510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att610-103k 2025-09-07T06:18:27.5868190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/atari 2025-09-07T06:18:27.5868740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/atari-old 2025-09-07T06:18:27.5869420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansiterm 2025-09-07T06:18:27.5870110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4410v1 2025-09-07T06:18:27.5870700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm11 2025-09-07T06:18:27.5871270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5418-w 2025-09-07T06:18:27.5871900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5430 2025-09-07T06:18:27.5872770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/avt-w-rv-ns 2025-09-07T06:18:27.5873430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+sgrso 2025-09-07T06:18:27.5873990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi 2025-09-07T06:18:27.5874660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att505-22 2025-09-07T06:18:27.5875330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/a80 2025-09-07T06:18:27.5875940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att605-pc 2025-09-07T06:18:27.5876560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm21 2025-09-07T06:18:27.5877190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att610-w 2025-09-07T06:18:27.5877830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm42-ns 2025-09-07T06:18:27.5878400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+rca2 2025-09-07T06:18:27.5879020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att500 2025-09-07T06:18:27.5879730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/arm100 2025-09-07T06:18:27.5880370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm5 2025-09-07T06:18:27.5881050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/amiga-8bit 2025-09-07T06:18:27.5882050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ambassador 2025-09-07T06:18:27.5882640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm2 2025-09-07T06:18:27.5883350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att2350 2025-09-07T06:18:27.5884080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi-color-2-emx 2025-09-07T06:18:27.5884710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansis-mono 2025-09-07T06:18:27.5885520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi-color-3-emx 2025-09-07T06:18:27.5886310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5620-24 2025-09-07T06:18:27.5887110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/altoheath 2025-09-07T06:18:27.5887770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att610+cvis0 2025-09-07T06:18:27.5888430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansisysk 2025-09-07T06:18:27.5889100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi43m 2025-09-07T06:18:27.5889740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4418-w 2025-09-07T06:18:27.5890560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5420+nl 2025-09-07T06:18:27.5891350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/apple2e-p 2025-09-07T06:18:27.5892000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/apollo_color 2025-09-07T06:18:27.5892660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att730r-41 2025-09-07T06:18:27.5893450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5410v1 2025-09-07T06:18:27.5894080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi-mtabs 2025-09-07T06:18:27.5894720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5420-w-nl 2025-09-07T06:18:27.5895390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm3 2025-09-07T06:18:27.5896050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/atarist-m 2025-09-07T06:18:27.5896760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att610-103k-w 2025-09-07T06:18:27.5897420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-30-s-rv 2025-09-07T06:18:27.5898070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+sgrdim 2025-09-07T06:18:27.5898810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/apple-uterm-vb 2025-09-07T06:18:27.5899440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ampex80 2025-09-07T06:18:27.5900150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att730r-24 2025-09-07T06:18:27.5900730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/arm100-w 2025-09-07T06:18:27.5901460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ampex219 2025-09-07T06:18:27.5902050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/addrinfo 2025-09-07T06:18:27.5902720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-60 2025-09-07T06:18:27.5903410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi80x25 2025-09-07T06:18:27.5904120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa+dec 2025-09-07T06:18:27.5904720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ampex210 2025-09-07T06:18:27.5905430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ampex219w 2025-09-07T06:18:27.5905990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/arm100-am 2025-09-07T06:18:27.5906620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/avt-w-ns 2025-09-07T06:18:27.5907550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4415-w-rv-n 2025-09-07T06:18:27.5908260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/apple-ae 2025-09-07T06:18:27.5909000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att615-103k-w 2025-09-07T06:18:27.5909640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+erase 2025-09-07T06:18:27.5910230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att510a 2025-09-07T06:18:27.5910800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4426 2025-09-07T06:18:27.5911510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att630-24 2025-09-07T06:18:27.5912330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/altoh19 2025-09-07T06:18:27.5912930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa 2025-09-07T06:18:27.5913570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-24 2025-09-07T06:18:27.5914240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/apple-uterm 2025-09-07T06:18:27.5914870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+rep 2025-09-07T06:18:27.5915460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-rv 2025-09-07T06:18:27.5916260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/alto-h19 2025-09-07T06:18:27.5916900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-30-rv-ctxt 2025-09-07T06:18:27.5917540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/atari_st-color 2025-09-07T06:18:27.5918080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansis 2025-09-07T06:18:27.5918900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/abm80 2025-09-07T06:18:27.5919580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi80x50 2025-09-07T06:18:27.5920180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att615-w 2025-09-07T06:18:27.5920780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4410 2025-09-07T06:18:27.5921510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aixterm-m-old 2025-09-07T06:18:27.5922180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4425-nl 2025-09-07T06:18:27.5922890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/alt7pc 2025-09-07T06:18:27.5923620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-48 2025-09-07T06:18:27.5924230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+idc1 2025-09-07T06:18:27.5924990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+tabs 2025-09-07T06:18:27.5925690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/appleII 2025-09-07T06:18:27.5926560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/alacritty-direct 2025-09-07T06:18:27.5927260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aj832 2025-09-07T06:18:27.5928160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+local1 2025-09-07T06:18:27.5928920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/abm85h-old 2025-09-07T06:18:27.5929600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aixterm+sl 2025-09-07T06:18:27.5930280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ampex-219w 2025-09-07T06:18:27.5930890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/atari-m 2025-09-07T06:18:27.5931630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/avatar0+ 2025-09-07T06:18:27.5932320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi80x60 2025-09-07T06:18:27.5932930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4424-1 2025-09-07T06:18:27.5933560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+rca 2025-09-07T06:18:27.5934230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4420 2025-09-07T06:18:27.5934900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4418 2025-09-07T06:18:27.5935570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-22 2025-09-07T06:18:27.5936280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aepro 2025-09-07T06:18:27.5937030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4415-nl 2025-09-07T06:18:27.5937610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5410v1-w 2025-09-07T06:18:27.5938320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5620-34 2025-09-07T06:18:27.5938930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5420-w-rv-n 2025-09-07T06:18:27.5939620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-48-rv 2025-09-07T06:18:27.5940280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/apollo 2025-09-07T06:18:27.5940930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi-mini 2025-09-07T06:18:27.5941640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-40 2025-09-07T06:18:27.5942380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+enq 2025-09-07T06:18:27.5943100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/abm85h 2025-09-07T06:18:27.5943790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/annarbor4080 2025-09-07T06:18:27.5944460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi-nt 2025-09-07T06:18:27.5945200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5420-rv 2025-09-07T06:18:27.5945850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/avt-w-rv 2025-09-07T06:18:27.5946520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5420 2025-09-07T06:18:27.5947130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi77 2025-09-07T06:18:27.5947810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi-mr 2025-09-07T06:18:27.5948390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5418 2025-09-07T06:18:27.5948980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm3a 2025-09-07T06:18:27.5949820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi80x43-mono 2025-09-07T06:18:27.5950480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5620-1 2025-09-07T06:18:27.5951240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/atari-color 2025-09-07T06:18:27.5951970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-30-s-ctxt 2025-09-07T06:18:27.5952770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi.sys 2025-09-07T06:18:27.5953510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/avt-s 2025-09-07T06:18:27.5954150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/altos7 2025-09-07T06:18:27.5954780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-18-rv 2025-09-07T06:18:27.5955520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm31 2025-09-07T06:18:27.5956070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4415-w-nl 2025-09-07T06:18:27.5956530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5620-s 2025-09-07T06:18:27.5957010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm36 2025-09-07T06:18:27.5957520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/avatar 2025-09-07T06:18:27.5958110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/amiga 2025-09-07T06:18:27.5958690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/apollo_15P 2025-09-07T06:18:27.5959450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/alt7 2025-09-07T06:18:27.5960080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/avt-rv-s 2025-09-07T06:18:27.5960710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att730-41 2025-09-07T06:18:27.5961330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5420_2-w 2025-09-07T06:18:27.5961900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att605-w 2025-09-07T06:18:27.5962450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att605 2025-09-07T06:18:27.5963250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-60-dec-rv 2025-09-07T06:18:27.5963810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5410 2025-09-07T06:18:27.5964390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/altos7pc 2025-09-07T06:18:27.5965250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm1178 2025-09-07T06:18:27.5965880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/absolute 2025-09-07T06:18:27.5966560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ampex-219 2025-09-07T06:18:27.5967190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/at 2025-09-07T06:18:27.5967900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm+sgr 2025-09-07T06:18:27.5968670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att620-w 2025-09-07T06:18:27.5969250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-s 2025-09-07T06:18:27.5969830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aj510 2025-09-07T06:18:27.5970450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att730-24 2025-09-07T06:18:27.5971150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ampex-232 2025-09-07T06:18:27.5971690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aws 2025-09-07T06:18:27.5972450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att7300 2025-09-07T06:18:27.5973110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm3a+ 2025-09-07T06:18:27.5973870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/avatar0 2025-09-07T06:18:27.5974580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm12 2025-09-07T06:18:27.5975230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4415-rv 2025-09-07T06:18:27.5975910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att730r 2025-09-07T06:18:27.5976560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi.sys-old 2025-09-07T06:18:27.5977100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/a980 2025-09-07T06:18:27.5977880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att620 2025-09-07T06:18:27.5978620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/apple-videx 2025-09-07T06:18:27.5979180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi.sysk 2025-09-07T06:18:27.5979780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/amp219w 2025-09-07T06:18:27.5980420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ampex175-b 2025-09-07T06:18:27.5981090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi80x25-mono 2025-09-07T06:18:27.5981810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm31-old 2025-09-07T06:18:27.5982390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/avatar1 2025-09-07T06:18:27.5982990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/apple-80 2025-09-07T06:18:27.5983660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-db 2025-09-07T06:18:27.5984390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/amiga-vnc 2025-09-07T06:18:27.5985070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5420-rv-nl 2025-09-07T06:18:27.5985690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm22 2025-09-07T06:18:27.5986310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att610 2025-09-07T06:18:27.5987040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adds980 2025-09-07T06:18:27.5987740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/apple80p 2025-09-07T06:18:27.5988330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5410-w 2025-09-07T06:18:27.5989270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+inittabs 2025-09-07T06:18:27.5990020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+local 2025-09-07T06:18:27.5990680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5425-nl 2025-09-07T06:18:27.5991300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aterm 2025-09-07T06:18:27.5991920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/at-m 2025-09-07T06:18:27.5992570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4425-w 2025-09-07T06:18:27.5993290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5425-w 2025-09-07T06:18:27.5993950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-rv-ctxt 2025-09-07T06:18:27.5994680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att2300 2025-09-07T06:18:27.5995270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/avt-ns 2025-09-07T06:18:27.5996090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5310 2025-09-07T06:18:27.5996770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4410-w 2025-09-07T06:18:27.5997410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-36-rv 2025-09-07T06:18:27.5998070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/act4 2025-09-07T06:18:27.5998730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/avt-w-rv-s 2025-09-07T06:18:27.5999460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aixterm-m 2025-09-07T06:18:27.6000090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm1 2025-09-07T06:18:27.6000750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/amiga-h 2025-09-07T06:18:27.6001520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att615-103k 2025-09-07T06:18:27.6002200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ambas 2025-09-07T06:18:27.6002730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/at386 2025-09-07T06:18:27.6003400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/appleIIe 2025-09-07T06:18:27.6003960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att700 2025-09-07T06:18:27.6004620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-36 2025-09-07T06:18:27.6005250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4415-w-rv 2025-09-07T06:18:27.6005840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/arm100-wam 2025-09-07T06:18:27.6006360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/act5 2025-09-07T06:18:27.6006960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/appleIIgs 2025-09-07T06:18:27.6011590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/addsvp60 2025-09-07T06:18:27.6011700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/avt-w-s 2025-09-07T06:18:27.6011840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5320 2025-09-07T06:18:27.6011970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-s-ctxt 2025-09-07T06:18:27.6012070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa+unk 2025-09-07T06:18:27.6012170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi-m 2025-09-07T06:18:27.6012260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adds200 2025-09-07T06:18:27.6012540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+apparrows 2025-09-07T06:18:27.6013200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-30-s-rv-ct 2025-09-07T06:18:27.6014020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/appleIIc 2025-09-07T06:18:27.6014800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-30 2025-09-07T06:18:27.6015450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/at-color 2025-09-07T06:18:27.6016090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att730 2025-09-07T06:18:27.6016790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi80x43 2025-09-07T06:18:27.6017620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5420-nl 2025-09-07T06:18:27.6018160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att505 2025-09-07T06:18:27.6018910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+arrows 2025-09-07T06:18:27.6019640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aixterm 2025-09-07T06:18:27.6020590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/f200vi-w 2025-09-07T06:18:27.6021270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/f200vi 2025-09-07T06:18:27.6021940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/f200 2025-09-07T06:18:27.6022550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/fenixw 2025-09-07T06:18:27.6023250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/falco-p 2025-09-07T06:18:27.6023990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/fox 2025-09-07T06:18:27.6024630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/foot 2025-09-07T06:18:27.6025280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/freedom 2025-09-07T06:18:27.6025860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/f100 2025-09-07T06:18:27.6026540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/fbterm 2025-09-07T06:18:27.6027350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/freedom110 2025-09-07T06:18:27.6028280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/f110-14w 2025-09-07T06:18:27.6029080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/f110-w 2025-09-07T06:18:27.6029700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/f1720 2025-09-07T06:18:27.6030430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/foot+base 2025-09-07T06:18:27.6031240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/fixterm 2025-09-07T06:18:27.6031930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/freedom100 2025-09-07T06:18:27.6032560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/f200-w 2025-09-07T06:18:27.6033090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/fos 2025-09-07T06:18:27.6033750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/foot-direct 2025-09-07T06:18:27.6034380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/f110 2025-09-07T06:18:27.6034900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/fenix 2025-09-07T06:18:27.6035600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/falco 2025-09-07T06:18:27.6036330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/f110-14 2025-09-07T06:18:27.6036940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/freedom-rv 2025-09-07T06:18:27.6037560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/f100-rv 2025-09-07T06:18:27.6038290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/freedom200 2025-09-07T06:18:27.6039130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/f1720a 2025-09-07T06:18:27.6039860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/fortune 2025-09-07T06:18:27.6040490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/50/P4 2025-09-07T06:18:27.6041040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/50/P14-W 2025-09-07T06:18:27.6041630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/50/P14-M 2025-09-07T06:18:27.6042420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/50/P5 2025-09-07T06:18:27.6043150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/50/P9-8-W 2025-09-07T06:18:27.6043870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/50/P9-8 2025-09-07T06:18:27.6044560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/50/P8-W 2025-09-07T06:18:27.6045170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/50/P12-M 2025-09-07T06:18:27.6045710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/50/P7 2025-09-07T06:18:27.6046370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/50/P9 2025-09-07T06:18:27.6046910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/50/P8 2025-09-07T06:18:27.6047580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/50/P12-M-W 2025-09-07T06:18:27.6048140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/50/P12-W 2025-09-07T06:18:27.6048700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/50/P9-W 2025-09-07T06:18:27.6049430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/50/P14 2025-09-07T06:18:27.6050140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/50/P14-M-W 2025-09-07T06:18:27.6050830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/50/P12 2025-09-07T06:18:27.6051370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp236 2025-09-07T06:18:27.6051990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h19us 2025-09-07T06:18:27.6052650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h-100 2025-09-07T06:18:27.6053440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2621-nt 2025-09-07T06:18:27.6054210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2621b-kx-p 2025-09-07T06:18:27.6055020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h100 2025-09-07T06:18:27.6055580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h19a 2025-09-07T06:18:27.6056340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2624-10p 2025-09-07T06:18:27.6056880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h19 2025-09-07T06:18:27.6057470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hirez100 2025-09-07T06:18:27.6058230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2621a-a 2025-09-07T06:18:27.6058960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2640b 2025-09-07T06:18:27.6059620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h19-smul 2025-09-07T06:18:27.6060160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h80 2025-09-07T06:18:27.6060850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2626p 2025-09-07T06:18:27.6061540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2623a 2025-09-07T06:18:27.6062430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hpterm-color 2025-09-07T06:18:27.6063010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hpex2 2025-09-07T06:18:27.6063630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2645a 2025-09-07T06:18:27.6064270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/heath-19 2025-09-07T06:18:27.6064920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hterm 2025-09-07T06:18:27.6065600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h19g 2025-09-07T06:18:27.6066290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h19-u 2025-09-07T06:18:27.6067020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2626-12 2025-09-07T06:18:27.6067580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp 2025-09-07T06:18:27.6068160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h19-g 2025-09-07T06:18:27.6068860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2626-x40 2025-09-07T06:18:27.6069650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hpterm-color2 2025-09-07T06:18:27.6070470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/heathkit 2025-09-07T06:18:27.6071200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h29a-kc-bc 2025-09-07T06:18:27.6071760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h19-a 2025-09-07T06:18:27.6072390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2621b-kx 2025-09-07T06:18:27.6073140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h19-bs 2025-09-07T06:18:27.6073810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp70092A 2025-09-07T06:18:27.6074440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2621-wl 2025-09-07T06:18:27.6075200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp+pfk-cr 2025-09-07T06:18:27.6075890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hz2000 2025-09-07T06:18:27.6076560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp98550a-color 2025-09-07T06:18:27.6077310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2624b-4p 2025-09-07T06:18:27.6078030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp98550 2025-09-07T06:18:27.6078670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hpsub 2025-09-07T06:18:27.6079290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp+arrows 2025-09-07T06:18:27.6079970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp+pfk+arrows 2025-09-07T06:18:27.6080680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2621k45 2025-09-07T06:18:27.6081390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/heathkit-a 2025-09-07T06:18:27.6082100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp98550-color 2025-09-07T06:18:27.6082770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hds200 2025-09-07T06:18:27.6083560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hz1420 2025-09-07T06:18:27.6084220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2392 2025-09-07T06:18:27.6084820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hirez100-w 2025-09-07T06:18:27.6085690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2648 2025-09-07T06:18:27.6086300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hft-c 2025-09-07T06:18:27.6086930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hz1552 2025-09-07T06:18:27.6087670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2 2025-09-07T06:18:27.6088410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h29a-nkc-bc 2025-09-07T06:18:27.6089170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp+color 2025-09-07T06:18:27.6089890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2621-fl 2025-09-07T06:18:27.6090600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2641a 2025-09-07T06:18:27.6091210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/htx11 2025-09-07T06:18:27.6091980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2627a 2025-09-07T06:18:27.6092560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp262x 2025-09-07T06:18:27.6093120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2624 2025-09-07T06:18:27.6093870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2623 2025-09-07T06:18:27.6094540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2621p-a 2025-09-07T06:18:27.6095260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2621-k45 2025-09-07T06:18:27.6095900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2621b 2025-09-07T06:18:27.6096660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hazel 2025-09-07T06:18:27.6097270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2648a 2025-09-07T06:18:27.6098040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp98550a 2025-09-07T06:18:27.6098660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2622 2025-09-07T06:18:27.6099290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp9837 2025-09-07T06:18:27.6100030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2624b-4p-p 2025-09-07T06:18:27.6100560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2621p 2025-09-07T06:18:27.6101180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hpgeneric 2025-09-07T06:18:27.6101780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2624a 2025-09-07T06:18:27.6102480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hz1500 2025-09-07T06:18:27.6103130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h19kermit 2025-09-07T06:18:27.6103830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h19-us 2025-09-07T06:18:27.6104540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hft-old 2025-09-07T06:18:27.6105250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp700-wy 2025-09-07T06:18:27.6105980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp9845 2025-09-07T06:18:27.6106640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2621-nl 2025-09-07T06:18:27.6107350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hpex 2025-09-07T06:18:27.6107950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h19k 2025-09-07T06:18:27.6108680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hterm-256color 2025-09-07T06:18:27.6109300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h29a-kc-uc 2025-09-07T06:18:27.6109990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp+printer 2025-09-07T06:18:27.6110780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2397a 2025-09-07T06:18:27.6111430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2624b-10p 2025-09-07T06:18:27.6111960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hz1510 2025-09-07T06:18:27.6112680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2621-ba 2025-09-07T06:18:27.6113470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2626-12x40 2025-09-07T06:18:27.6114130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/ha8675 2025-09-07T06:18:27.6114700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/ha8686 2025-09-07T06:18:27.6115390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2640a 2025-09-07T06:18:27.6116090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hz1520 2025-09-07T06:18:27.6116840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2626a 2025-09-07T06:18:27.6117450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2624a-10p 2025-09-07T06:18:27.6118030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/heath 2025-09-07T06:18:27.6118730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hft-c-old 2025-09-07T06:18:27.6119400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp98720 2025-09-07T06:18:27.6120050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hz1000 2025-09-07T06:18:27.6120700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hft 2025-09-07T06:18:27.6121340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2382 2025-09-07T06:18:27.6122060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hpterm 2025-09-07T06:18:27.6122720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hpansi 2025-09-07T06:18:27.6123320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp98721 2025-09-07T06:18:27.6123980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h19-b 2025-09-07T06:18:27.6124810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2621-a 2025-09-07T06:18:27.6125550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp45 2025-09-07T06:18:27.6126130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h-100bw 2025-09-07T06:18:27.6126810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hz1520-noesc 2025-09-07T06:18:27.6127280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp110 2025-09-07T06:18:27.6127780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp300h 2025-09-07T06:18:27.6128270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/he80 2025-09-07T06:18:27.6128810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2626-12-s 2025-09-07T06:18:27.6129280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2397 2025-09-07T06:18:27.6129770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp150 2025-09-07T06:18:27.6130310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2382a 2025-09-07T06:18:27.6130870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2621-48 2025-09-07T06:18:27.6131560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp+pfk+cr 2025-09-07T06:18:27.6132170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h29a-nkc-uc 2025-09-07T06:18:27.6132730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp700 2025-09-07T06:18:27.6133390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2621b-p 2025-09-07T06:18:27.6133930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h100bw 2025-09-07T06:18:27.6134600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hurd 2025-09-07T06:18:27.6135180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp70092 2025-09-07T06:18:27.6135740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2622a 2025-09-07T06:18:27.6136450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2644a 2025-09-07T06:18:27.6137050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2645 2025-09-07T06:18:27.6137750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2624b-10p-p 2025-09-07T06:18:27.6138390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2626-s 2025-09-07T06:18:27.6139180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2627c 2025-09-07T06:18:27.6139970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hz1552-rv 2025-09-07T06:18:27.6140570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2626 2025-09-07T06:18:27.6141230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2627a-rev 2025-09-07T06:18:27.6141880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2621 2025-09-07T06:18:27.6142710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2624b 2025-09-07T06:18:27.6143430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2626-ns 2025-09-07T06:18:27.6144130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hmod1 2025-09-07T06:18:27.6144790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2621A 2025-09-07T06:18:27.6145560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp+labels 2025-09-07T06:18:27.6146090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2624b-p 2025-09-07T06:18:27.6146850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/heath-ansi 2025-09-07T06:18:27.6147530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2647a 2025-09-07T06:18:27.6148170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt-35 2025-09-07T06:18:27.6148840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt-100 2025-09-07T06:18:27.6149770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt-50 2025-09-07T06:18:27.6150490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/o4112-nd 2025-09-07T06:18:27.6151280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt-25-w 2025-09-07T06:18:27.6151880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/oc100 2025-09-07T06:18:27.6152480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt-60 2025-09-07T06:18:27.6153190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt-35-w 2025-09-07T06:18:27.6153860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/osexec 2025-09-07T06:18:27.6154470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/o85h 2025-09-07T06:18:27.6155090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/oldibmpc3 2025-09-07T06:18:27.6155770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt-w 2025-09-07T06:18:27.6156490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt-50-w 2025-09-07T06:18:27.6157470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt-25-w-vt 2025-09-07T06:18:27.6158100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/osborne 2025-09-07T06:18:27.6158800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/oldsun 2025-09-07T06:18:27.6159470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/osborne1-w 2025-09-07T06:18:27.6160220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/osborne-w 2025-09-07T06:18:27.6160810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/owl 2025-09-07T06:18:27.6161550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/oconcept 2025-09-07T06:18:27.6162150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt 2025-09-07T06:18:27.6162950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt-60-nti 2025-09-07T06:18:27.6163640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/ofcons 2025-09-07T06:18:27.6164400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opus3n1+ 2025-09-07T06:18:27.6165140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/otek4112 2025-09-07T06:18:27.6165870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/otek4115 2025-09-07T06:18:27.6166670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/oldxterm+sm+1006 2025-09-07T06:18:27.6167420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt-100-nti 2025-09-07T06:18:27.6168040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt-nti 2025-09-07T06:18:27.6168640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/oblit 2025-09-07T06:18:27.6169290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/otek4114 2025-09-07T06:18:27.6169950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/otek4113 2025-09-07T06:18:27.6170630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt-50-nti 2025-09-07T06:18:27.6171250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/o31 2025-09-07T06:18:27.6172010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/oabm85h 2025-09-07T06:18:27.6172540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/oldpc3 2025-09-07T06:18:27.6173270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/osborne1 2025-09-07T06:18:27.6173910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/omron 2025-09-07T06:18:27.6174680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt-25-nti 2025-09-07T06:18:27.6175240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/origpc3 2025-09-07T06:18:27.6175930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt-w-vt 2025-09-07T06:18:27.6176560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt-60-w 2025-09-07T06:18:27.6177160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/origibmpc3 2025-09-07T06:18:27.6177930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/old-st 2025-09-07T06:18:27.6178490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/ojerq 2025-09-07T06:18:27.6179170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt-25 2025-09-07T06:18:27.6179940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt-35-nti 2025-09-07T06:18:27.6180520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/os9LII 2025-09-07T06:18:27.6181240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6a/jfbterm 2025-09-07T06:18:27.6181940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6a/jaixterm-m 2025-09-07T06:18:27.6182550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6a/jerq 2025-09-07T06:18:27.6183250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6a/jaixterm 2025-09-07T06:18:27.6183880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/32/2621 2025-09-07T06:18:27.6184470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/32/2621-wl 2025-09-07T06:18:27.6185300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/32/2621A 2025-09-07T06:18:27.6185910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/35/5051 2025-09-07T06:18:27.6186590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/35/5410-w 2025-09-07T06:18:27.6187270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/35/5630-24 2025-09-07T06:18:27.6188180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/35/5630DMD-24 2025-09-07T06:18:27.6188740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/35/5620 2025-09-07T06:18:27.6189440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/iris-ansi 2025-09-07T06:18:27.6190150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/iq140 2025-09-07T06:18:27.6190760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm3161 2025-09-07T06:18:27.6191470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/intertube2 2025-09-07T06:18:27.6192210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm6154-c 2025-09-07T06:18:27.6193090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/iterm 2025-09-07T06:18:27.6193630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/intertube 2025-09-07T06:18:27.6194280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm3151 2025-09-07T06:18:27.6194900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm5051 2025-09-07T06:18:27.6195630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm8604 2025-09-07T06:18:27.6196340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/infoton 2025-09-07T06:18:27.6197060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibmpc3r-mono 2025-09-07T06:18:27.6197640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibmaed 2025-09-07T06:18:27.6198280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibmpc 2025-09-07T06:18:27.6198850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ips 2025-09-07T06:18:27.6199460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm327x 2025-09-07T06:18:27.6200050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibcs2 2025-09-07T06:18:27.6200670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/i100 2025-09-07T06:18:27.6201620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibmmpel-c 2025-09-07T06:18:27.6202270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibmega 2025-09-07T06:18:27.6202930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm5154 2025-09-07T06:18:27.6203600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/iTerm2.app 2025-09-07T06:18:27.6204390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/iris-ansi-net 2025-09-07T06:18:27.6205110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/infoton2 2025-09-07T06:18:27.6205840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibmvga-c 2025-09-07T06:18:27.6206500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm+16color 2025-09-07T06:18:27.6207210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ims-ansi 2025-09-07T06:18:27.6207870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm-system1 2025-09-07T06:18:27.6208580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibmapa8c 2025-09-07T06:18:27.6209200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm8503 2025-09-07T06:18:27.6209880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibmega-c 2025-09-07T06:18:27.6210420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibmx 2025-09-07T06:18:27.6211010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm-pc 2025-09-07T06:18:27.6211610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/intext2 2025-09-07T06:18:27.6212390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm5081 2025-09-07T06:18:27.6213190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibmapa8c-c 2025-09-07T06:18:27.6213840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ipsi 2025-09-07T06:18:27.6214660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm3162 2025-09-07T06:18:27.6215450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/iris-color 2025-09-07T06:18:27.6216060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ims950-rv 2025-09-07T06:18:27.6216590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm8512 2025-09-07T06:18:27.6217200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm3161-C 2025-09-07T06:18:27.6217850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/iq120 2025-09-07T06:18:27.6218520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm3163 2025-09-07T06:18:27.6219210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm3164 2025-09-07T06:18:27.6219810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm6153-90 2025-09-07T06:18:27.6220380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm8513 2025-09-07T06:18:27.6221060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm5081-c 2025-09-07T06:18:27.6221760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/iris40 2025-09-07T06:18:27.6222490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm8514 2025-09-07T06:18:27.6223060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm3101 2025-09-07T06:18:27.6223680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/iterm2 2025-09-07T06:18:27.6224400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm6153 2025-09-07T06:18:27.6225230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/intertec 2025-09-07T06:18:27.6225870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm6154 2025-09-07T06:18:27.6226680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibmpc3r 2025-09-07T06:18:27.6227290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibmvga 2025-09-07T06:18:27.6227880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm6155 2025-09-07T06:18:27.6228500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ims950-b 2025-09-07T06:18:27.6229310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/interix-nti 2025-09-07T06:18:27.6230020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibmmono 2025-09-07T06:18:27.6230760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibmapa8 2025-09-07T06:18:27.6231550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/iTerm.app 2025-09-07T06:18:27.6232200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/icl6404 2025-09-07T06:18:27.6232920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/icl6404-w 2025-09-07T06:18:27.6233620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/iterm2-direct 2025-09-07T06:18:27.6234220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/i3101 2025-09-07T06:18:27.6234790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/intext 2025-09-07T06:18:27.6235550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/interix 2025-09-07T06:18:27.6236250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibmpc3 2025-09-07T06:18:27.6236800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm5151 2025-09-07T06:18:27.6237410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibmpcx 2025-09-07T06:18:27.6238130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm+color 2025-09-07T06:18:27.6238920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/i3164 2025-09-07T06:18:27.6239560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/icl6402 2025-09-07T06:18:27.6240140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ifmr 2025-09-07T06:18:27.6240830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/i400 2025-09-07T06:18:27.6241510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm8507 2025-09-07T06:18:27.6242270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ims950 2025-09-07T06:18:27.6242970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/iris-ansi-ap 2025-09-07T06:18:27.6243560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibmapa16 2025-09-07T06:18:27.6244280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm-apl 2025-09-07T06:18:27.6244900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/intextii 2025-09-07T06:18:27.6245630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm8514-c 2025-09-07T06:18:27.6246310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm5154-c 2025-09-07T06:18:27.6247040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm6153-40 2025-09-07T06:18:27.6247780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/51/Q310-vip-H 2025-09-07T06:18:27.6248570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/51/Q306-8-pc 2025-09-07T06:18:27.6249260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/51/Q310-vip-H-am 2025-09-07T06:18:27.6250060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/51/Q310-vip-w-am 2025-09-07T06:18:27.6250700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/51/Q310-vip-w 2025-09-07T06:18:27.6251460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/51/Q310-vip-Hw 2025-09-07T06:18:27.6252030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/58/X-hpterm 2025-09-07T06:18:27.6252740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/58/X-hpterm-color2 2025-09-07T06:18:27.6253540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gnome-2012 2025-09-07T06:18:27.6254210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru-44 2025-09-07T06:18:27.6254800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru+rv 2025-09-07T06:18:27.6255340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru 2025-09-07T06:18:27.6256120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gator 2025-09-07T06:18:27.6256840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gnome+pcfkeys 2025-09-07T06:18:27.6257370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/go140 2025-09-07T06:18:27.6258120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru-76-s 2025-09-07T06:18:27.6258760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru-lp 2025-09-07T06:18:27.6259470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru-76-w-s 2025-09-07T06:18:27.6260030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gsi 2025-09-07T06:18:27.6260630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gs6300 2025-09-07T06:18:27.6261300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gator-52 2025-09-07T06:18:27.6261930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru-44-s 2025-09-07T06:18:27.6262720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gnome-rh72 2025-09-07T06:18:27.6263500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gs5430-24 2025-09-07T06:18:27.6264190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gnome-rh80 2025-09-07T06:18:27.6264840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru+s 2025-09-07T06:18:27.6265560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gnome-fc5 2025-09-07T06:18:27.6266190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gs5430-22 2025-09-07T06:18:27.6266770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gt40 2025-09-07T06:18:27.6267410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/go225 2025-09-07T06:18:27.6268080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru-33-rv 2025-09-07T06:18:27.6268810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gnome 2025-09-07T06:18:27.6269420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gnome-2007 2025-09-07T06:18:27.6270000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gigi 2025-09-07T06:18:27.6270850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru-33 2025-09-07T06:18:27.6271800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gnome-2008 2025-09-07T06:18:27.6272620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gator-t 2025-09-07T06:18:27.6273190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/graphos 2025-09-07T06:18:27.6273770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru-76 2025-09-07T06:18:27.6274640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/glasstty 2025-09-07T06:18:27.6275310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gnome-256color 2025-09-07T06:18:27.6276040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gs5430 2025-09-07T06:18:27.6276630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru-rv 2025-09-07T06:18:27.6277290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru-24 2025-09-07T06:18:27.6277920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru+unk 2025-09-07T06:18:27.6278780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gnome-rh90 2025-09-07T06:18:27.6279560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru-76-w 2025-09-07T06:18:27.6280160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru-nctxt 2025-09-07T06:18:27.6280900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gnome-rh62 2025-09-07T06:18:27.6281670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/go-225 2025-09-07T06:18:27.6282390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gt100a 2025-09-07T06:18:27.6282960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gt100 2025-09-07T06:18:27.6283500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gt42 2025-09-07T06:18:27.6284410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru-s 2025-09-07T06:18:27.6285070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru-76-lp 2025-09-07T06:18:27.6285730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/go140w 2025-09-07T06:18:27.6286490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/graphos-30 2025-09-07T06:18:27.6287190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru-33-s 2025-09-07T06:18:27.6287830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gator-52t 2025-09-07T06:18:27.6288570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru-76-wm 2025-09-07T06:18:27.6289440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/34/4410-w 2025-09-07T06:18:27.6290210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/34/4027ex 2025-09-07T06:18:27.6290860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/34/4025ex 2025-09-07T06:18:27.6291510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/33/386at 2025-09-07T06:18:27.6292120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/33/3b1 2025-09-07T06:18:27.6293000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/4e/NCR260VT300WPP 2025-09-07T06:18:27.6293710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/4e/NCRVT100WPP 2025-09-07T06:18:27.6294490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/45/Eterm-88color 2025-09-07T06:18:27.6295040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/45/Eterm 2025-09-07T06:18:27.6295730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/45/Eterm-256color 2025-09-07T06:18:27.6296600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/45/Eterm-color 2025-09-07T06:18:27.6297410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.minitel1b-nb 2025-09-07T06:18:27.6298280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/scanset 2025-09-07T06:18:27.6298880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/swtp 2025-09-07T06:18:27.6299510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/superbee-xsb 2025-09-07T06:18:27.6300000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/synertek380 2025-09-07T06:18:27.6300510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/st-256color 2025-09-07T06:18:27.6301020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen5 2025-09-07T06:18:27.6301520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/soroc140 2025-09-07T06:18:27.6302130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-16color 2025-09-07T06:18:27.6302710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen2 2025-09-07T06:18:27.6303420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun-17 2025-09-07T06:18:27.6304150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.putty 2025-09-07T06:18:27.6304690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun 2025-09-07T06:18:27.6305380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/st-16color 2025-09-07T06:18:27.6306180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/stterm-256color 2025-09-07T06:18:27.6306840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen3 2025-09-07T06:18:27.6307490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen4 2025-09-07T06:18:27.6308320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.konsole-256color 2025-09-07T06:18:27.6308960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/s4 2025-09-07T06:18:27.6309670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.putty-m1 2025-09-07T06:18:27.6310440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-16color-bce-s 2025-09-07T06:18:27.6311220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-256color-bce 2025-09-07T06:18:27.6312080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.minitel12-80 2025-09-07T06:18:27.6312810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/superbee 2025-09-07T06:18:27.6313610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/st-0.7 2025-09-07T06:18:27.6314310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.putty-m1b 2025-09-07T06:18:27.6315000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun-cgsix 2025-09-07T06:18:27.6315640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sb3 2025-09-07T06:18:27.6316320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/scoansi 2025-09-07T06:18:27.6317160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.konsole 2025-09-07T06:18:27.6317730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/st52-m 2025-09-07T06:18:27.6318290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/st-0.6 2025-09-07T06:18:27.6319080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.rxvt 2025-09-07T06:18:27.6319870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun-type4 2025-09-07T06:18:27.6320540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/st-0.8 2025-09-07T06:18:27.6321250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sb2 2025-09-07T06:18:27.6322010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.linux-m1b 2025-09-07T06:18:27.6322600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/superbeeic 2025-09-07T06:18:27.6323280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun-e-s 2025-09-07T06:18:27.6323890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun-cmd 2025-09-07T06:18:27.6324480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/soroc 2025-09-07T06:18:27.6325180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.gnome 2025-09-07T06:18:27.6325820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.xterm-r6 2025-09-07T06:18:27.6326610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.linux-s 2025-09-07T06:18:27.6327160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun-c 2025-09-07T06:18:27.6327770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.vte 2025-09-07T06:18:27.6328380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sune 2025-09-07T06:18:27.6329230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.minitel1-nb 2025-09-07T06:18:27.6329860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-base 2025-09-07T06:18:27.6330550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-bce.gnome 2025-09-07T06:18:27.6331240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.linux-m2 2025-09-07T06:18:27.6331830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun2 2025-09-07T06:18:27.6332540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-w 2025-09-07T06:18:27.6333410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.xterm-xfree86 2025-09-07T06:18:27.6333940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/stterm 2025-09-07T06:18:27.6334560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun-ss5 2025-09-07T06:18:27.6335150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun-e 2025-09-07T06:18:27.6335850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun-nic 2025-09-07T06:18:27.6336660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.mlterm-256color 2025-09-07T06:18:27.6337340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-bce.rxvt 2025-09-07T06:18:27.6337990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun-34 2025-09-07T06:18:27.6338740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.minitel2-80 2025-09-07T06:18:27.6339330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/st-direct 2025-09-07T06:18:27.6339890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/simterm 2025-09-07T06:18:27.6340640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.minitel1b 2025-09-07T06:18:27.6341180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sc415 2025-09-07T06:18:27.6341750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sibo 2025-09-07T06:18:27.6342410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/scoansi-old 2025-09-07T06:18:27.6343190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/stv52 2025-09-07T06:18:27.6343880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-16color-s 2025-09-07T06:18:27.6344840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-bce.xterm-new 2025-09-07T06:18:27.6345280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/st 2025-09-07T06:18:27.6346030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/st52-color 2025-09-07T06:18:27.6346660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sbobcat 2025-09-07T06:18:27.6347360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.linux 2025-09-07T06:18:27.6347980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun-12 2025-09-07T06:18:27.6348800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-256color-bce-s 2025-09-07T06:18:27.6349480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen+italics 2025-09-07T06:18:27.6350000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun-24 2025-09-07T06:18:27.6350880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.putty-m2 2025-09-07T06:18:27.6351550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-bce.linux 2025-09-07T06:18:27.6352200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screwpoint 2025-09-07T06:18:27.6352860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/soroc120 2025-09-07T06:18:27.6353430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun-48 2025-09-07T06:18:27.6354080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/simpleterm 2025-09-07T06:18:27.6354660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/synertek 2025-09-07T06:18:27.6355260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/scrt 2025-09-07T06:18:27.6356130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen 2025-09-07T06:18:27.6356830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun-il 2025-09-07T06:18:27.6357370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-bce 2025-09-07T06:18:27.6358010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sbi 2025-09-07T06:18:27.6358610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sb1 2025-09-07T06:18:27.6359510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.xterm-256color 2025-09-07T06:18:27.6360030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/st52 2025-09-07T06:18:27.6360770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/scrhp 2025-09-07T06:18:27.6361600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/stterm-16color 2025-09-07T06:18:27.6362280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/scoansi-new 2025-09-07T06:18:27.6362960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/superbrain 2025-09-07T06:18:27.6363770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-256color-s 2025-09-07T06:18:27.6364290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sv80 2025-09-07T06:18:27.6364960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.mlterm 2025-09-07T06:18:27.6365870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.vte-256color 2025-09-07T06:18:27.6366610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.putty-256color 2025-09-07T06:18:27.6367270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-bce.mrxvt 2025-09-07T06:18:27.6367870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/st52-old 2025-09-07T06:18:27.6368520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.Eterm 2025-09-07T06:18:27.6369230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/spinwriter 2025-09-07T06:18:27.6369900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-s 2025-09-07T06:18:27.6370660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun1 2025-09-07T06:18:27.6371440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.teraterm 2025-09-07T06:18:27.6372260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-bce.Eterm 2025-09-07T06:18:27.6372990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.mrxvt 2025-09-07T06:18:27.6373860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-16color-bce 2025-09-07T06:18:27.6374460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun-s 2025-09-07T06:18:27.6375230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/stv52pc 2025-09-07T06:18:27.6375970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.minitel1b-80 2025-09-07T06:18:27.6376590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/system1 2025-09-07T06:18:27.6377320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.linux-m1 2025-09-07T06:18:27.6377900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun-1 2025-09-07T06:18:27.6378540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun-color 2025-09-07T06:18:27.6379320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.xterm-new 2025-09-07T06:18:27.6379940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-256color 2025-09-07T06:18:27.6380700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen+fkeys 2025-09-07T06:18:27.6381540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-bce.konsole 2025-09-07T06:18:27.6382170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun+sl 2025-09-07T06:18:27.6382750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sc410 2025-09-07T06:18:27.6383360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun-s-e 2025-09-07T06:18:27.6384150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.minitel1 2025-09-07T06:18:27.6384880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/securecrt 2025-09-07T06:18:27.6385450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty4424 2025-09-07T06:18:27.6386060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tw52 2025-09-07T06:18:27.6386770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b-mc-vb 2025-09-07T06:18:27.6387390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5620-s 2025-09-07T06:18:27.6388060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912c-unk-2p 2025-09-07T06:18:27.6388650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tab132-rv 2025-09-07T06:18:27.6389440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tab132-15 2025-09-07T06:18:27.6390050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5620-1 2025-09-07T06:18:27.6390740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek 2025-09-07T06:18:27.6391370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti926-8 2025-09-07T06:18:27.6392140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912c-mc 2025-09-07T06:18:27.6393010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b-vb 2025-09-07T06:18:27.6393630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi925-hi 2025-09-07T06:18:27.6394150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty33 2025-09-07T06:18:27.6394990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4027-ex 2025-09-07T06:18:27.6395620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4107 2025-09-07T06:18:27.6396260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti928-8 2025-09-07T06:18:27.6397070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5420-rv 2025-09-07T06:18:27.6397910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912c-2p-p 2025-09-07T06:18:27.6398720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b-vb-unk 2025-09-07T06:18:27.6399300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ttydmd 2025-09-07T06:18:27.6399980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b-p-2p 2025-09-07T06:18:27.6400680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4109 2025-09-07T06:18:27.6401400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty35 2025-09-07T06:18:27.6402190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b-mc-2p 2025-09-07T06:18:27.6402890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti916-8-132 2025-09-07T06:18:27.6403590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912c-2p-unk 2025-09-07T06:18:27.6404290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti931 2025-09-07T06:18:27.6404900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi970-vb 2025-09-07T06:18:27.6405630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5425 2025-09-07T06:18:27.6406130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ts-1p 2025-09-07T06:18:27.6406810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920 2025-09-07T06:18:27.6407460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5620-34 2025-09-07T06:18:27.6408140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi9065 2025-09-07T06:18:27.6408880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920c-p-2p 2025-09-07T06:18:27.6409530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b-2p-p 2025-09-07T06:18:27.6410490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b+printer 2025-09-07T06:18:27.6411310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920c-mc-2p 2025-09-07T06:18:27.6411990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/t16 2025-09-07T06:18:27.6412660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920c 2025-09-07T06:18:27.6413520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b-unk-vb 2025-09-07T06:18:27.6414300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tgtelnet 2025-09-07T06:18:27.6414960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b-unk 2025-09-07T06:18:27.6415550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4027 2025-09-07T06:18:27.6416350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/terminology 2025-09-07T06:18:27.6416980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5620 2025-09-07T06:18:27.6417690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912c-mc-vb 2025-09-07T06:18:27.6418400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b+fn 2025-09-07T06:18:27.6419230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tws2103-sna 2025-09-07T06:18:27.6420020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4105-30 2025-09-07T06:18:27.6420840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tws2102-sna 2025-09-07T06:18:27.6421610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4025-17-ws 2025-09-07T06:18:27.6422420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b 2025-09-07T06:18:27.6423100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b-mc 2025-09-07T06:18:27.6423800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi910 2025-09-07T06:18:27.6424540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912c-vb 2025-09-07T06:18:27.6425260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty4424-1 2025-09-07T06:18:27.6425830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/t10 2025-09-07T06:18:27.6426480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920c-unk 2025-09-07T06:18:27.6427040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti707 2025-09-07T06:18:27.6427740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi921 2025-09-07T06:18:27.6428420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti700 2025-09-07T06:18:27.6429150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4404 2025-09-07T06:18:27.6429820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912c-2p 2025-09-07T06:18:27.6430530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi950-2p 2025-09-07T06:18:27.6431160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/teken 2025-09-07T06:18:27.6431840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tt52 2025-09-07T06:18:27.6432580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4025a 2025-09-07T06:18:27.6433340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912c-vb-p 2025-09-07T06:18:27.6434000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b-unk-2p 2025-09-07T06:18:27.6434820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5410v1-w 2025-09-07T06:18:27.6435430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/trs2 2025-09-07T06:18:27.6436110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912c-mc-2p 2025-09-07T06:18:27.6436700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi950 2025-09-07T06:18:27.6437320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti924 2025-09-07T06:18:27.6438000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tw52-m 2025-09-07T06:18:27.6438650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti916-132 2025-09-07T06:18:27.6439610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5420-nl 2025-09-07T06:18:27.6440260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5425-w 2025-09-07T06:18:27.6440850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi950-rv 2025-09-07T06:18:27.6441500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920c-p-vb 2025-09-07T06:18:27.6442250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920c-mc-vb 2025-09-07T06:18:27.6442960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi970-2p 2025-09-07T06:18:27.6443650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4207 2025-09-07T06:18:27.6444460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/teraterm4.59 2025-09-07T06:18:27.6445150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912cc 2025-09-07T06:18:27.6445870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912c-vb-unk 2025-09-07T06:18:27.6446640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/t3800 2025-09-07T06:18:27.6447450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b-mc-vb 2025-09-07T06:18:27.6448220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/terminology-1.0.0 2025-09-07T06:18:27.6448820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tw100 2025-09-07T06:18:27.6449520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b+dim 2025-09-07T06:18:27.6450150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/terminet300 2025-09-07T06:18:27.6450750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/teken-2018 2025-09-07T06:18:27.6451350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti703-w 2025-09-07T06:18:27.6451980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty43 2025-09-07T06:18:27.6452650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4113 2025-09-07T06:18:27.6453520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/teken-16color 2025-09-07T06:18:27.6454190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/terminator 2025-09-07T06:18:27.6454830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4114 2025-09-07T06:18:27.6455370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti_ansi 2025-09-07T06:18:27.6456080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ts100-ctxt 2025-09-07T06:18:27.6456830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5425-nl 2025-09-07T06:18:27.6457480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/teletec 2025-09-07T06:18:27.6458090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ts1p 2025-09-07T06:18:27.6458830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b-2p-unk 2025-09-07T06:18:27.6459510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b-p-vb 2025-09-07T06:18:27.6460300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4125 2025-09-07T06:18:27.6461050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi950-rv-4p 2025-09-07T06:18:27.6461700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ts100 2025-09-07T06:18:27.6462360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b-2p 2025-09-07T06:18:27.6463070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5410-w 2025-09-07T06:18:27.6463750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b-vb-p 2025-09-07T06:18:27.6464410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tab 2025-09-07T06:18:27.6465200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti707-w 2025-09-07T06:18:27.6465880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b-p 2025-09-07T06:18:27.6466700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi955-w 2025-09-07T06:18:27.6467410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b-mc-2p 2025-09-07T06:18:27.6468210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4113-34 2025-09-07T06:18:27.6468760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912c-p 2025-09-07T06:18:27.6469330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4115 2025-09-07T06:18:27.6469860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912c-unk-vb 2025-09-07T06:18:27.6470330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4112 2025-09-07T06:18:27.6470930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/terminet1200 2025-09-07T06:18:27.6471400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/t3700 2025-09-07T06:18:27.6472160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/teken-sc+fkeys 2025-09-07T06:18:27.6472810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/t1061f 2025-09-07T06:18:27.6473400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty37 2025-09-07T06:18:27.6474060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912c 2025-09-07T06:18:27.6474620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/t1061 2025-09-07T06:18:27.6475320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi803 2025-09-07T06:18:27.6476060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tn1200 2025-09-07T06:18:27.6476730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti924-8 2025-09-07T06:18:27.6477630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920c-vb-unk 2025-09-07T06:18:27.6478340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/teken-vt+fkeys 2025-09-07T06:18:27.6479060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ts100-sp 2025-09-07T06:18:27.6479670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty4420 2025-09-07T06:18:27.6480360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b-2p-mc 2025-09-07T06:18:27.6481010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty4424m 2025-09-07T06:18:27.6481770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4105 2025-09-07T06:18:27.6482520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4015-sm 2025-09-07T06:18:27.6483230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b-vb-mc 2025-09-07T06:18:27.6483850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/terminet 2025-09-07T06:18:27.6484500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b 2025-09-07T06:18:27.6485090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5420-w 2025-09-07T06:18:27.6485830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tab132-w-rv 2025-09-07T06:18:27.6486450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/teleray 2025-09-07T06:18:27.6487020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/trsII 2025-09-07T06:18:27.6487720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b+vb 2025-09-07T06:18:27.6488460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912c-p-2p 2025-09-07T06:18:27.6489090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b-2p-p 2025-09-07T06:18:27.6489760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4109brl 2025-09-07T06:18:27.6490410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty4426 2025-09-07T06:18:27.6491030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b-2p 2025-09-07T06:18:27.6491770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b-unk-2p 2025-09-07T06:18:27.6492470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5420-w-rv 2025-09-07T06:18:27.6493130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4112-5 2025-09-07T06:18:27.6494000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tmux-256color 2025-09-07T06:18:27.6494560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi924 2025-09-07T06:18:27.6495420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5420-rv-nl 2025-09-07T06:18:27.6496190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti924-8w 2025-09-07T06:18:27.6496920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920c-2p-p 2025-09-07T06:18:27.6497900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tab132-w 2025-09-07T06:18:27.6498570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ts-1 2025-09-07T06:18:27.6499250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b-p-2p 2025-09-07T06:18:27.6500010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tws-generic 2025-09-07T06:18:27.6500860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tandem6510 2025-09-07T06:18:27.6501600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/teraterm-256color 2025-09-07T06:18:27.6502350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920c-vb-mc 2025-09-07T06:18:27.6503110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912 2025-09-07T06:18:27.6503830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/teraterm 2025-09-07T06:18:27.6504490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti733 2025-09-07T06:18:27.6509890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4025 2025-09-07T06:18:27.6510100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b+mc 2025-09-07T06:18:27.6510390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5410 2025-09-07T06:18:27.6510510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi92D 2025-09-07T06:18:27.6510640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920c-unk-vb 2025-09-07T06:18:27.6510740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4014 2025-09-07T06:18:27.6510840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/teken-vt 2025-09-07T06:18:27.6510950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920c-2p 2025-09-07T06:18:27.6511050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4013 2025-09-07T06:18:27.6511420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi970 2025-09-07T06:18:27.6512140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b-unk 2025-09-07T06:18:27.6512720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi914 2025-09-07T06:18:27.6513280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti735 2025-09-07T06:18:27.6513930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tmux 2025-09-07T06:18:27.6514550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti703 2025-09-07T06:18:27.6515160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi925 2025-09-07T06:18:27.6515820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/t653x 2025-09-07T06:18:27.6516530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tw52-color 2025-09-07T06:18:27.6517120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/trs16 2025-09-07T06:18:27.6517820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4012 2025-09-07T06:18:27.6518450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5420 2025-09-07T06:18:27.6519170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/trs80II 2025-09-07T06:18:27.6519890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4015 2025-09-07T06:18:27.6520570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/teken-sc 2025-09-07T06:18:27.6521250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b-p 2025-09-07T06:18:27.6521970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b-2p-unk 2025-09-07T06:18:27.6522580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tab132 2025-09-07T06:18:27.6523290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4023 2025-09-07T06:18:27.6523990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920c-p 2025-09-07T06:18:27.6524740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tandem653 2025-09-07T06:18:27.6525460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4024 2025-09-07T06:18:27.6526210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912c-2p-mc 2025-09-07T06:18:27.6526830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi955-hb 2025-09-07T06:18:27.6527460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi92B 2025-09-07T06:18:27.6528220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912c-unk 2025-09-07T06:18:27.6528910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4014-sm 2025-09-07T06:18:27.6529560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5420-w-nl 2025-09-07T06:18:27.6530160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti916 2025-09-07T06:18:27.6530850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4205 2025-09-07T06:18:27.6531530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b-vb-p 2025-09-07T06:18:27.6532190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/teraterm4.97 2025-09-07T06:18:27.6532920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4025-cr 2025-09-07T06:18:27.6533560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4113-nd 2025-09-07T06:18:27.6534290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912c-vb-mc 2025-09-07T06:18:27.6535110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b-vb-unk 2025-09-07T06:18:27.6535820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tmux-direct 2025-09-07T06:18:27.6536550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti916-220-7 2025-09-07T06:18:27.6537160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4107brl 2025-09-07T06:18:27.6537820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ts1 2025-09-07T06:18:27.6538410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti926 2025-09-07T06:18:27.6539220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920c-unk-2p 2025-09-07T06:18:27.6539790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti924w 2025-09-07T06:18:27.6540600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tn300 2025-09-07T06:18:27.6541440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi955 2025-09-07T06:18:27.6542160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi950-4p 2025-09-07T06:18:27.6542840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti928 2025-09-07T06:18:27.6543470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b-mc 2025-09-07T06:18:27.6544240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920c-vb 2025-09-07T06:18:27.6544830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti745 2025-09-07T06:18:27.6545450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tws2103 2025-09-07T06:18:27.6546220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti916-220-8 2025-09-07T06:18:27.6547060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5620-24 2025-09-07T06:18:27.6547940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5410v1 2025-09-07T06:18:27.6548750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5420+nl 2025-09-07T06:18:27.6549470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4025ex 2025-09-07T06:18:27.6550080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4025-ex 2025-09-07T06:18:27.6550950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920c-2p-mc 2025-09-07T06:18:27.6551640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b-p-vb 2025-09-07T06:18:27.6552190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti800 2025-09-07T06:18:27.6552830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912c-p-vb 2025-09-07T06:18:27.6553560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5420-w-rv-n 2025-09-07T06:18:27.6554160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b+2p 2025-09-07T06:18:27.6554680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty40 2025-09-07T06:18:27.6555440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b-unk-vb 2025-09-07T06:18:27.6556170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi950-rv-2p 2025-09-07T06:18:27.6556880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920c-mc 2025-09-07T06:18:27.6557560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b-vb 2025-09-07T06:18:27.6558100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tt 2025-09-07T06:18:27.6558700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4207-s 2025-09-07T06:18:27.6559430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b-2p-mc 2025-09-07T06:18:27.6560140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti916-8 2025-09-07T06:18:27.6560820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/teraterm2.3 2025-09-07T06:18:27.6561610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/terminology-0.6.1 2025-09-07T06:18:27.6562330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi910+ 2025-09-07T06:18:27.6562960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvipt 2025-09-07T06:18:27.6563870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b-vb-mc 2025-09-07T06:18:27.6564510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/termite 2025-09-07T06:18:27.6565210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920c-2p-unk 2025-09-07T06:18:27.6565910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4105a 2025-09-07T06:18:27.6566520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4112-nd 2025-09-07T06:18:27.6567250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/teken-2022 2025-09-07T06:18:27.6567940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4025-17 2025-09-07T06:18:27.6568850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920c-vb-p 2025-09-07T06:18:27.6569510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4106brl 2025-09-07T06:18:27.6570430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/terminology-1.8.1 2025-09-07T06:18:27.6570980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tkterm 2025-09-07T06:18:27.6571670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/4c/LFT-PC850 2025-09-07T06:18:27.6572380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/4d/MtxOrb162 2025-09-07T06:18:27.6572990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/4d/MtxOrb 2025-09-07T06:18:27.6573770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/4d/MtxOrb204 2025-09-07T06:18:27.6574320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/75/uniterm 2025-09-07T06:18:27.6575030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/75/ultima2 2025-09-07T06:18:27.6575690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/75/uniterm49 2025-09-07T06:18:27.6576320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/75/uts30 2025-09-07T06:18:27.6576980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/75/ultimaII 2025-09-07T06:18:27.6577590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/75/unixpc 2025-09-07T06:18:27.6578240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/75/unknown 2025-09-07T06:18:27.6578780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/75/uwin 2025-09-07T06:18:27.6579590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rebus3180 2025-09-07T06:18:27.6580370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rbcomm-w 2025-09-07T06:18:27.6581110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/report+version 2025-09-07T06:18:27.6581970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rxvt-xpm 2025-09-07T06:18:27.6582610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rtpc 2025-09-07T06:18:27.6583270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rxvt-16color 2025-09-07T06:18:27.6584000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rxvt-cygwin-native 2025-09-07T06:18:27.6584680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/regent200 2025-09-07T06:18:27.6585410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rt6221 2025-09-07T06:18:27.6586160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rbcomm-nam 2025-09-07T06:18:27.6586940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rbcomm 2025-09-07T06:18:27.6587820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rxvt-88color 2025-09-07T06:18:27.6588440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rcons 2025-09-07T06:18:27.6589040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rxvt-cygwin 2025-09-07T06:18:27.6589680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/regent40 2025-09-07T06:18:27.6590320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/regent100 2025-09-07T06:18:27.6591060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/regent25 2025-09-07T06:18:27.6591720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/report+da2 2025-09-07T06:18:27.6592250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rxvt 2025-09-07T06:18:27.6592860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/regent60 2025-09-07T06:18:27.6593540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rio 2025-09-07T06:18:27.6594270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rca 2025-09-07T06:18:27.6594870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rxvt-color 2025-09-07T06:18:27.6595680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rxvt-256color 2025-09-07T06:18:27.6596380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rt6221-w 2025-09-07T06:18:27.6596970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rxvt-basic 2025-09-07T06:18:27.6597750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rcons-color 2025-09-07T06:18:27.6598380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rio-direct 2025-09-07T06:18:27.6599060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/regent40+ 2025-09-07T06:18:27.6599880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rxvt+pcfkeys 2025-09-07T06:18:27.6600440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/regent 2025-09-07T06:18:27.6601140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/regent20 2025-09-07T06:18:27.6601970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/konsole-vt100 2025-09-07T06:18:27.6602550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kterm 2025-09-07T06:18:27.6603300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/konsole-direct 2025-09-07T06:18:27.6604030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/konsole-base 2025-09-07T06:18:27.6604620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/klone+sgr 2025-09-07T06:18:27.6605350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kds7372-w 2025-09-07T06:18:27.6606090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kterm-color 2025-09-07T06:18:27.6606910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/konsole-vt420pc 2025-09-07T06:18:27.6607580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kvt 2025-09-07T06:18:27.6608450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kaypro 2025-09-07T06:18:27.6609250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/konsole 2025-09-07T06:18:27.6609960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/konsole-solaris 2025-09-07T06:18:27.6610770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/konsole-linux 2025-09-07T06:18:27.6611520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/ktm 2025-09-07T06:18:27.6612300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/klone+sgr-dumb 2025-09-07T06:18:27.6613010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kitty+common 2025-09-07T06:18:27.6613770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/konsole-16color 2025-09-07T06:18:27.6614440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/k45 2025-09-07T06:18:27.6615100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kermit-am 2025-09-07T06:18:27.6615850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kds6402 2025-09-07T06:18:27.6616430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kds7372 2025-09-07T06:18:27.6617070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/klone+acs 2025-09-07T06:18:27.6617830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kitty+setal 2025-09-07T06:18:27.6618670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/konsole+pcfkeys 2025-09-07T06:18:27.6619280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/konsole-xf3x 2025-09-07T06:18:27.6619860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kt7ix 2025-09-07T06:18:27.6620710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/konsole-256color 2025-09-07T06:18:27.6621250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kermit 2025-09-07T06:18:27.6622180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kitty-direct 2025-09-07T06:18:27.6622710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kt7 2025-09-07T06:18:27.6623430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/klone+color 2025-09-07T06:18:27.6624060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kitty 2025-09-07T06:18:27.6624770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kterm-co 2025-09-07T06:18:27.6625480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/klone+koi8acs 2025-09-07T06:18:27.6626280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/klone+sgr8 2025-09-07T06:18:27.6626890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/konsole-xf4x 2025-09-07T06:18:27.6627400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kon 2025-09-07T06:18:27.6628070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kaypro2 2025-09-07T06:18:27.6628600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kon2 2025-09-07T06:18:27.6629190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/38/8510 2025-09-07T06:18:27.6629870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/newscbm 2025-09-07T06:18:27.6630710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ndr9500-25-mc-nl 2025-09-07T06:18:27.6631370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr160wy60wpp 2025-09-07T06:18:27.6632180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-build309 2025-09-07T06:18:27.6632900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp-517 2025-09-07T06:18:27.6633570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260vt200wpp 2025-09-07T06:18:27.6634200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ntconsole-25-w 2025-09-07T06:18:27.6634930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260wy50+pp 2025-09-07T06:18:27.6635530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news28-a 2025-09-07T06:18:27.6636140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ndr9500-25 2025-09-07T06:18:27.6636890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news-29-euc 2025-09-07T06:18:27.6637430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/next 2025-09-07T06:18:27.6638030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp-511 2025-09-07T06:18:27.6638780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-acs-s 2025-09-07T06:18:27.6639430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/netbsd6 2025-09-07T06:18:27.6640020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ntconsole-50-w 2025-09-07T06:18:27.6640590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ntconsole-60-nti 2025-09-07T06:18:27.6641110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-c-s-7 2025-09-07T06:18:27.6641680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-build440 2025-09-07T06:18:27.6642300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr160vt100an 2025-09-07T06:18:27.6642910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260vt+sl 2025-09-07T06:18:27.6643820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260vt100pp 2025-09-07T06:18:27.6644800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/newhpkeyboard 2025-09-07T06:18:27.6645390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news-42-sjis 2025-09-07T06:18:27.6646230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr160vpwpp 2025-09-07T06:18:27.6646870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nxterm 2025-09-07T06:18:27.6647700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwe501 2025-09-07T06:18:27.6648350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nansisysk 2025-09-07T06:18:27.6649110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr160vt200an 2025-09-07T06:18:27.6649760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260vt300pp 2025-09-07T06:18:27.6650520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260wy325wpp 2025-09-07T06:18:27.6651390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260vp+sl 2025-09-07T06:18:27.6652000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news40 2025-09-07T06:18:27.6652670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ntconsole-35-w 2025-09-07T06:18:27.6653440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260wy350wpp 2025-09-07T06:18:27.6654130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260vt300wpp 2025-09-07T06:18:27.6654800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ntconsole-100 2025-09-07T06:18:27.6655650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncsa-vt220-8 2025-09-07T06:18:27.6656340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp512-a 2025-09-07T06:18:27.6657120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp518-o 2025-09-07T06:18:27.6657840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr160vt300an 2025-09-07T06:18:27.6658460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260vt200pp 2025-09-07T06:18:27.6659260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr160vt100wpp 2025-09-07T06:18:27.6659910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ndr9500 2025-09-07T06:18:27.6660600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp512-o 2025-09-07T06:18:27.6661310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp518-a 2025-09-07T06:18:27.6662010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ntconsole-100-nti 2025-09-07T06:18:27.6662690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news40-o 2025-09-07T06:18:27.6663350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-m 2025-09-07T06:18:27.6663990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ndr9500-mc 2025-09-07T06:18:27.6664570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm+s 2025-09-07T06:18:27.6665350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ndr9500-nl 2025-09-07T06:18:27.6666090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news40-a 2025-09-07T06:18:27.6666740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-c 2025-09-07T06:18:27.6667380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nec5520 2025-09-07T06:18:27.6668150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260wy325pp 2025-09-07T06:18:27.6668820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260vt100wan 2025-09-07T06:18:27.6669440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-7-s 2025-09-07T06:18:27.6670280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwe501-o 2025-09-07T06:18:27.6671000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news31 2025-09-07T06:18:27.6671740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr160vt300wan 2025-09-07T06:18:27.6672380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp251-o 2025-09-07T06:18:27.6672970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncrvt100wan 2025-09-07T06:18:27.6673600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news-old-unk 2025-09-07T06:18:27.6674280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp251-a 2025-09-07T06:18:27.6675190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwe501-a 2025-09-07T06:18:27.6676010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-s-acs 2025-09-07T06:18:27.6676750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm+7 2025-09-07T06:18:27.6677400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-build400 2025-09-07T06:18:27.6678080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-bce 2025-09-07T06:18:27.6678790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncrvt100an 2025-09-07T06:18:27.6679560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ndr9500-mc-nl 2025-09-07T06:18:27.6680140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nansisys 2025-09-07T06:18:27.6680940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm+acs 2025-09-07T06:18:27.6681790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ntconsole-w 2025-09-07T06:18:27.6682400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-c-acs 2025-09-07T06:18:27.6683130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news-33-sjis 2025-09-07T06:18:27.6683790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncsa-m 2025-09-07T06:18:27.6684560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-m-s-acs 2025-09-07T06:18:27.6685140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp518 2025-09-07T06:18:27.6685800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp511 2025-09-07T06:18:27.6686490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-m-7 2025-09-07T06:18:27.6687110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp517-w 2025-09-07T06:18:27.6687850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260intwan 2025-09-07T06:18:27.6688740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-acs-c-s 2025-09-07T06:18:27.6689310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-c-s 2025-09-07T06:18:27.6690050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260wy350pp 2025-09-07T06:18:27.6690850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm+c41 2025-09-07T06:18:27.6691570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp517 2025-09-07T06:18:27.6692220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncsa 2025-09-07T06:18:27.6692860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news31-a 2025-09-07T06:18:27.6693580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260intan 2025-09-07T06:18:27.6694170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/newhp 2025-09-07T06:18:27.6694860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news31-o 2025-09-07T06:18:27.6695560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-m-s 2025-09-07T06:18:27.6696230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr160vt200wan 2025-09-07T06:18:27.6696850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/n7900 2025-09-07T06:18:27.6697530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news-29-sjis 2025-09-07T06:18:27.6698270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr160wy50+wpp 2025-09-07T06:18:27.6699080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ntconsole-25 2025-09-07T06:18:27.6699780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nd9500 2025-09-07T06:18:27.6700390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-c-7 2025-09-07T06:18:27.6701050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-acs-m-s 2025-09-07T06:18:27.6701760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ntconsole-50 2025-09-07T06:18:27.6702540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-build361 2025-09-07T06:18:27.6703400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260vpwpp 2025-09-07T06:18:27.6704180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr7900iv 2025-09-07T06:18:27.6704820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-c-s-acs 2025-09-07T06:18:27.6705420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr7901 2025-09-07T06:18:27.6706260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr160vt100wan 2025-09-07T06:18:27.6706860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nansi.sysk 2025-09-07T06:18:27.6707580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr160vt300pp 2025-09-07T06:18:27.6708360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260vt200an 2025-09-07T06:18:27.6709000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr160wy60pp 2025-09-07T06:18:27.6709820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260vt300wan 2025-09-07T06:18:27.6710450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr160vppp 2025-09-07T06:18:27.6711170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr160vt200pp 2025-09-07T06:18:27.6711900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260vt300an 2025-09-07T06:18:27.6712520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-7-c-s 2025-09-07T06:18:27.6713170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-acs-c 2025-09-07T06:18:27.6713790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ntconsole-35 2025-09-07T06:18:27.6714480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ntconsole-25-nti 2025-09-07T06:18:27.6715120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp-517-w 2025-09-07T06:18:27.6715940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-acs-m 2025-09-07T06:18:27.6716810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-m-acs 2025-09-07T06:18:27.6717680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ntconsole-25-w-vt 2025-09-07T06:18:27.6718240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr7900 2025-09-07T06:18:27.6718840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ntconsole-60 2025-09-07T06:18:27.6719620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-7-m-s 2025-09-07T06:18:27.6720330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260vt100an 2025-09-07T06:18:27.6721010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-old 2025-09-07T06:18:27.6721660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-acs 2025-09-07T06:18:27.6722470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr160vt100pp 2025-09-07T06:18:27.6723180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/newscbm33 2025-09-07T06:18:27.6723930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news 2025-09-07T06:18:27.6724620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news-42-euc 2025-09-07T06:18:27.6725430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news-33 2025-09-07T06:18:27.6726140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/no+brackets 2025-09-07T06:18:27.6727000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news-unk 2025-09-07T06:18:27.6727600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news42 2025-09-07T06:18:27.6728340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/newscbm-o 2025-09-07T06:18:27.6729110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-direct 2025-09-07T06:18:27.6729800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp514-a 2025-09-07T06:18:27.6730470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-256color 2025-09-07T06:18:27.6731170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news29 2025-09-07T06:18:27.6731780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncsa-m-ns 2025-09-07T06:18:27.6732540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp514-o 2025-09-07T06:18:27.6733350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/newscbm-a 2025-09-07T06:18:27.6734110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ndr9500-25-nl 2025-09-07T06:18:27.6734840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncsa-ns 2025-09-07T06:18:27.6735610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ndr9500-25-mc 2025-09-07T06:18:27.6736610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ntconsole-35-nti 2025-09-07T06:18:27.6737290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nec 2025-09-07T06:18:27.6738010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260wy60wpp 2025-09-07T06:18:27.6738680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260wy50+wpp 2025-09-07T06:18:27.6739320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260vt200wan 2025-09-07T06:18:27.6740030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr160wy50+pp 2025-09-07T06:18:27.6740750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-16color 2025-09-07T06:18:27.6741490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news28 2025-09-07T06:18:27.6742190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm+mac 2025-09-07T06:18:27.6742820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ntconsole-60-w 2025-09-07T06:18:27.6743480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260vppp 2025-09-07T06:18:27.6744280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-7 2025-09-07T06:18:27.6745030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ntconsole-w-vt 2025-09-07T06:18:27.6745740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr160vt200wpp 2025-09-07T06:18:27.6746340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260intpp 2025-09-07T06:18:27.6747120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-m-s-7 2025-09-07T06:18:27.6747720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm+c 2025-09-07T06:18:27.6748370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260wy60pp 2025-09-07T06:18:27.6748930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news-42 2025-09-07T06:18:27.6749740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ntconsole-50-nti 2025-09-07T06:18:27.6750350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news33 2025-09-07T06:18:27.6750990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-s 2025-09-07T06:18:27.6751710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-7-c 2025-09-07T06:18:27.6752460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260intwpp 2025-09-07T06:18:27.6753100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-s-7 2025-09-07T06:18:27.6753740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news-29 2025-09-07T06:18:27.6754540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-7-m 2025-09-07T06:18:27.6755160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news-a 2025-09-07T06:18:27.6755950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncsa-vt220 2025-09-07T06:18:27.6756530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news-o 2025-09-07T06:18:27.6757190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr7900i 2025-09-07T06:18:27.6757950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nextshell 2025-09-07T06:18:27.6758700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncrvt100pp 2025-09-07T06:18:27.6759290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp512 2025-09-07T06:18:27.6759970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/northstar 2025-09-07T06:18:27.6760580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm 2025-09-07T06:18:27.6761250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr160vt300wpp 2025-09-07T06:18:27.6762000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncrvt100wpp 2025-09-07T06:18:27.6762840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260vt100wpp 2025-09-07T06:18:27.6763690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nansi.sys 2025-09-07T06:18:27.6764360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-build326 2025-09-07T06:18:27.6765020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp513-o 2025-09-07T06:18:27.6765810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp513 2025-09-07T06:18:27.6766540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp514 2025-09-07T06:18:27.6767170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ntconsole 2025-09-07T06:18:27.6768030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-build343 2025-09-07T06:18:27.6768660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp513-a 2025-09-07T06:18:27.6769390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news-33-euc 2025-09-07T06:18:27.6769960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/36/6053-dg 2025-09-07T06:18:27.6770790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/36/605x-dg 2025-09-07T06:18:27.6771370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/36/6053 2025-09-07T06:18:27.6771980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/36/605x 2025-09-07T06:18:27.6772590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/36/630MTG-24 2025-09-07T06:18:27.6773330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/36/630-lm 2025-09-07T06:18:27.6773910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/31/1178 2025-09-07T06:18:27.6774800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/31/1730-lm 2025-09-07T06:18:27.6775480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/excel62-w 2025-09-07T06:18:27.6776160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/emu-220 2025-09-07T06:18:27.6776710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/emu 2025-09-07T06:18:27.6777350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/excel62 2025-09-07T06:18:27.6777980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/excel64 2025-09-07T06:18:27.6778870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/ecma+italics 2025-09-07T06:18:27.6779530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/ex155 2025-09-07T06:18:27.6780160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/ecma+sgr 2025-09-07T06:18:27.6781070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/ecma+strikeout 2025-09-07T06:18:27.6781670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/excel64-rv 2025-09-07T06:18:27.6782420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/elks-vt52 2025-09-07T06:18:27.6783020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/ep4000 2025-09-07T06:18:27.6783710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/ecma+index 2025-09-07T06:18:27.6784250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/ep48 2025-09-07T06:18:27.6784910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/elks-glasstty 2025-09-07T06:18:27.6785650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/emx-base 2025-09-07T06:18:27.6786190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/ecma+color 2025-09-07T06:18:27.6786840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/ep40 2025-09-07T06:18:27.6787600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/ep4080 2025-09-07T06:18:27.6788310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/excel62-rv 2025-09-07T06:18:27.6789040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/env230 2025-09-07T06:18:27.6789960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/excel64-w 2025-09-07T06:18:27.6790810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/envision230 2025-09-07T06:18:27.6791550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/ergo4000 2025-09-07T06:18:27.6792340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/elks-ansi 2025-09-07T06:18:27.6792970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/esprit-am 2025-09-07T06:18:27.6793590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/emots 2025-09-07T06:18:27.6794240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/esprit 2025-09-07T06:18:27.6794790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/elks 2025-09-07T06:18:27.6795550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/eterm 2025-09-07T06:18:27.6796350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/exec80 2025-09-07T06:18:27.6797000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/eterm-color 2025-09-07T06:18:27.6797720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bct510a 2025-09-07T06:18:27.6798580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bq300-pc-w-rv 2025-09-07T06:18:27.6799350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bq300-8 2025-09-07T06:18:27.6800040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bsdos-pc-nobold 2025-09-07T06:18:27.6800690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bg2.0 2025-09-07T06:18:27.6801400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/b-128 2025-09-07T06:18:27.6801970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bq300 2025-09-07T06:18:27.6802680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bsdos-pc 2025-09-07T06:18:27.6803290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bq300-8-pc 2025-09-07T06:18:27.6803990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bg3.10rv 2025-09-07T06:18:27.6804660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bee 2025-09-07T06:18:27.6805460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bq300-w-8rv 2025-09-07T06:18:27.6806160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bh4 2025-09-07T06:18:27.6806730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/beehiveIIIm 2025-09-07T06:18:27.6807570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bsdos-pc-m 2025-09-07T06:18:27.6808300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bq300-pc-rv 2025-09-07T06:18:27.6809030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bracketed+paste 2025-09-07T06:18:27.6809670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bq300-pc 2025-09-07T06:18:27.6810280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bg3.10nv 2025-09-07T06:18:27.6810910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bq300-8-pc-w 2025-09-07T06:18:27.6811630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bq300-8rv 2025-09-07T06:18:27.6812130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bq300-rv 2025-09-07T06:18:27.6812580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/basic4 2025-09-07T06:18:27.6813080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bct510d 2025-09-07T06:18:27.6813590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bq300-8w 2025-09-07T06:18:27.6814090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/beehive 2025-09-07T06:18:27.6814580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bq300-w 2025-09-07T06:18:27.6815090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bg1.25nv 2025-09-07T06:18:27.6815590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bg2.0nv 2025-09-07T06:18:27.6816290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bantam 2025-09-07T06:18:27.6817050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bobcat 2025-09-07T06:18:27.6817630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bg3.10 2025-09-07T06:18:27.6818380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bq300-8-pc-rv 2025-09-07T06:18:27.6819090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bh3m 2025-09-07T06:18:27.6819840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bitgraph 2025-09-07T06:18:27.6820640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bq300-w-rv 2025-09-07T06:18:27.6821270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bterm 2025-09-07T06:18:27.6822060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bsdos-pc-mono 2025-09-07T06:18:27.6822660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bg1.25rv 2025-09-07T06:18:27.6823300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bg2.0rv 2025-09-07T06:18:27.6824250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bsdos-sparc 2025-09-07T06:18:27.6824920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/beehive4 2025-09-07T06:18:27.6825550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/beehive3 2025-09-07T06:18:27.6826140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/beterm 2025-09-07T06:18:27.6826820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/basis 2025-09-07T06:18:27.6827470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/blit 2025-09-07T06:18:27.6828210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bsdos-ppc 2025-09-07T06:18:27.6828820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bg1.25 2025-09-07T06:18:27.6829580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bq300-8-pc-w-rv 2025-09-07T06:18:27.6830220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bq300-pc-w 2025-09-07T06:18:27.6830930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/beacon 2025-09-07T06:18:27.6831540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/37/730MTGr 2025-09-07T06:18:27.6832300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/37/730MTGr-24 2025-09-07T06:18:27.6832910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/37/730MTG-24 2025-09-07T06:18:27.6833630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/37/730MTG-41 2025-09-07T06:18:27.6834480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/37/730MTG-41r 2025-09-07T06:18:27.6834940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mime314 2025-09-07T06:18:27.6835710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mosh 2025-09-07T06:18:27.6836340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mskermit227 2025-09-07T06:18:27.6837110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mouse-sun 2025-09-07T06:18:27.6837630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mai 2025-09-07T06:18:27.6838450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mterm-ansi 2025-09-07T06:18:27.6839030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mt70 2025-09-07T06:18:27.6839680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mod24 2025-09-07T06:18:27.6840300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mime340 2025-09-07T06:18:27.6840980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/modgraph48 2025-09-07T06:18:27.6841580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mgterm 2025-09-07T06:18:27.6842260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mach-gnu-color 2025-09-07T06:18:27.6842870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/msk227 2025-09-07T06:18:27.6843580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/minix-old 2025-09-07T06:18:27.6844250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mintty+common 2025-09-07T06:18:27.6844910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mime-fb 2025-09-07T06:18:27.6845540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/masscomp 2025-09-07T06:18:27.6846120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/masscomp2 2025-09-07T06:18:27.6846670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mterm 2025-09-07T06:18:27.6847440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mime2 2025-09-07T06:18:27.6848020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mvterm 2025-09-07T06:18:27.6848750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mt-70 2025-09-07T06:18:27.6849540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/minix-old-am 2025-09-07T06:18:27.6850250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mrxvt-256color 2025-09-07T06:18:27.6851220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mlterm2 2025-09-07T06:18:27.6851780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/macintosh 2025-09-07T06:18:27.6852410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/macterminal-w 2025-09-07T06:18:27.6853110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/ms-vt100 2025-09-07T06:18:27.6853790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mach-gnu 2025-09-07T06:18:27.6854450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mac-w 2025-09-07T06:18:27.6855070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/microterm5 2025-09-07T06:18:27.6855620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/m2-nam 2025-09-07T06:18:27.6856450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mskermit227am 2025-09-07T06:18:27.6856990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mlterm3 2025-09-07T06:18:27.6857580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mime2a-v 2025-09-07T06:18:27.6858250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mime2a 2025-09-07T06:18:27.6859090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/minix-1.7 2025-09-07T06:18:27.6859750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/minitel2-80 2025-09-07T06:18:27.6860560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/modgraph2 2025-09-07T06:18:27.6861180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/minitel1-nb 2025-09-07T06:18:27.6861800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mime-hb 2025-09-07T06:18:27.6862450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/msk227am 2025-09-07T06:18:27.6863070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mimeii 2025-09-07T06:18:27.6863860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/minitel1b-80 2025-09-07T06:18:27.6864720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/microbee 2025-09-07T06:18:27.6865330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mosh-256color 2025-09-07T06:18:27.6866040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mlterm-direct 2025-09-07T06:18:27.6866740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/ms-vt100-16color 2025-09-07T06:18:27.6867510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mgr-linux 2025-09-07T06:18:27.6868260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mskermit22714 2025-09-07T06:18:27.6868960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mintty-direct 2025-09-07T06:18:27.6869610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mostlike 2025-09-07T06:18:27.6870330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mgr-sun 2025-09-07T06:18:27.6870990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mac 2025-09-07T06:18:27.6871720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/minitel1 2025-09-07T06:18:27.6872480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mgt 2025-09-07T06:18:27.6873160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mime-3ax 2025-09-07T06:18:27.6873850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mlterm-256color 2025-09-07T06:18:27.6874530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/minitel12-80 2025-09-07T06:18:27.6875110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/modgraph 2025-09-07T06:18:27.6875750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mgr 2025-09-07T06:18:27.6876390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/microterm 2025-09-07T06:18:27.6877230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mlterm+pcfkeys 2025-09-07T06:18:27.6878030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/masscomp1 2025-09-07T06:18:27.6878740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mach-color 2025-09-07T06:18:27.6879320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mime1 2025-09-07T06:18:27.6879980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mm314 2025-09-07T06:18:27.6880790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mime3a 2025-09-07T06:18:27.6881460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mm340 2025-09-07T06:18:27.6882250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mt4520-rv 2025-09-07T06:18:27.6882820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/megatek 2025-09-07T06:18:27.6883620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/minitel-2-nam 2025-09-07T06:18:27.6884350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/minitel1b-nb 2025-09-07T06:18:27.6885100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/minitel-2 2025-09-07T06:18:27.6885700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mono-emx 2025-09-07T06:18:27.6886490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mime 2025-09-07T06:18:27.6887070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/msk22714 2025-09-07T06:18:27.6887810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mdl110 2025-09-07T06:18:27.6888420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mimei 2025-09-07T06:18:27.6889040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mach 2025-09-07T06:18:27.6889860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mime2a-s 2025-09-07T06:18:27.6890490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/minix-1.5 2025-09-07T06:18:27.6891100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/microb 2025-09-07T06:18:27.6891650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/memhp 2025-09-07T06:18:27.6892380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mintty 2025-09-07T06:18:27.6893180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mlterm 2025-09-07T06:18:27.6894000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/ms-vt100-color 2025-09-07T06:18:27.6894640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/minix-3.0 2025-09-07T06:18:27.6895240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mime3ax 2025-09-07T06:18:27.6895930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/ms-vt100+ 2025-09-07T06:18:27.6896630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/morphos 2025-09-07T06:18:27.6897270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/minitel 2025-09-07T06:18:27.6897920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/minix 2025-09-07T06:18:27.6898430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mod 2025-09-07T06:18:27.6899120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mach-bold 2025-09-07T06:18:27.6899820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/minitel1b 2025-09-07T06:18:27.6900480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/ms-terminal 2025-09-07T06:18:27.6901190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mrxvt 2025-09-07T06:18:27.6901930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/ms-vt-utf8 2025-09-07T06:18:27.6902670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/lisaterm-w 2025-09-07T06:18:27.6903280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux3.0 2025-09-07T06:18:27.6904050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux+sfkeys 2025-09-07T06:18:27.6904710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux-m2 2025-09-07T06:18:27.6905300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/luna 2025-09-07T06:18:27.6905990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux-lat 2025-09-07T06:18:27.6906690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/luna68k 2025-09-07T06:18:27.6907540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux-koi8r 2025-09-07T06:18:27.6908120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/la120 2025-09-07T06:18:27.6908890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/lft-pc850 2025-09-07T06:18:27.6909490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux2.2 2025-09-07T06:18:27.6910150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux-s 2025-09-07T06:18:27.6910920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux+decid 2025-09-07T06:18:27.6911570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/lisaterm 2025-09-07T06:18:27.6912360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux-16color 2025-09-07T06:18:27.6912930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/ln03 2025-09-07T06:18:27.6913730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/ln03-w 2025-09-07T06:18:27.6914430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux-vt 2025-09-07T06:18:27.6915020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/layer 2025-09-07T06:18:27.6915890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux+kbs 2025-09-07T06:18:27.6916700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux-basic 2025-09-07T06:18:27.6917470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/lisa 2025-09-07T06:18:27.6918220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux 2025-09-07T06:18:27.6918730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux-m1 2025-09-07T06:18:27.6919580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux-c-nc 2025-09-07T06:18:27.6920190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/liswb 2025-09-07T06:18:27.6920900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/lft 2025-09-07T06:18:27.6921530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux-m1b 2025-09-07T06:18:27.6922160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux2.6 2025-09-07T06:18:27.6922930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux2.6.26 2025-09-07T06:18:27.6923600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux-c 2025-09-07T06:18:27.6924210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux-m 2025-09-07T06:18:27.6924850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux-nic 2025-09-07T06:18:27.6925500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux-koi8 2025-09-07T06:18:27.6926250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/lpr 2025-09-07T06:18:27.6926790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/39/955-w 2025-09-07T06:18:27.6927360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/39/9term 2025-09-07T06:18:27.6928010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/39/955-hb 2025-09-07T06:18:27.6928840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/concept108-4p 2025-09-07T06:18:27.6929700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/coco3 2025-09-07T06:18:27.6930490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/citoh-6lpi 2025-09-07T06:18:27.6931050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cx100 2025-09-07T06:18:27.6931750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/c321 2025-09-07T06:18:27.6932320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cit80 2025-09-07T06:18:27.6933150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons50 2025-09-07T06:18:27.6933830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cops-10 2025-09-07T06:18:27.6934750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/concept-avt 2025-09-07T06:18:27.6935290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons50r 2025-09-07T06:18:27.6936030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/concept100-rv 2025-09-07T06:18:27.6936600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons60 2025-09-07T06:18:27.6937130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cci1 2025-09-07T06:18:27.6937880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/coherent 2025-09-07T06:18:27.6938480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cad68-2 2025-09-07T06:18:27.6939170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cyb83 2025-09-07T06:18:27.6939810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons50-koi8r 2025-09-07T06:18:27.6940520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cbunix 2025-09-07T06:18:27.6941170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/c108-rv 2025-09-07T06:18:27.6941760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/c108-8p 2025-09-07T06:18:27.6942340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cs10-w 2025-09-07T06:18:27.6942960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons60l1 2025-09-07T06:18:27.6943570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cad68-3 2025-09-07T06:18:27.6944170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/citc 2025-09-07T06:18:27.6944970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/c108-rv-8p 2025-09-07T06:18:27.6945770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/concept108-w8p 2025-09-07T06:18:27.6946520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/citoh-ps 2025-09-07T06:18:27.6947070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/c100-4p 2025-09-07T06:18:27.6947920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cit101e-n132 2025-09-07T06:18:27.6948730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/contel320 2025-09-07T06:18:27.6949550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons25-koi8r-m 2025-09-07T06:18:27.6950090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/ct82 2025-09-07T06:18:27.6950850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/ct8500 2025-09-07T06:18:27.6951410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cops 2025-09-07T06:18:27.6952040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/concept100 2025-09-07T06:18:27.6952890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/contel321 2025-09-07T06:18:27.6953610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/citoh-8lpi 2025-09-07T06:18:27.6954240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons60-m 2025-09-07T06:18:27.6954790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons25w 2025-09-07T06:18:27.6955450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cbblit 2025-09-07T06:18:27.6956050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/concept108 2025-09-07T06:18:27.6956720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons60r 2025-09-07T06:18:27.6957340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/ctrm 2025-09-07T06:18:27.6957940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/contour 2025-09-07T06:18:27.6958630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cit101e-rv 2025-09-07T06:18:27.6959250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/c100-rv-4p 2025-09-07T06:18:27.6959980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/ci8510 2025-09-07T06:18:27.6960770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons60-koi8r-m 2025-09-07T06:18:27.6961410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons50-iso-m 2025-09-07T06:18:27.6962070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/commodore 2025-09-07T06:18:27.6962670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/c108 2025-09-07T06:18:27.6963320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons43 2025-09-07T06:18:27.6964100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons50-iso8859 2025-09-07T06:18:27.6964800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cit101 2025-09-07T06:18:27.6965430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons30-m 2025-09-07T06:18:27.6966060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons60l1-m 2025-09-07T06:18:27.6966720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/c100 2025-09-07T06:18:27.6967360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cdc752 2025-09-07T06:18:27.6967960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cit500 2025-09-07T06:18:27.6968670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cgc2 2025-09-07T06:18:27.6969380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cg7900 2025-09-07T06:18:27.6970210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cygwinDBG 2025-09-07T06:18:27.6971080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/chromatics 2025-09-07T06:18:27.6971860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons50l1-m 2025-09-07T06:18:27.6972490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/colorscan 2025-09-07T06:18:27.6973120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/ca22851 2025-09-07T06:18:27.6973910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons60-koi8r 2025-09-07T06:18:27.6974450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cdc721 2025-09-07T06:18:27.6975090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cit101e-n 2025-09-07T06:18:27.6975810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cgc3 2025-09-07T06:18:27.6976490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/c108-w 2025-09-07T06:18:27.6977280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/concept108-8p 2025-09-07T06:18:27.6977790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cs10 2025-09-07T06:18:27.6978380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons25-m 2025-09-07T06:18:27.6979150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons30 2025-09-07T06:18:27.6979730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/concept 2025-09-07T06:18:27.6980280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/citoh 2025-09-07T06:18:27.6980910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/citoh-pica 2025-09-07T06:18:27.6981500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons60-iso 2025-09-07T06:18:27.6982100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/contel300 2025-09-07T06:18:27.6982690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/c108-rv-4p 2025-09-07T06:18:27.6983150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/c108-4p 2025-09-07T06:18:27.6983680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/citoh-elite 2025-09-07T06:18:27.6984250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/contour-direct 2025-09-07T06:18:27.6984730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cops10 2025-09-07T06:18:27.6985230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cit101e 2025-09-07T06:18:27.6985750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/contel301 2025-09-07T06:18:27.6986290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/citoh-comp 2025-09-07T06:18:27.6986790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons50-m 2025-09-07T06:18:27.6987290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/c100-1p 2025-09-07T06:18:27.6987900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/c100-rv 2025-09-07T06:18:27.6988490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cdc456 2025-09-07T06:18:27.6989140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cit-80 2025-09-07T06:18:27.6989910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons25-iso-m 2025-09-07T06:18:27.6990710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons60-iso-m 2025-09-07T06:18:27.6991500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cx 2025-09-07T06:18:27.6992230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons25r 2025-09-07T06:18:27.6992960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons25-debian 2025-09-07T06:18:27.6993490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/crt 2025-09-07T06:18:27.6994120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/c108-w-8p 2025-09-07T06:18:27.6994900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons43-m 2025-09-07T06:18:27.6995550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/crt-vt220 2025-09-07T06:18:27.6996200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cdc721-esc 2025-09-07T06:18:27.6996970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cygwinB19 2025-09-07T06:18:27.6997630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons25l1-m 2025-09-07T06:18:27.6998340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/color_xterm 2025-09-07T06:18:27.6998970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons50l1 2025-09-07T06:18:27.6999730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/citoh-prop 2025-09-07T06:18:27.7000680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons50-koi8r-m 2025-09-07T06:18:27.7001220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons25-koi8-r 2025-09-07T06:18:27.7001900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/c301 2025-09-07T06:18:27.7002790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cyb110 2025-09-07T06:18:27.7003600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons25-iso8859 2025-09-07T06:18:27.7004350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/concept108-w-8 2025-09-07T06:18:27.7004910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons60r-m 2025-09-07T06:18:27.7010280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/c300 2025-09-07T06:18:27.7010410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons25 2025-09-07T06:18:27.7010510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cygwin 2025-09-07T06:18:27.7010640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/contour-latest 2025-09-07T06:18:27.7010740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cdc721ll 2025-09-07T06:18:27.7010850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons25r-m 2025-09-07T06:18:27.7010950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/c104 2025-09-07T06:18:27.7011050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cdc756 2025-09-07T06:18:27.7011300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cit101e-132 2025-09-07T06:18:27.7012000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons50r-m 2025-09-07T06:18:27.7012550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cci 2025-09-07T06:18:27.7013270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/concept108rv4p 2025-09-07T06:18:27.7013890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons25l1 2025-09-07T06:18:27.7014670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/digilog 2025-09-07T06:18:27.7015160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dmd-34 2025-09-07T06:18:27.7015740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dmdt80 2025-09-07T06:18:27.7016380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d410-7b-w 2025-09-07T06:18:27.7017140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d555-7b-w 2025-09-07T06:18:27.7017720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d132 2025-09-07T06:18:27.7018340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d230c 2025-09-07T06:18:27.7019000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dku7102-sna 2025-09-07T06:18:27.7019540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/delta 2025-09-07T06:18:27.7020160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d217-dg 2025-09-07T06:18:27.7020900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dku7103-sna 2025-09-07T06:18:27.7021650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430c-unix 2025-09-07T06:18:27.7022280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dku7003-dumb 2025-09-07T06:18:27.7022840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d577-7b 2025-09-07T06:18:27.7023390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dmchat 2025-09-07T06:18:27.7024150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-128x48-m 2025-09-07T06:18:27.7024760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dec-vt220 2025-09-07T06:18:27.7025480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430-unix-w-ccc 2025-09-07T06:18:27.7026070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dm3025 2025-09-07T06:18:27.7026850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d462+s 2025-09-07T06:18:27.7027410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dw1 2025-09-07T06:18:27.7028060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d216-unix-25 2025-09-07T06:18:27.7028640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d462+25 2025-09-07T06:18:27.7029290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d412-unix-w 2025-09-07T06:18:27.7030050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-144x48-m 2025-09-07T06:18:27.7030830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dec-vt330 2025-09-07T06:18:27.7031440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d578-dg 2025-09-07T06:18:27.7032380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/datapoint 2025-09-07T06:18:27.7033120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d211 2025-09-07T06:18:27.7033870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d462e-dg 2025-09-07T06:18:27.7034480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d412+ 2025-09-07T06:18:27.7035140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430c-unix-25 2025-09-07T06:18:27.7035870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dt80 2025-09-07T06:18:27.7036540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430-unix-s-ccc 2025-09-07T06:18:27.7037170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d220 2025-09-07T06:18:27.7037910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d463-unix-w 2025-09-07T06:18:27.7038530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dialogue80 2025-09-07T06:18:27.7039240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430-unix-25 2025-09-07T06:18:27.7039750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dumb 2025-09-07T06:18:27.7040610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430c-unix-sr-ccc 2025-09-07T06:18:27.7041410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dg-generic 2025-09-07T06:18:27.7042090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d217-unix-25 2025-09-07T06:18:27.7042720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dku7003 2025-09-07T06:18:27.7043500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d464-unix-25 2025-09-07T06:18:27.7044220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-112x37-m 2025-09-07T06:18:27.7044930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d412+25 2025-09-07T06:18:27.7045640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/diablo1720 2025-09-07T06:18:27.7046180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d470 2025-09-07T06:18:27.7046830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d413-unix-s 2025-09-07T06:18:27.7047500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d462-unix-s 2025-09-07T06:18:27.7048200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/decpro 2025-09-07T06:18:27.7048790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d210 2025-09-07T06:18:27.7049570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/datagraphix 2025-09-07T06:18:27.7050220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d216-dg 2025-09-07T06:18:27.7051130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d414-unix-sr 2025-09-07T06:18:27.7051800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-80x25-m 2025-09-07T06:18:27.7052530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d411-7b-w 2025-09-07T06:18:27.7053210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430-unix-ccc 2025-09-07T06:18:27.7053970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430-unix-sr 2025-09-07T06:18:27.7054740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dec-vt340 2025-09-07T06:18:27.7055510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dmdt80w 2025-09-07T06:18:27.7056210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dumb-emacs-ansi 2025-09-07T06:18:27.7056750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dm80w 2025-09-07T06:18:27.7057550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d577-dg 2025-09-07T06:18:27.7058180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dgkeys+11 2025-09-07T06:18:27.7058840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/datamedia2500 2025-09-07T06:18:27.7059400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dtc382 2025-09-07T06:18:27.7059960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d461-w 2025-09-07T06:18:27.7060640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dku7102-old 2025-09-07T06:18:27.7061430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-m 2025-09-07T06:18:27.7062040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d216-unix 2025-09-07T06:18:27.7062690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d413-dg 2025-09-07T06:18:27.7063400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d461-7b-w 2025-09-07T06:18:27.7064000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430c-unix-s 2025-09-07T06:18:27.7064770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430c-unix-sr 2025-09-07T06:18:27.7065660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dg+color8 2025-09-07T06:18:27.7066190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/djgpp 2025-09-07T06:18:27.7066830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-112x37 2025-09-07T06:18:27.7067460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d216e-dg 2025-09-07T06:18:27.7068120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d414-unix-25 2025-09-07T06:18:27.7068790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/ddr3180 2025-09-07T06:18:27.7069400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dgkeys+7b 2025-09-07T06:18:27.7070250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d462-dg 2025-09-07T06:18:27.7070910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430-dg-ccc 2025-09-07T06:18:27.7072100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430-unix-sr-ccc 2025-09-07T06:18:27.7072510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d400 2025-09-07T06:18:27.7073140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430c-dg 2025-09-07T06:18:27.7073750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d412+sr 2025-09-07T06:18:27.7074430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-b 2025-09-07T06:18:27.7075150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d464-unix-sr 2025-09-07T06:18:27.7075820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dgmode+color8 2025-09-07T06:18:27.7076540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430-unix 2025-09-07T06:18:27.7077220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dt110 2025-09-07T06:18:27.7077920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430c-unix-ccc 2025-09-07T06:18:27.7078540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dg-ansi 2025-09-07T06:18:27.7079260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dg+fixed 2025-09-07T06:18:27.7079780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dmd 2025-09-07T06:18:27.7080360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dt-100w 2025-09-07T06:18:27.7080990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/diablo1640 2025-09-07T06:18:27.7081770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-128x40 2025-09-07T06:18:27.7082500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d463-dg 2025-09-07T06:18:27.7083250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dataspeed40 2025-09-07T06:18:27.7084010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d412+w 2025-09-07T06:18:27.7084740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dd5000 2025-09-07T06:18:27.7085450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dec-vt400 2025-09-07T06:18:27.7085990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dp3360 2025-09-07T06:18:27.7086620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dg6053-old 2025-09-07T06:18:27.7087260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dg210 2025-09-07T06:18:27.7087960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-200x64-m 2025-09-07T06:18:27.7088740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d464-unix-s 2025-09-07T06:18:27.7089450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-128x48 2025-09-07T06:18:27.7090140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-200x64 2025-09-07T06:18:27.7090720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dmterm 2025-09-07T06:18:27.7091400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d462+ 2025-09-07T06:18:27.7092130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/diablo-lm 2025-09-07T06:18:27.7092880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/decansi 2025-09-07T06:18:27.7093580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d460-7b-w 2025-09-07T06:18:27.7094210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430-unix-w 2025-09-07T06:18:27.7095010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d216+25 2025-09-07T06:18:27.7095810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-m-b 2025-09-07T06:18:27.7096630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d217-unix 2025-09-07T06:18:27.7097120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d578-7b 2025-09-07T06:18:27.7097640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d462+sr 2025-09-07T06:18:27.7098280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/ds40-2 2025-09-07T06:18:27.7098870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dg211 2025-09-07T06:18:27.7099470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dt80w 2025-09-07T06:18:27.7100140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d412-dg 2025-09-07T06:18:27.7100910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d414-unix-w 2025-09-07T06:18:27.7101520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d410-w 2025-09-07T06:18:27.7102020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d230c-dg 2025-09-07T06:18:27.7102560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d80 2025-09-07T06:18:27.7103090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dw3 2025-09-07T06:18:27.7103720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-90x30 2025-09-07T06:18:27.7104410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dt-100 2025-09-07T06:18:27.7105110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dg+ccc 2025-09-07T06:18:27.7105660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dw4 2025-09-07T06:18:27.7106400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dwk-vt 2025-09-07T06:18:27.7107080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d460-dg 2025-09-07T06:18:27.7107670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-90x30-m 2025-09-07T06:18:27.7108460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dgunix+fixed 2025-09-07T06:18:27.7109160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dialogue 2025-09-07T06:18:27.7109730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d555-dg 2025-09-07T06:18:27.7110390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dg450 2025-09-07T06:18:27.7111080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d555 2025-09-07T06:18:27.7111790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d470-dg 2025-09-07T06:18:27.7112510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dm3045 2025-09-07T06:18:27.7113120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dm1520 2025-09-07T06:18:27.7113810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/decwriter 2025-09-07T06:18:27.7114660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-100x37 2025-09-07T06:18:27.7115390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-80x30 2025-09-07T06:18:27.7116030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d460-w 2025-09-07T06:18:27.7116700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dm2500 2025-09-07T06:18:27.7117470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d412-unix 2025-09-07T06:18:27.7118140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d215-7b 2025-09-07T06:18:27.7118790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d216+ 2025-09-07T06:18:27.7119600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d470c-7b 2025-09-07T06:18:27.7120260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/diablo1620-m8 2025-09-07T06:18:27.7120870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dt80-sas 2025-09-07T06:18:27.7121770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d462+w 2025-09-07T06:18:27.7122310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d450-dg 2025-09-07T06:18:27.7123130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d412-unix-sr 2025-09-07T06:18:27.7123920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-200x75 2025-09-07T06:18:27.7124540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-256x96 2025-09-07T06:18:27.7125050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dw2 2025-09-07T06:18:27.7125880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dg605x 2025-09-07T06:18:27.7126630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-200x75-m 2025-09-07T06:18:27.7127300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dgmode+color 2025-09-07T06:18:27.7127960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d2-dg 2025-09-07T06:18:27.7128620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d411-dg 2025-09-07T06:18:27.7129320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dmd1 2025-09-07T06:18:27.7129890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dm1521 2025-09-07T06:18:27.7130580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430-unix-25-ccc 2025-09-07T06:18:27.7131280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dwk 2025-09-07T06:18:27.7131870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dg6053 2025-09-07T06:18:27.7132650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-128x40-m 2025-09-07T06:18:27.7133380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/diablo 2025-09-07T06:18:27.7134180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d211-7b 2025-09-07T06:18:27.7134860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dg200 2025-09-07T06:18:27.7135480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dg+color 2025-09-07T06:18:27.7136130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d462-unix-25 2025-09-07T06:18:27.7136720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dtterm 2025-09-07T06:18:27.7137400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-160x64 2025-09-07T06:18:27.7138110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dvtm-256color 2025-09-07T06:18:27.7138730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dp8242 2025-09-07T06:18:27.7139430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d400-dg 2025-09-07T06:18:27.7139970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d410 2025-09-07T06:18:27.7140760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d413-unix-sr 2025-09-07T06:18:27.7141370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/diablo1740 2025-09-07T06:18:27.7142290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-100x37-m 2025-09-07T06:18:27.7143040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d412-unix-s 2025-09-07T06:18:27.7143710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d410-dg 2025-09-07T06:18:27.7144230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d216+dg 2025-09-07T06:18:27.7144880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d215 2025-09-07T06:18:27.7145610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d463-unix-25 2025-09-07T06:18:27.7146200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dt100 2025-09-07T06:18:27.7146840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d464-unix 2025-09-07T06:18:27.7147540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dec+pp 2025-09-07T06:18:27.7148200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d463-unix-s 2025-09-07T06:18:27.7148780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d411 2025-09-07T06:18:27.7149350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d413-unix 2025-09-07T06:18:27.7150150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/diablo1640-m8 2025-09-07T06:18:27.7150830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d2 2025-09-07T06:18:27.7151280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d216e+ 2025-09-07T06:18:27.7151700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dw 2025-09-07T06:18:27.7152250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d461-dg 2025-09-07T06:18:27.7152730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dvtm 2025-09-07T06:18:27.7153260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430-dg 2025-09-07T06:18:27.7154040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dec+sl 2025-09-07T06:18:27.7154730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dku7202 2025-09-07T06:18:27.7155520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-256x96-m 2025-09-07T06:18:27.7156140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d555-w 2025-09-07T06:18:27.7156870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d411-w 2025-09-07T06:18:27.7157540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d413-unix-w 2025-09-07T06:18:27.7158130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d462-unix-w 2025-09-07T06:18:27.7158740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dgunix+ccc 2025-09-07T06:18:27.7159310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d220-7b 2025-09-07T06:18:27.7159970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dec-vt100 2025-09-07T06:18:27.7160520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d214 2025-09-07T06:18:27.7161280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/diablo630 2025-09-07T06:18:27.7161930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d463-unix 2025-09-07T06:18:27.7162570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d800 2025-09-07T06:18:27.7163190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dt100w 2025-09-07T06:18:27.7163820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d216e+dg 2025-09-07T06:18:27.7164560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d460 2025-09-07T06:18:27.7165290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/diablo1730 2025-09-07T06:18:27.7165850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d200 2025-09-07T06:18:27.7166490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/ddr 2025-09-07T06:18:27.7167310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d463-unix-sr 2025-09-07T06:18:27.7168010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430c-unix-w 2025-09-07T06:18:27.7168730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-f2 2025-09-07T06:18:27.7169410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin 2025-09-07T06:18:27.7170220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d470c-dg 2025-09-07T06:18:27.7170900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d462+dg 2025-09-07T06:18:27.7171500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/djgpp203 2025-09-07T06:18:27.7172430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/djgpp204 2025-09-07T06:18:27.7173110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d211-dg 2025-09-07T06:18:27.7173760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dg6134 2025-09-07T06:18:27.7174360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d411-7b 2025-09-07T06:18:27.7174940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dm80 2025-09-07T06:18:27.7175710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d413-unix-25 2025-09-07T06:18:27.7176470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430c-unix-w-ccc 2025-09-07T06:18:27.7177150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dgkeys+15 2025-09-07T06:18:27.7177800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d577-7b-w 2025-09-07T06:18:27.7178390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d450 2025-09-07T06:18:27.7179000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-f 2025-09-07T06:18:27.7179730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-80x30-m 2025-09-07T06:18:27.7180420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d460-7b 2025-09-07T06:18:27.7181100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dg100 2025-09-07T06:18:27.7181950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d461 2025-09-07T06:18:27.7182610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/diablo1640-lm 2025-09-07T06:18:27.7183330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d230 2025-09-07T06:18:27.7184040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-144x48 2025-09-07T06:18:27.7184600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d215-dg 2025-09-07T06:18:27.7185140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dgkeys+8b 2025-09-07T06:18:27.7185680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/diablo450 2025-09-07T06:18:27.7186180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d470-7b 2025-09-07T06:18:27.7187540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/domterm 2025-09-07T06:18:27.7187980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d470c 2025-09-07T06:18:27.7188590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d414-unix 2025-09-07T06:18:27.7189150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d555-7b 2025-09-07T06:18:27.7189780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d216e-unix 2025-09-07T06:18:27.7190410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-80x25 2025-09-07T06:18:27.7190980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d461-7b 2025-09-07T06:18:27.7191660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430c-unix-25-ccc 2025-09-07T06:18:27.7192270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430c-dg-ccc 2025-09-07T06:18:27.7192810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d577-w 2025-09-07T06:18:27.7193500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-160x64-m 2025-09-07T06:18:27.7194050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d578 2025-09-07T06:18:27.7194640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d230-dg 2025-09-07T06:18:27.7195210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dtc300s 2025-09-07T06:18:27.7195810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dg460-ansi 2025-09-07T06:18:27.7196430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d464-unix-w 2025-09-07T06:18:27.7196960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/ds40 2025-09-07T06:18:27.7197540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d412+dg 2025-09-07T06:18:27.7198120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d214-dg 2025-09-07T06:18:27.7198690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d220-dg 2025-09-07T06:18:27.7199370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/diablo1740-lm 2025-09-07T06:18:27.7199910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d412+s 2025-09-07T06:18:27.7200530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/decid+cpr 2025-09-07T06:18:27.7201080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dmd-24 2025-09-07T06:18:27.7201710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-m-f2 2025-09-07T06:18:27.7202380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430c-unix-s-ccc 2025-09-07T06:18:27.7202960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d414-unix-s 2025-09-07T06:18:27.7203550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/diablo1620 2025-09-07T06:18:27.7204120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d200-dg 2025-09-07T06:18:27.7204680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d577 2025-09-07T06:18:27.7205290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d462-unix-sr 2025-09-07T06:18:27.7205860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d210-dg 2025-09-07T06:18:27.7206600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430-unix-s 2025-09-07T06:18:27.7207120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-m-f 2025-09-07T06:18:27.7207630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d412-unix-25 2025-09-07T06:18:27.7208150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d410-7b 2025-09-07T06:18:27.7208740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d462-unix 2025-09-07T06:18:27.7209230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dku7102 2025-09-07T06:18:27.7209770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/41/Apple_Terminal 2025-09-07T06:18:27.7210300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse60-42 2025-09-07T06:18:27.7210900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse520-epc-w 2025-09-07T06:18:27.7211430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy520-48wpc 2025-09-07T06:18:27.7211990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse99gt-25 2025-09-07T06:18:27.7212540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy75-mc 2025-09-07T06:18:27.7213020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy370-w 2025-09-07T06:18:27.7213540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse60-25-w 2025-09-07T06:18:27.7214070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy60-w-vb 2025-09-07T06:18:27.7214640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy325-42wvb 2025-09-07T06:18:27.7215150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy520-w 2025-09-07T06:18:27.7215630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy75-wvb 2025-09-07T06:18:27.7216200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse160-42-w 2025-09-07T06:18:27.7216690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy60-wvb 2025-09-07T06:18:27.7217240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy50-vb 2025-09-07T06:18:27.7217800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse150-25 2025-09-07T06:18:27.7218340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse325-w 2025-09-07T06:18:27.7218870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy60-43-w 2025-09-07T06:18:27.7219400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy120-25 2025-09-07T06:18:27.7219940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy99gt-wvb 2025-09-07T06:18:27.7220440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse60-43 2025-09-07T06:18:27.7220990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse75ap 2025-09-07T06:18:27.7221500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy325-w-vb 2025-09-07T06:18:27.7222000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy75 2025-09-07T06:18:27.7222520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy30-mc 2025-09-07T06:18:27.7223030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy60-vb 2025-09-07T06:18:27.7223600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse520-36pc 2025-09-07T06:18:27.7224160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse520-36w 2025-09-07T06:18:27.7224720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse60-316X 2025-09-07T06:18:27.7225250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy520-epc-vb 2025-09-07T06:18:27.7225810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse160-25 2025-09-07T06:18:27.7226340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse120-25 2025-09-07T06:18:27.7226810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy60-w 2025-09-07T06:18:27.7227340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy60-AT 2025-09-07T06:18:27.7227890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse370 2025-09-07T06:18:27.7228380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy100 2025-09-07T06:18:27.7228920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse85-vb 2025-09-07T06:18:27.7229520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse350-w 2025-09-07T06:18:27.7229970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy30-vb 2025-09-07T06:18:27.7230470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy160-25 2025-09-07T06:18:27.7231010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy160-w 2025-09-07T06:18:27.7231530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy350 2025-09-07T06:18:27.7232010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse120 2025-09-07T06:18:27.7232540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse50 2025-09-07T06:18:27.7233090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy325w-24 2025-09-07T06:18:27.7233690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse325-42w 2025-09-07T06:18:27.7234230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse160-wvb 2025-09-07T06:18:27.7234730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse520 2025-09-07T06:18:27.7235320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse75-wvb 2025-09-07T06:18:27.7235790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy75-vb 2025-09-07T06:18:27.7236350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy99gt-25-w 2025-09-07T06:18:27.7236930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse520-48w 2025-09-07T06:18:27.7237480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy325-43wvb 2025-09-07T06:18:27.7238000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy120-w 2025-09-07T06:18:27.7238550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse150-w 2025-09-07T06:18:27.7239080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy50-mc 2025-09-07T06:18:27.7239570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy150-25 2025-09-07T06:18:27.7240150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse325 2025-09-07T06:18:27.7240700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse60-wvb 2025-09-07T06:18:27.7241250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse520-epc 2025-09-07T06:18:27.7241790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy99gt-vb 2025-09-07T06:18:27.7242290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse60 2025-09-07T06:18:27.7242840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy99gt-25 2025-09-07T06:18:27.7243360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy60-25-w 2025-09-07T06:18:27.7243880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wsvt25 2025-09-07T06:18:27.7244370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy150-vb 2025-09-07T06:18:27.7244920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/winconsole 2025-09-07T06:18:27.7245420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse150 2025-09-07T06:18:27.7246030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse325-43 2025-09-07T06:18:27.7246510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wrenw 2025-09-07T06:18:27.7247100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy325-42w-vb 2025-09-07T06:18:27.7247580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse75 2025-09-07T06:18:27.7248120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy75ap 2025-09-07T06:18:27.7248630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy370-wvb 2025-09-07T06:18:27.7249150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse185-w 2025-09-07T06:18:27.7249700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse60-43-w 2025-09-07T06:18:27.7250240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy160-vb 2025-09-07T06:18:27.7250720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy185 2025-09-07T06:18:27.7251260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wezterm 2025-09-07T06:18:27.7251800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse325-42 2025-09-07T06:18:27.7252410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse99gt-w 2025-09-07T06:18:27.7252880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy60-316X 2025-09-07T06:18:27.7253390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse160 2025-09-07T06:18:27.7253930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse120-vb 2025-09-07T06:18:27.7254470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wsvt25m 2025-09-07T06:18:27.7255010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy520-36w 2025-09-07T06:18:27.7255620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy325-43w-vb 2025-09-07T06:18:27.7256150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy-99fgt 2025-09-07T06:18:27.7256680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy520-epc-wvb 2025-09-07T06:18:27.7257240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse160-vb 2025-09-07T06:18:27.7257720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy50 2025-09-07T06:18:27.7258260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy60-25 2025-09-07T06:18:27.7258800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse60-w 2025-09-07T06:18:27.7259290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse60-PC 2025-09-07T06:18:27.7259850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy160-42-w 2025-09-07T06:18:27.7260370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy120-vb 2025-09-07T06:18:27.7260950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy325-42w 2025-09-07T06:18:27.7261450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy325-80 2025-09-07T06:18:27.7262160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy99gt-w 2025-09-07T06:18:27.7262700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy325-42 2025-09-07T06:18:27.7263260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy520-48w 2025-09-07T06:18:27.7263870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy99gt-w-vb 2025-09-07T06:18:27.7264330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy99fa 2025-09-07T06:18:27.7264850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wren 2025-09-07T06:18:27.7265390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse150-vb 2025-09-07T06:18:27.7265950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy520-epc-24 2025-09-07T06:18:27.7266520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy160-wvb 2025-09-07T06:18:27.7266990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy100q 2025-09-07T06:18:27.7267640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse99gt-wvb 2025-09-07T06:18:27.7268160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse-75ap 2025-09-07T06:18:27.7268600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy60 2025-09-07T06:18:27.7269160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy520-epc 2025-09-07T06:18:27.7269750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse99gt-vb 2025-09-07T06:18:27.7270300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy325-43 2025-09-07T06:18:27.7270830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy520-36pc 2025-09-07T06:18:27.7271380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy520-36wpc 2025-09-07T06:18:27.7271900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wsiris 2025-09-07T06:18:27.7272440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy120-w-vb 2025-09-07T06:18:27.7272990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse325-wvb 2025-09-07T06:18:27.7273520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy325-vb 2025-09-07T06:18:27.7274020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy-75ap 2025-09-07T06:18:27.7274600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse50-w 2025-09-07T06:18:27.7275160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse160-42 2025-09-07T06:18:27.7275680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy350-vb 2025-09-07T06:18:27.7276280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse75-w 2025-09-07T06:18:27.7276740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy99gt 2025-09-07T06:18:27.7277260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy85 2025-09-07T06:18:27.7277820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy520-48 2025-09-07T06:18:27.7278360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse85-8bit 2025-09-07T06:18:27.7278900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse150-w-vb 2025-09-07T06:18:27.7279440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy520-48pc 2025-09-07T06:18:27.7280020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy99gt-tek 2025-09-07T06:18:27.7280570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse60-42-w 2025-09-07T06:18:27.7281090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy99-ansi 2025-09-07T06:18:27.7281660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse520-wvb 2025-09-07T06:18:27.7282190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy370-vb 2025-09-07T06:18:27.7282710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse60-25 2025-09-07T06:18:27.7283220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse-325 2025-09-07T06:18:27.7283790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy185-wvb 2025-09-07T06:18:27.7284280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy325-43w 2025-09-07T06:18:27.7284820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy60-PC 2025-09-07T06:18:27.7285310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy185-vb 2025-09-07T06:18:27.7285850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy350-wvb 2025-09-07T06:18:27.7286430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy370-105k 2025-09-07T06:18:27.7286950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy520-24 2025-09-07T06:18:27.7287530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse160-43 2025-09-07T06:18:27.7288010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy325-25w 2025-09-07T06:18:27.7288560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse160-25-w 2025-09-07T06:18:27.7289100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy150 2025-09-07T06:18:27.7289680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse520-pc-24 2025-09-07T06:18:27.7290210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse120-25-w 2025-09-07T06:18:27.7290740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse520-48 2025-09-07T06:18:27.7291270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy370-nk 2025-09-07T06:18:27.7291780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy185-w 2025-09-07T06:18:27.7292330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse520-24 2025-09-07T06:18:27.7292840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy160-43 2025-09-07T06:18:27.7293350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy99f 2025-09-07T06:18:27.7293860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy99fgt 2025-09-07T06:18:27.7294420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse185-vb 2025-09-07T06:18:27.7294910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy85-w 2025-09-07T06:18:27.7295440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy160-43-w 2025-09-07T06:18:27.7295980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse120-wvb 2025-09-07T06:18:27.7296470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy160 2025-09-07T06:18:27.7297040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse325-vb 2025-09-07T06:18:27.7297600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse520-36wpc 2025-09-07T06:18:27.7298130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy150-25-w 2025-09-07T06:18:27.7298700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy99a-ansi 2025-09-07T06:18:27.7299220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse30 2025-09-07T06:18:27.7299750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy160-w-vb 2025-09-07T06:18:27.7300310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse350-vb 2025-09-07T06:18:27.7300800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse185 2025-09-07T06:18:27.7301340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy160-42 2025-09-07T06:18:27.7301840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy50-w 2025-09-07T06:18:27.7302420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse520-vb 2025-09-07T06:18:27.7303030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse520-p-wvb 2025-09-07T06:18:27.7303580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse185-24 2025-09-07T06:18:27.7304100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy120-25-w 2025-09-07T06:18:27.7304640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy325-wvb 2025-09-07T06:18:27.7305160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse520-36 2025-09-07T06:18:27.7305700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse75-vb 2025-09-07T06:18:27.7306180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse350 2025-09-07T06:18:27.7306710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy120 2025-09-07T06:18:27.7307310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy75-w 2025-09-07T06:18:27.7307890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse520-pc-vb 2025-09-07T06:18:27.7308460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse520-48wpc 2025-09-07T06:18:27.7308980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse120-w 2025-09-07T06:18:27.7309570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy520-epc-w 2025-09-07T06:18:27.7310070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy150-w 2025-09-07T06:18:27.7310590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse50-mc 2025-09-07T06:18:27.7311130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse99gt 2025-09-07T06:18:27.7311680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse50-wvb 2025-09-07T06:18:27.7312220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse325-25 2025-09-07T06:18:27.7312680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy370 2025-09-07T06:18:27.7313300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse160-43-w 2025-09-07T06:18:27.7313840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy370-tek 2025-09-07T06:18:27.7314370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse60-AT 2025-09-07T06:18:27.7314890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy520-wvb 2025-09-07T06:18:27.7315440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse85-wvb 2025-09-07T06:18:27.7316060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse150-25-w 2025-09-07T06:18:27.7316490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy85-vb 2025-09-07T06:18:27.7317030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy350-w 2025-09-07T06:18:27.7317580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy60-42-w 2025-09-07T06:18:27.7318150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy85-8bit 2025-09-07T06:18:27.7318620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy325 2025-09-07T06:18:27.7319110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse85 2025-09-07T06:18:27.7319690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse325-25w 2025-09-07T06:18:27.7320210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse160-w 2025-09-07T06:18:27.7320690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy520 2025-09-07T06:18:27.7321260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse30-vb 2025-09-07T06:18:27.7321880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse350-wvb 2025-09-07T06:18:27.7322440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse185-wvb 2025-09-07T06:18:27.7322960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse325-43w 2025-09-07T06:18:27.7323480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy60-43 2025-09-07T06:18:27.7324010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy85-wvb 2025-09-07T06:18:27.7324590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy120-wvb 2025-09-07T06:18:27.7325110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse30-mc 2025-09-07T06:18:27.7325650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse85-w 2025-09-07T06:18:27.7326150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse60-vb 2025-09-07T06:18:27.7326710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy370-101k 2025-09-07T06:18:27.7327260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse+sl 2025-09-07T06:18:27.7327780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy99fgta 2025-09-07T06:18:27.7328350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse-vp 2025-09-07T06:18:27.7328810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy30 2025-09-07T06:18:27.7329390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse520-48pc 2025-09-07T06:18:27.7329900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy520-36 2025-09-07T06:18:27.7330440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy150-w-vb 2025-09-07T06:18:27.7331010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy185-24 2025-09-07T06:18:27.7331510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy60-42 2025-09-07T06:18:27.7332070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy160-tek 2025-09-07T06:18:27.7332610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse520-w 2025-09-07T06:18:27.7333120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse75-mc 2025-09-07T06:18:27.7333650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy520-vb 2025-09-07T06:18:27.7334180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy325-25 2025-09-07T06:18:27.7334720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy50-wvb 2025-09-07T06:18:27.7335250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy370-rv 2025-09-07T06:18:27.7335800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse50-vb 2025-09-07T06:18:27.7336300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy-99fgta 2025-09-07T06:18:27.7336900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse99gt-25-w 2025-09-07T06:18:27.7337400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy325-w 2025-09-07T06:18:27.7337950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy370-EPC 2025-09-07T06:18:27.7338460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy160-25-w 2025-09-07T06:18:27.7339000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcvt25 2025-09-07T06:18:27.7339510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pccon0 2025-09-07T06:18:27.7340010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pt210 2025-09-07T06:18:27.7340520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pc3-bold 2025-09-07T06:18:27.7340990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p4 2025-09-07T06:18:27.7341570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism14-m 2025-09-07T06:18:27.7342080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism9-w 2025-09-07T06:18:27.7342660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcansi-43-m 2025-09-07T06:18:27.7343210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty+keypad 2025-09-07T06:18:27.7343710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcvt40 2025-09-07T06:18:27.7344220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p14-w 2025-09-07T06:18:27.7344720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p14-m 2025-09-07T06:18:27.7345310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pt200w 2025-09-07T06:18:27.7345870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism14-w 2025-09-07T06:18:27.7346340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pccons 2025-09-07T06:18:27.7346900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism9-8-w 2025-09-07T06:18:27.7347450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pmconsole 2025-09-07T06:18:27.7347950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcvtXX 2025-09-07T06:18:27.7348420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p5 2025-09-07T06:18:27.7348990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty-vt100 2025-09-07T06:18:27.7349460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p19 2025-09-07T06:18:27.7349960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty 2025-09-07T06:18:27.7350500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p9-8-w 2025-09-07T06:18:27.7351050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pc6300plus 2025-09-07T06:18:27.7351650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/psterm-96x48 2025-09-07T06:18:27.7352170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcconsole 2025-09-07T06:18:27.7352680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pro350 2025-09-07T06:18:27.7353220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pckermit12 2025-09-07T06:18:27.7353750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcansi25 2025-09-07T06:18:27.7354260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p9-8 2025-09-07T06:18:27.7354930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty+fnkeys+xterm 2025-09-07T06:18:27.7355410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pc-venix 2025-09-07T06:18:27.7356000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/psterm-basic 2025-09-07T06:18:27.7356510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pckermit 2025-09-07T06:18:27.7357100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pccon+sgr+acs0 2025-09-07T06:18:27.7357620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcansi-43 2025-09-07T06:18:27.7358080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pty 2025-09-07T06:18:27.7358600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pt505 2025-09-07T06:18:27.7359100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pccon 2025-09-07T06:18:27.7359600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism7 2025-09-07T06:18:27.7360130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pc-minix 2025-09-07T06:18:27.7360630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism9 2025-09-07T06:18:27.7361190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pckermit120 2025-09-07T06:18:27.7361710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcvt50w 2025-09-07T06:18:27.7362200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism8 2025-09-07T06:18:27.7362770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/psterm-fast 2025-09-07T06:18:27.7363290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/printer 2025-09-07T06:18:27.7363800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pe1251 2025-09-07T06:18:27.7364370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcansi-33 2025-09-07T06:18:27.7364890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcvt35w 2025-09-07T06:18:27.7365540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty+fnkeys+vt400 2025-09-07T06:18:27.7366090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcansi-25-m 2025-09-07T06:18:27.7366650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism14-m-w 2025-09-07T06:18:27.7367140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p8-w 2025-09-07T06:18:27.7367680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcansi-m 2025-09-07T06:18:27.7368180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p8gl 2025-09-07T06:18:27.7368830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pccon+sgr+acs 2025-09-07T06:18:27.7369300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty-m1 2025-09-07T06:18:27.7369900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty+cursor 2025-09-07T06:18:27.7370460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty+fnkeys 2025-09-07T06:18:27.7371040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty-256color 2025-09-07T06:18:27.7371800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/psterm-90x28 2025-09-07T06:18:27.7372380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcansi-mono 2025-09-07T06:18:27.7372890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pt250 2025-09-07T06:18:27.7373400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pe6100 2025-09-07T06:18:27.7373990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism12-m-w 2025-09-07T06:18:27.7374440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcz19 2025-09-07T06:18:27.7375070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism9-8 2025-09-07T06:18:27.7375500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/psterm 2025-09-07T06:18:27.7376180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty+fnkeys+vt100 2025-09-07T06:18:27.7376640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p12-m 2025-09-07T06:18:27.7377110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p7 2025-09-07T06:18:27.7377640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcvt43 2025-09-07T06:18:27.7378150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p9 2025-09-07T06:18:27.7378680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism12-w 2025-09-07T06:18:27.7379230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcvt40w 2025-09-07T06:18:27.7379720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcvt28 2025-09-07T06:18:27.7380240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pe1100 2025-09-07T06:18:27.7380870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pc-coherent 2025-09-07T06:18:27.7381340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pe550 2025-09-07T06:18:27.7381830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p8 2025-09-07T06:18:27.7382330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p12-m-w 2025-09-07T06:18:27.7382810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pc3 2025-09-07T06:18:27.7383330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcmw 2025-09-07T06:18:27.7383870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcvt43w 2025-09-07T06:18:27.7384390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism12-m 2025-09-07T06:18:27.7384910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p12-w 2025-09-07T06:18:27.7385430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pc3r-m 2025-09-07T06:18:27.7385960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcvt25w 2025-09-07T06:18:27.7386470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pe6312 2025-09-07T06:18:27.7387040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty-sco 2025-09-07T06:18:27.7387660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty+fnkeys+esc 2025-09-07T06:18:27.7388160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p9-w 2025-09-07T06:18:27.7388630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pc3r 2025-09-07T06:18:27.7389130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism12 2025-09-07T06:18:27.7389670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pe7000m 2025-09-07T06:18:27.7390210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty-m1b 2025-09-07T06:18:27.7390720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcansi 2025-09-07T06:18:27.7391250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pe7000c 2025-09-07T06:18:27.7391800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcvt25-color 2025-09-07T06:18:27.7392330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcansi43 2025-09-07T06:18:27.7392790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p14 2025-09-07T06:18:27.7393310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p14-m-w 2025-09-07T06:18:27.7393850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism14 2025-09-07T06:18:27.7394390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty-noapp 2025-09-07T06:18:27.7394900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pilot 2025-09-07T06:18:27.7395380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p12 2025-09-07T06:18:27.7395970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pccon+colors 2025-09-07T06:18:27.7396600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty+fnkeys+linux 2025-09-07T06:18:27.7397120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcansi25m 2025-09-07T06:18:27.7397640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/psx_ansi 2025-09-07T06:18:27.7398210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcansi-25 2025-09-07T06:18:27.7398680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pt100 2025-09-07T06:18:27.7399190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/ps300 2025-09-07T06:18:27.7399700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pe1200 2025-09-07T06:18:27.7400220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pt250w 2025-09-07T06:18:27.7400750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism8gl 2025-09-07T06:18:27.7401270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcansi33 2025-09-07T06:18:27.7401790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism4 2025-09-07T06:18:27.7402340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pt505-24 2025-09-07T06:18:27.7402850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism8-w 2025-09-07T06:18:27.7403380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcplot 2025-09-07T06:18:27.7404000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty+fnkeys+sco 2025-09-07T06:18:27.7404540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty-screen 2025-09-07T06:18:27.7405100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pccon+keys 2025-09-07T06:18:27.7405610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism5 2025-09-07T06:18:27.7406130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pt505-22 2025-09-07T06:18:27.7406640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism2 2025-09-07T06:18:27.7407190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty-m2 2025-09-07T06:18:27.7407690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pc7300 2025-09-07T06:18:27.7408270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/psterm-80x24 2025-09-07T06:18:27.7408820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pccon+base 2025-09-07T06:18:27.7409340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcansi33m 2025-09-07T06:18:27.7409900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pccon-m 2025-09-07T06:18:27.7410390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pt100w 2025-09-07T06:18:27.7410910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pe6300 2025-09-07T06:18:27.7411370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pt200 2025-09-07T06:18:27.7411920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcvt35 2025-09-07T06:18:27.7412420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcvt28w 2025-09-07T06:18:27.7412940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pmcons 2025-09-07T06:18:27.7413420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcix 2025-09-07T06:18:27.7413960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pccon0-m 2025-09-07T06:18:27.7414460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcvt50 2025-09-07T06:18:27.7415030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcansi-33-m 2025-09-07T06:18:27.7415620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty+screen 2025-09-07T06:18:27.7416050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qdcons 2025-09-07T06:18:27.7416540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt203 2025-09-07T06:18:27.7417110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt119p-25 2025-09-07T06:18:27.7417660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt119+-25-w 2025-09-07T06:18:27.7418260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt119p-25-w 2025-09-07T06:18:27.7418720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qnxt 2025-09-07T06:18:27.7419250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt203-25 2025-09-07T06:18:27.7419750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt119 2025-09-07T06:18:27.7420200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qnx 2025-09-07T06:18:27.7420710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qnxt4 2025-09-07T06:18:27.7421300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt103 2025-09-07T06:18:27.7421800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt119-w 2025-09-07T06:18:27.7422320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt119p 2025-09-07T06:18:27.7422850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qansi-g 2025-09-07T06:18:27.7423380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt203-25-w 2025-09-07T06:18:27.7423940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt119+-w 2025-09-07T06:18:27.7424470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt102 2025-09-07T06:18:27.7424990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qansi-t 2025-09-07T06:18:27.7425490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qnxt2 2025-09-07T06:18:27.7426010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt203-w 2025-09-07T06:18:27.7426570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt101p 2025-09-07T06:18:27.7427030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qnxtmono 2025-09-07T06:18:27.7427560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt103-w 2025-09-07T06:18:27.7428100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt119+-25 2025-09-07T06:18:27.7428600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qume 2025-09-07T06:18:27.7429180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt203-w-am 2025-09-07T06:18:27.7429650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qnxw 2025-09-07T06:18:27.7430170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qnx4 2025-09-07T06:18:27.7430700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt119p-w 2025-09-07T06:18:27.7431210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qnxm 2025-09-07T06:18:27.7431720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qansi-m 2025-09-07T06:18:27.7432210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qdss 2025-09-07T06:18:27.7432750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qansi-w 2025-09-07T06:18:27.7433250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt101 2025-09-07T06:18:27.7438290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt119+ 2025-09-07T06:18:27.7438500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt108 2025-09-07T06:18:27.7438610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qume5 2025-09-07T06:18:27.7438710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qansi 2025-09-07T06:18:27.7438810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt101+ 2025-09-07T06:18:27.7438920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt203+ 2025-09-07T06:18:27.7439040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt119-25-w 2025-09-07T06:18:27.7439130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt61 2025-09-07T06:18:27.7439230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt330 2025-09-07T06:18:27.7439400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt102 2025-09-07T06:18:27.7439500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt50 2025-09-07T06:18:27.7439600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vp60 2025-09-07T06:18:27.7439950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100-putty 2025-09-07T06:18:27.7440410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt200-8 2025-09-07T06:18:27.7440980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100-nav-w 2025-09-07T06:18:27.7441480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt300 2025-09-07T06:18:27.7442030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt132 2025-09-07T06:18:27.7442600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vc403a 2025-09-07T06:18:27.7443240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt220+pcedit 2025-09-07T06:18:27.7443810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100-s 2025-09-07T06:18:27.7444400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vip 2025-09-07T06:18:27.7444970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vte-direct 2025-09-07T06:18:27.7445590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/viewpoint90 2025-09-07T06:18:27.7446180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vte+pcfkeys 2025-09-07T06:18:27.7446770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt320-nam 2025-09-07T06:18:27.7447330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vitty 2025-09-07T06:18:27.7447900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt102-w 2025-09-07T06:18:27.7448500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/versaterm 2025-09-07T06:18:27.7449070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/visa50 2025-09-07T06:18:27.7449680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt52+arrows 2025-09-07T06:18:27.7450260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vp3a+ 2025-09-07T06:18:27.7450840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/viewdata 2025-09-07T06:18:27.7451420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vte-2014 2025-09-07T06:18:27.7451970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vi550 2025-09-07T06:18:27.7452600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt102-nsgr 2025-09-07T06:18:27.7453200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt200-old 2025-09-07T06:18:27.7453750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt-61 2025-09-07T06:18:27.7454370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt320-k311 2025-09-07T06:18:27.7454920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100+ 2025-09-07T06:18:27.7455530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt220+keypad 2025-09-07T06:18:27.7456050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vtnt 2025-09-07T06:18:27.7456650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100+4bsd 2025-09-07T06:18:27.7457240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/viewdata-o 2025-09-07T06:18:27.7457790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt61.5 2025-09-07T06:18:27.7458370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt510pc 2025-09-07T06:18:27.7459020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vc203 2025-09-07T06:18:27.7459460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/v200-nam 2025-09-07T06:18:27.7459960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt220 2025-09-07T06:18:27.7460490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt320-k3 2025-09-07T06:18:27.7461000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100nam 2025-09-07T06:18:27.7461540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vte-2012 2025-09-07T06:18:27.7462040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vi300 2025-09-07T06:18:27.7462620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vapple 2025-09-07T06:18:27.7463060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vip-H 2025-09-07T06:18:27.7463570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vte-2008 2025-09-07T06:18:27.7464070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vc415 2025-09-07T06:18:27.7464580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt400 2025-09-07T06:18:27.7465090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100-vb 2025-09-07T06:18:27.7465690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt220+vtedit 2025-09-07T06:18:27.7466210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt220-nam 2025-09-07T06:18:27.7466730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100+noapp 2025-09-07T06:18:27.7467220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/v320n 2025-09-07T06:18:27.7467720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vv100 2025-09-07T06:18:27.7468230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100+enq 2025-09-07T06:18:27.7468820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt220-w 2025-09-07T06:18:27.7469300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt102+enq 2025-09-07T06:18:27.7469840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vte-2007 2025-09-07T06:18:27.7470360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100-s-top 2025-09-07T06:18:27.7470870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vc414 2025-09-07T06:18:27.7471390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt320-w 2025-09-07T06:18:27.7471900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt52-basic 2025-09-07T06:18:27.7472390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vk100 2025-09-07T06:18:27.7472940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt220-8bit 2025-09-07T06:18:27.7473430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt520 2025-09-07T06:18:27.7473970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt340 2025-09-07T06:18:27.7474500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vs100-x10 2025-09-07T06:18:27.7475080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100-nam-w 2025-09-07T06:18:27.7475600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100+noapp+pc 2025-09-07T06:18:27.7476050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vi55 2025-09-07T06:18:27.7476590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vi603 2025-09-07T06:18:27.7477120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vwmterm 2025-09-07T06:18:27.7477690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt420pcdos 2025-09-07T06:18:27.7478190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt220-js 2025-09-07T06:18:27.7478690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vs100 2025-09-07T06:18:27.7479220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt520ansi 2025-09-07T06:18:27.7479720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt510 2025-09-07T06:18:27.7480270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt200-js 2025-09-07T06:18:27.7480980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vte-256color 2025-09-07T06:18:27.7481490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vip7800-w 2025-09-07T06:18:27.7482030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt220+cvis 2025-09-07T06:18:27.7482530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vc103 2025-09-07T06:18:27.7483060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt200-8bit 2025-09-07T06:18:27.7483580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vi300-old 2025-09-07T06:18:27.7484110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt200-w 2025-09-07T06:18:27.7484590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vp90 2025-09-07T06:18:27.7485160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100+fnkeys 2025-09-07T06:18:27.7485700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vi200-f 2025-09-07T06:18:27.7486170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt420f 2025-09-07T06:18:27.7486700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt400-24 2025-09-07T06:18:27.7487230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt300-w 2025-09-07T06:18:27.7487780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/visual603 2025-09-07T06:18:27.7488250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100-w 2025-09-07T06:18:27.7488860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/viewpoint60 2025-09-07T06:18:27.7489310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt52 2025-09-07T06:18:27.7489810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt131 2025-09-07T06:18:27.7490320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt50h 2025-09-07T06:18:27.7490820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100 2025-09-07T06:18:27.7491340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/venix 2025-09-07T06:18:27.7491830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vte-2017 2025-09-07T06:18:27.7492380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vip7800-Hw 2025-09-07T06:18:27.7492880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vc404 2025-09-07T06:18:27.7493370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt420 2025-09-07T06:18:27.7493900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100-w-nav 2025-09-07T06:18:27.7494350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vte 2025-09-07T06:18:27.7494890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/v3220 2025-09-07T06:18:27.7495440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100-bot-s 2025-09-07T06:18:27.7495960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100-w-nam 2025-09-07T06:18:27.7496460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vi500 2025-09-07T06:18:27.7496980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vc414h 2025-09-07T06:18:27.7497550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt52+keypad 2025-09-07T06:18:27.7498000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vte-2018 2025-09-07T06:18:27.7498560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt420+lrmm 2025-09-07T06:18:27.7499140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100+pfkeys 2025-09-07T06:18:27.7499690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt510pcdos 2025-09-07T06:18:27.7500210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vremote 2025-09-07T06:18:27.7500760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100-top-s 2025-09-07T06:18:27.7501310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/viewdata-rv 2025-09-07T06:18:27.7501800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vip-w 2025-09-07T06:18:27.7502340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100-nav 2025-09-07T06:18:27.7502880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt220-base 2025-09-07T06:18:27.7503440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt300-w-nam 2025-09-07T06:18:27.7503970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/viewpoint3a+ 2025-09-07T06:18:27.7504490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100-nam 2025-09-07T06:18:27.7505000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100-bm-o 2025-09-07T06:18:27.7505500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vi50adm 2025-09-07T06:18:27.7506070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt300-nam 2025-09-07T06:18:27.7506540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt200 2025-09-07T06:18:27.7507040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt220d 2025-09-07T06:18:27.7507560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vsc 2025-09-07T06:18:27.7508040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt420pc 2025-09-07T06:18:27.7508660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt220-8 2025-09-07T06:18:27.7509110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vanilla 2025-09-07T06:18:27.7509610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vscode 2025-09-07T06:18:27.7510110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt125 2025-09-07T06:18:27.7510610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vip-Hw 2025-09-07T06:18:27.7511150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt220-old 2025-09-07T06:18:27.7511620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/v5410 2025-09-07T06:18:27.7512210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100+keypad 2025-09-07T06:18:27.7512710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vc303a 2025-09-07T06:18:27.7513230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100-am 2025-09-07T06:18:27.7513780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100-s-bot 2025-09-07T06:18:27.7514350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt320nam 2025-09-07T06:18:27.7514850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100-w-am 2025-09-07T06:18:27.7515330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt320 2025-09-07T06:18:27.7515810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vc303 2025-09-07T06:18:27.7516310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vi50 2025-09-07T06:18:27.7516840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vip7800-H 2025-09-07T06:18:27.7517360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/viewpoint 2025-09-07T06:18:27.7517880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vc404-s 2025-09-07T06:18:27.7518450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt220+cvis8 2025-09-07T06:18:27.7518950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt-utf8 2025-09-07T06:18:27.7519460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vi200 2025-09-07T06:18:27.7520000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100-bm 2025-09-07T06:18:27.7520580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vscode-direct 2025-09-07T06:18:27.7521040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt525 2025-09-07T06:18:27.7521590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vi200-rv 2025-09-07T06:18:27.7522150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt320-w-nam 2025-09-07T06:18:27.7522710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-256color 2025-09-07T06:18:27.7523230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+r6f2 2025-09-07T06:18:27.7523820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-112x37 2025-09-07T06:18:27.7524350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc+200x64 2025-09-07T06:18:27.7524910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+x10mouse 2025-09-07T06:18:27.7525520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc+128x48 2025-09-07T06:18:27.7526070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+osc104 2025-09-07T06:18:27.7526620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-200x64-m 2025-09-07T06:18:27.7527170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-color 2025-09-07T06:18:27.7527740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-16color 2025-09-07T06:18:27.7528320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-xf86-v40 2025-09-07T06:18:27.7528870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc+128x40 2025-09-07T06:18:27.7529410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-m-b 2025-09-07T06:18:27.7529970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+direct256 2025-09-07T06:18:27.7530550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+direct2 2025-09-07T06:18:27.7531110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+app+pc 2025-09-07T06:18:27.7531630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xgterm 2025-09-07T06:18:27.7532170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+88color 2025-09-07T06:18:27.7532680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc+c 2025-09-07T06:18:27.7533170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+pce2 2025-09-07T06:18:27.7533750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-200x64 2025-09-07T06:18:27.7534330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-128x48 2025-09-07T06:18:27.7534830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+app 2025-09-07T06:18:27.7535350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-8bit 2025-09-07T06:18:27.7535880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xerox820 2025-09-07T06:18:27.7536370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/x1750 2025-09-07T06:18:27.7536950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc+112x37 2025-09-07T06:18:27.7537450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xtermm 2025-09-07T06:18:27.7537940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-xi 2025-09-07T06:18:27.7538500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+pcc0 2025-09-07T06:18:27.7539030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-f 2025-09-07T06:18:27.7539620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-x11hilite 2025-09-07T06:18:27.7540110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xtermc 2025-09-07T06:18:27.7540680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-80x25-m 2025-09-07T06:18:27.7541220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+pcf2 2025-09-07T06:18:27.7541730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+keypad 2025-09-07T06:18:27.7542210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm 2025-09-07T06:18:27.7542790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-128x40 2025-09-07T06:18:27.7543320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+noapp 2025-09-07T06:18:27.7543870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc+b 2025-09-07T06:18:27.7544420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-basic 2025-09-07T06:18:27.7544940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+meta 2025-09-07T06:18:27.7545520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+x11mouse 2025-09-07T06:18:27.7546030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-f2 2025-09-07T06:18:27.7546500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/x820 2025-09-07T06:18:27.7547070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+pcc1 2025-09-07T06:18:27.7547560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-r6 2025-09-07T06:18:27.7548060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/x1720 2025-09-07T06:18:27.7548570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm.js 2025-09-07T06:18:27.7549170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-88color 2025-09-07T06:18:27.7549690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+tmux2 2025-09-07T06:18:27.7550260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-144x48-m 2025-09-07T06:18:27.7550850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-direct2 2025-09-07T06:18:27.7551410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+decedit 2025-09-07T06:18:27.7551930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-utf8 2025-09-07T06:18:27.7552510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+x11hilite 2025-09-07T06:18:27.7553090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-direct16 2025-09-07T06:18:27.7553540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xdku 2025-09-07T06:18:27.7554130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/x68k-ite 2025-09-07T06:18:27.7554670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+alt+title 2025-09-07T06:18:27.7555250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-112x37-m 2025-09-07T06:18:27.7555810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+direct 2025-09-07T06:18:27.7556350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-xf86-v333 2025-09-07T06:18:27.7556950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-xfree86 2025-09-07T06:18:27.7557510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-vt220 2025-09-07T06:18:27.7558000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+acs 2025-09-07T06:18:27.7558510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-hp 2025-09-07T06:18:27.7559020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-new 2025-09-07T06:18:27.7559630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-noapp 2025-09-07T06:18:27.7560230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+pc+edit 2025-09-07T06:18:27.7560690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-1003 2025-09-07T06:18:27.7561260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterms-sun 2025-09-07T06:18:27.7561800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+sl-twm 2025-09-07T06:18:27.7562380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc+basic 2025-09-07T06:18:27.7562950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+sm+1003 2025-09-07T06:18:27.7563490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-pcolor 2025-09-07T06:18:27.7563970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xenix 2025-09-07T06:18:27.7564570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-direct256 2025-09-07T06:18:27.7565070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc 2025-09-07T06:18:27.7565660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+sm+1002 2025-09-07T06:18:27.7566160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+focus 2025-09-07T06:18:27.7566740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+sm+1005 2025-09-07T06:18:27.7567280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-1005 2025-09-07T06:18:27.7567870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-128x48-m 2025-09-07T06:18:27.7568380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xerox-lm 2025-09-07T06:18:27.7568960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+nopcfkeys 2025-09-07T06:18:27.7569510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-direct 2025-09-07T06:18:27.7570060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-1002 2025-09-07T06:18:27.7570570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-sco 2025-09-07T06:18:27.7571150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-144x48 2025-09-07T06:18:27.7571680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-p371 2025-09-07T06:18:27.7572260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+256setaf 2025-09-07T06:18:27.7572870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-160x64-m 2025-09-07T06:18:27.7573420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+vt+edit 2025-09-07T06:18:27.7573930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+kbs 2025-09-07T06:18:27.7574490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-80x30 2025-09-07T06:18:27.7575070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-90x30-m 2025-09-07T06:18:27.7575620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-x11mouse 2025-09-07T06:18:27.7576100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xwsh 2025-09-07T06:18:27.7576590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xtalk 2025-09-07T06:18:27.7577250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-xf86-v43 2025-09-07T06:18:27.7577750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-xf86-v44 2025-09-07T06:18:27.7578330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-p370 2025-09-07T06:18:27.7578850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-m-f 2025-09-07T06:18:27.7579400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-90x30 2025-09-07T06:18:27.7579870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xl83 2025-09-07T06:18:27.7580350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xfce 2025-09-07T06:18:27.7580920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+pcc3 2025-09-07T06:18:27.7581400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/x1700 2025-09-07T06:18:27.7581930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-24 2025-09-07T06:18:27.7582480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+sl-alt 2025-09-07T06:18:27.7583080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc+144x48 2025-09-07T06:18:27.7583590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-b 2025-09-07T06:18:27.7584140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-old 2025-09-07T06:18:27.7584680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+alt47 2025-09-07T06:18:27.7585200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc+f2 2025-09-07T06:18:27.7585780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-x10mouse 2025-09-07T06:18:27.7586350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc+80x25 2025-09-07T06:18:27.7586870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+pcf0 2025-09-07T06:18:27.7587430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+nofkeys 2025-09-07T06:18:27.7588000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+256color 2025-09-07T06:18:27.7588500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/x1700-lm 2025-09-07T06:18:27.7589020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-m 2025-09-07T06:18:27.7589620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+256color2 2025-09-07T06:18:27.7590110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-r5 2025-09-07T06:18:27.7590910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+titlestack 2025-09-07T06:18:27.7591390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xerox1720 2025-09-07T06:18:27.7591960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+pcc2 2025-09-07T06:18:27.7592480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm1 2025-09-07T06:18:27.7592950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/x68k 2025-09-07T06:18:27.7593470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc+f 2025-09-07T06:18:27.7593960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterms 2025-09-07T06:18:27.7594540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-mono 2025-09-07T06:18:27.7595090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/x10term+sl 2025-09-07T06:18:27.7595730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-100x37-m 2025-09-07T06:18:27.7596190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc+80x30 2025-09-07T06:18:27.7596760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-200x75 2025-09-07T06:18:27.7597320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-256x96 2025-09-07T06:18:27.7597910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-80x30-m 2025-09-07T06:18:27.7598460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc+90x30 2025-09-07T06:18:27.7598950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/x10term 2025-09-07T06:18:27.7599540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+pcfkeys 2025-09-07T06:18:27.7600120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-256x96-m 2025-09-07T06:18:27.7600730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc+160x64 2025-09-07T06:18:27.7601150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xerox 2025-09-07T06:18:27.7601690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+sl 2025-09-07T06:18:27.7602250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+edit 2025-09-07T06:18:27.7602760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-sun 2025-09-07T06:18:27.7603320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-100x37 2025-09-07T06:18:27.7603860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-bold 2025-09-07T06:18:27.7604410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-m-f2 2025-09-07T06:18:27.7604970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+direct16 2025-09-07T06:18:27.7605530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc+200x75 2025-09-07T06:18:27.7606110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc+256x96 2025-09-07T06:18:27.7606670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+tmux 2025-09-07T06:18:27.7607160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-nic 2025-09-07T06:18:27.7607720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-vt52 2025-09-07T06:18:27.7608300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-xf86-v32 2025-09-07T06:18:27.7608870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-200x75-m 2025-09-07T06:18:27.7609430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+sm+1006 2025-09-07T06:18:27.7610010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-160x64 2025-09-07T06:18:27.7610480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xiterm 2025-09-07T06:18:27.7611070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+indirect 2025-09-07T06:18:27.7611640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+88color2 2025-09-07T06:18:27.7612220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-128x40-m 2025-09-07T06:18:27.7612760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-1006 2025-09-07T06:18:27.7613310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc+100x37 2025-09-07T06:18:27.7613890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+alt1049 2025-09-07T06:18:27.7614440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-80x25 2025-09-07T06:18:27.7615010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-xf86-v33 2025-09-07T06:18:27.7615560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+noalt 2025-09-07T06:18:27.7616120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z29a-nkc-bc 2025-09-07T06:18:27.7616600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z29a 2025-09-07T06:18:27.7617060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z19 2025-09-07T06:18:27.7617600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z-100bw 2025-09-07T06:18:27.7618080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/ztx 2025-09-07T06:18:27.7618580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/zen30 2025-09-07T06:18:27.7619090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z-100 2025-09-07T06:18:27.7619630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/zenith29 2025-09-07T06:18:27.7620100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z29 2025-09-07T06:18:27.7620590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z100 2025-09-07T06:18:27.7621160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/zenith39-a 2025-09-07T06:18:27.7621610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z50 2025-09-07T06:18:27.7622120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z8001 2025-09-07T06:18:27.7622600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/ztx11 2025-09-07T06:18:27.7623150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z29a-kc-bc 2025-09-07T06:18:27.7623660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z29b 2025-09-07T06:18:27.7624150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z100bw 2025-09-07T06:18:27.7624660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/zenith 2025-09-07T06:18:27.7625180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/zen8001 2025-09-07T06:18:27.7625760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/zenith39-ansi 2025-09-07T06:18:27.7626260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/zt-1 2025-09-07T06:18:27.7626740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/zen50 2025-09-07T06:18:27.7627240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z110 2025-09-07T06:18:27.7627750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z110bw 2025-09-07T06:18:27.7628250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z340 2025-09-07T06:18:27.7628830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z29a-nkc-uc 2025-09-07T06:18:27.7629300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z30 2025-09-07T06:18:27.7629840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z29a-kc-uc 2025-09-07T06:18:27.7630320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z39a 2025-09-07T06:18:27.7630850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/ztx-1-a 2025-09-07T06:18:27.7631320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z39-a 2025-09-07T06:18:27.7631870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z340-nam 2025-09-07T06:18:27.7632400Z /opt/homebrew/Caskroom/miniconda/base/share/doc/iconv_close.3.html 2025-09-07T06:18:27.7632890Z /opt/homebrew/Caskroom/miniconda/base/share/doc/iconv.3.html 2025-09-07T06:18:27.7633400Z /opt/homebrew/Caskroom/miniconda/base/share/doc/expat/changelog 2025-09-07T06:18:27.7633900Z /opt/homebrew/Caskroom/miniconda/base/share/doc/expat/AUTHORS 2025-09-07T06:18:27.7634440Z /opt/homebrew/Caskroom/miniconda/base/share/doc/readline/INSTALL 2025-09-07T06:18:27.7634960Z /opt/homebrew/Caskroom/miniconda/base/share/doc/readline/CHANGES 2025-09-07T06:18:27.7635480Z /opt/homebrew/Caskroom/miniconda/base/share/doc/readline/README 2025-09-07T06:18:27.7636090Z /opt/homebrew/Caskroom/miniconda/base/share/doc/readline/rluserman.html 2025-09-07T06:18:27.7636650Z /opt/homebrew/Caskroom/miniconda/base/share/doc/readline/history.html 2025-09-07T06:18:27.7637220Z /opt/homebrew/Caskroom/miniconda/base/share/doc/readline/readline.html 2025-09-07T06:18:27.7637660Z /opt/homebrew/Caskroom/miniconda/base/share/doc/xz/AUTHORS 2025-09-07T06:18:27.7638270Z /opt/homebrew/Caskroom/miniconda/base/share/doc/xz/lzma-file-format.txt 2025-09-07T06:18:27.7638710Z /opt/homebrew/Caskroom/miniconda/base/share/doc/xz/README 2025-09-07T06:18:27.7639200Z /opt/homebrew/Caskroom/miniconda/base/share/doc/xz/faq.txt 2025-09-07T06:18:27.7639680Z /opt/homebrew/Caskroom/miniconda/base/share/doc/xz/COPYING 2025-09-07T06:18:27.7640110Z /opt/homebrew/Caskroom/miniconda/base/share/doc/xz/NEWS 2025-09-07T06:18:27.7640830Z /opt/homebrew/Caskroom/miniconda/base/share/doc/xz/examples/04_compress_easy_mt.c 2025-09-07T06:18:27.7641460Z /opt/homebrew/Caskroom/miniconda/base/share/doc/xz/examples/01_compress_easy.c 2025-09-07T06:18:27.7642060Z /opt/homebrew/Caskroom/miniconda/base/share/doc/xz/examples/02_decompress.c 2025-09-07T06:18:27.7642590Z /opt/homebrew/Caskroom/miniconda/base/share/doc/xz/examples/Makefile 2025-09-07T06:18:27.7643270Z /opt/homebrew/Caskroom/miniconda/base/share/doc/xz/examples/03_compress_custom.c 2025-09-07T06:18:27.7643840Z /opt/homebrew/Caskroom/miniconda/base/share/doc/xz/examples/00_README.txt 2025-09-07T06:18:27.7644460Z /opt/homebrew/Caskroom/miniconda/base/share/doc/xz/examples/11_file_info.c 2025-09-07T06:18:27.7644940Z /opt/homebrew/Caskroom/miniconda/base/share/doc/xz/COPYING.0BSD 2025-09-07T06:18:27.7645480Z /opt/homebrew/Caskroom/miniconda/base/share/doc/xz/COPYING.GPLv2 2025-09-07T06:18:27.7645960Z /opt/homebrew/Caskroom/miniconda/base/share/doc/xz/history.txt 2025-09-07T06:18:27.7646470Z /opt/homebrew/Caskroom/miniconda/base/share/doc/xz/THANKS 2025-09-07T06:18:27.7647020Z /opt/homebrew/Caskroom/miniconda/base/share/doc/xz/xz-file-format.txt 2025-09-07T06:18:27.7647560Z /opt/homebrew/Caskroom/miniconda/base/share/doc/libssh2/BINDINGS.md 2025-09-07T06:18:27.7648080Z /opt/homebrew/Caskroom/miniconda/base/share/doc/libssh2/AUTHORS 2025-09-07T06:18:27.7648630Z /opt/homebrew/Caskroom/miniconda/base/share/doc/libssh2/HACKING.md 2025-09-07T06:18:27.7649190Z /opt/homebrew/Caskroom/miniconda/base/share/doc/libssh2/RELEASE-NOTES 2025-09-07T06:18:27.7649700Z /opt/homebrew/Caskroom/miniconda/base/share/doc/libssh2/README 2025-09-07T06:18:27.7650220Z /opt/homebrew/Caskroom/miniconda/base/share/doc/libssh2/COPYING 2025-09-07T06:18:27.7650720Z /opt/homebrew/Caskroom/miniconda/base/share/doc/libssh2/NEWS 2025-09-07T06:18:27.7651390Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_config.html 2025-09-07T06:18:27.7651980Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2compat.html 2025-09-07T06:18:27.7652760Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_set_depth_limit.html 2025-09-07T06:18:27.7653240Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2.html 2025-09-07T06:18:27.7654130Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_match_data_create_from_pattern.html 2025-09-07T06:18:27.7654670Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2unicode.html 2025-09-07T06:18:27.7655280Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2sample.html 2025-09-07T06:18:27.7656000Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_pattern_convert.html 2025-09-07T06:18:27.7656660Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_set_heap_limit.html 2025-09-07T06:18:27.7657480Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_set_substitute_callout.html 2025-09-07T06:18:27.7657950Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/index.html 2025-09-07T06:18:27.7658610Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_code_free.html 2025-09-07T06:18:27.7659370Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_converted_pattern_free.html 2025-09-07T06:18:27.7660140Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_substring_length_bynumber.html 2025-09-07T06:18:27.7660790Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_match_data_free.html 2025-09-07T06:18:27.7661510Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_callout_enumerate.html 2025-09-07T06:18:27.7662180Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_substring_free.html 2025-09-07T06:18:27.7662780Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2perform.html 2025-09-07T06:18:27.7663570Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_code_copy_with_tables.html 2025-09-07T06:18:27.7664090Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2jit.html 2025-09-07T06:18:27.7664760Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2serialize.html 2025-09-07T06:18:27.7665470Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_match_data_create.html 2025-09-07T06:18:27.7666110Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_maketables.html 2025-09-07T06:18:27.7666800Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_jit_stack_assign.html 2025-09-07T06:18:27.7667410Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_set_bsr.html 2025-09-07T06:18:27.7668110Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_jit_stack_create.html 2025-09-07T06:18:27.7668790Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_get_mark.html 2025-09-07T06:18:27.7669570Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_jit_free_unused_memory.html 2025-09-07T06:18:27.7670260Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_set_character_tables.html 2025-09-07T06:18:27.7670940Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_set_match_limit.html 2025-09-07T06:18:27.7671680Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_set_parens_nest_limit.html 2025-09-07T06:18:27.7672260Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2syntax.html 2025-09-07T06:18:27.7672830Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2api.html 2025-09-07T06:18:27.7673610Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_get_error_message.html 2025-09-07T06:18:27.7674290Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_get_startchar.html 2025-09-07T06:18:27.7674980Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_set_newline.html 2025-09-07T06:18:27.7675550Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2convert.html 2025-09-07T06:18:27.7676310Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_get_ovector_count.html 2025-09-07T06:18:27.7676990Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_pattern_info.html 2025-09-07T06:18:27.7677720Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_maketables_free.html 2025-09-07T06:18:27.7678390Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_set_glob_escape.html 2025-09-07T06:18:27.7679120Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_get_ovector_pointer.html 2025-09-07T06:18:27.7679740Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_code_copy.html 2025-09-07T06:18:27.7680360Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2matching.html 2025-09-07T06:18:27.7681180Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_general_context_create.html 2025-09-07T06:18:27.7681870Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2test.html 2025-09-07T06:18:27.7682470Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_dfa_match.html 2025-09-07T06:18:27.7683090Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2posix.html 2025-09-07T06:18:27.7683810Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_set_max_pattern_length.html 2025-09-07T06:18:27.7684520Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_serialize_encode.html 2025-09-07T06:18:27.7685240Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_set_recursion_limit.html 2025-09-07T06:18:27.7686640Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_convert_context_free.html 2025-09-07T06:18:27.7687130Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_substring_nametable_scan.html 2025-09-07T06:18:27.7687520Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2callout.html 2025-09-07T06:18:27.7688290Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_general_context_copy.html 2025-09-07T06:18:27.7689000Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_compile_context_free.html 2025-09-07T06:18:27.7689590Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2build.html 2025-09-07T06:18:27.7690350Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_set_offset_limit.html 2025-09-07T06:18:27.7691150Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_substring_get_byname.html 2025-09-07T06:18:27.7691820Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_jit_match.html 2025-09-07T06:18:27.7692630Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_compile_context_create.html 2025-09-07T06:18:27.7693270Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2partial.html 2025-09-07T06:18:27.7693900Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2grep.html 2025-09-07T06:18:27.7694700Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_match_context_free.html 2025-09-07T06:18:27.7695460Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_set_glob_separator.html 2025-09-07T06:18:27.7696170Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2pattern.html 2025-09-07T06:18:27.7696930Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_general_context_free.html 2025-09-07T06:18:27.7697530Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2demo.html 2025-09-07T06:18:27.7698460Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_set_recursion_memory_management.html 2025-09-07T06:18:27.7699240Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_convert_context_create.html 2025-09-07T06:18:27.7699990Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_compile_context_copy.html 2025-09-07T06:18:27.7700860Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_serialize_get_number_of_codes.html 2025-09-07T06:18:27.7701690Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_set_compile_recursion_guard.html 2025-09-07T06:18:27.7702560Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_substring_number_from_name.html 2025-09-07T06:18:27.7703260Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_substring_list_free.html 2025-09-07T06:18:27.7704040Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_convert_context_copy.html 2025-09-07T06:18:27.7704800Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_get_match_data_size.html 2025-09-07T06:18:27.7705620Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_substring_length_byname.html 2025-09-07T06:18:27.7706470Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_substring_copy_bynumber.html 2025-09-07T06:18:27.7707080Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_jit_compile.html 2025-09-07T06:18:27.7707790Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_serialize_decode.html 2025-09-07T06:18:27.7708500Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_match_context_copy.html 2025-09-07T06:18:27.7709110Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_compile.html 2025-09-07T06:18:27.7709780Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_jit_stack_free.html 2025-09-07T06:18:27.7710370Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2limits.html 2025-09-07T06:18:27.7711010Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2-config.html 2025-09-07T06:18:27.7711630Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_substitute.html 2025-09-07T06:18:27.7712240Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_match.html 2025-09-07T06:18:27.7713050Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_set_compile_extra_options.html 2025-09-07T06:18:27.7713690Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_serialize_free.html 2025-09-07T06:18:27.7714460Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_substring_get_bynumber.html 2025-09-07T06:18:27.7715280Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_set_callout.html 2025-09-07T06:18:27.7716090Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_substring_copy_byname.html 2025-09-07T06:18:27.7716790Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_substring_list_get.html 2025-09-07T06:18:27.7717520Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_match_context_create.html 2025-09-07T06:18:27.7717990Z /opt/homebrew/Caskroom/miniconda/base/share/doc/iconvctl.3.html 2025-09-07T06:18:27.7718570Z /opt/homebrew/Caskroom/miniconda/base/share/doc/iconv_open_into.3.html 2025-09-07T06:18:27.7719070Z /opt/homebrew/Caskroom/miniconda/base/share/doc/iconv_open.3.html 2025-09-07T06:18:27.7719570Z /opt/homebrew/Caskroom/miniconda/base/share/doc/iconv.1.html 2025-09-07T06:18:27.7720110Z /opt/homebrew/Caskroom/miniconda/base/share/icu/73.1/install-sh 2025-09-07T06:18:27.7720570Z /opt/homebrew/Caskroom/miniconda/base/share/icu/73.1/LICENSE 2025-09-07T06:18:27.7721210Z /opt/homebrew/Caskroom/miniconda/base/share/icu/73.1/config/mh-darwin 2025-09-07T06:18:27.7721670Z /opt/homebrew/Caskroom/miniconda/base/share/icu/73.1/mkinstalldirs 2025-09-07T06:18:28.7165120Z ==> Uninstalling Cask miniconda 2025-09-07T06:18:28.7167040Z ==> Removing files: 2025-09-07T06:18:28.7167450Z /opt/homebrew/Caskroom/miniconda/base 2025-09-07T06:18:30.6769670Z ==> Unlinking Binary '/opt/homebrew/bin/conda' 2025-09-07T06:18:30.6795040Z ==> Purging files for version py313_25.7.0-2 of Cask miniconda 2025-09-07T06:18:30.7369850Z ##[group]Run for dir in ~/.local/lib/python3.*/site-packages; do 2025-09-07T06:18:30.7370240Z for dir in ~/.local/lib/python3.*/site-packages; do 2025-09-07T06:18:30.7370450Z  echo "Cleaning up ${dir}" 2025-09-07T06:18:30.7370650Z  rm -rf "${dir}" 2025-09-07T06:18:30.7370780Z done 2025-09-07T06:18:30.7807020Z shell: /bin/bash -e -l {0} 2025-09-07T06:18:30.7807230Z env: 2025-09-07T06:18:30.7807340Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:18:30.7807470Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:18:30.7807620Z TEST_CONFIG: mps 2025-09-07T06:18:30.7807730Z SHARD_NUMBER: 1 2025-09-07T06:18:30.7807830Z NUM_TEST_SHARDS: 1 2025-09-07T06:18:30.7807940Z PR_BODY: 2025-09-07T06:18:30.7808030Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:18:30.7808160Z ##[endgroup] 2025-09-07T06:18:30.8098020Z Cleaning up /Users/ec2-user/.local/lib/python3.*/site-packages 2025-09-07T06:18:30.8183690Z ##[group]Run pytorch/test-infra/.github/actions/check-disk-space@main 2025-09-07T06:18:30.8183910Z with: 2025-09-07T06:18:30.8184050Z minimum-available-space-in-gb: 6 2025-09-07T06:18:30.8184210Z env: 2025-09-07T06:18:30.8184320Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:18:30.8184480Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:18:30.8184630Z TEST_CONFIG: mps 2025-09-07T06:18:30.8184740Z SHARD_NUMBER: 1 2025-09-07T06:18:30.8184870Z NUM_TEST_SHARDS: 1 2025-09-07T06:18:30.8185010Z PR_BODY: 2025-09-07T06:18:30.8185130Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:18:30.8185260Z ##[endgroup] 2025-09-07T06:18:30.8227540Z ##[group]Run echo "Print the available disk space for manual inspection" 2025-09-07T06:18:30.8227870Z echo "Print the available disk space for manual inspection" 2025-09-07T06:18:30.8228080Z df -h 2025-09-07T06:18:30.8228200Z  2025-09-07T06:18:30.8228310Z function check_disk_space() { 2025-09-07T06:18:30.8228520Z  set +e 2025-09-07T06:18:30.8228620Z  2025-09-07T06:18:30.8228760Z  # Set the minimum requirement space to 6GB 2025-09-07T06:18:30.8229050Z  MINIMUM_AVAILABLE_SPACE_IN_KB=$(($MINIMUM_AVAILABLE_SPACE_IN_GB * 1024 * 1024)) 2025-09-07T06:18:30.8229280Z  2025-09-07T06:18:30.8229420Z  # Use KB to avoid floating point warning like 3.1GB 2025-09-07T06:18:30.8229660Z  df -k | tr -s ' ' | cut -d' ' -f 4,9 | while read -r LINE; 2025-09-07T06:18:30.8229840Z  do 2025-09-07T06:18:30.8229970Z  AVAIL=$(echo $LINE | cut -f1 -d' ') 2025-09-07T06:18:30.8230170Z  MOUNT=$(echo $LINE | cut -f2 -d' ') 2025-09-07T06:18:30.8230330Z  2025-09-07T06:18:30.8230450Z  if [ "${MOUNT}" = "/" ]; then 2025-09-07T06:18:30.8230660Z  if [ "${AVAIL}" -lt "${MINIMUM_AVAILABLE_SPACE_IN_KB}" ]; then 2025-09-07T06:18:30.8231110Z  echo "Failure: There is only ${AVAIL}KB free space left in ${MOUNT}, which is less than the minimum requirement of ${MINIMUM_AVAILABLE_SPACE_IN_KB}KB for ${RUNNER_OS}" 2025-09-07T06:18:30.8231510Z  else 2025-09-07T06:18:30.8231790Z  echo "Success: There is ${AVAIL}KB free space left in ${MOUNT} for ${RUNNER_OS}, continue" 2025-09-07T06:18:30.8232080Z  fi 2025-09-07T06:18:30.8232180Z  fi 2025-09-07T06:18:30.8232290Z  done 2025-09-07T06:18:30.8232410Z  2025-09-07T06:18:30.8232580Z  set -e 2025-09-07T06:18:30.8232700Z } 2025-09-07T06:18:30.8232800Z  2025-09-07T06:18:30.8232920Z RESULT=$(check_disk_space) 2025-09-07T06:18:30.8233080Z echo "${RESULT}" 2025-09-07T06:18:30.8233210Z  2025-09-07T06:18:30.8233360Z if [[ "${RESULT}" == *Failure* && "${RUNNER_OS}" == "macOS" ]]; then 2025-09-07T06:18:30.8233790Z  # We can clean up /System/Library/Caches/com.apple.coresymbolicationd on MacOS to free up the space and this should free up enough space 2025-09-07T06:18:30.8234200Z  # https://github.com/pytorch/pytorch/issues/85440 2025-09-07T06:18:30.8234490Z  sudo rm "/System/Library/Caches/com.apple.coresymbolicationd/data" || true 2025-09-07T06:18:30.8234910Z  # Stop the daemon and launchctl will automatically start it again, thus accomplish a restart and free up the above file 2025-09-07T06:18:30.8235280Z  sudo launchctl stop com.apple.coresymbolicationd || true 2025-09-07T06:18:30.8235530Z  2025-09-07T06:18:30.8235660Z  # Clean up crash reports on the runner 2025-09-07T06:18:30.8235910Z  sudo rm -rf "/System/Volumes/Data/Library/Logs/CrashReporter" || true 2025-09-07T06:18:30.8236140Z  2025-09-07T06:18:30.8236290Z  # Also try to clean up torch.hub caching directory 2025-09-07T06:18:30.8236500Z  rm -rf "${HOME}/.cache/torch/hub" || true 2025-09-07T06:18:30.8236820Z  2025-09-07T06:18:30.8236930Z  # Purge conda 2025-09-07T06:18:30.8237080Z  conda clean -p -t -y || true 2025-09-07T06:18:30.8237240Z  # and pip cache 2025-09-07T06:18:30.8237380Z  pip cache purge || true 2025-09-07T06:18:30.8237530Z  2025-09-07T06:18:30.8237700Z  echo "Re-run disk space check for ${RUNNER_OS} after cleaning up" 2025-09-07T06:18:30.8237920Z  # Re-run the check 2025-09-07T06:18:30.8238080Z  RESULT=$(check_disk_space) 2025-09-07T06:18:30.8238240Z  echo "${RESULT}" 2025-09-07T06:18:30.8238370Z fi 2025-09-07T06:18:30.8238480Z  2025-09-07T06:18:30.8238600Z if [[ "${RESULT}" == *Failure* ]]; then 2025-09-07T06:18:30.8238760Z  df -h 2025-09-07T06:18:30.8238870Z  2025-09-07T06:18:30.8239240Z  echo "Please help create an issue to PyTorch Release Engineering via https://github.com/pytorch/test-infra/issues and provide the link to the workflow run." 2025-09-07T06:18:30.8239650Z  exit 1 2025-09-07T06:18:30.8239760Z fi 2025-09-07T06:18:30.8249380Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:18:30.8249580Z env: 2025-09-07T06:18:30.8249690Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:18:30.8249840Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:18:30.8249990Z TEST_CONFIG: mps 2025-09-07T06:18:30.8250110Z SHARD_NUMBER: 1 2025-09-07T06:18:30.8250230Z NUM_TEST_SHARDS: 1 2025-09-07T06:18:30.8250350Z PR_BODY: 2025-09-07T06:18:30.8250480Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:18:30.8250620Z MINIMUM_AVAILABLE_SPACE_IN_GB: 6 2025-09-07T06:18:30.8250770Z ##[endgroup] 2025-09-07T06:18:30.8430120Z Print the available disk space for manual inspection 2025-09-07T06:18:30.8457470Z Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 2025-09-07T06:18:30.8457800Z /dev/disk5s2s1 256Gi 10Gi 202Gi 5% 412k 2.1G 0% / 2025-09-07T06:18:30.8458090Z devfs 216Ki 216Ki 0Bi 100% 748 0 100% /dev 2025-09-07T06:18:30.8458390Z /dev/disk5s5 256Gi 1.0Gi 202Gi 1% 1 2.1G 0% /System/Volumes/VM 2025-09-07T06:18:30.8458730Z /dev/disk5s3 256Gi 6.4Gi 202Gi 4% 1.2k 2.1G 0% /System/Volumes/Preboot 2025-09-07T06:18:30.8459040Z /dev/disk1s2 500Mi 6.0Mi 399Mi 2% 1 4.1M 0% /System/Volumes/xarts 2025-09-07T06:18:30.8459360Z /dev/disk1s1 500Mi 48Mi 399Mi 11% 64 4.1M 0% /System/Volumes/iSCPreboot 2025-09-07T06:18:30.8459920Z /dev/disk1s3 500Mi 916Ki 399Mi 1% 53 4.1M 0% /System/Volumes/Hardware 2025-09-07T06:18:30.8460230Z /dev/disk5s1 256Gi 35Gi 202Gi 15% 1.9M 2.1G 0% /System/Volumes/Data 2025-09-07T06:18:30.8460530Z map auto_home 0Bi 0Bi 0Bi 100% 0 0 - /System/Volumes/Data/home 2025-09-07T06:18:30.8460870Z /dev/disk3s4 460Gi 2.3Mi 442Gi 1% 18 4.6G 0% /private/tmp/tmp-mount-0AH9aO 2025-09-07T06:18:30.8833210Z Success: There is 212294004KB free space left in / for macOS, continue 2025-09-07T06:18:30.8901380Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-09-07T06:18:30.8901610Z with: 2025-09-07T06:18:30.8901720Z submodules: recursive 2025-09-07T06:18:30.8901860Z fetch-depth: 0 2025-09-07T06:18:30.8901970Z env: 2025-09-07T06:18:30.8902070Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:18:30.8902230Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:18:30.8902450Z TEST_CONFIG: mps 2025-09-07T06:18:30.8902570Z SHARD_NUMBER: 1 2025-09-07T06:18:30.8902690Z NUM_TEST_SHARDS: 1 2025-09-07T06:18:30.8902810Z PR_BODY: 2025-09-07T06:18:30.8902920Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:18:30.8903050Z ##[endgroup] 2025-09-07T06:18:30.8914250Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-09-07T06:18:30.8914730Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-09-07T06:18:30.8925020Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:18:30.8925200Z env: 2025-09-07T06:18:30.8925320Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:18:30.8925480Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:18:30.8925630Z TEST_CONFIG: mps 2025-09-07T06:18:30.8925750Z SHARD_NUMBER: 1 2025-09-07T06:18:30.8925860Z NUM_TEST_SHARDS: 1 2025-09-07T06:18:30.8925990Z PR_BODY: 2025-09-07T06:18:30.8926110Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:18:30.8926240Z ##[endgroup] 2025-09-07T06:18:30.9167790Z ##[group]Run # Use all available CPUs for fetching 2025-09-07T06:18:30.9168060Z # Use all available CPUs for fetching 2025-09-07T06:18:30.9168240Z cd "${GITHUB_WORKSPACE}" 2025-09-07T06:18:30.9168420Z git config --global fetch.parallel 0 2025-09-07T06:18:30.9168620Z git config --global submodule.fetchJobs 0 2025-09-07T06:18:30.9168800Z  2025-09-07T06:18:30.9169010Z # Clean workspace. The default checkout action should also do this, but 2025-09-07T06:18:30.9169260Z # do it here as well just in case 2025-09-07T06:18:30.9169430Z if [[ -d .git ]]; then 2025-09-07T06:18:30.9169590Z  if [ -z "${NO_SUDO}" ]; then 2025-09-07T06:18:30.9169750Z  sudo git clean -ffdx 2025-09-07T06:18:30.9169890Z  else 2025-09-07T06:18:30.9170010Z  git clean -ffdx 2025-09-07T06:18:30.9170170Z  fi 2025-09-07T06:18:30.9170270Z fi 2025-09-07T06:18:30.9179450Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:18:30.9179640Z env: 2025-09-07T06:18:30.9179760Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:18:30.9179910Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:18:30.9180060Z TEST_CONFIG: mps 2025-09-07T06:18:30.9180180Z SHARD_NUMBER: 1 2025-09-07T06:18:30.9180290Z NUM_TEST_SHARDS: 1 2025-09-07T06:18:30.9180400Z PR_BODY: 2025-09-07T06:18:30.9180530Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:18:30.9180660Z NO_SUDO: 2025-09-07T06:18:30.9180760Z ##[endgroup] 2025-09-07T06:18:31.8670550Z Removing .additional_ci_files/ 2025-09-07T06:18:31.8670860Z Removing .pytest_cache/ 2025-09-07T06:18:31.8671040Z Removing build/ 2025-09-07T06:18:31.8671160Z Removing dist/ 2025-09-07T06:18:31.8671290Z Removing test-reports/ 2025-09-07T06:18:31.8671460Z Removing test/.pytorch-disabled-tests.json 2025-09-07T06:18:31.8671790Z Removing test/__pycache__/ 2025-09-07T06:18:31.8672050Z Removing test/inductor/__pycache__/ 2025-09-07T06:18:31.8672220Z Removing test/test-reports/ 2025-09-07T06:18:31.8672380Z Removing test/torch_compile_debug/ 2025-09-07T06:18:31.8672540Z Removing tools/__pycache__/ 2025-09-07T06:18:31.8672690Z Removing tools/stats/__pycache__/ 2025-09-07T06:18:31.8672930Z Removing tools/stats/upload_utilization_stats/__pycache__/ 2025-09-07T06:18:31.8673150Z Removing tools/testing/__pycache__/ 2025-09-07T06:18:31.8673390Z Removing tools/testing/target_determination/__pycache__/ 2025-09-07T06:18:31.8674040Z Removing tools/testing/target_determination/heuristics/__pycache__/ 2025-09-07T06:18:31.8674300Z Removing usage_log.txt 2025-09-07T06:18:31.8730810Z ##[group]Run actions/checkout@v4 2025-09-07T06:18:31.8730960Z with: 2025-09-07T06:18:31.8731090Z ref: 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T06:18:31.8731260Z fetch-depth: 0 2025-09-07T06:18:31.8731380Z submodules: recursive 2025-09-07T06:18:31.8731570Z show-progress: false 2025-09-07T06:18:31.8731710Z repository: pytorch/pytorch 2025-09-07T06:18:31.8731920Z token: *** 2025-09-07T06:18:31.8732030Z ssh-strict: true 2025-09-07T06:18:31.8732140Z ssh-user: git 2025-09-07T06:18:31.8732270Z persist-credentials: true 2025-09-07T06:18:31.8732410Z clean: true 2025-09-07T06:18:31.8732530Z sparse-checkout-cone-mode: true 2025-09-07T06:18:31.8732690Z fetch-tags: false 2025-09-07T06:18:31.8732800Z lfs: false 2025-09-07T06:18:31.8732910Z set-safe-directory: true 2025-09-07T06:18:31.8733040Z env: 2025-09-07T06:18:31.8733180Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:18:31.8733320Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:18:31.8733480Z TEST_CONFIG: mps 2025-09-07T06:18:31.8733600Z SHARD_NUMBER: 1 2025-09-07T06:18:31.8733710Z NUM_TEST_SHARDS: 1 2025-09-07T06:18:31.8733820Z PR_BODY: 2025-09-07T06:18:31.8733940Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:18:31.8734070Z ##[endgroup] 2025-09-07T06:18:31.9611290Z Syncing repository: pytorch/pytorch 2025-09-07T06:18:31.9612110Z ##[group]Getting Git version info 2025-09-07T06:18:31.9612350Z Working directory is '/Users/ec2-user/runner/_work/pytorch/pytorch' 2025-09-07T06:18:31.9612700Z [command]/usr/bin/git version 2025-09-07T06:18:31.9663520Z git version 2.39.5 (Apple Git-154) 2025-09-07T06:18:31.9675830Z ##[endgroup] 2025-09-07T06:18:31.9680520Z Copying '/Users/ec2-user/.gitconfig' to '/Users/ec2-user/runner/_work/_temp/ec723cf2-dba6-4b6e-b25d-f67c7a2ce749/.gitconfig' 2025-09-07T06:18:31.9686370Z Temporarily overriding HOME='/Users/ec2-user/runner/_work/_temp/ec723cf2-dba6-4b6e-b25d-f67c7a2ce749' before making global git config changes 2025-09-07T06:18:31.9686920Z Adding repository directory to the temporary git global config as a safe directory 2025-09-07T06:18:31.9692670Z [command]/usr/bin/git config --global --add safe.directory /Users/ec2-user/runner/_work/pytorch/pytorch 2025-09-07T06:18:31.9765920Z [command]/usr/bin/git config --local --get remote.origin.url 2025-09-07T06:18:31.9822080Z https://github.com/pytorch/pytorch 2025-09-07T06:18:31.9836860Z ##[group]Removing previously created refs, to avoid conflicts 2025-09-07T06:18:31.9838920Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD 2025-09-07T06:18:31.9897180Z HEAD 2025-09-07T06:18:31.9979240Z ##[endgroup] 2025-09-07T06:18:31.9980990Z [command]/usr/bin/git submodule status 2025-09-07T06:18:32.0701960Z 7e1e1fe3858c63c251c637ae41a20de425dde96f android/libs/fbjni (v0.1.0-12-g7e1e1fe) 2025-09-07T06:18:32.0928750Z 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 third_party/FP16 (4dfe081) 2025-09-07T06:18:32.1132420Z b408327ac2a15ec3e43352421954f5b1967701d1 third_party/FXdiv (b408327) 2025-09-07T06:18:32.1424350Z c07e3a0400713d546e0dea2d5466dd22ea389c73 third_party/NNPACK (c07e3a0) 2025-09-07T06:18:32.1717790Z 2942f167cc30c5e3a44a2aecd5b0d9c07ff61a07 third_party/NVTX (v3.1.0-263-g2942f16) 2025-09-07T06:18:32.1905150Z 1d8f600fd424278486eade7ed3e877c99f0846b1 third_party/VulkanMemoryAllocator (v2.1.0-982-g1d8f600) 2025-09-07T06:18:32.3789090Z 51a0103656eff6fc9bfd39a4597923c4b542c883 third_party/XNNPACK (remotes/origin/ds/ndk-1243-g51a0103656) 2025-09-07T06:18:32.4150310Z 01aae101b9e5e94d6c16a9514c9fb8df99c93150 third_party/aiter (v0.1.1-92-g01aae101) 2025-09-07T06:18:32.4301530Z 299e5928955cc62af9968370293b916f5130916f third_party/benchmark (v1.9.3) 2025-09-07T06:18:32.4808320Z 7fe50dc3da2069d6645d9deb8c017a876472a977 third_party/composable_kernel (rocm-6.4.3-459-g7fe50dc3d) 2025-09-07T06:18:32.5115340Z 89c932f313c6437c38f2982869beacc89c2f2246 third_party/cpp-httplib (v0.26.0) 2025-09-07T06:18:32.5444330Z 5e3d2445e6a84d9599bee2bf78edbb4d80865e1d third_party/cpuinfo (5e3d244) 2025-09-07T06:18:32.5753800Z f937055efc6d414d11f4c6577e3977fe74f35fb6 third_party/cudnn_frontend (v0.5-52-gf937055) 2025-09-07T06:18:32.6039860Z e51efbfe18fe4f4cbb66ab814c55bf4aa0185491 third_party/cutlass (v4.1.0) 2025-09-07T06:18:32.6631250Z 21c7d30c526c0f1ad873ecc632dca6cfa8a69067 third_party/fbgemm (v1.3.0-rc1-165-g21c7d30c) 2025-09-07T06:18:32.6820010Z 979702c87a8713a8e0a5e9fee122b90d2ef13be5 third_party/flash-attention (v2.7.4) 2025-09-07T06:18:32.6907890Z a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757 third_party/flatbuffers (v24.12.23) 2025-09-07T06:18:32.7725770Z 40626af88bd7df9a5fb80be7b25ac85b122d6c21 third_party/fmt (11.2.0) 2025-09-07T06:18:32.8005650Z 3fb5c176c17c765a3492cd2f0321b0dab712f350 third_party/gemmlowp/gemmlowp (remotes/origin/revert-87-master-135-g3fb5c17) 2025-09-07T06:18:32.8362500Z c7b7b022c124d9643957d9bd55f57ac59fce8fa2 third_party/gloo (remotes/origin/gh/c-p-i-o/1/base-33-gc7b7b02) 2025-09-07T06:18:32.8957460Z 52eb8108c5bdec04579160ae17225d66034bd723 third_party/googletest (release-1.8.0-3544-g52eb8108) 2025-09-07T06:18:32.9254700Z 719d8e6cd7f7a0e01b155657526d693acf97c2b3 third_party/ideep (pytorch-rls-v3.7.1) 2025-09-07T06:18:32.9434520Z dec1d23ca65ab069d225dfe40dea14f455170959 third_party/ittapi (v3.25.5) 2025-09-07T06:18:32.9855770Z 5e7501833f1021ce6f618572d3baf657b6319658 third_party/kineto (remotes/origin/sraikund/test-98-g5e75018) 2025-09-07T06:18:33.0011010Z cca02c2f69dd18e1f12647c1c0bdc8cf90e680c7 third_party/kleidiai (v1.8.0) 2025-09-07T06:18:33.0095280Z fbd8b99c2b828428947d70fdc046bb55609be93e third_party/mimalloc (v2.2.4) 2025-09-07T06:18:33.0188870Z 55f93686c01528224f448c19128836e7df245f72 third_party/nlohmann (v3.12.0) 2025-09-07T06:18:33.1150160Z e709452ef2bbc1d113faf678c24e6d3467696e83 third_party/onnx (v1.18.0) 2025-09-07T06:18:33.1231820Z a799f4aed9c94b765dcdaabaeab7d5e7e2310878 third_party/opentelemetry-cpp (v1.14.2) 2025-09-07T06:18:33.1300290Z 0fa0ef591e38c2758e3184c6c23e497b9f732ffa third_party/pocketfft (release_for_eigen-40-g0fa0ef5) 2025-09-07T06:18:33.3500060Z d1eca4e4b421cd2997495c4b4e65cea6be4e9b8a third_party/protobuf (v3.7.0-rc.2-1279-gd1eca4e4b) 2025-09-07T06:18:33.3688270Z 072586a71b55b7f8c584153d223e95687148a900 third_party/psimd (heads/master) 2025-09-07T06:18:33.3850090Z 4fe0e1e183925bf8cfa6aae24237e724a96479b8 third_party/pthreadpool (0.1-144-g4fe0e1e) 2025-09-07T06:18:33.3982120Z f5fbe867d2d26e4a0a9177a51f6e568868ad3dc8 third_party/pybind11 (v3.0.1) 2025-09-07T06:18:33.4205950Z f45429b087dd7d5bc78bb40dc7cf06425c252d67 third_party/python-peachpy (remotes/origin/pre-generated) 2025-09-07T06:18:33.4549190Z 5a1d179df9cf652951b59010a2d2075372d67f68 third_party/sleef (3.8) 2025-09-07T06:18:33.4831870Z af0118d13e52f5a08841464a768e01a0bf3e3075 third_party/tensorpipe (heads/main) 2025-09-07T06:18:33.4839200Z ##[group]Cleaning the repository 2025-09-07T06:18:33.4842320Z [command]/usr/bin/git clean -ffdx 2025-09-07T06:18:33.5228720Z [command]/usr/bin/git reset --hard HEAD 2025-09-07T06:18:34.3137740Z HEAD is now at c3ceca2995c codebase structure documentation to include torchgen (#162261) 2025-09-07T06:18:34.3146620Z ##[endgroup] 2025-09-07T06:18:34.3146890Z ##[group]Disabling automatic garbage collection 2025-09-07T06:18:34.3150670Z [command]/usr/bin/git config --local gc.auto 0 2025-09-07T06:18:34.3232830Z ##[endgroup] 2025-09-07T06:18:34.3233150Z ##[group]Setting up auth 2025-09-07T06:18:34.3241120Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-09-07T06:18:34.3309060Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-09-07T06:18:34.3808470Z Entering 'android/libs/fbjni' 2025-09-07T06:18:34.3922460Z Entering 'third_party/FP16' 2025-09-07T06:18:34.4024590Z Entering 'third_party/FXdiv' 2025-09-07T06:18:34.4127130Z Entering 'third_party/NNPACK' 2025-09-07T06:18:34.4228870Z Entering 'third_party/NVTX' 2025-09-07T06:18:34.4330850Z Entering 'third_party/VulkanMemoryAllocator' 2025-09-07T06:18:34.4431850Z Entering 'third_party/XNNPACK' 2025-09-07T06:18:34.4537330Z Entering 'third_party/aiter' 2025-09-07T06:18:34.4637970Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T06:18:34.4751120Z Entering 'third_party/benchmark' 2025-09-07T06:18:34.4854000Z Entering 'third_party/composable_kernel' 2025-09-07T06:18:34.4957770Z Entering 'third_party/cpp-httplib' 2025-09-07T06:18:34.5058330Z Entering 'third_party/cpuinfo' 2025-09-07T06:18:34.5159970Z Entering 'third_party/cudnn_frontend' 2025-09-07T06:18:34.5262150Z Entering 'third_party/cutlass' 2025-09-07T06:18:34.5367670Z Entering 'third_party/fbgemm' 2025-09-07T06:18:34.5466570Z Entering 'third_party/fbgemm/external/asmjit' 2025-09-07T06:18:34.5575420Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-09-07T06:18:34.5680970Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-09-07T06:18:34.5783320Z Entering 'third_party/fbgemm/external/cutlass' 2025-09-07T06:18:34.5887430Z Entering 'third_party/fbgemm/external/googletest' 2025-09-07T06:18:34.5990020Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-09-07T06:18:34.6091430Z Entering 'third_party/fbgemm/external/json' 2025-09-07T06:18:34.6195750Z Entering 'third_party/flash-attention' 2025-09-07T06:18:34.6296250Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T06:18:34.6407490Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-09-07T06:18:34.6513920Z Entering 'third_party/flatbuffers' 2025-09-07T06:18:34.6616240Z Entering 'third_party/fmt' 2025-09-07T06:18:34.6718630Z Entering 'third_party/gemmlowp/gemmlowp' 2025-09-07T06:18:34.6819400Z Entering 'third_party/gloo' 2025-09-07T06:18:34.6920500Z Entering 'third_party/googletest' 2025-09-07T06:18:34.7030170Z Entering 'third_party/ideep' 2025-09-07T06:18:34.7129440Z Entering 'third_party/ideep/mkl-dnn' 2025-09-07T06:18:34.7233980Z Entering 'third_party/ittapi' 2025-09-07T06:18:34.7335530Z Entering 'third_party/kineto' 2025-09-07T06:18:34.7436010Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T06:18:34.7537920Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T06:18:34.7640400Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T06:18:34.7741970Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T06:18:34.7852520Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T06:18:34.7951870Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T06:18:34.8054860Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T06:18:34.8157540Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T06:18:34.8258750Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T06:18:34.8362280Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T06:18:34.8464760Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T06:18:34.8566320Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T06:18:34.8669260Z Entering 'third_party/kleidiai' 2025-09-07T06:18:34.8771990Z Entering 'third_party/mimalloc' 2025-09-07T06:18:34.8880580Z Entering 'third_party/nlohmann' 2025-09-07T06:18:34.8981540Z Entering 'third_party/onnx' 2025-09-07T06:18:34.9088080Z Entering 'third_party/onnx/third_party/pybind11' 2025-09-07T06:18:34.9192290Z Entering 'third_party/opentelemetry-cpp' 2025-09-07T06:18:34.9292790Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T06:18:34.9394220Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T06:18:34.9495120Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T06:18:34.9596210Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T06:18:34.9698680Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T06:18:34.9798770Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T06:18:34.9899800Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T06:18:35.0006020Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T06:18:35.0107490Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T06:18:35.0207170Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T06:18:35.0312720Z Entering 'third_party/pocketfft' 2025-09-07T06:18:35.0413230Z Entering 'third_party/protobuf' 2025-09-07T06:18:35.0512970Z Entering 'third_party/protobuf/third_party/benchmark' 2025-09-07T06:18:35.0612720Z Entering 'third_party/protobuf/third_party/googletest' 2025-09-07T06:18:35.0713820Z Entering 'third_party/psimd' 2025-09-07T06:18:35.0814870Z Entering 'third_party/pthreadpool' 2025-09-07T06:18:35.0914820Z Entering 'third_party/pybind11' 2025-09-07T06:18:35.1015040Z Entering 'third_party/python-peachpy' 2025-09-07T06:18:35.1123340Z Entering 'third_party/sleef' 2025-09-07T06:18:35.1222890Z Entering 'third_party/tensorpipe' 2025-09-07T06:18:35.1321970Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-09-07T06:18:35.1423440Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-09-07T06:18:35.1523580Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-09-07T06:18:35.1623880Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T06:18:35.1723190Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T06:18:35.1844770Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-09-07T06:18:35.1916990Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-09-07T06:18:35.2412680Z Entering 'android/libs/fbjni' 2025-09-07T06:18:35.2517790Z Entering 'third_party/FP16' 2025-09-07T06:18:35.2618240Z Entering 'third_party/FXdiv' 2025-09-07T06:18:35.2715450Z Entering 'third_party/NNPACK' 2025-09-07T06:18:35.2812420Z Entering 'third_party/NVTX' 2025-09-07T06:18:35.2909240Z Entering 'third_party/VulkanMemoryAllocator' 2025-09-07T06:18:35.3010800Z Entering 'third_party/XNNPACK' 2025-09-07T06:18:35.3115530Z Entering 'third_party/aiter' 2025-09-07T06:18:35.3216280Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T06:18:35.3322050Z Entering 'third_party/benchmark' 2025-09-07T06:18:35.3423810Z Entering 'third_party/composable_kernel' 2025-09-07T06:18:35.3528840Z Entering 'third_party/cpp-httplib' 2025-09-07T06:18:35.3630510Z Entering 'third_party/cpuinfo' 2025-09-07T06:18:35.3732360Z Entering 'third_party/cudnn_frontend' 2025-09-07T06:18:35.3833620Z Entering 'third_party/cutlass' 2025-09-07T06:18:35.3938680Z Entering 'third_party/fbgemm' 2025-09-07T06:18:35.4040150Z Entering 'third_party/fbgemm/external/asmjit' 2025-09-07T06:18:35.4140540Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-09-07T06:18:35.4243700Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-09-07T06:18:35.4344780Z Entering 'third_party/fbgemm/external/cutlass' 2025-09-07T06:18:35.4448820Z Entering 'third_party/fbgemm/external/googletest' 2025-09-07T06:18:35.4549340Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-09-07T06:18:35.4649390Z Entering 'third_party/fbgemm/external/json' 2025-09-07T06:18:35.4752010Z Entering 'third_party/flash-attention' 2025-09-07T06:18:35.4852800Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T06:18:35.4955990Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-09-07T06:18:35.5060250Z Entering 'third_party/flatbuffers' 2025-09-07T06:18:35.5162940Z Entering 'third_party/fmt' 2025-09-07T06:18:35.5262940Z Entering 'third_party/gemmlowp/gemmlowp' 2025-09-07T06:18:35.5363430Z Entering 'third_party/gloo' 2025-09-07T06:18:35.5464130Z Entering 'third_party/googletest' 2025-09-07T06:18:35.5561230Z Entering 'third_party/ideep' 2025-09-07T06:18:35.5657800Z Entering 'third_party/ideep/mkl-dnn' 2025-09-07T06:18:35.5758440Z Entering 'third_party/ittapi' 2025-09-07T06:18:35.5857350Z Entering 'third_party/kineto' 2025-09-07T06:18:35.5956690Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T06:18:35.6055490Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T06:18:35.6156630Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T06:18:35.6256670Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T06:18:35.6356450Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T06:18:35.6455220Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T06:18:35.6556880Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T06:18:35.6657370Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T06:18:35.6758090Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T06:18:35.6858620Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T06:18:35.6960580Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T06:18:35.7060790Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T06:18:35.7161530Z Entering 'third_party/kleidiai' 2025-09-07T06:18:35.7262750Z Entering 'third_party/mimalloc' 2025-09-07T06:18:35.7361810Z Entering 'third_party/nlohmann' 2025-09-07T06:18:35.7461990Z Entering 'third_party/onnx' 2025-09-07T06:18:35.7566750Z Entering 'third_party/onnx/third_party/pybind11' 2025-09-07T06:18:35.7669010Z Entering 'third_party/opentelemetry-cpp' 2025-09-07T06:18:35.7768160Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T06:18:35.7867540Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T06:18:35.7967120Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T06:18:35.8066130Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T06:18:35.8165820Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T06:18:35.8264820Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T06:18:35.8364800Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T06:18:35.8463120Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T06:18:35.8563680Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T06:18:35.8664210Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T06:18:35.8771160Z Entering 'third_party/pocketfft' 2025-09-07T06:18:35.8871830Z Entering 'third_party/protobuf' 2025-09-07T06:18:35.8971410Z Entering 'third_party/protobuf/third_party/benchmark' 2025-09-07T06:18:35.9071120Z Entering 'third_party/protobuf/third_party/googletest' 2025-09-07T06:18:35.9176140Z Entering 'third_party/psimd' 2025-09-07T06:18:35.9293310Z Entering 'third_party/pthreadpool' 2025-09-07T06:18:35.9399540Z Entering 'third_party/pybind11' 2025-09-07T06:18:35.9506300Z Entering 'third_party/python-peachpy' 2025-09-07T06:18:35.9610750Z Entering 'third_party/sleef' 2025-09-07T06:18:35.9714620Z Entering 'third_party/tensorpipe' 2025-09-07T06:18:35.9817130Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-09-07T06:18:35.9920750Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-09-07T06:18:36.0023510Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-09-07T06:18:36.0125740Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T06:18:36.0226360Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T06:18:36.0346470Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-09-07T06:18:36.0425460Z ##[endgroup] 2025-09-07T06:18:36.0425720Z ##[group]Fetching the repository 2025-09-07T06:18:36.0429030Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2025-09-07T06:18:40.8271510Z From https://github.com/pytorch/pytorch 2025-09-07T06:18:40.8271910Z - [deleted] (none) -> origin/export-D79751098 2025-09-07T06:18:40.9381730Z - [deleted] (none) -> origin/gh/XilunWu/162/base 2025-09-07T06:18:40.9382520Z - [deleted] (none) -> origin/gh/XilunWu/162/head 2025-09-07T06:18:40.9383130Z - [deleted] (none) -> origin/gh/XilunWu/162/orig 2025-09-07T06:18:40.9383680Z - [deleted] (none) -> origin/gh/anijain2305/847/base 2025-09-07T06:18:40.9384410Z - [deleted] (none) -> origin/gh/anijain2305/847/head 2025-09-07T06:18:40.9385140Z - [deleted] (none) -> origin/gh/anijain2305/847/orig 2025-09-07T06:18:40.9385760Z - [deleted] (none) -> origin/gh/ankitageorge/18/base 2025-09-07T06:18:40.9386460Z - [deleted] (none) -> origin/gh/ankitageorge/18/head 2025-09-07T06:18:40.9387100Z - [deleted] (none) -> origin/gh/ankitageorge/18/orig 2025-09-07T06:18:40.9388270Z - [deleted] (none) -> origin/gh/ankitageorge/19/base 2025-09-07T06:18:40.9388520Z - [deleted] (none) -> origin/gh/ankitageorge/19/head 2025-09-07T06:18:40.9389130Z - [deleted] (none) -> origin/gh/ankitageorge/19/orig 2025-09-07T06:18:40.9389870Z - [deleted] (none) -> origin/gh/ankitageorge/20/base 2025-09-07T06:18:40.9390490Z - [deleted] (none) -> origin/gh/ankitageorge/20/head 2025-09-07T06:18:40.9391160Z - [deleted] (none) -> origin/gh/ankitageorge/20/orig 2025-09-07T06:18:40.9391830Z - [deleted] (none) -> origin/gh/anshul-si/10/base 2025-09-07T06:18:40.9392490Z - [deleted] (none) -> origin/gh/anshul-si/10/head 2025-09-07T06:18:40.9393180Z - [deleted] (none) -> origin/gh/anshul-si/10/orig 2025-09-07T06:18:40.9393830Z - [deleted] (none) -> origin/gh/anshul-si/11/base 2025-09-07T06:18:40.9394510Z - [deleted] (none) -> origin/gh/anshul-si/11/head 2025-09-07T06:18:40.9395170Z - [deleted] (none) -> origin/gh/anshul-si/11/orig 2025-09-07T06:18:40.9395880Z - [deleted] (none) -> origin/gh/anshul-si/12/base 2025-09-07T06:18:40.9396530Z - [deleted] (none) -> origin/gh/anshul-si/12/head 2025-09-07T06:18:40.9397170Z - [deleted] (none) -> origin/gh/anshul-si/12/orig 2025-09-07T06:18:40.9397840Z - [deleted] (none) -> origin/gh/anshul-si/13/base 2025-09-07T06:18:40.9398500Z - [deleted] (none) -> origin/gh/anshul-si/13/head 2025-09-07T06:18:40.9399170Z - [deleted] (none) -> origin/gh/anshul-si/13/orig 2025-09-07T06:18:40.9399820Z - [deleted] (none) -> origin/gh/anshul-si/14/base 2025-09-07T06:18:40.9400480Z - [deleted] (none) -> origin/gh/anshul-si/14/head 2025-09-07T06:18:40.9401130Z - [deleted] (none) -> origin/gh/anshul-si/14/orig 2025-09-07T06:18:40.9401840Z - [deleted] (none) -> origin/gh/anshul-si/9/base 2025-09-07T06:18:40.9402540Z - [deleted] (none) -> origin/gh/anshul-si/9/head 2025-09-07T06:18:40.9403170Z - [deleted] (none) -> origin/gh/anshul-si/9/orig 2025-09-07T06:18:40.9403800Z - [deleted] (none) -> origin/gh/colinchan15/4/base 2025-09-07T06:18:40.9404450Z - [deleted] (none) -> origin/gh/colinchan15/4/head 2025-09-07T06:18:40.9405110Z - [deleted] (none) -> origin/gh/colinchan15/5/base 2025-09-07T06:18:40.9405980Z - [deleted] (none) -> origin/gh/colinchan15/5/head 2025-09-07T06:18:40.9406430Z - [deleted] (none) -> origin/gh/drisspg/150/base 2025-09-07T06:18:40.9407120Z - [deleted] (none) -> origin/gh/drisspg/150/head 2025-09-07T06:18:40.9407760Z - [deleted] (none) -> origin/gh/drisspg/150/orig 2025-09-07T06:18:40.9408450Z - [deleted] (none) -> origin/gh/drisspg/151/base 2025-09-07T06:18:40.9409110Z - [deleted] (none) -> origin/gh/drisspg/151/head 2025-09-07T06:18:40.9409780Z - [deleted] (none) -> origin/gh/drisspg/151/orig 2025-09-07T06:18:40.9410380Z - [deleted] (none) -> origin/gh/ezyang/3068/base 2025-09-07T06:18:40.9411080Z - [deleted] (none) -> origin/gh/ezyang/3068/head 2025-09-07T06:18:40.9411730Z - [deleted] (none) -> origin/gh/ezyang/3068/orig 2025-09-07T06:18:40.9412380Z - [deleted] (none) -> origin/gh/jiayisunx/57/base 2025-09-07T06:18:40.9413030Z - [deleted] (none) -> origin/gh/jiayisunx/57/head 2025-09-07T06:18:40.9413690Z - [deleted] (none) -> origin/gh/jiayisunx/57/orig 2025-09-07T06:18:40.9414370Z - [deleted] (none) -> origin/gh/malfet/457/base 2025-09-07T06:18:40.9415030Z - [deleted] (none) -> origin/gh/malfet/457/head 2025-09-07T06:18:40.9415720Z - [deleted] (none) -> origin/gh/malfet/457/orig 2025-09-07T06:18:40.9416340Z - [deleted] (none) -> origin/gh/v0i0/2/base 2025-09-07T06:18:40.9416990Z - [deleted] (none) -> origin/gh/v0i0/2/head 2025-09-07T06:18:40.9417700Z - [deleted] (none) -> origin/gh/v0i0/2/orig 2025-09-07T06:18:40.9418340Z - [deleted] (none) -> origin/gh/v0i0/3/base 2025-09-07T06:18:40.9419030Z - [deleted] (none) -> origin/gh/v0i0/3/head 2025-09-07T06:18:40.9419680Z - [deleted] (none) -> origin/gh/v0i0/3/orig 2025-09-07T06:18:40.9420380Z - [deleted] (none) -> origin/gh/wconstab/439/base 2025-09-07T06:18:40.9421020Z - [deleted] (none) -> origin/gh/wconstab/439/head 2025-09-07T06:18:40.9421720Z - [deleted] (none) -> origin/gh/wconstab/439/orig 2025-09-07T06:18:40.9422370Z - [deleted] (none) -> origin/gh/xmfan/275/base 2025-09-07T06:18:40.9423040Z - [deleted] (none) -> origin/gh/xmfan/275/head 2025-09-07T06:18:40.9423710Z - [deleted] (none) -> origin/gh/xmfan/275/orig 2025-09-07T06:18:40.9424400Z - [deleted] (none) -> origin/gh/yangw-dev/1/base 2025-09-07T06:18:40.9425040Z - [deleted] (none) -> origin/gh/yangw-dev/10/base 2025-09-07T06:18:40.9425700Z - [deleted] (none) -> origin/gh/yangw-dev/10/head 2025-09-07T06:18:40.9426360Z - [deleted] (none) -> origin/gh/yangw-dev/10/orig 2025-09-07T06:18:40.9427010Z - [deleted] (none) -> origin/gh/yangw-dev/2/base 2025-09-07T06:18:40.9427680Z - [deleted] (none) -> origin/gh/yangw-dev/2/head 2025-09-07T06:18:40.9428330Z - [deleted] (none) -> origin/gh/yangw-dev/4/base 2025-09-07T06:18:40.9428990Z - [deleted] (none) -> origin/gh/yangw-dev/4/head 2025-09-07T06:18:40.9429680Z - [deleted] (none) -> origin/gh/zou3519/1190/base 2025-09-07T06:18:40.9430310Z - [deleted] (none) -> origin/gh/zou3519/1190/head 2025-09-07T06:18:40.9430970Z - [deleted] (none) -> origin/gh/zou3519/1190/orig 2025-09-07T06:18:40.9431630Z - [deleted] (none) -> origin/malfet-patch-7 2025-09-07T06:18:40.9432320Z - [deleted] (none) -> origin/update-audio-commit-hash/16791960928-1711-1 2025-09-07T06:18:40.9433090Z - [deleted] (none) -> ciflow/h100-symm-mem/161601 2025-09-07T06:18:40.9433600Z - [deleted] (none) -> ciflow/inductor-rocm/161700 2025-09-07T06:18:40.9434250Z - [deleted] (none) -> ciflow/inductor/160467 2025-09-07T06:18:40.9434940Z - [deleted] (none) -> ciflow/inductor/160483 2025-09-07T06:18:40.9435590Z - [deleted] (none) -> ciflow/inductor/161601 2025-09-07T06:18:40.9436240Z - [deleted] (none) -> ciflow/inductor/162167 2025-09-07T06:18:40.9436910Z - [deleted] (none) -> ciflow/inductor/162221 2025-09-07T06:18:40.9437580Z - [deleted] (none) -> ciflow/inductor/162247 2025-09-07T06:18:40.9438250Z - [deleted] (none) -> ciflow/inductor/162285 2025-09-07T06:18:40.9438890Z - [deleted] (none) -> ciflow/inductor/162303 2025-09-07T06:18:40.9439650Z - [deleted] (none) -> ciflow/inductor/162314 2025-09-07T06:18:40.9440320Z - [deleted] (none) -> ciflow/periodic-rocm-mi300/161700 2025-09-07T06:18:40.9440950Z - [deleted] (none) -> ciflow/rocm-mi300/161700 2025-09-07T06:18:40.9441650Z - [deleted] (none) -> ciflow/rocm/161700 2025-09-07T06:18:40.9442290Z - [deleted] (none) -> ciflow/trunk/160467 2025-09-07T06:18:40.9442930Z - [deleted] (none) -> ciflow/trunk/160483 2025-09-07T06:18:40.9443580Z - [deleted] (none) -> ciflow/trunk/160907 2025-09-07T06:18:40.9444240Z - [deleted] (none) -> ciflow/trunk/162167 2025-09-07T06:18:40.9444910Z - [deleted] (none) -> ciflow/trunk/162209 2025-09-07T06:18:40.9445570Z - [deleted] (none) -> ciflow/trunk/162221 2025-09-07T06:18:40.9446210Z - [deleted] (none) -> ciflow/trunk/162247 2025-09-07T06:18:40.9446870Z - [deleted] (none) -> ciflow/trunk/162285 2025-09-07T06:18:40.9447520Z - [deleted] (none) -> ciflow/trunk/162301 2025-09-07T06:18:40.9448180Z - [deleted] (none) -> ciflow/trunk/162314 2025-09-07T06:18:40.9448870Z - [deleted] (none) -> ciflow/trunk/162322 2025-09-07T06:18:40.9449500Z - [deleted] (none) -> ciflow/vllm/162000 2025-09-07T06:18:40.9450210Z - [deleted] (none) -> ciflow/xpu/139971 2025-09-07T06:18:40.9450820Z - [deleted] (none) -> ciflow/xpu/161601 2025-09-07T06:18:40.9451540Z - [deleted] (none) -> trunk/2d31c3d99d9a0b71d6939b0d6961fe6f99838ba9 2025-09-07T06:18:40.9452190Z - [deleted] (none) -> trunk/2e1345a0f8427ecf4eabfc1e3aa1b46787c47467 2025-09-07T06:18:40.9452910Z - [deleted] (none) -> trunk/2fed4fb464d87fe7cc2ff646ec2bb8052e76c729 2025-09-07T06:18:40.9453540Z - [deleted] (none) -> trunk/37da7b777b06e4a0f8e6192dd2a7e9047194fbf3 2025-09-07T06:18:40.9454180Z - [deleted] (none) -> trunk/4d3ab2669b3839b53361ebc5c8d53bcc819b4876 2025-09-07T06:18:40.9454830Z - [deleted] (none) -> trunk/684ae48c160364ea46c77050a7fa24c13a751df2 2025-09-07T06:18:40.9455520Z - [deleted] (none) -> trunk/76f81b56d3f5788d79c4250bae76da8f929ac4ba 2025-09-07T06:18:40.9456140Z - [deleted] (none) -> trunk/77d8e98e1b07797c6730b7ba7c313c984cce4ed3 2025-09-07T06:18:40.9456810Z - [deleted] (none) -> trunk/82d2d23e855007c581b529b43dde397f55f47e43 2025-09-07T06:18:40.9457480Z - [deleted] (none) -> trunk/ad7b748686610e317e5c0cbbd523b7a6e3b8b51f 2025-09-07T06:18:40.9458160Z - [deleted] (none) -> trunk/b93f87d67b874fd4a1c57c89869ae53c4387063c 2025-09-07T06:18:40.9458800Z - [deleted] (none) -> trunk/b994f6e3b331faeac693970bd1e14972f3fc9d4a 2025-09-07T06:18:40.9459640Z - [deleted] (none) -> trunk/c83cbd2f2a2de2e3258f07de77d8740743df6d2d 2025-09-07T06:18:40.9460150Z - [deleted] (none) -> trunk/db622842bc97acc66d1ee31b8ceacd63abea3b55 2025-09-07T06:18:40.9460800Z - [deleted] (none) -> trunk/e015de19695402569e2029429c10508f938b6f05 2025-09-07T06:18:40.9461480Z - [deleted] (none) -> trunk/f3697b033ea44a28caa7bb31cf6357641863f8db 2025-09-07T06:18:40.9462130Z - [deleted] (none) -> trunk/f44ad54bc6edd1b41d9c9b6701c27e3e6e636601 2025-09-07T06:18:40.9462820Z - [deleted] (none) -> trunk/fb2d5ea697a72301d0fb889ead412c6b5ed0d1b8 2025-09-07T06:18:42.4892270Z * [new branch] gh/PaulZhang12/25/base -> origin/gh/PaulZhang12/25/base 2025-09-07T06:18:42.4894670Z * [new branch] gh/PaulZhang12/25/head -> origin/gh/PaulZhang12/25/head 2025-09-07T06:18:42.4896650Z * [new branch] gh/PaulZhang12/25/orig -> origin/gh/PaulZhang12/25/orig 2025-09-07T06:18:42.4904990Z * [new branch] gh/benjaminglass1/105/base -> origin/gh/benjaminglass1/105/base 2025-09-07T06:18:42.4907070Z * [new branch] gh/benjaminglass1/105/head -> origin/gh/benjaminglass1/105/head 2025-09-07T06:18:42.4909290Z * [new branch] gh/benjaminglass1/105/orig -> origin/gh/benjaminglass1/105/orig 2025-09-07T06:18:42.4912300Z * [new branch] gh/benjaminglass1/106/base -> origin/gh/benjaminglass1/106/base 2025-09-07T06:18:42.4914210Z * [new branch] gh/benjaminglass1/106/head -> origin/gh/benjaminglass1/106/head 2025-09-07T06:18:42.4916540Z * [new branch] gh/benjaminglass1/106/orig -> origin/gh/benjaminglass1/106/orig 2025-09-07T06:18:42.4946300Z 0a524fd3b98..64a6f0704be gh/kwen2501/231/base -> origin/gh/kwen2501/231/base 2025-09-07T06:18:42.4963600Z 30e0f870366..8f5769ceb79 gh/kwen2501/231/head -> origin/gh/kwen2501/231/head 2025-09-07T06:18:42.4971200Z + e412712e97a...f86c78bdacb gh/kwen2501/231/orig -> origin/gh/kwen2501/231/orig (forced update) 2025-09-07T06:18:42.4977820Z ec5c5d73824..a4ec296b7ee gh/kwen2501/232/base -> origin/gh/kwen2501/232/base 2025-09-07T06:18:42.4984770Z d329963f969..b2d47a2ea60 gh/kwen2501/232/head -> origin/gh/kwen2501/232/head 2025-09-07T06:18:42.4992120Z + f6cad7ad010...80b3a1bca13 gh/kwen2501/232/orig -> origin/gh/kwen2501/232/orig (forced update) 2025-09-07T06:18:42.5003860Z cbf2cc42833..7e2b60cc42b gh/malfet/507/head -> origin/gh/malfet/507/head 2025-09-07T06:18:42.5011040Z + 7a832dd0f9b...b1f24e95856 gh/malfet/507/orig -> origin/gh/malfet/507/orig (forced update) 2025-09-07T06:18:42.5029600Z e689558747f..a6ef630a23f gh/shunting314/215/base -> origin/gh/shunting314/215/base 2025-09-07T06:18:42.5036760Z 370cb6c00fe..5b9ab1de9fb gh/shunting314/215/head -> origin/gh/shunting314/215/head 2025-09-07T06:18:42.5044450Z + b9a6fc6e5a7...1d79f6c58d4 gh/shunting314/215/orig -> origin/gh/shunting314/215/orig (forced update) 2025-09-07T06:18:42.5060130Z a80fe16c4ce..dc5e48a2ee5 gh/shunting314/216/base -> origin/gh/shunting314/216/base 2025-09-07T06:18:42.5072250Z 3d2e3d67ae9..ed4c6cf730d gh/shunting314/216/head -> origin/gh/shunting314/216/head 2025-09-07T06:18:42.5079180Z + 34611cfbb98...df17ce5322d gh/shunting314/216/orig -> origin/gh/shunting314/216/orig (forced update) 2025-09-07T06:18:42.5085930Z 1f335cf061a..517cb6f2c03 gh/shunting314/217/base -> origin/gh/shunting314/217/base 2025-09-07T06:18:42.5093440Z fc86e4872f7..c8e45f3eec0 gh/shunting314/217/head -> origin/gh/shunting314/217/head 2025-09-07T06:18:42.5101240Z + a3fc8a9e201...a2ef80de57e gh/shunting314/217/orig -> origin/gh/shunting314/217/orig (forced update) 2025-09-07T06:18:42.5115700Z e2bd0d1fe6c..69402d51ca8 gh/shunting314/218/base -> origin/gh/shunting314/218/base 2025-09-07T06:18:42.5123260Z 8ebcc129485..5804a59dd90 gh/shunting314/218/head -> origin/gh/shunting314/218/head 2025-09-07T06:18:42.5130400Z + 1f1db7414c1...e50ba9fc63c gh/shunting314/218/orig -> origin/gh/shunting314/218/orig (forced update) 2025-09-07T06:18:42.5132960Z * [new branch] gh/shunting314/223/base -> origin/gh/shunting314/223/base 2025-09-07T06:18:42.5135110Z * [new branch] gh/shunting314/223/head -> origin/gh/shunting314/223/head 2025-09-07T06:18:42.5137030Z * [new branch] gh/shunting314/223/orig -> origin/gh/shunting314/223/orig 2025-09-07T06:18:42.5151540Z 7711fe5a903..9e3582c7b9f gh/swolchok/813/base -> origin/gh/swolchok/813/base 2025-09-07T06:18:42.5158730Z ef0b07d631e..9b3873ffcc8 gh/swolchok/813/head -> origin/gh/swolchok/813/head 2025-09-07T06:18:42.5166880Z + 741b4a68c20...6bbd76556b9 gh/swolchok/813/orig -> origin/gh/swolchok/813/orig (forced update) 2025-09-07T06:18:42.5210250Z 91cf4cf3a77..fd2ef70f405 gh/swolchok/814/base -> origin/gh/swolchok/814/base 2025-09-07T06:18:42.5210710Z 856701342b7..90190d0bacc gh/swolchok/814/head -> origin/gh/swolchok/814/head 2025-09-07T06:18:42.5211140Z + b28b9571e60...39c345eb28c gh/swolchok/814/orig -> origin/gh/swolchok/814/orig (forced update) 2025-09-07T06:18:42.5211560Z 97f877fa547..1f1bfb0ef0c gh/swolchok/815/base -> origin/gh/swolchok/815/base 2025-09-07T06:18:42.5211920Z b2c849ab9b5..f0244b1355e gh/swolchok/815/head -> origin/gh/swolchok/815/head 2025-09-07T06:18:42.5213100Z + b40b73cfc43...70bdc29115a gh/swolchok/815/orig -> origin/gh/swolchok/815/orig (forced update) 2025-09-07T06:18:42.5221250Z ebe377ccc3e..fc0d84afe86 gh/swolchok/817/base -> origin/gh/swolchok/817/base 2025-09-07T06:18:42.5228580Z 157f84c6b56..45947152984 gh/swolchok/817/head -> origin/gh/swolchok/817/head 2025-09-07T06:18:42.5236260Z + 26b4b637a59...b818abf011a gh/swolchok/817/orig -> origin/gh/swolchok/817/orig (forced update) 2025-09-07T06:18:42.5244170Z fa4d97ed851..d545bae1f6d gh/swolchok/818/base -> origin/gh/swolchok/818/base 2025-09-07T06:18:42.5252630Z 43f9288c70e..9fbf9dba50b gh/swolchok/818/head -> origin/gh/swolchok/818/head 2025-09-07T06:18:42.5261090Z + da0f784c885...a25b6c77f49 gh/swolchok/818/orig -> origin/gh/swolchok/818/orig (forced update) 2025-09-07T06:18:42.5269580Z 807901e1775..925f262372f gh/swolchok/820/base -> origin/gh/swolchok/820/base 2025-09-07T06:18:42.5277670Z 6892536f844..24cc0c40e06 gh/swolchok/820/head -> origin/gh/swolchok/820/head 2025-09-07T06:18:42.5285750Z + 3d08cee289b...14a16ad5557 gh/swolchok/820/orig -> origin/gh/swolchok/820/orig (forced update) 2025-09-07T06:18:42.5293930Z 3c9c425235c..f5f291a0d38 gh/swolchok/821/base -> origin/gh/swolchok/821/base 2025-09-07T06:18:42.5301850Z 9974c7d9672..c6efe1ddb98 gh/swolchok/821/head -> origin/gh/swolchok/821/head 2025-09-07T06:18:42.5309220Z + 97939ea078e...3529be1c2ad gh/swolchok/821/orig -> origin/gh/swolchok/821/orig (forced update) 2025-09-07T06:18:42.5323320Z 2111a9cf7af..7664c7b8c23 gh/swolchok/823/base -> origin/gh/swolchok/823/base 2025-09-07T06:18:42.5330780Z 12db8395b2a..c3665e33cf4 gh/swolchok/823/head -> origin/gh/swolchok/823/head 2025-09-07T06:18:42.5339750Z + b40511f84a9...7a66db33035 gh/swolchok/823/orig -> origin/gh/swolchok/823/orig (forced update) 2025-09-07T06:18:42.5353950Z 28a66c948dd..456e1cf733f gh/swolchok/826/base -> origin/gh/swolchok/826/base 2025-09-07T06:18:42.5362720Z 77ac6bdb949..1cccbb5dd20 gh/swolchok/826/head -> origin/gh/swolchok/826/head 2025-09-07T06:18:42.5371340Z + 068a2dace83...8a34c9c4e86 gh/swolchok/826/orig -> origin/gh/swolchok/826/orig (forced update) 2025-09-07T06:18:42.5380430Z dcac5d047b0..65cd085e1cd gh/swolchok/827/base -> origin/gh/swolchok/827/base 2025-09-07T06:18:42.5388600Z 144e44cdd58..81fa1339d4c gh/swolchok/827/head -> origin/gh/swolchok/827/head 2025-09-07T06:18:42.5397390Z + e0177d415bd...d993ccaaa2d gh/swolchok/827/orig -> origin/gh/swolchok/827/orig (forced update) 2025-09-07T06:18:42.5406120Z 54c2ff053fb..fb2be21f9be gh/swolchok/828/base -> origin/gh/swolchok/828/base 2025-09-07T06:18:42.5414390Z 863cbbbc12a..331e1fefc6a gh/swolchok/828/head -> origin/gh/swolchok/828/head 2025-09-07T06:18:42.5447380Z + 9144179d0b2...063f62eb6a5 gh/swolchok/828/orig -> origin/gh/swolchok/828/orig (forced update) 2025-09-07T06:18:42.5455830Z 863cbbbc12a..f4bdd1ca9a2 gh/swolchok/830/base -> origin/gh/swolchok/830/base 2025-09-07T06:18:42.5464740Z f766afd56c4..f3e42518e6d gh/swolchok/830/head -> origin/gh/swolchok/830/head 2025-09-07T06:18:42.5472830Z + 6d6aa10a7ac...5015ce5a781 gh/swolchok/830/orig -> origin/gh/swolchok/830/orig (forced update) 2025-09-07T06:18:42.5475540Z * [new branch] gh/swolchok/831/base -> origin/gh/swolchok/831/base 2025-09-07T06:18:42.5477520Z * [new branch] gh/swolchok/831/head -> origin/gh/swolchok/831/head 2025-09-07T06:18:42.5479350Z * [new branch] gh/swolchok/831/orig -> origin/gh/swolchok/831/orig 2025-09-07T06:18:42.5488160Z * [new branch] gh/swolchok/832/base -> origin/gh/swolchok/832/base 2025-09-07T06:18:42.5490190Z * [new branch] gh/swolchok/832/head -> origin/gh/swolchok/832/head 2025-09-07T06:18:42.5492160Z * [new branch] gh/swolchok/832/orig -> origin/gh/swolchok/832/orig 2025-09-07T06:18:42.5519730Z 174f2faa8c5..636d3aa00f2 install-torchao-0.13.0 -> origin/install-torchao-0.13.0 2025-09-07T06:18:42.5536840Z 9aedb3cd87b..93fb23d6fae main -> origin/main 2025-09-07T06:18:42.5556110Z + 146a688ae7d...da17d096cc8 update-audio-commit-hash/17507351808-1794-1 -> origin/update-audio-commit-hash/17507351808-1794-1 (forced update) 2025-09-07T06:18:42.5571050Z + cc439d6b7db...3b55f4c020e update-triton-commit-hash/13663274526-1487-2 -> origin/update-triton-commit-hash/13663274526-1487-2 (forced update) 2025-09-07T06:18:42.5579420Z + 70b69a38616...c30ade1afca update-vision-commit-hash/15336342773-1607-1 -> origin/update-vision-commit-hash/15336342773-1607-1 (forced update) 2025-09-07T06:18:42.5588150Z + 6893497b203...2ace76828ce update-vllm-commit-hash/17507351808-1794-1 -> origin/update-vllm-commit-hash/17507351808-1794-1 (forced update) 2025-09-07T06:18:42.5597560Z t [tag update] ciflow/binaries_wheel/162136 -> ciflow/binaries_wheel/162136 2025-09-07T06:18:42.5599770Z t [tag update] ciflow/h100-symm-mem/162243 -> ciflow/h100-symm-mem/162243 2025-09-07T06:18:42.5601340Z t [tag update] ciflow/h100-symm-mem/162320 -> ciflow/h100-symm-mem/162320 2025-09-07T06:18:42.5602870Z * [new tag] ciflow/inductor-periodic/162227 -> ciflow/inductor-periodic/162227 2025-09-07T06:18:42.5604160Z * [new tag] ciflow/inductor-rocm/154170 -> ciflow/inductor-rocm/154170 2025-09-07T06:18:42.5606160Z t [tag update] ciflow/inductor/148492 -> ciflow/inductor/148492 2025-09-07T06:18:42.5607750Z t [tag update] ciflow/inductor/154694 -> ciflow/inductor/154694 2025-09-07T06:18:42.5609990Z t [tag update] ciflow/inductor/161178 -> ciflow/inductor/161178 2025-09-07T06:18:42.5617600Z t [tag update] ciflow/inductor/161595 -> ciflow/inductor/161595 2025-09-07T06:18:42.5619230Z t [tag update] ciflow/inductor/161596 -> ciflow/inductor/161596 2025-09-07T06:18:42.5620630Z * [new tag] ciflow/inductor/161667 -> ciflow/inductor/161667 2025-09-07T06:18:42.5622390Z t [tag update] ciflow/inductor/161693 -> ciflow/inductor/161693 2025-09-07T06:18:42.5624270Z t [tag update] ciflow/inductor/161695 -> ciflow/inductor/161695 2025-09-07T06:18:42.5626260Z t [tag update] ciflow/inductor/162030 -> ciflow/inductor/162030 2025-09-07T06:18:42.5628020Z t [tag update] ciflow/inductor/162101 -> ciflow/inductor/162101 2025-09-07T06:18:42.5629440Z t [tag update] ciflow/inductor/162102 -> ciflow/inductor/162102 2025-09-07T06:18:42.5631300Z t [tag update] ciflow/inductor/162126 -> ciflow/inductor/162126 2025-09-07T06:18:42.5632970Z t [tag update] ciflow/inductor/162220 -> ciflow/inductor/162220 2025-09-07T06:18:42.5643240Z t [tag update] ciflow/inductor/162227 -> ciflow/inductor/162227 2025-09-07T06:18:42.5645810Z t [tag update] ciflow/inductor/162298 -> ciflow/inductor/162298 2025-09-07T06:18:42.5647590Z t [tag update] ciflow/inductor/162315 -> ciflow/inductor/162315 2025-09-07T06:18:42.5649000Z * [new tag] ciflow/inductor/162341 -> ciflow/inductor/162341 2025-09-07T06:18:42.5650360Z * [new tag] ciflow/inductor/162345 -> ciflow/inductor/162345 2025-09-07T06:18:42.5652270Z * [new tag] ciflow/rocm-mi300/154170 -> ciflow/rocm-mi300/154170 2025-09-07T06:18:42.5654160Z t [tag update] ciflow/rocm/148492 -> ciflow/rocm/148492 2025-09-07T06:18:42.5655330Z * [new tag] ciflow/rocm/154170 -> ciflow/rocm/154170 2025-09-07T06:18:42.5657530Z t [tag update] ciflow/trunk/148492 -> ciflow/trunk/148492 2025-09-07T06:18:42.5658750Z * [new tag] ciflow/trunk/154170 -> ciflow/trunk/154170 2025-09-07T06:18:42.5660590Z t [tag update] ciflow/trunk/154694 -> ciflow/trunk/154694 2025-09-07T06:18:42.5662620Z t [tag update] ciflow/trunk/161178 -> ciflow/trunk/161178 2025-09-07T06:18:42.5664250Z t [tag update] ciflow/trunk/161591 -> ciflow/trunk/161591 2025-09-07T06:18:42.5665820Z t [tag update] ciflow/trunk/161595 -> ciflow/trunk/161595 2025-09-07T06:18:42.5667400Z t [tag update] ciflow/trunk/161596 -> ciflow/trunk/161596 2025-09-07T06:18:42.5669000Z t [tag update] ciflow/trunk/161633 -> ciflow/trunk/161633 2025-09-07T06:18:42.5670720Z t [tag update] ciflow/trunk/161634 -> ciflow/trunk/161634 2025-09-07T06:18:42.5671980Z * [new tag] ciflow/trunk/161667 -> ciflow/trunk/161667 2025-09-07T06:18:42.5673800Z t [tag update] ciflow/trunk/161692 -> ciflow/trunk/161692 2025-09-07T06:18:42.5675320Z t [tag update] ciflow/trunk/161693 -> ciflow/trunk/161693 2025-09-07T06:18:42.5677310Z t [tag update] ciflow/trunk/161695 -> ciflow/trunk/161695 2025-09-07T06:18:42.5679100Z * [new tag] ciflow/trunk/162311 -> ciflow/trunk/162311 2025-09-07T06:18:42.5680640Z t [tag update] ciflow/trunk/162315 -> ciflow/trunk/162315 2025-09-07T06:18:42.5682190Z * [new tag] ciflow/trunk/162328 -> ciflow/trunk/162328 2025-09-07T06:18:42.5684440Z * [new tag] trunk/047603d35bdc70046216384838d6340feab79bf4 -> trunk/047603d35bdc70046216384838d6340feab79bf4 2025-09-07T06:18:42.5685950Z * [new tag] trunk/104f2680e03d13a4765ca69f905d8f16fc0c822f -> trunk/104f2680e03d13a4765ca69f905d8f16fc0c822f 2025-09-07T06:18:42.5687480Z * [new tag] trunk/1a588ace4667bde1331fbd8ed957157dca5cee68 -> trunk/1a588ace4667bde1331fbd8ed957157dca5cee68 2025-09-07T06:18:42.5689110Z * [new tag] trunk/2a45837e98c63cae9d1a2e2133a727b829e549d5 -> trunk/2a45837e98c63cae9d1a2e2133a727b829e549d5 2025-09-07T06:18:42.5690510Z * [new tag] trunk/2b8a83901c58a0858ea9e4ce00055f48e6ed164c -> trunk/2b8a83901c58a0858ea9e4ce00055f48e6ed164c 2025-09-07T06:18:42.5692490Z * [new tag] trunk/5211f1f908907ffc064b56e43cf8659f7fc22aa9 -> trunk/5211f1f908907ffc064b56e43cf8659f7fc22aa9 2025-09-07T06:18:42.5693830Z * [new tag] trunk/5927a70934ccf7b70182d364c23245a7dd685503 -> trunk/5927a70934ccf7b70182d364c23245a7dd685503 2025-09-07T06:18:42.5695210Z * [new tag] trunk/5985e28912aeb40b103ebfcf2fd0665eb4a50599 -> trunk/5985e28912aeb40b103ebfcf2fd0665eb4a50599 2025-09-07T06:18:42.5697310Z * [new tag] trunk/93fb23d6fae7c4e82c4239a1033e522088742634 -> trunk/93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T06:18:42.5698970Z * [new tag] trunk/ae0edc133e61e3b16caf0b2ee0ff3f33ab72af4c -> trunk/ae0edc133e61e3b16caf0b2ee0ff3f33ab72af4c 2025-09-07T06:18:42.5700460Z * [new tag] trunk/b6d0a9ea9056ede4f7024dbf3bd6c43be3aff49c -> trunk/b6d0a9ea9056ede4f7024dbf3bd6c43be3aff49c 2025-09-07T06:18:42.5701950Z * [new tag] trunk/b919560c4a7010e2d89facee25586269a994746e -> trunk/b919560c4a7010e2d89facee25586269a994746e 2025-09-07T06:18:42.5703920Z * [new tag] trunk/e3068cdb446adefb5a875616ba37a60235391439 -> trunk/e3068cdb446adefb5a875616ba37a60235391439 2025-09-07T06:18:42.5705250Z * [new tag] trunk/eac3d6f04cfbbebe3d470dacd216da7d4b1f95a8 -> trunk/eac3d6f04cfbbebe3d470dacd216da7d4b1f95a8 2025-09-07T06:18:42.5706810Z * [new tag] trunk/fea20775ad96bdca972a1811d7d3372f368614ab -> trunk/fea20775ad96bdca972a1811d7d3372f368614ab 2025-09-07T06:18:42.6615630Z [command]/usr/bin/git rev-parse --verify --quiet 93fb23d6fae7c4e82c4239a1033e522088742634^{object} 2025-09-07T06:18:42.6685510Z 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T06:18:42.6688860Z ##[endgroup] 2025-09-07T06:18:42.6689070Z ##[group]Determining the checkout info 2025-09-07T06:18:42.6689540Z ##[endgroup] 2025-09-07T06:18:42.6692140Z [command]/usr/bin/git sparse-checkout disable 2025-09-07T06:18:42.6873770Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-09-07T06:18:42.6938790Z ##[group]Checking out the ref 2025-09-07T06:18:42.6940860Z [command]/usr/bin/git checkout --progress --force 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T06:18:42.9943520Z Previous HEAD position was c3ceca2995c codebase structure documentation to include torchgen (#162261) 2025-09-07T06:18:42.9960230Z HEAD is now at 93fb23d6fae Build vLLM nightly wheels (#162000) 2025-09-07T06:18:42.9969150Z ##[endgroup] 2025-09-07T06:18:42.9969370Z ##[group]Setting up auth for fetching submodules 2025-09-07T06:18:42.9973830Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-09-07T06:18:43.0058470Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-09-07T06:18:43.0186300Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-09-07T06:18:43.0257660Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-09-07T06:18:43.0324530Z ##[endgroup] 2025-09-07T06:18:43.0324740Z ##[group]Fetching submodules 2025-09-07T06:18:43.0326680Z [command]/usr/bin/git submodule sync --recursive 2025-09-07T06:18:43.0849890Z Synchronizing submodule url for 'android/libs/fbjni' 2025-09-07T06:18:43.0886320Z Synchronizing submodule url for 'third_party/FP16' 2025-09-07T06:18:43.0921240Z Synchronizing submodule url for 'third_party/FXdiv' 2025-09-07T06:18:43.0959570Z Synchronizing submodule url for 'third_party/NNPACK' 2025-09-07T06:18:43.0996370Z Synchronizing submodule url for 'third_party/NVTX' 2025-09-07T06:18:43.1033860Z Synchronizing submodule url for 'third_party/VulkanMemoryAllocator' 2025-09-07T06:18:43.1070200Z Synchronizing submodule url for 'third_party/XNNPACK' 2025-09-07T06:18:43.1112580Z Synchronizing submodule url for 'third_party/aiter' 2025-09-07T06:18:43.1178790Z Synchronizing submodule url for 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T06:18:43.1218620Z Synchronizing submodule url for 'third_party/benchmark' 2025-09-07T06:18:43.1255920Z Synchronizing submodule url for 'third_party/composable_kernel' 2025-09-07T06:18:43.1295160Z Synchronizing submodule url for 'third_party/cpp-httplib' 2025-09-07T06:18:43.1336740Z Synchronizing submodule url for 'third_party/cpuinfo' 2025-09-07T06:18:43.1374620Z Synchronizing submodule url for 'third_party/cudnn_frontend' 2025-09-07T06:18:43.1410100Z Synchronizing submodule url for 'third_party/cutlass' 2025-09-07T06:18:43.1450580Z Synchronizing submodule url for 'third_party/fbgemm' 2025-09-07T06:18:43.1512300Z Synchronizing submodule url for 'third_party/fbgemm/external/asmjit' 2025-09-07T06:18:43.1548550Z Synchronizing submodule url for 'third_party/fbgemm/external/composable_kernel' 2025-09-07T06:18:43.1587630Z Synchronizing submodule url for 'third_party/fbgemm/external/cpuinfo' 2025-09-07T06:18:43.1629500Z Synchronizing submodule url for 'third_party/fbgemm/external/cutlass' 2025-09-07T06:18:43.1680800Z Synchronizing submodule url for 'third_party/fbgemm/external/googletest' 2025-09-07T06:18:43.1717510Z Synchronizing submodule url for 'third_party/fbgemm/external/hipify_torch' 2025-09-07T06:18:43.1759610Z Synchronizing submodule url for 'third_party/fbgemm/external/json' 2025-09-07T06:18:43.1796650Z Synchronizing submodule url for 'third_party/flash-attention' 2025-09-07T06:18:43.1848180Z Synchronizing submodule url for 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T06:18:43.1891500Z Synchronizing submodule url for 'third_party/flash-attention/csrc/cutlass' 2025-09-07T06:18:43.1930550Z Synchronizing submodule url for 'third_party/flatbuffers' 2025-09-07T06:18:43.1966870Z Synchronizing submodule url for 'third_party/fmt' 2025-09-07T06:18:43.2002510Z Synchronizing submodule url for 'third_party/gemmlowp/gemmlowp' 2025-09-07T06:18:43.2043730Z Synchronizing submodule url for 'third_party/gloo' 2025-09-07T06:18:43.2079920Z Synchronizing submodule url for 'third_party/googletest' 2025-09-07T06:18:43.2116540Z Synchronizing submodule url for 'third_party/ideep' 2025-09-07T06:18:43.2169150Z Synchronizing submodule url for 'third_party/ideep/mkl-dnn' 2025-09-07T06:18:43.2208190Z Synchronizing submodule url for 'third_party/ittapi' 2025-09-07T06:18:43.2243920Z Synchronizing submodule url for 'third_party/kineto' 2025-09-07T06:18:43.2301700Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T06:18:43.2354300Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T06:18:43.2390270Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T06:18:43.2426890Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T06:18:43.2470070Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T06:18:43.2522790Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T06:18:43.2567250Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T06:18:43.2611100Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T06:18:43.2653960Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T06:18:43.2697770Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T06:18:43.2747540Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T06:18:43.2790950Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T06:18:43.2830550Z Synchronizing submodule url for 'third_party/kleidiai' 2025-09-07T06:18:43.2868150Z Synchronizing submodule url for 'third_party/mimalloc' 2025-09-07T06:18:43.2904950Z Synchronizing submodule url for 'third_party/nlohmann' 2025-09-07T06:18:43.2941540Z Synchronizing submodule url for 'third_party/onnx' 2025-09-07T06:18:43.3000890Z Synchronizing submodule url for 'third_party/onnx/third_party/pybind11' 2025-09-07T06:18:43.3039040Z Synchronizing submodule url for 'third_party/opentelemetry-cpp' 2025-09-07T06:18:43.3109730Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T06:18:43.3144900Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T06:18:43.3180630Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T06:18:43.3222280Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T06:18:43.3264610Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T06:18:43.3300400Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T06:18:43.3342930Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T06:18:43.3402260Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T06:18:43.3445950Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T06:18:43.3502100Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T06:18:43.3551820Z Synchronizing submodule url for 'third_party/pocketfft' 2025-09-07T06:18:43.3589240Z Synchronizing submodule url for 'third_party/protobuf' 2025-09-07T06:18:43.3643800Z Synchronizing submodule url for 'third_party/protobuf/third_party/benchmark' 2025-09-07T06:18:43.3687680Z Synchronizing submodule url for 'third_party/protobuf/third_party/googletest' 2025-09-07T06:18:43.3724930Z Synchronizing submodule url for 'third_party/psimd' 2025-09-07T06:18:43.3760620Z Synchronizing submodule url for 'third_party/pthreadpool' 2025-09-07T06:18:43.3796910Z Synchronizing submodule url for 'third_party/pybind11' 2025-09-07T06:18:43.3834080Z Synchronizing submodule url for 'third_party/python-peachpy' 2025-09-07T06:18:43.3876200Z Synchronizing submodule url for 'third_party/sleef' 2025-09-07T06:18:43.3913290Z Synchronizing submodule url for 'third_party/tensorpipe' 2025-09-07T06:18:43.3968030Z Synchronizing submodule url for 'third_party/tensorpipe/third_party/googletest' 2025-09-07T06:18:43.4013070Z Synchronizing submodule url for 'third_party/tensorpipe/third_party/libnop' 2025-09-07T06:18:43.4055260Z Synchronizing submodule url for 'third_party/tensorpipe/third_party/libuv' 2025-09-07T06:18:43.4098530Z Synchronizing submodule url for 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T06:18:43.4140190Z Synchronizing submodule url for 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T06:18:43.4184550Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2025-09-07T06:18:43.4877090Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2025-09-07T06:18:43.5043430Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-09-07T06:18:43.5209080Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-09-07T06:18:43.5381660Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2025-09-07T06:18:43.5550590Z Submodule path 'third_party/NVTX': checked out '2942f167cc30c5e3a44a2aecd5b0d9c07ff61a07' 2025-09-07T06:18:43.5733120Z Submodule path 'third_party/VulkanMemoryAllocator': checked out '1d8f600fd424278486eade7ed3e877c99f0846b1' 2025-09-07T06:18:43.6099990Z Submodule path 'third_party/XNNPACK': checked out '51a0103656eff6fc9bfd39a4597923c4b542c883' 2025-09-07T06:18:43.6477990Z Submodule path 'third_party/aiter': checked out '01aae101b9e5e94d6c16a9514c9fb8df99c93150' 2025-09-07T06:18:43.7746870Z Submodule path 'third_party/aiter/3rdparty/composable_kernel': checked out 'cffe8fa2a442ac8e80dd236a1a5d24fe3d7e0cbf' 2025-09-07T06:18:43.8112450Z Submodule path 'third_party/benchmark': checked out '299e5928955cc62af9968370293b916f5130916f' 2025-09-07T06:18:43.8613650Z Submodule path 'third_party/composable_kernel': checked out '7fe50dc3da2069d6645d9deb8c017a876472a977' 2025-09-07T06:18:43.8807720Z Submodule path 'third_party/cpp-httplib': checked out '89c932f313c6437c38f2982869beacc89c2f2246' 2025-09-07T06:18:43.9025590Z Submodule path 'third_party/cpuinfo': checked out '5e3d2445e6a84d9599bee2bf78edbb4d80865e1d' 2025-09-07T06:18:43.9212710Z Submodule path 'third_party/cudnn_frontend': checked out 'f937055efc6d414d11f4c6577e3977fe74f35fb6' 2025-09-07T06:18:43.9497700Z Submodule path 'third_party/cutlass': checked out 'e51efbfe18fe4f4cbb66ab814c55bf4aa0185491' 2025-09-07T06:18:44.2881250Z From https://github.com/pytorch/fbgemm 2025-09-07T06:18:44.2881470Z dada912f..75e10fd0 gh-pages -> origin/gh-pages 2025-09-07T06:18:44.2884200Z 10367cc8..b027a7cf main -> origin/main 2025-09-07T06:18:44.2886140Z 43ddd069..6502af0b nightly -> origin/nightly 2025-09-07T06:18:44.3984710Z Fetching submodule external/composable_kernel 2025-09-07T06:18:44.9247190Z From https://github.com/jwfromm/composable_kernel 2025-09-07T06:18:44.9247510Z * branch 7fe50dc3da2069d6645d9deb8c017a876472a977 -> FETCH_HEAD 2025-09-07T06:18:45.0647900Z Submodule path 'third_party/fbgemm': checked out '4b39c551efe15e6bbade20565b0ceb2d8ce3352d' 2025-09-07T06:18:45.1128980Z Submodule path 'third_party/fbgemm/external/asmjit': checked out 'a3199e8857792cd10b7589ff5d58343d2c9008ea' 2025-09-07T06:18:45.1578170Z Submodule path 'third_party/fbgemm/external/composable_kernel': checked out 'b1281b8b08d973a7064f864f47eeb30f3e2596e9' 2025-09-07T06:18:45.1941830Z Submodule path 'third_party/fbgemm/external/cpuinfo': checked out '6543fec09b2f04ac4a666882998b534afc9c1349' 2025-09-07T06:18:45.5289380Z Submodule path 'third_party/fbgemm/external/cutlass': checked out '311f3c8e51dc0eb56310cfc6980bf63d0fbd7917' 2025-09-07T06:18:45.5873850Z Submodule path 'third_party/fbgemm/external/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-09-07T06:18:45.6183050Z Submodule path 'third_party/fbgemm/external/hipify_torch': checked out '63b6a7b541fa7f08f8475ca7d74054db36ff2691' 2025-09-07T06:18:45.7112570Z Submodule path 'third_party/fbgemm/external/json': checked out '9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03' 2025-09-07T06:18:45.7331140Z Submodule path 'third_party/flash-attention': checked out '979702c87a8713a8e0a5e9fee122b90d2ef13be5' 2025-09-07T06:18:45.8677230Z Submodule path 'third_party/flash-attention/csrc/composable_kernel': checked out '888317e698e9803c62bd38568abc9e05d7709f33' 2025-09-07T06:18:45.9230810Z Submodule path 'third_party/flash-attention/csrc/cutlass': checked out 'c506e16788cb08416a4a57e11a9067beeee29420' 2025-09-07T06:18:45.9691620Z Submodule path 'third_party/flatbuffers': checked out 'a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757' 2025-09-07T06:18:45.9929860Z Submodule path 'third_party/fmt': checked out '40626af88bd7df9a5fb80be7b25ac85b122d6c21' 2025-09-07T06:18:46.0127520Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2025-09-07T06:18:46.0314140Z Submodule path 'third_party/gloo': checked out 'c7b7b022c124d9643957d9bd55f57ac59fce8fa2' 2025-09-07T06:18:46.0541600Z Submodule path 'third_party/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-09-07T06:18:46.0731650Z Submodule path 'third_party/ideep': checked out '719d8e6cd7f7a0e01b155657526d693acf97c2b3' 2025-09-07T06:18:46.3455320Z Submodule path 'third_party/ideep/mkl-dnn': checked out '8d263e693366ef8db40acc569cc7d8edf644556d' 2025-09-07T06:18:46.3645050Z Submodule path 'third_party/ittapi': checked out 'dec1d23ca65ab069d225dfe40dea14f455170959' 2025-09-07T06:18:46.3829970Z Submodule path 'third_party/kineto': checked out '5e7501833f1021ce6f618572d3baf657b6319658' 2025-09-07T06:18:46.4179240Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2025-09-07T06:18:46.4572940Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2025-09-07T06:18:46.5026860Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2025-09-07T06:18:46.5680060Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2025-09-07T06:18:46.5929260Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2025-09-07T06:18:46.6194240Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2025-09-07T06:18:46.6538030Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2025-09-07T06:18:46.6999040Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2025-09-07T06:18:46.7844660Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2025-09-07T06:18:46.8069520Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2025-09-07T06:18:46.8715440Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2025-09-07T06:18:46.9195980Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2025-09-07T06:18:46.9405390Z Submodule path 'third_party/kleidiai': checked out 'cca02c2f69dd18e1f12647c1c0bdc8cf90e680c7' 2025-09-07T06:18:46.9777590Z Submodule path 'third_party/mimalloc': checked out 'fbd8b99c2b828428947d70fdc046bb55609be93e' 2025-09-07T06:18:47.0415480Z Submodule path 'third_party/nlohmann': checked out '55f93686c01528224f448c19128836e7df245f72' 2025-09-07T06:18:47.0838410Z Submodule path 'third_party/onnx': checked out 'e709452ef2bbc1d113faf678c24e6d3467696e83' 2025-09-07T06:18:47.1637480Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-09-07T06:18:47.2265950Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2025-09-07T06:18:47.2760260Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2025-09-07T06:18:47.3244540Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2025-09-07T06:18:47.3578020Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2025-09-07T06:18:47.4433210Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2025-09-07T06:18:47.4746460Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2025-09-07T06:18:47.4941840Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2025-09-07T06:18:47.5227290Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2025-09-07T06:18:47.5746450Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2025-09-07T06:18:47.6239260Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-09-07T06:18:47.8130480Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2025-09-07T06:18:47.8314650Z Submodule path 'third_party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-09-07T06:18:47.8839130Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2025-09-07T06:18:47.9369610Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2025-09-07T06:18:47.9976770Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2025-09-07T06:18:48.0144390Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2025-09-07T06:18:48.0311010Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-09-07T06:18:48.0912980Z Submodule path 'third_party/pybind11': checked out 'f5fbe867d2d26e4a0a9177a51f6e568868ad3dc8' 2025-09-07T06:18:48.1092780Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2025-09-07T06:18:48.1287120Z Submodule path 'third_party/sleef': checked out '5a1d179df9cf652951b59010a2d2075372d67f68' 2025-09-07T06:18:48.1513870Z Submodule path 'third_party/tensorpipe': checked out 'af0118d13e52f5a08841464a768e01a0bf3e3075' 2025-09-07T06:18:48.2102130Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2025-09-07T06:18:48.2349620Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2025-09-07T06:18:48.3372340Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '5152db2cbfeb5582e9c27c5ea1dba2cd9e10759b' 2025-09-07T06:18:48.4082200Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2025-09-07T06:18:48.4332170Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2025-09-07T06:18:48.4377330Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-09-07T06:18:48.4871680Z Entering 'android/libs/fbjni' 2025-09-07T06:18:48.4954520Z Entering 'third_party/FP16' 2025-09-07T06:18:48.5036810Z Entering 'third_party/FXdiv' 2025-09-07T06:18:48.5118310Z Entering 'third_party/NNPACK' 2025-09-07T06:18:48.5200060Z Entering 'third_party/NVTX' 2025-09-07T06:18:48.5282210Z Entering 'third_party/VulkanMemoryAllocator' 2025-09-07T06:18:48.5364350Z Entering 'third_party/XNNPACK' 2025-09-07T06:18:48.5449460Z Entering 'third_party/aiter' 2025-09-07T06:18:48.5530630Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T06:18:48.5613930Z Entering 'third_party/benchmark' 2025-09-07T06:18:48.5696130Z Entering 'third_party/composable_kernel' 2025-09-07T06:18:48.5781460Z Entering 'third_party/cpp-httplib' 2025-09-07T06:18:48.5863470Z Entering 'third_party/cpuinfo' 2025-09-07T06:18:48.5945360Z Entering 'third_party/cudnn_frontend' 2025-09-07T06:18:48.6027170Z Entering 'third_party/cutlass' 2025-09-07T06:18:48.6110160Z Entering 'third_party/fbgemm' 2025-09-07T06:18:48.6192300Z Entering 'third_party/fbgemm/external/asmjit' 2025-09-07T06:18:48.6273840Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-09-07T06:18:48.6357870Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-09-07T06:18:48.6437810Z Entering 'third_party/fbgemm/external/cutlass' 2025-09-07T06:18:48.6522600Z Entering 'third_party/fbgemm/external/googletest' 2025-09-07T06:18:48.6605310Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-09-07T06:18:48.6686910Z Entering 'third_party/fbgemm/external/json' 2025-09-07T06:18:48.6770800Z Entering 'third_party/flash-attention' 2025-09-07T06:18:48.6853840Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T06:18:48.6936740Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-09-07T06:18:48.7022480Z Entering 'third_party/flatbuffers' 2025-09-07T06:18:48.7103970Z Entering 'third_party/fmt' 2025-09-07T06:18:48.7184840Z Entering 'third_party/gemmlowp/gemmlowp' 2025-09-07T06:18:48.7267530Z Entering 'third_party/gloo' 2025-09-07T06:18:48.7349750Z Entering 'third_party/googletest' 2025-09-07T06:18:48.7430450Z Entering 'third_party/ideep' 2025-09-07T06:18:48.7512160Z Entering 'third_party/ideep/mkl-dnn' 2025-09-07T06:18:48.7594800Z Entering 'third_party/ittapi' 2025-09-07T06:18:48.7676370Z Entering 'third_party/kineto' 2025-09-07T06:18:48.7757530Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T06:18:48.7838910Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T06:18:48.7921380Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T06:18:48.8003280Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T06:18:48.8084320Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T06:18:48.8165090Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T06:18:48.8248110Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T06:18:48.8337150Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T06:18:48.8412970Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T06:18:48.8494440Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T06:18:48.8577720Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T06:18:48.8659540Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T06:18:48.8742260Z Entering 'third_party/kleidiai' 2025-09-07T06:18:48.8824790Z Entering 'third_party/mimalloc' 2025-09-07T06:18:48.8905880Z Entering 'third_party/nlohmann' 2025-09-07T06:18:48.8987670Z Entering 'third_party/onnx' 2025-09-07T06:18:48.9073060Z Entering 'third_party/onnx/third_party/pybind11' 2025-09-07T06:18:48.9155890Z Entering 'third_party/opentelemetry-cpp' 2025-09-07T06:18:48.9237550Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T06:18:48.9318180Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T06:18:48.9399510Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T06:18:48.9481720Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T06:18:48.9562940Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T06:18:48.9645280Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T06:18:48.9725930Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T06:18:48.9805620Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T06:18:48.9887970Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T06:18:48.9971030Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T06:18:49.0060550Z Entering 'third_party/pocketfft' 2025-09-07T06:18:49.0142360Z Entering 'third_party/protobuf' 2025-09-07T06:18:49.0223540Z Entering 'third_party/protobuf/third_party/benchmark' 2025-09-07T06:18:49.0305690Z Entering 'third_party/protobuf/third_party/googletest' 2025-09-07T06:18:49.0388400Z Entering 'third_party/psimd' 2025-09-07T06:18:49.0467960Z Entering 'third_party/pthreadpool' 2025-09-07T06:18:49.0549150Z Entering 'third_party/pybind11' 2025-09-07T06:18:49.0631060Z Entering 'third_party/python-peachpy' 2025-09-07T06:18:49.0712950Z Entering 'third_party/sleef' 2025-09-07T06:18:49.0795220Z Entering 'third_party/tensorpipe' 2025-09-07T06:18:49.0875770Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-09-07T06:18:49.0956590Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-09-07T06:18:49.1037190Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-09-07T06:18:49.1117180Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T06:18:49.1197480Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T06:18:49.1286650Z ##[endgroup] 2025-09-07T06:18:49.1286860Z ##[group]Persisting credentials for submodules 2025-09-07T06:18:49.1291130Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-09-07T06:18:49.1786900Z Entering 'android/libs/fbjni' 2025-09-07T06:18:49.1857260Z url.https://github.com/.insteadof 2025-09-07T06:18:49.1857450Z url.https://github.com/.insteadof 2025-09-07T06:18:49.1921940Z Entering 'third_party/FP16' 2025-09-07T06:18:49.1991420Z url.https://github.com/.insteadof 2025-09-07T06:18:49.1991590Z url.https://github.com/.insteadof 2025-09-07T06:18:49.2055170Z Entering 'third_party/FXdiv' 2025-09-07T06:18:49.2121450Z url.https://github.com/.insteadof 2025-09-07T06:18:49.2121620Z url.https://github.com/.insteadof 2025-09-07T06:18:49.2185810Z Entering 'third_party/NNPACK' 2025-09-07T06:18:49.2254320Z url.https://github.com/.insteadof 2025-09-07T06:18:49.2254520Z url.https://github.com/.insteadof 2025-09-07T06:18:49.2324010Z Entering 'third_party/NVTX' 2025-09-07T06:18:49.2393830Z url.https://github.com/.insteadof 2025-09-07T06:18:49.2394030Z url.https://github.com/.insteadof 2025-09-07T06:18:49.2457250Z Entering 'third_party/VulkanMemoryAllocator' 2025-09-07T06:18:49.2526680Z url.https://github.com/.insteadof 2025-09-07T06:18:49.2526870Z url.https://github.com/.insteadof 2025-09-07T06:18:49.2589850Z Entering 'third_party/XNNPACK' 2025-09-07T06:18:49.2658590Z url.https://github.com/.insteadof 2025-09-07T06:18:49.2658780Z url.https://github.com/.insteadof 2025-09-07T06:18:49.2726340Z Entering 'third_party/aiter' 2025-09-07T06:18:49.2796970Z url.https://github.com/.insteadof 2025-09-07T06:18:49.2797140Z url.https://github.com/.insteadof 2025-09-07T06:18:49.2860500Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T06:18:49.2928760Z url.https://github.com/.insteadof 2025-09-07T06:18:49.2928930Z url.https://github.com/.insteadof 2025-09-07T06:18:49.2996980Z Entering 'third_party/benchmark' 2025-09-07T06:18:49.3066170Z url.https://github.com/.insteadof 2025-09-07T06:18:49.3066350Z url.https://github.com/.insteadof 2025-09-07T06:18:49.3131260Z Entering 'third_party/composable_kernel' 2025-09-07T06:18:49.3200360Z url.https://github.com/.insteadof 2025-09-07T06:18:49.3200520Z url.https://github.com/.insteadof 2025-09-07T06:18:49.3267260Z Entering 'third_party/cpp-httplib' 2025-09-07T06:18:49.3337200Z url.https://github.com/.insteadof 2025-09-07T06:18:49.3337390Z url.https://github.com/.insteadof 2025-09-07T06:18:49.3401190Z Entering 'third_party/cpuinfo' 2025-09-07T06:18:49.3470850Z url.https://github.com/.insteadof 2025-09-07T06:18:49.3471020Z url.https://github.com/.insteadof 2025-09-07T06:18:49.3534840Z Entering 'third_party/cudnn_frontend' 2025-09-07T06:18:49.3602160Z url.https://github.com/.insteadof 2025-09-07T06:18:49.3602340Z url.https://github.com/.insteadof 2025-09-07T06:18:49.3664880Z Entering 'third_party/cutlass' 2025-09-07T06:18:49.3734370Z url.https://github.com/.insteadof 2025-09-07T06:18:49.3734540Z url.https://github.com/.insteadof 2025-09-07T06:18:49.3799210Z Entering 'third_party/fbgemm' 2025-09-07T06:18:49.3868010Z url.https://github.com/.insteadof 2025-09-07T06:18:49.3868180Z url.https://github.com/.insteadof 2025-09-07T06:18:49.3932010Z Entering 'third_party/fbgemm/external/asmjit' 2025-09-07T06:18:49.4000950Z url.https://github.com/.insteadof 2025-09-07T06:18:49.4001120Z url.https://github.com/.insteadof 2025-09-07T06:18:49.4065280Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-09-07T06:18:49.4131690Z url.https://github.com/.insteadof 2025-09-07T06:18:49.4131860Z url.https://github.com/.insteadof 2025-09-07T06:18:49.4198290Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-09-07T06:18:49.4267260Z url.https://github.com/.insteadof 2025-09-07T06:18:49.4267440Z url.https://github.com/.insteadof 2025-09-07T06:18:49.4331980Z Entering 'third_party/fbgemm/external/cutlass' 2025-09-07T06:18:49.4400910Z url.https://github.com/.insteadof 2025-09-07T06:18:49.4401080Z url.https://github.com/.insteadof 2025-09-07T06:18:49.4466940Z Entering 'third_party/fbgemm/external/googletest' 2025-09-07T06:18:49.4536290Z url.https://github.com/.insteadof 2025-09-07T06:18:49.4536460Z url.https://github.com/.insteadof 2025-09-07T06:18:49.4598830Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-09-07T06:18:49.4667740Z url.https://github.com/.insteadof 2025-09-07T06:18:49.4667920Z url.https://github.com/.insteadof 2025-09-07T06:18:49.4731180Z Entering 'third_party/fbgemm/external/json' 2025-09-07T06:18:49.4798010Z url.https://github.com/.insteadof 2025-09-07T06:18:49.4798190Z url.https://github.com/.insteadof 2025-09-07T06:18:49.4863790Z Entering 'third_party/flash-attention' 2025-09-07T06:18:49.4931870Z url.https://github.com/.insteadof 2025-09-07T06:18:49.4932030Z url.https://github.com/.insteadof 2025-09-07T06:18:49.4995230Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T06:18:49.5063320Z url.https://github.com/.insteadof 2025-09-07T06:18:49.5063500Z url.https://github.com/.insteadof 2025-09-07T06:18:49.5129920Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-09-07T06:18:49.5199160Z url.https://github.com/.insteadof 2025-09-07T06:18:49.5199330Z url.https://github.com/.insteadof 2025-09-07T06:18:49.5267530Z Entering 'third_party/flatbuffers' 2025-09-07T06:18:49.5336740Z url.https://github.com/.insteadof 2025-09-07T06:18:49.5336910Z url.https://github.com/.insteadof 2025-09-07T06:18:49.5402540Z Entering 'third_party/fmt' 2025-09-07T06:18:49.5469510Z url.https://github.com/.insteadof 2025-09-07T06:18:49.5469690Z url.https://github.com/.insteadof 2025-09-07T06:18:49.5533390Z Entering 'third_party/gemmlowp/gemmlowp' 2025-09-07T06:18:49.5602200Z url.https://github.com/.insteadof 2025-09-07T06:18:49.5602370Z url.https://github.com/.insteadof 2025-09-07T06:18:49.5666310Z Entering 'third_party/gloo' 2025-09-07T06:18:49.5735000Z url.https://github.com/.insteadof 2025-09-07T06:18:49.5735160Z url.https://github.com/.insteadof 2025-09-07T06:18:49.5799290Z Entering 'third_party/googletest' 2025-09-07T06:18:49.5867940Z url.https://github.com/.insteadof 2025-09-07T06:18:49.5868130Z url.https://github.com/.insteadof 2025-09-07T06:18:49.5931970Z Entering 'third_party/ideep' 2025-09-07T06:18:49.6000610Z url.https://github.com/.insteadof 2025-09-07T06:18:49.6000790Z url.https://github.com/.insteadof 2025-09-07T06:18:49.6062530Z Entering 'third_party/ideep/mkl-dnn' 2025-09-07T06:18:49.6131570Z url.https://github.com/.insteadof 2025-09-07T06:18:49.6131730Z url.https://github.com/.insteadof 2025-09-07T06:18:49.6198520Z Entering 'third_party/ittapi' 2025-09-07T06:18:49.6268000Z url.https://github.com/.insteadof 2025-09-07T06:18:49.6268160Z url.https://github.com/.insteadof 2025-09-07T06:18:49.6331680Z Entering 'third_party/kineto' 2025-09-07T06:18:49.6399900Z url.https://github.com/.insteadof 2025-09-07T06:18:49.6400060Z url.https://github.com/.insteadof 2025-09-07T06:18:49.6463870Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T06:18:49.6532350Z url.https://github.com/.insteadof 2025-09-07T06:18:49.6532520Z url.https://github.com/.insteadof 2025-09-07T06:18:49.6595330Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T06:18:49.6664550Z url.https://github.com/.insteadof 2025-09-07T06:18:49.6664710Z url.https://github.com/.insteadof 2025-09-07T06:18:49.6729460Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T06:18:49.6795690Z url.https://github.com/.insteadof 2025-09-07T06:18:49.6796030Z url.https://github.com/.insteadof 2025-09-07T06:18:49.6860490Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T06:18:49.6927390Z url.https://github.com/.insteadof 2025-09-07T06:18:49.6927570Z url.https://github.com/.insteadof 2025-09-07T06:18:49.6993090Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T06:18:49.7061680Z url.https://github.com/.insteadof 2025-09-07T06:18:49.7061860Z url.https://github.com/.insteadof 2025-09-07T06:18:49.7124310Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T06:18:49.7193390Z url.https://github.com/.insteadof 2025-09-07T06:18:49.7193630Z url.https://github.com/.insteadof 2025-09-07T06:18:49.7257620Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T06:18:49.7327280Z url.https://github.com/.insteadof 2025-09-07T06:18:49.7327460Z url.https://github.com/.insteadof 2025-09-07T06:18:49.7391020Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T06:18:49.7460440Z url.https://github.com/.insteadof 2025-09-07T06:18:49.7460610Z url.https://github.com/.insteadof 2025-09-07T06:18:49.7525980Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T06:18:49.7595370Z url.https://github.com/.insteadof 2025-09-07T06:18:49.7595560Z url.https://github.com/.insteadof 2025-09-07T06:18:49.7661150Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T06:18:49.7729560Z url.https://github.com/.insteadof 2025-09-07T06:18:49.7729740Z url.https://github.com/.insteadof 2025-09-07T06:18:49.7796180Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T06:18:49.7864960Z url.https://github.com/.insteadof 2025-09-07T06:18:49.7865130Z url.https://github.com/.insteadof 2025-09-07T06:18:49.7928780Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T06:18:49.7995900Z url.https://github.com/.insteadof 2025-09-07T06:18:49.7996110Z url.https://github.com/.insteadof 2025-09-07T06:18:49.8061150Z Entering 'third_party/kleidiai' 2025-09-07T06:18:49.8130690Z url.https://github.com/.insteadof 2025-09-07T06:18:49.8130860Z url.https://github.com/.insteadof 2025-09-07T06:18:49.8195050Z Entering 'third_party/mimalloc' 2025-09-07T06:18:49.8263150Z url.https://github.com/.insteadof 2025-09-07T06:18:49.8263360Z url.https://github.com/.insteadof 2025-09-07T06:18:49.8326630Z Entering 'third_party/nlohmann' 2025-09-07T06:18:49.8394830Z url.https://github.com/.insteadof 2025-09-07T06:18:49.8395000Z url.https://github.com/.insteadof 2025-09-07T06:18:49.8460080Z Entering 'third_party/onnx' 2025-09-07T06:18:49.8528640Z url.https://github.com/.insteadof 2025-09-07T06:18:49.8528820Z url.https://github.com/.insteadof 2025-09-07T06:18:49.8597350Z Entering 'third_party/onnx/third_party/pybind11' 2025-09-07T06:18:49.8666950Z url.https://github.com/.insteadof 2025-09-07T06:18:49.8667120Z url.https://github.com/.insteadof 2025-09-07T06:18:49.8731830Z Entering 'third_party/opentelemetry-cpp' 2025-09-07T06:18:49.8800920Z url.https://github.com/.insteadof 2025-09-07T06:18:49.8801090Z url.https://github.com/.insteadof 2025-09-07T06:18:49.8865070Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T06:18:49.8933250Z url.https://github.com/.insteadof 2025-09-07T06:18:49.8933420Z url.https://github.com/.insteadof 2025-09-07T06:18:49.8997740Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T06:18:49.9066210Z url.https://github.com/.insteadof 2025-09-07T06:18:49.9066370Z url.https://github.com/.insteadof 2025-09-07T06:18:49.9128870Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T06:18:49.9197360Z url.https://github.com/.insteadof 2025-09-07T06:18:49.9197530Z url.https://github.com/.insteadof 2025-09-07T06:18:49.9259750Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T06:18:49.9327500Z url.https://github.com/.insteadof 2025-09-07T06:18:49.9327680Z url.https://github.com/.insteadof 2025-09-07T06:18:49.9391900Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T06:18:49.9460620Z url.https://github.com/.insteadof 2025-09-07T06:18:49.9460790Z url.https://github.com/.insteadof 2025-09-07T06:18:49.9525660Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T06:18:49.9594750Z url.https://github.com/.insteadof 2025-09-07T06:18:49.9594920Z url.https://github.com/.insteadof 2025-09-07T06:18:49.9659450Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T06:18:49.9727890Z url.https://github.com/.insteadof 2025-09-07T06:18:49.9728060Z url.https://github.com/.insteadof 2025-09-07T06:18:49.9791000Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T06:18:49.9859910Z url.https://github.com/.insteadof 2025-09-07T06:18:49.9860090Z url.https://github.com/.insteadof 2025-09-07T06:18:49.9923830Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T06:18:49.9991610Z url.https://github.com/.insteadof 2025-09-07T06:18:49.9991780Z url.https://github.com/.insteadof 2025-09-07T06:18:50.0057690Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T06:18:50.0126420Z url.https://github.com/.insteadof 2025-09-07T06:18:50.0126600Z url.https://github.com/.insteadof 2025-09-07T06:18:50.0198280Z Entering 'third_party/pocketfft' 2025-09-07T06:18:50.0268260Z url.https://github.com/.insteadof 2025-09-07T06:18:50.0268430Z url.https://github.com/.insteadof 2025-09-07T06:18:50.0332210Z Entering 'third_party/protobuf' 2025-09-07T06:18:50.0399840Z url.https://github.com/.insteadof 2025-09-07T06:18:50.0400020Z url.https://github.com/.insteadof 2025-09-07T06:18:50.0464830Z Entering 'third_party/protobuf/third_party/benchmark' 2025-09-07T06:18:50.0532610Z url.https://github.com/.insteadof 2025-09-07T06:18:50.0532780Z url.https://github.com/.insteadof 2025-09-07T06:18:50.0596580Z Entering 'third_party/protobuf/third_party/googletest' 2025-09-07T06:18:50.0665110Z url.https://github.com/.insteadof 2025-09-07T06:18:50.0665280Z url.https://github.com/.insteadof 2025-09-07T06:18:50.0730300Z Entering 'third_party/psimd' 2025-09-07T06:18:50.0799970Z url.https://github.com/.insteadof 2025-09-07T06:18:50.0800130Z url.https://github.com/.insteadof 2025-09-07T06:18:50.0863870Z Entering 'third_party/pthreadpool' 2025-09-07T06:18:50.0932770Z url.https://github.com/.insteadof 2025-09-07T06:18:50.0932950Z url.https://github.com/.insteadof 2025-09-07T06:18:50.0997220Z Entering 'third_party/pybind11' 2025-09-07T06:18:50.1065540Z url.https://github.com/.insteadof 2025-09-07T06:18:50.1065720Z url.https://github.com/.insteadof 2025-09-07T06:18:50.1129880Z Entering 'third_party/python-peachpy' 2025-09-07T06:18:50.1198350Z url.https://github.com/.insteadof 2025-09-07T06:18:50.1198520Z url.https://github.com/.insteadof 2025-09-07T06:18:50.1261160Z Entering 'third_party/sleef' 2025-09-07T06:18:50.1329690Z url.https://github.com/.insteadof 2025-09-07T06:18:50.1329870Z url.https://github.com/.insteadof 2025-09-07T06:18:50.1393210Z Entering 'third_party/tensorpipe' 2025-09-07T06:18:50.1461570Z url.https://github.com/.insteadof 2025-09-07T06:18:50.1461760Z url.https://github.com/.insteadof 2025-09-07T06:18:50.1524450Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-09-07T06:18:50.1592340Z url.https://github.com/.insteadof 2025-09-07T06:18:50.1592510Z url.https://github.com/.insteadof 2025-09-07T06:18:50.1656520Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-09-07T06:18:50.1724500Z url.https://github.com/.insteadof 2025-09-07T06:18:50.1724690Z url.https://github.com/.insteadof 2025-09-07T06:18:50.1789350Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-09-07T06:18:50.1857420Z url.https://github.com/.insteadof 2025-09-07T06:18:50.1857600Z url.https://github.com/.insteadof 2025-09-07T06:18:50.1920620Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T06:18:50.1987950Z url.https://github.com/.insteadof 2025-09-07T06:18:50.1988280Z url.https://github.com/.insteadof 2025-09-07T06:18:50.2049660Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T06:18:50.2116610Z url.https://github.com/.insteadof 2025-09-07T06:18:50.2186240Z url.https://github.com/.insteadof 2025-09-07T06:18:50.2189680Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-09-07T06:18:50.2674400Z Entering 'android/libs/fbjni' 2025-09-07T06:18:50.2775770Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-09-07T06:18:50.2808870Z Entering 'third_party/FP16' 2025-09-07T06:18:50.2909060Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-09-07T06:18:50.2941640Z Entering 'third_party/FXdiv' 2025-09-07T06:18:50.3040770Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-09-07T06:18:50.3073360Z Entering 'third_party/NNPACK' 2025-09-07T06:18:50.3173310Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-09-07T06:18:50.3206100Z Entering 'third_party/NVTX' 2025-09-07T06:18:50.3304960Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-09-07T06:18:50.3338250Z Entering 'third_party/VulkanMemoryAllocator' 2025-09-07T06:18:50.3437810Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-09-07T06:18:50.3470950Z Entering 'third_party/XNNPACK' 2025-09-07T06:18:50.3569160Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-09-07T06:18:50.3606260Z Entering 'third_party/aiter' 2025-09-07T06:18:50.3706070Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/config remote.origin.url 2025-09-07T06:18:50.3738060Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T06:18:50.3837700Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/config remote.origin.url 2025-09-07T06:18:50.3873430Z Entering 'third_party/benchmark' 2025-09-07T06:18:50.3973240Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-09-07T06:18:50.4006430Z Entering 'third_party/composable_kernel' 2025-09-07T06:18:50.4105140Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-09-07T06:18:50.4140520Z Entering 'third_party/cpp-httplib' 2025-09-07T06:18:50.4240240Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-09-07T06:18:50.4273370Z Entering 'third_party/cpuinfo' 2025-09-07T06:18:50.4372580Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-09-07T06:18:50.4405600Z Entering 'third_party/cudnn_frontend' 2025-09-07T06:18:50.4505920Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-09-07T06:18:50.4539140Z Entering 'third_party/cutlass' 2025-09-07T06:18:50.4639260Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-09-07T06:18:50.4675210Z Entering 'third_party/fbgemm' 2025-09-07T06:18:50.4776420Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-09-07T06:18:50.4809300Z Entering 'third_party/fbgemm/external/asmjit' 2025-09-07T06:18:50.4908030Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/asmjit/config remote.origin.url 2025-09-07T06:18:50.4941490Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-09-07T06:18:50.5041320Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/composable_kernel/config remote.origin.url 2025-09-07T06:18:50.5076310Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-09-07T06:18:50.5176660Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cpuinfo/config remote.origin.url 2025-09-07T06:18:50.5209660Z Entering 'third_party/fbgemm/external/cutlass' 2025-09-07T06:18:50.5309180Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cutlass/config remote.origin.url 2025-09-07T06:18:50.5344920Z Entering 'third_party/fbgemm/external/googletest' 2025-09-07T06:18:50.5445150Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/googletest/config remote.origin.url 2025-09-07T06:18:50.5477980Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-09-07T06:18:50.5578030Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/hipify_torch/config remote.origin.url 2025-09-07T06:18:50.5611050Z Entering 'third_party/fbgemm/external/json' 2025-09-07T06:18:50.5711230Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/json/config remote.origin.url 2025-09-07T06:18:50.5745550Z Entering 'third_party/flash-attention' 2025-09-07T06:18:50.5847290Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/config remote.origin.url 2025-09-07T06:18:50.5879220Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T06:18:50.5978960Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config remote.origin.url 2025-09-07T06:18:50.6013780Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-09-07T06:18:50.6112000Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config remote.origin.url 2025-09-07T06:18:50.6149230Z Entering 'third_party/flatbuffers' 2025-09-07T06:18:50.6250120Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-09-07T06:18:50.6284390Z Entering 'third_party/fmt' 2025-09-07T06:18:50.6383960Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-09-07T06:18:50.6417300Z Entering 'third_party/gemmlowp/gemmlowp' 2025-09-07T06:18:50.6516630Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-09-07T06:18:50.6549220Z Entering 'third_party/gloo' 2025-09-07T06:18:50.6649400Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-09-07T06:18:50.6685000Z Entering 'third_party/googletest' 2025-09-07T06:18:50.6783510Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-09-07T06:18:50.6816840Z Entering 'third_party/ideep' 2025-09-07T06:18:50.6916900Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-09-07T06:18:50.6948790Z Entering 'third_party/ideep/mkl-dnn' 2025-09-07T06:18:50.7050470Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-09-07T06:18:50.7087930Z Entering 'third_party/ittapi' 2025-09-07T06:18:50.7186260Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-09-07T06:18:50.7218770Z Entering 'third_party/kineto' 2025-09-07T06:18:50.7315350Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-09-07T06:18:50.7346020Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T06:18:50.7441890Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-09-07T06:18:50.7472970Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T06:18:50.7569290Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config remote.origin.url 2025-09-07T06:18:50.7602970Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T06:18:50.7703220Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config remote.origin.url 2025-09-07T06:18:50.7736220Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T06:18:50.7836350Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config remote.origin.url 2025-09-07T06:18:50.7869210Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T06:18:50.7966970Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config remote.origin.url 2025-09-07T06:18:50.7999250Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T06:18:50.8100290Z file:/Users/ec2-user/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-09-07T06:18:50.8134780Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T06:18:50.8235390Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config remote.origin.url 2025-09-07T06:18:50.8267480Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T06:18:50.8367700Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config remote.origin.url 2025-09-07T06:18:50.8401140Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T06:18:50.8501210Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config remote.origin.url 2025-09-07T06:18:50.8534540Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T06:18:50.8634340Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config remote.origin.url 2025-09-07T06:18:50.8669300Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T06:18:50.8769700Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-09-07T06:18:50.8802500Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T06:18:50.8901540Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-09-07T06:18:50.8936150Z Entering 'third_party/kleidiai' 2025-09-07T06:18:50.9036840Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-09-07T06:18:50.9070070Z Entering 'third_party/mimalloc' 2025-09-07T06:18:50.9169780Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-09-07T06:18:50.9202480Z Entering 'third_party/nlohmann' 2025-09-07T06:18:50.9301430Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-09-07T06:18:50.9345380Z Entering 'third_party/onnx' 2025-09-07T06:18:50.9459430Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-09-07T06:18:50.9500070Z Entering 'third_party/onnx/third_party/pybind11' 2025-09-07T06:18:50.9607760Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-09-07T06:18:50.9644130Z Entering 'third_party/opentelemetry-cpp' 2025-09-07T06:18:50.9749300Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-09-07T06:18:50.9783290Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T06:18:50.9888430Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-09-07T06:18:50.9922330Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T06:18:51.0025980Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-09-07T06:18:51.0059690Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T06:18:51.0162510Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-09-07T06:18:51.0196340Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T06:18:51.0299060Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-09-07T06:18:51.0333940Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T06:18:51.0434920Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-09-07T06:18:51.0468530Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T06:18:51.0570930Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-09-07T06:18:51.0603200Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T06:18:51.0705270Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-09-07T06:18:51.0737570Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T06:18:51.0840920Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-09-07T06:18:51.0874910Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T06:18:51.0978050Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-09-07T06:18:51.1013390Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T06:18:51.1115800Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-09-07T06:18:51.1158150Z Entering 'third_party/pocketfft' 2025-09-07T06:18:51.1262200Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-09-07T06:18:51.1296120Z Entering 'third_party/protobuf' 2025-09-07T06:18:51.1397060Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-09-07T06:18:51.1430470Z Entering 'third_party/protobuf/third_party/benchmark' 2025-09-07T06:18:51.1528350Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-09-07T06:18:51.1560570Z Entering 'third_party/protobuf/third_party/googletest' 2025-09-07T06:18:51.1658620Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-09-07T06:18:51.1692420Z Entering 'third_party/psimd' 2025-09-07T06:18:51.1790910Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-09-07T06:18:51.1823360Z Entering 'third_party/pthreadpool' 2025-09-07T06:18:51.1922870Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-09-07T06:18:51.1956330Z Entering 'third_party/pybind11' 2025-09-07T06:18:51.2055790Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-09-07T06:18:51.2089820Z Entering 'third_party/python-peachpy' 2025-09-07T06:18:51.2189920Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-09-07T06:18:51.2224570Z Entering 'third_party/sleef' 2025-09-07T06:18:51.2325700Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-09-07T06:18:51.2358400Z Entering 'third_party/tensorpipe' 2025-09-07T06:18:51.2457300Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-09-07T06:18:51.2489470Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-09-07T06:18:51.2588270Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-09-07T06:18:51.2621660Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-09-07T06:18:51.2719180Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-09-07T06:18:51.2752040Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-09-07T06:18:51.2850260Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-09-07T06:18:51.2883280Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T06:18:51.2982100Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-09-07T06:18:51.3013190Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T06:18:51.3113100Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2025-09-07T06:18:51.3288590Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-09-07T06:18:51.3788790Z Entering 'android/libs/fbjni' 2025-09-07T06:18:51.3872120Z Entering 'third_party/FP16' 2025-09-07T06:18:51.3953500Z Entering 'third_party/FXdiv' 2025-09-07T06:18:51.4034330Z Entering 'third_party/NNPACK' 2025-09-07T06:18:51.4115910Z Entering 'third_party/NVTX' 2025-09-07T06:18:51.4197120Z Entering 'third_party/VulkanMemoryAllocator' 2025-09-07T06:18:51.4278210Z Entering 'third_party/XNNPACK' 2025-09-07T06:18:51.4364490Z Entering 'third_party/aiter' 2025-09-07T06:18:51.4446080Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T06:18:51.4531640Z Entering 'third_party/benchmark' 2025-09-07T06:18:51.4612840Z Entering 'third_party/composable_kernel' 2025-09-07T06:18:51.4697260Z Entering 'third_party/cpp-httplib' 2025-09-07T06:18:51.4779650Z Entering 'third_party/cpuinfo' 2025-09-07T06:18:51.4860600Z Entering 'third_party/cudnn_frontend' 2025-09-07T06:18:51.4942060Z Entering 'third_party/cutlass' 2025-09-07T06:18:51.5025200Z Entering 'third_party/fbgemm' 2025-09-07T06:18:51.5107290Z Entering 'third_party/fbgemm/external/asmjit' 2025-09-07T06:18:51.5187640Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-09-07T06:18:51.5270990Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-09-07T06:18:51.5351490Z Entering 'third_party/fbgemm/external/cutlass' 2025-09-07T06:18:51.5434490Z Entering 'third_party/fbgemm/external/googletest' 2025-09-07T06:18:51.5516340Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-09-07T06:18:51.5597610Z Entering 'third_party/fbgemm/external/json' 2025-09-07T06:18:51.5680550Z Entering 'third_party/flash-attention' 2025-09-07T06:18:51.5761530Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T06:18:51.5845330Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-09-07T06:18:51.5930450Z Entering 'third_party/flatbuffers' 2025-09-07T06:18:51.6013370Z Entering 'third_party/fmt' 2025-09-07T06:18:51.6094300Z Entering 'third_party/gemmlowp/gemmlowp' 2025-09-07T06:18:51.6175150Z Entering 'third_party/gloo' 2025-09-07T06:18:51.6255680Z Entering 'third_party/googletest' 2025-09-07T06:18:51.6336520Z Entering 'third_party/ideep' 2025-09-07T06:18:51.6416220Z Entering 'third_party/ideep/mkl-dnn' 2025-09-07T06:18:51.6501880Z Entering 'third_party/ittapi' 2025-09-07T06:18:51.6585620Z Entering 'third_party/kineto' 2025-09-07T06:18:51.6670910Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T06:18:51.6752420Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T06:18:51.6833490Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T06:18:51.6914350Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T06:18:51.6996470Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T06:18:51.7076660Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T06:18:51.7159680Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T06:18:51.7242170Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T06:18:51.7324270Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T06:18:51.7405520Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T06:18:51.7489240Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T06:18:51.7570740Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T06:18:51.7653980Z Entering 'third_party/kleidiai' 2025-09-07T06:18:51.7737410Z Entering 'third_party/mimalloc' 2025-09-07T06:18:51.7819620Z Entering 'third_party/nlohmann' 2025-09-07T06:18:51.7902620Z Entering 'third_party/onnx' 2025-09-07T06:18:51.7989070Z Entering 'third_party/onnx/third_party/pybind11' 2025-09-07T06:18:51.8072450Z Entering 'third_party/opentelemetry-cpp' 2025-09-07T06:18:51.8154120Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T06:18:51.8235190Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T06:18:51.8316100Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T06:18:51.8396780Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T06:18:51.8478160Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T06:18:51.8560020Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T06:18:51.8641270Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T06:18:51.8720850Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T06:18:51.8804260Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T06:18:51.8886200Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T06:18:51.8974670Z Entering 'third_party/pocketfft' 2025-09-07T06:18:51.9057080Z Entering 'third_party/protobuf' 2025-09-07T06:18:51.9138140Z Entering 'third_party/protobuf/third_party/benchmark' 2025-09-07T06:18:51.9219780Z Entering 'third_party/protobuf/third_party/googletest' 2025-09-07T06:18:51.9301700Z Entering 'third_party/psimd' 2025-09-07T06:18:51.9382250Z Entering 'third_party/pthreadpool' 2025-09-07T06:18:51.9462660Z Entering 'third_party/pybind11' 2025-09-07T06:18:51.9543780Z Entering 'third_party/python-peachpy' 2025-09-07T06:18:51.9624980Z Entering 'third_party/sleef' 2025-09-07T06:18:51.9706230Z Entering 'third_party/tensorpipe' 2025-09-07T06:18:51.9786060Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-09-07T06:18:51.9866240Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-09-07T06:18:51.9946380Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-09-07T06:18:52.0027900Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T06:18:52.0108130Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T06:18:52.0201200Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-09-07T06:18:52.0702280Z Entering 'android/libs/fbjni' 2025-09-07T06:18:52.0784230Z Entering 'third_party/FP16' 2025-09-07T06:18:52.0864310Z Entering 'third_party/FXdiv' 2025-09-07T06:18:52.0945030Z Entering 'third_party/NNPACK' 2025-09-07T06:18:52.1026770Z Entering 'third_party/NVTX' 2025-09-07T06:18:52.1106650Z Entering 'third_party/VulkanMemoryAllocator' 2025-09-07T06:18:52.1188730Z Entering 'third_party/XNNPACK' 2025-09-07T06:18:52.1273810Z Entering 'third_party/aiter' 2025-09-07T06:18:52.1354420Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T06:18:52.1438880Z Entering 'third_party/benchmark' 2025-09-07T06:18:52.1520240Z Entering 'third_party/composable_kernel' 2025-09-07T06:18:52.1603750Z Entering 'third_party/cpp-httplib' 2025-09-07T06:18:52.1689460Z Entering 'third_party/cpuinfo' 2025-09-07T06:18:52.1771280Z Entering 'third_party/cudnn_frontend' 2025-09-07T06:18:52.1853630Z Entering 'third_party/cutlass' 2025-09-07T06:18:52.1937280Z Entering 'third_party/fbgemm' 2025-09-07T06:18:52.2019670Z Entering 'third_party/fbgemm/external/asmjit' 2025-09-07T06:18:52.2101350Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-09-07T06:18:52.2186150Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-09-07T06:18:52.2268090Z Entering 'third_party/fbgemm/external/cutlass' 2025-09-07T06:18:52.2353250Z Entering 'third_party/fbgemm/external/googletest' 2025-09-07T06:18:52.2435130Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-09-07T06:18:52.2516650Z Entering 'third_party/fbgemm/external/json' 2025-09-07T06:18:52.2600090Z Entering 'third_party/flash-attention' 2025-09-07T06:18:52.2683190Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T06:18:52.2766780Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-09-07T06:18:52.2852150Z Entering 'third_party/flatbuffers' 2025-09-07T06:18:52.2936070Z Entering 'third_party/fmt' 2025-09-07T06:18:52.3018330Z Entering 'third_party/gemmlowp/gemmlowp' 2025-09-07T06:18:52.3100670Z Entering 'third_party/gloo' 2025-09-07T06:18:52.3183310Z Entering 'third_party/googletest' 2025-09-07T06:18:52.3263100Z Entering 'third_party/ideep' 2025-09-07T06:18:52.3342400Z Entering 'third_party/ideep/mkl-dnn' 2025-09-07T06:18:52.3427340Z Entering 'third_party/ittapi' 2025-09-07T06:18:52.3509870Z Entering 'third_party/kineto' 2025-09-07T06:18:52.3589610Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T06:18:52.3669530Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T06:18:52.3753500Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T06:18:52.3835270Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T06:18:52.3916550Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T06:18:52.3994660Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T06:18:52.4075400Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T06:18:52.4154610Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T06:18:52.4236250Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T06:18:52.4319640Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T06:18:52.4403350Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T06:18:52.4484320Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T06:18:52.4567750Z Entering 'third_party/kleidiai' 2025-09-07T06:18:52.4650950Z Entering 'third_party/mimalloc' 2025-09-07T06:18:52.4732520Z Entering 'third_party/nlohmann' 2025-09-07T06:18:52.4814100Z Entering 'third_party/onnx' 2025-09-07T06:18:52.4900110Z Entering 'third_party/onnx/third_party/pybind11' 2025-09-07T06:18:52.4984930Z Entering 'third_party/opentelemetry-cpp' 2025-09-07T06:18:52.5066560Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T06:18:52.5150040Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T06:18:52.5231460Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T06:18:52.5313910Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T06:18:52.5396490Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T06:18:52.5478070Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T06:18:52.5559350Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T06:18:52.5640830Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T06:18:52.5723440Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T06:18:52.5805610Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T06:18:52.5894330Z Entering 'third_party/pocketfft' 2025-09-07T06:18:52.5975910Z Entering 'third_party/protobuf' 2025-09-07T06:18:52.6057730Z Entering 'third_party/protobuf/third_party/benchmark' 2025-09-07T06:18:52.6138290Z Entering 'third_party/protobuf/third_party/googletest' 2025-09-07T06:18:52.6220900Z Entering 'third_party/psimd' 2025-09-07T06:18:52.6304190Z Entering 'third_party/pthreadpool' 2025-09-07T06:18:52.6385840Z Entering 'third_party/pybind11' 2025-09-07T06:18:52.6467580Z Entering 'third_party/python-peachpy' 2025-09-07T06:18:52.6549190Z Entering 'third_party/sleef' 2025-09-07T06:18:52.6630450Z Entering 'third_party/tensorpipe' 2025-09-07T06:18:52.6712410Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-09-07T06:18:52.6793410Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-09-07T06:18:52.6875250Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-09-07T06:18:52.6955350Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T06:18:52.7036170Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T06:18:52.7126360Z ##[endgroup] 2025-09-07T06:18:52.7206710Z [command]/usr/bin/git log -1 --format=%H 2025-09-07T06:18:52.7267500Z 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T06:18:52.7322520Z ##[group]Run cd "${GITHUB_WORKSPACE}" 2025-09-07T06:18:52.7322700Z cd "${GITHUB_WORKSPACE}" 2025-09-07T06:18:52.7322850Z # Clean stale submodule dirs 2025-09-07T06:18:52.7322990Z if [ -z "${NO_SUDO}" ]; then 2025-09-07T06:18:52.7323180Z  sudo git submodule foreach --recursive git clean -ffdx 2025-09-07T06:18:52.7323360Z else 2025-09-07T06:18:52.7323500Z  git submodule foreach --recursive git clean -ffdx 2025-09-07T06:18:52.7323670Z fi 2025-09-07T06:18:52.7334510Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:18:52.7334680Z env: 2025-09-07T06:18:52.7334780Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:18:52.7334910Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:18:52.7335050Z TEST_CONFIG: mps 2025-09-07T06:18:52.7335150Z SHARD_NUMBER: 1 2025-09-07T06:18:52.7335250Z NUM_TEST_SHARDS: 1 2025-09-07T06:18:52.7335350Z PR_BODY: 2025-09-07T06:18:52.7335450Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:18:52.7335570Z NO_SUDO: 2025-09-07T06:18:52.7335750Z ##[endgroup] 2025-09-07T06:18:52.8092060Z Entering 'android/libs/fbjni' 2025-09-07T06:18:52.8210280Z Entering 'third_party/FP16' 2025-09-07T06:18:52.8288300Z Entering 'third_party/FXdiv' 2025-09-07T06:18:52.8346700Z Entering 'third_party/NNPACK' 2025-09-07T06:18:52.8567950Z Entering 'third_party/NVTX' 2025-09-07T06:18:52.8858580Z Entering 'third_party/VulkanMemoryAllocator' 2025-09-07T06:18:52.8993700Z Entering 'third_party/XNNPACK' 2025-09-07T06:18:53.2351750Z Entering 'third_party/aiter' 2025-09-07T06:18:53.2830050Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T06:18:53.5143710Z Entering 'third_party/benchmark' 2025-09-07T06:18:53.5267950Z Entering 'third_party/composable_kernel' 2025-09-07T06:18:53.7877430Z Entering 'third_party/cpp-httplib' 2025-09-07T06:18:53.8002600Z Entering 'third_party/cpuinfo' 2025-09-07T06:18:53.8227580Z Entering 'third_party/cudnn_frontend' 2025-09-07T06:18:53.8426470Z Entering 'third_party/cutlass' 2025-09-07T06:18:54.0758680Z Entering 'third_party/fbgemm' 2025-09-07T06:18:54.1095460Z Entering 'third_party/fbgemm/external/asmjit' 2025-09-07T06:18:54.1156960Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-09-07T06:18:54.2231630Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-09-07T06:18:54.2453430Z Entering 'third_party/fbgemm/external/cutlass' 2025-09-07T06:18:54.3820910Z Entering 'third_party/fbgemm/external/googletest' 2025-09-07T06:18:54.3990390Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-09-07T06:18:54.4048930Z Entering 'third_party/fbgemm/external/json' 2025-09-07T06:18:54.4442070Z Entering 'third_party/flash-attention' 2025-09-07T06:18:54.4941280Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T06:18:54.7037400Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-09-07T06:18:54.9032140Z Entering 'third_party/flatbuffers' 2025-09-07T06:18:54.9979420Z Entering 'third_party/fmt' 2025-09-07T06:18:55.0083490Z Entering 'third_party/gemmlowp/gemmlowp' 2025-09-07T06:18:55.0197530Z Entering 'third_party/gloo' 2025-09-07T06:18:55.0372150Z Entering 'third_party/googletest' 2025-09-07T06:18:55.0537070Z Entering 'third_party/ideep' 2025-09-07T06:18:55.0607820Z Entering 'third_party/ideep/mkl-dnn' 2025-09-07T06:18:55.2535300Z Entering 'third_party/ittapi' 2025-09-07T06:18:55.2656630Z Entering 'third_party/kineto' 2025-09-07T06:18:55.2842360Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T06:18:55.3039660Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T06:18:55.3485280Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T06:18:55.3598910Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T06:18:55.3722030Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T06:18:55.3795140Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T06:18:55.3856660Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T06:18:55.3949610Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T06:18:55.4116990Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T06:18:55.4452940Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T06:18:55.4535160Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T06:18:55.4629860Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T06:18:55.4801560Z Entering 'third_party/kleidiai' 2025-09-07T06:18:55.5058470Z Entering 'third_party/mimalloc' 2025-09-07T06:18:55.5240550Z Entering 'third_party/nlohmann' 2025-09-07T06:18:55.5677310Z Entering 'third_party/onnx' 2025-09-07T06:18:56.0845120Z Entering 'third_party/onnx/third_party/pybind11' 2025-09-07T06:18:56.1031910Z Entering 'third_party/opentelemetry-cpp' 2025-09-07T06:18:56.1680150Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T06:18:56.1789740Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T06:18:56.1949330Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T06:18:56.2021180Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T06:18:56.2390870Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T06:18:56.2473130Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T06:18:56.2586830Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T06:18:56.2713640Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T06:18:56.3243830Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T06:18:56.3429290Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T06:18:56.9505920Z Entering 'third_party/pocketfft' 2025-09-07T06:18:56.9565510Z Entering 'third_party/protobuf' 2025-09-07T06:18:57.0476370Z Entering 'third_party/protobuf/third_party/benchmark' 2025-09-07T06:18:57.0563840Z Entering 'third_party/protobuf/third_party/googletest' 2025-09-07T06:18:57.0764060Z Entering 'third_party/psimd' 2025-09-07T06:18:57.0822510Z Entering 'third_party/pthreadpool' 2025-09-07T06:18:57.0889790Z Entering 'third_party/pybind11' 2025-09-07T06:18:57.1099610Z Entering 'third_party/python-peachpy' 2025-09-07T06:18:57.1209400Z Entering 'third_party/sleef' 2025-09-07T06:18:57.1404210Z Entering 'third_party/tensorpipe' 2025-09-07T06:18:57.1608580Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-09-07T06:18:57.1779300Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-09-07T06:18:57.1891010Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-09-07T06:18:57.2066510Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T06:18:57.2194930Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T06:18:57.2309320Z Prepare all required actions 2025-09-07T06:18:57.2326870Z ##[group]Run ./.github/actions/get-workflow-job-id 2025-09-07T06:18:57.2327060Z with: 2025-09-07T06:18:57.2327390Z github-token: *** 2025-09-07T06:18:57.2327510Z env: 2025-09-07T06:18:57.2327610Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:18:57.2327750Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:18:57.2327940Z TEST_CONFIG: mps 2025-09-07T06:18:57.2328050Z SHARD_NUMBER: 1 2025-09-07T06:18:57.2328170Z NUM_TEST_SHARDS: 1 2025-09-07T06:18:57.2328290Z PR_BODY: 2025-09-07T06:18:57.2328390Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:18:57.2328520Z ##[endgroup] 2025-09-07T06:18:57.2337450Z ##[group]Run set -eux 2025-09-07T06:18:57.2337590Z set -eux 2025-09-07T06:18:57.2337810Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2025-09-07T06:18:57.2348330Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:18:57.2348510Z env: 2025-09-07T06:18:57.2348660Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:18:57.2348810Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:18:57.2348980Z TEST_CONFIG: mps 2025-09-07T06:18:57.2349100Z SHARD_NUMBER: 1 2025-09-07T06:18:57.2349220Z NUM_TEST_SHARDS: 1 2025-09-07T06:18:57.2349330Z PR_BODY: 2025-09-07T06:18:57.2349440Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:18:57.2349660Z GITHUB_TOKEN: *** 2025-09-07T06:18:57.2349780Z ##[endgroup] 2025-09-07T06:18:57.2540760Z + python3 .github/scripts/get_workflow_job_id.py 17524754564 i-07de67d0d8dadeb49 2025-09-07T06:18:58.0324260Z Setting output job-id=49773898079 2025-09-07T06:18:58.0379510Z Setting output job-name=macos-py3-arm64 / test (mps, 1, 1, macos-m2-15) 2025-09-07T06:18:58.0497110Z ##[group]Run pytorch/test-infra/.github/actions/setup-python@main 2025-09-07T06:18:58.0497610Z with: 2025-09-07T06:18:58.0497850Z python-version: 3.12.7 2025-09-07T06:18:58.0498290Z pip-requirements-file: .github/requirements/pip-requirements-macOS.txt 2025-09-07T06:18:58.0498790Z env: 2025-09-07T06:18:58.0499010Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:18:58.0499330Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:18:58.0499840Z TEST_CONFIG: mps 2025-09-07T06:18:58.0500120Z SHARD_NUMBER: 1 2025-09-07T06:18:58.0500350Z NUM_TEST_SHARDS: 1 2025-09-07T06:18:58.0500600Z PR_BODY: 2025-09-07T06:18:58.0500870Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:18:58.0518620Z ##[endgroup] 2025-09-07T06:18:58.1090480Z Warning: HomeBrew only supports version specified by major and minor, but got 3.12.7 2025-09-07T06:18:58.6719270Z ==> Updating Homebrew... 2025-09-07T06:19:00.1288390Z ==> Homebrew's analytics have entirely moved to our InfluxDB instance in the EU. 2025-09-07T06:19:00.1288830Z We gather less data than before and have destroyed all Google Analytics data: 2025-09-07T06:19:00.1289170Z https://docs.brew.sh/Analytics 2025-09-07T06:19:00.1289470Z Please reconsider re-enabling analytics to help our volunteer maintainers with: 2025-09-07T06:19:00.1289750Z brew analytics on 2025-09-07T06:19:00.1486880Z ==> Homebrew is run entirely by unpaid volunteers. Please consider donating: 2025-09-07T06:19:00.1487530Z https://github.com/Homebrew/brew#donations 2025-09-07T06:19:00.1487730Z 2025-09-07T06:19:00.7303510Z Updated 2 taps (homebrew/core and homebrew/cask). 2025-09-07T06:19:00.7304380Z ==> New Formulae 2025-09-07T06:19:00.9824160Z nextflow: Reproducible scientific workflows 2025-09-07T06:19:00.9827160Z ==> New Casks 2025-09-07T06:19:01.1169750Z font-bitcount-grid-double-ink 2025-09-07T06:19:01.1170640Z font-bitcount-grid-single-ink 2025-09-07T06:19:01.1171540Z font-bitcount-ink 2025-09-07T06:19:01.1172430Z font-bitcount-prop-double-ink 2025-09-07T06:19:01.3027860Z ==> Outdated Formulae 2025-09-07T06:19:01.3028070Z awscli 2025-09-07T06:19:01.3028190Z cryptography 2025-09-07T06:19:01.3028350Z ==> Outdated Casks 2025-09-07T06:19:01.3028520Z amazon-ssm-agent 2025-09-07T06:19:01.3028650Z ec2-instance-connect 2025-09-07T06:19:01.3028790Z ec2-macos-init 2025-09-07T06:19:01.3028920Z ec2-macos-utils 2025-09-07T06:19:01.3028990Z 2025-09-07T06:19:01.3029170Z You have 2 outdated formulae and 4 outdated casks installed. 2025-09-07T06:19:01.3029470Z You can upgrade them with brew upgrade 2025-09-07T06:19:01.3029700Z or list them with brew outdated. 2025-09-07T06:19:02.2294050Z ##[warning]python@3.12 3.12.11 is already installed and up-to-date. To reinstall 3.12.11, run: brew reinstall python@3.12 2025-09-07T06:19:02.2598080Z Using python at /opt/homebrew/bin/python3.12 to create venv /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:19:03.4647130Z Installing requirements from .github/requirements/pip-requirements-macOS.txt 2025-09-07T06:19:03.7707720Z Collecting boto3==1.35.42 (from -r .github/requirements/pip-requirements-macOS.txt (line 1)) 2025-09-07T06:19:03.7730540Z Using cached boto3-1.35.42-py3-none-any.whl.metadata (6.7 kB) 2025-09-07T06:19:03.8330170Z Collecting cmake==3.27.* (from -r .github/requirements/pip-requirements-macOS.txt (line 2)) 2025-09-07T06:19:03.8345850Z Using cached cmake-3.27.9-py2.py3-none-macosx_10_10_universal2.macosx_10_10_x86_64.macosx_11_0_arm64.macosx_11_0_universal2.whl.metadata (6.3 kB) 2025-09-07T06:19:03.8447240Z Collecting expecttest==0.3.0 (from -r .github/requirements/pip-requirements-macOS.txt (line 3)) 2025-09-07T06:19:03.8460490Z Using cached expecttest-0.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-09-07T06:19:03.8559650Z Collecting fbscribelogger==0.1.7 (from -r .github/requirements/pip-requirements-macOS.txt (line 4)) 2025-09-07T06:19:03.8572770Z Using cached fbscribelogger-0.1.7-py3-none-any.whl.metadata (684 bytes) 2025-09-07T06:19:03.8714740Z Collecting filelock==3.18.0 (from -r .github/requirements/pip-requirements-macOS.txt (line 5)) 2025-09-07T06:19:03.8732490Z Using cached filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB) 2025-09-07T06:19:03.9767020Z Collecting hypothesis==6.56.4 (from -r .github/requirements/pip-requirements-macOS.txt (line 6)) 2025-09-07T06:19:03.9785130Z Using cached hypothesis-6.56.4-py3-none-any.whl.metadata (6.1 kB) 2025-09-07T06:19:03.9916020Z Collecting librosa>=0.6.2 (from -r .github/requirements/pip-requirements-macOS.txt (line 7)) 2025-09-07T06:19:03.9934810Z Using cached librosa-0.11.0-py3-none-any.whl.metadata (8.7 kB) 2025-09-07T06:19:04.0063450Z Collecting mpmath==1.3.0 (from -r .github/requirements/pip-requirements-macOS.txt (line 8)) 2025-09-07T06:19:04.0081340Z Using cached mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB) 2025-09-07T06:19:04.0242450Z Collecting networkx==2.8.7 (from -r .github/requirements/pip-requirements-macOS.txt (line 9)) 2025-09-07T06:19:04.0274240Z Using cached networkx-2.8.7-py3-none-any.whl.metadata (5.1 kB) 2025-09-07T06:19:04.0479640Z Collecting ninja==1.10.2.4 (from -r .github/requirements/pip-requirements-macOS.txt (line 10)) 2025-09-07T06:19:04.0498620Z Using cached ninja-1.10.2.4-py2.py3-none-macosx_10_9_universal2.macosx_10_9_x86_64.macosx_11_0_arm64.macosx_11_0_universal2.whl.metadata (5.3 kB) 2025-09-07T06:19:04.1041110Z Collecting numba==0.59.0 (from -r .github/requirements/pip-requirements-macOS.txt (line 11)) 2025-09-07T06:19:04.1064080Z Using cached numba-0.59.0-cp312-cp312-macosx_11_0_arm64.whl.metadata (2.7 kB) 2025-09-07T06:19:04.1867350Z Collecting numpy==1.26.4 (from -r .github/requirements/pip-requirements-macOS.txt (line 12)) 2025-09-07T06:19:04.1886950Z Using cached numpy-1.26.4-cp312-cp312-macosx_11_0_arm64.whl.metadata (61 kB) 2025-09-07T06:19:04.2073300Z Collecting opt-einsum>=3.3 (from -r .github/requirements/pip-requirements-macOS.txt (line 13)) 2025-09-07T06:19:04.2092610Z Using cached opt_einsum-3.4.0-py3-none-any.whl.metadata (6.3 kB) 2025-09-07T06:19:04.2503800Z Collecting optree==0.13.0 (from -r .github/requirements/pip-requirements-macOS.txt (line 14)) 2025-09-07T06:19:04.2526930Z Using cached optree-0.13.0-cp312-cp312-macosx_11_0_arm64.whl.metadata (47 kB) 2025-09-07T06:19:04.2679010Z Collecting packaging==23.1 (from -r .github/requirements/pip-requirements-macOS.txt (line 15)) 2025-09-07T06:19:04.2690970Z Using cached packaging-23.1-py3-none-any.whl.metadata (3.1 kB) 2025-09-07T06:19:04.2782600Z Collecting parameterized==0.8.1 (from -r .github/requirements/pip-requirements-macOS.txt (line 16)) 2025-09-07T06:19:04.2796030Z Using cached parameterized-0.8.1-py2.py3-none-any.whl.metadata (18 kB) 2025-09-07T06:19:04.3581670Z Collecting pillow==10.3.0 (from -r .github/requirements/pip-requirements-macOS.txt (line 17)) 2025-09-07T06:19:04.3594740Z Using cached pillow-10.3.0-cp312-cp312-macosx_11_0_arm64.whl.metadata (9.2 kB) 2025-09-07T06:19:04.4332860Z Collecting protobuf==5.29.4 (from -r .github/requirements/pip-requirements-macOS.txt (line 18)) 2025-09-07T06:19:04.4346850Z Using cached protobuf-5.29.4-cp38-abi3-macosx_10_9_universal2.whl.metadata (592 bytes) 2025-09-07T06:19:04.4875510Z Collecting psutil==5.9.8 (from -r .github/requirements/pip-requirements-macOS.txt (line 19)) 2025-09-07T06:19:04.4891170Z Using cached psutil-5.9.8-cp38-abi3-macosx_11_0_arm64.whl.metadata (21 kB) 2025-09-07T06:19:04.5054470Z Collecting pygments==2.15.0 (from -r .github/requirements/pip-requirements-macOS.txt (line 20)) 2025-09-07T06:19:04.5067610Z Using cached Pygments-2.15.0-py3-none-any.whl.metadata (2.5 kB) 2025-09-07T06:19:04.5181840Z Collecting pytest-cpp==2.3.0 (from -r .github/requirements/pip-requirements-macOS.txt (line 21)) 2025-09-07T06:19:04.5195320Z Using cached pytest_cpp-2.3.0-py3-none-any.whl.metadata (5.4 kB) 2025-09-07T06:19:04.5288540Z Collecting pytest-flakefinder==1.1.0 (from -r .github/requirements/pip-requirements-macOS.txt (line 22)) 2025-09-07T06:19:04.5301230Z Using cached pytest_flakefinder-1.1.0-py2.py3-none-any.whl.metadata (3.3 kB) 2025-09-07T06:19:04.5408870Z Collecting pytest-rerunfailures==10.3 (from -r .github/requirements/pip-requirements-macOS.txt (line 23)) 2025-09-07T06:19:04.5422110Z Using cached pytest_rerunfailures-10.3-py3-none-any.whl.metadata (15 kB) 2025-09-07T06:19:04.5547070Z Collecting pytest-subtests==0.13.1 (from -r .github/requirements/pip-requirements-macOS.txt (line 24)) 2025-09-07T06:19:04.5559970Z Using cached pytest_subtests-0.13.1-py3-none-any.whl.metadata (6.1 kB) 2025-09-07T06:19:04.5692700Z Collecting pytest-xdist==3.3.1 (from -r .github/requirements/pip-requirements-macOS.txt (line 25)) 2025-09-07T06:19:04.5706010Z Using cached pytest_xdist-3.3.1-py3-none-any.whl.metadata (3.1 kB) 2025-09-07T06:19:04.5914360Z Collecting pytest==7.3.2 (from -r .github/requirements/pip-requirements-macOS.txt (line 26)) 2025-09-07T06:19:04.5928610Z Using cached pytest-7.3.2-py3-none-any.whl.metadata (8.0 kB) 2025-09-07T06:19:04.6151880Z Collecting pyyaml==6.0.2 (from -r .github/requirements/pip-requirements-macOS.txt (line 27)) 2025-09-07T06:19:04.6172670Z Using cached PyYAML-6.0.2-cp312-cp312-macosx_11_0_arm64.whl.metadata (2.1 kB) 2025-09-07T06:19:04.6719440Z Collecting scipy==1.12.0 (from -r .github/requirements/pip-requirements-macOS.txt (line 28)) 2025-09-07T06:19:04.6737960Z Using cached scipy-1.12.0-cp312-cp312-macosx_12_0_arm64.whl.metadata (217 kB) 2025-09-07T06:19:04.7626810Z Collecting setuptools==72.1.0 (from -r .github/requirements/pip-requirements-macOS.txt (line 29)) 2025-09-07T06:19:04.7646450Z Using cached setuptools-72.1.0-py3-none-any.whl.metadata (6.6 kB) 2025-09-07T06:19:04.7796990Z Collecting sympy==1.13.3 (from -r .github/requirements/pip-requirements-macOS.txt (line 30)) 2025-09-07T06:19:04.7813600Z Using cached sympy-1.13.3-py3-none-any.whl.metadata (12 kB) 2025-09-07T06:19:04.8036480Z Collecting tlparse==0.4.0 (from -r .github/requirements/pip-requirements-macOS.txt (line 31)) 2025-09-07T06:19:04.8048580Z Using cached tlparse-0.4.0-py3-none-macosx_11_0_arm64.whl.metadata (1.9 kB) 2025-09-07T06:19:04.8171580Z Collecting tensorboard==2.13.0 (from -r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T06:19:04.8184670Z Using cached tensorboard-2.13.0-py3-none-any.whl.metadata (1.8 kB) 2025-09-07T06:19:04.8312490Z Collecting typing-extensions==4.12.2 (from -r .github/requirements/pip-requirements-macOS.txt (line 33)) 2025-09-07T06:19:04.8330680Z Using cached typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) 2025-09-07T06:19:04.8441800Z Collecting unittest-xml-reporting<=3.2.0,>=2.0.0 (from -r .github/requirements/pip-requirements-macOS.txt (line 34)) 2025-09-07T06:19:04.8460940Z Using cached unittest_xml_reporting-3.2.0-py2.py3-none-any.whl.metadata (11 kB) 2025-09-07T06:19:04.8599060Z Collecting xdoctest==1.1.0 (from -r .github/requirements/pip-requirements-macOS.txt (line 35)) 2025-09-07T06:19:04.8619470Z Using cached xdoctest-1.1.0-py3-none-any.whl.metadata (37 kB) 2025-09-07T06:19:04.9105510Z Collecting z3-solver==4.15.1.0 (from -r .github/requirements/pip-requirements-macOS.txt (line 36)) 2025-09-07T06:19:04.9123900Z Using cached z3_solver-4.15.1.0-py3-none-macosx_13_0_arm64.whl.metadata (778 bytes) 2025-09-07T06:19:05.0874980Z Collecting botocore<1.36.0,>=1.35.42 (from boto3==1.35.42->-r .github/requirements/pip-requirements-macOS.txt (line 1)) 2025-09-07T06:19:05.0895940Z Using cached botocore-1.35.99-py3-none-any.whl.metadata (5.7 kB) 2025-09-07T06:19:05.0999950Z Collecting jmespath<2.0.0,>=0.7.1 (from boto3==1.35.42->-r .github/requirements/pip-requirements-macOS.txt (line 1)) 2025-09-07T06:19:05.1019210Z Using cached jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) 2025-09-07T06:19:05.1140440Z Collecting s3transfer<0.11.0,>=0.10.0 (from boto3==1.35.42->-r .github/requirements/pip-requirements-macOS.txt (line 1)) 2025-09-07T06:19:05.1162780Z Using cached s3transfer-0.10.4-py3-none-any.whl.metadata (1.7 kB) 2025-09-07T06:19:05.3585680Z Collecting aiohttp<4.0.0,>=3.10.4 (from fbscribelogger==0.1.7->-r .github/requirements/pip-requirements-macOS.txt (line 4)) 2025-09-07T06:19:05.3607110Z Using cached aiohttp-3.12.15-cp312-cp312-macosx_11_0_arm64.whl.metadata (7.7 kB) 2025-09-07T06:19:05.3751940Z Collecting thriftpy2<0.6.0,>=0.5.2 (from fbscribelogger==0.1.7->-r .github/requirements/pip-requirements-macOS.txt (line 4)) 2025-09-07T06:19:05.3770250Z Using cached thriftpy2-0.5.3-cp312-cp312-macosx_11_0_arm64.whl.metadata (8.2 kB) 2025-09-07T06:19:05.3914670Z Collecting attrs>=19.2.0 (from hypothesis==6.56.4->-r .github/requirements/pip-requirements-macOS.txt (line 6)) 2025-09-07T06:19:05.3935000Z Using cached attrs-25.3.0-py3-none-any.whl.metadata (10 kB) 2025-09-07T06:19:05.4076900Z Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis==6.56.4->-r .github/requirements/pip-requirements-macOS.txt (line 6)) 2025-09-07T06:19:05.4097000Z Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2025-09-07T06:19:05.4427020Z Collecting llvmlite<0.43,>=0.42.0dev0 (from numba==0.59.0->-r .github/requirements/pip-requirements-macOS.txt (line 11)) 2025-09-07T06:19:05.4446550Z Using cached llvmlite-0.42.0-cp312-cp312-macosx_11_0_arm64.whl.metadata (4.8 kB) 2025-09-07T06:19:05.4675820Z Collecting colorama (from pytest-cpp==2.3.0->-r .github/requirements/pip-requirements-macOS.txt (line 21)) 2025-09-07T06:19:05.4690150Z Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) 2025-09-07T06:19:05.4985850Z Collecting execnet>=1.1 (from pytest-xdist==3.3.1->-r .github/requirements/pip-requirements-macOS.txt (line 25)) 2025-09-07T06:19:05.4998630Z Using cached execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-09-07T06:19:05.5151230Z Collecting iniconfig (from pytest==7.3.2->-r .github/requirements/pip-requirements-macOS.txt (line 26)) 2025-09-07T06:19:05.5165070Z Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB) 2025-09-07T06:19:05.5272590Z Collecting pluggy<2.0,>=0.12 (from pytest==7.3.2->-r .github/requirements/pip-requirements-macOS.txt (line 26)) 2025-09-07T06:19:05.5286400Z Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB) 2025-09-07T06:19:05.5490790Z Collecting absl-py>=0.4 (from tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T06:19:05.5506370Z Using cached absl_py-2.3.1-py3-none-any.whl.metadata (3.3 kB) 2025-09-07T06:19:05.7604900Z Collecting grpcio>=1.48.2 (from tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T06:19:05.7620270Z Using cached grpcio-1.74.0-cp312-cp312-macosx_11_0_universal2.whl.metadata (3.8 kB) 2025-09-07T06:19:05.8240680Z Collecting google-auth<3,>=1.6.3 (from tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T06:19:05.8258270Z Using cached google_auth-2.40.3-py2.py3-none-any.whl.metadata (6.2 kB) 2025-09-07T06:19:05.8407000Z Collecting google-auth-oauthlib<1.1,>=0.5 (from tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T06:19:05.8422470Z Using cached google_auth_oauthlib-1.0.0-py2.py3-none-any.whl.metadata (2.7 kB) 2025-09-07T06:19:05.8573370Z Collecting markdown>=2.6.8 (from tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T06:19:05.8591950Z Using cached markdown-3.9-py3-none-any.whl.metadata (5.1 kB) 2025-09-07T06:19:05.8883010Z Collecting requests<3,>=2.21.0 (from tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T06:19:05.8895990Z Using cached requests-2.32.5-py3-none-any.whl.metadata (4.9 kB) 2025-09-07T06:19:05.9210620Z Collecting tensorboard-data-server<0.8.0,>=0.7.0 (from tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T06:19:05.9222520Z Using cached tensorboard_data_server-0.7.2-py3-none-any.whl.metadata (1.1 kB) 2025-09-07T06:19:05.9375090Z Collecting werkzeug>=1.0.1 (from tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T06:19:05.9387740Z Using cached werkzeug-3.1.3-py3-none-any.whl.metadata (3.7 kB) 2025-09-07T06:19:05.9533830Z Collecting wheel>=0.26 (from tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T06:19:05.9551780Z Using cached wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) 2025-09-07T06:19:05.9664530Z Collecting six (from xdoctest==1.1.0->-r .github/requirements/pip-requirements-macOS.txt (line 35)) 2025-09-07T06:19:05.9676840Z Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-09-07T06:19:06.0571400Z Collecting lxml (from unittest-xml-reporting<=3.2.0,>=2.0.0->-r .github/requirements/pip-requirements-macOS.txt (line 34)) 2025-09-07T06:19:06.0586260Z Using cached lxml-6.0.1-cp312-cp312-macosx_10_13_universal2.whl.metadata (3.8 kB) 2025-09-07T06:19:06.0712980Z Collecting aiohappyeyeballs>=2.5.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.7->-r .github/requirements/pip-requirements-macOS.txt (line 4)) 2025-09-07T06:19:06.0725910Z Using cached aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-09-07T06:19:06.0818530Z Collecting aiosignal>=1.4.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.7->-r .github/requirements/pip-requirements-macOS.txt (line 4)) 2025-09-07T06:19:06.0831310Z Using cached aiosignal-1.4.0-py3-none-any.whl.metadata (3.7 kB) 2025-09-07T06:19:06.1195040Z Collecting frozenlist>=1.1.1 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.7->-r .github/requirements/pip-requirements-macOS.txt (line 4)) 2025-09-07T06:19:06.1208690Z Using cached frozenlist-1.7.0-cp312-cp312-macosx_11_0_arm64.whl.metadata (18 kB) 2025-09-07T06:19:06.2280270Z Collecting multidict<7.0,>=4.5 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.7->-r .github/requirements/pip-requirements-macOS.txt (line 4)) 2025-09-07T06:19:06.2294830Z Using cached multidict-6.6.4-cp312-cp312-macosx_11_0_arm64.whl.metadata (5.3 kB) 2025-09-07T06:19:06.2566170Z Collecting propcache>=0.2.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.7->-r .github/requirements/pip-requirements-macOS.txt (line 4)) 2025-09-07T06:19:06.2580780Z Using cached propcache-0.3.2-cp312-cp312-macosx_11_0_arm64.whl.metadata (12 kB) 2025-09-07T06:19:06.4137580Z Collecting yarl<2.0,>=1.17.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.7->-r .github/requirements/pip-requirements-macOS.txt (line 4)) 2025-09-07T06:19:06.4153570Z Using cached yarl-1.20.1-cp312-cp312-macosx_11_0_arm64.whl.metadata (73 kB) 2025-09-07T06:19:06.4310860Z Collecting python-dateutil<3.0.0,>=2.1 (from botocore<1.36.0,>=1.35.42->boto3==1.35.42->-r .github/requirements/pip-requirements-macOS.txt (line 1)) 2025-09-07T06:19:06.4330610Z Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 2025-09-07T06:19:06.4519440Z Collecting urllib3!=2.2.0,<3,>=1.25.4 (from botocore<1.36.0,>=1.35.42->boto3==1.35.42->-r .github/requirements/pip-requirements-macOS.txt (line 1)) 2025-09-07T06:19:06.4533530Z Using cached urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB) 2025-09-07T06:19:06.4680800Z Collecting cachetools<6.0,>=2.0.0 (from google-auth<3,>=1.6.3->tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T06:19:06.4694000Z Using cached cachetools-5.5.2-py3-none-any.whl.metadata (5.4 kB) 2025-09-07T06:19:06.4833460Z Collecting pyasn1-modules>=0.2.1 (from google-auth<3,>=1.6.3->tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T06:19:06.4846610Z Using cached pyasn1_modules-0.4.2-py3-none-any.whl.metadata (3.5 kB) 2025-09-07T06:19:06.4962430Z Collecting rsa<5,>=3.1.4 (from google-auth<3,>=1.6.3->tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T06:19:06.4974770Z Using cached rsa-4.9.1-py3-none-any.whl.metadata (5.6 kB) 2025-09-07T06:19:06.5191590Z Collecting requests-oauthlib>=0.7.0 (from google-auth-oauthlib<1.1,>=0.5->tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T06:19:06.5204790Z Using cached requests_oauthlib-2.0.0-py2.py3-none-any.whl.metadata (11 kB) 2025-09-07T06:19:06.5689400Z Collecting charset_normalizer<4,>=2 (from requests<3,>=2.21.0->tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T06:19:06.5703500Z Using cached charset_normalizer-3.4.3-cp312-cp312-macosx_10_13_universal2.whl.metadata (36 kB) 2025-09-07T06:19:06.5841210Z Collecting idna<4,>=2.5 (from requests<3,>=2.21.0->tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T06:19:06.5864170Z Using cached idna-3.10-py3-none-any.whl.metadata (10 kB) 2025-09-07T06:19:06.6061360Z Collecting certifi>=2017.4.17 (from requests<3,>=2.21.0->tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T06:19:06.6080130Z Using cached certifi-2025.8.3-py3-none-any.whl.metadata (2.4 kB) 2025-09-07T06:19:06.6254970Z Collecting pyasn1>=0.1.3 (from rsa<5,>=3.1.4->google-auth<3,>=1.6.3->tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T06:19:06.6274290Z Using cached pyasn1-0.6.1-py3-none-any.whl.metadata (8.4 kB) 2025-09-07T06:19:06.7255340Z Collecting ply<4.0,>=3.4 (from thriftpy2<0.6.0,>=0.5.2->fbscribelogger==0.1.7->-r .github/requirements/pip-requirements-macOS.txt (line 4)) 2025-09-07T06:19:06.7275910Z Using cached ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 2025-09-07T06:19:06.7480830Z Collecting audioread>=2.1.9 (from librosa>=0.6.2->-r .github/requirements/pip-requirements-macOS.txt (line 7)) 2025-09-07T06:19:06.7499780Z Using cached audioread-3.0.1-py3-none-any.whl.metadata (8.4 kB) 2025-09-07T06:19:06.7989770Z Collecting scikit-learn>=1.1.0 (from librosa>=0.6.2->-r .github/requirements/pip-requirements-macOS.txt (line 7)) 2025-09-07T06:19:06.8009540Z Using cached scikit_learn-1.7.1-cp312-cp312-macosx_12_0_arm64.whl.metadata (11 kB) 2025-09-07T06:19:06.8182930Z Collecting joblib>=1.0 (from librosa>=0.6.2->-r .github/requirements/pip-requirements-macOS.txt (line 7)) 2025-09-07T06:19:06.8202590Z Using cached joblib-1.5.2-py3-none-any.whl.metadata (5.6 kB) 2025-09-07T06:19:06.8310410Z Collecting decorator>=4.3.0 (from librosa>=0.6.2->-r .github/requirements/pip-requirements-macOS.txt (line 7)) 2025-09-07T06:19:06.8329760Z Using cached decorator-5.2.1-py3-none-any.whl.metadata (3.9 kB) 2025-09-07T06:19:06.8432520Z Collecting soundfile>=0.12.1 (from librosa>=0.6.2->-r .github/requirements/pip-requirements-macOS.txt (line 7)) 2025-09-07T06:19:06.8451770Z Using cached soundfile-0.13.1-py2.py3-none-macosx_11_0_arm64.whl.metadata (16 kB) 2025-09-07T06:19:06.8563800Z Collecting pooch>=1.1 (from librosa>=0.6.2->-r .github/requirements/pip-requirements-macOS.txt (line 7)) 2025-09-07T06:19:06.8582630Z Using cached pooch-1.8.2-py3-none-any.whl.metadata (10 kB) 2025-09-07T06:19:06.8903950Z Collecting soxr>=0.3.2 (from librosa>=0.6.2->-r .github/requirements/pip-requirements-macOS.txt (line 7)) 2025-09-07T06:19:06.8924420Z Using cached soxr-0.5.0.post1-cp312-abi3-macosx_11_0_arm64.whl.metadata (5.6 kB) 2025-09-07T06:19:06.9028020Z Collecting lazy_loader>=0.1 (from librosa>=0.6.2->-r .github/requirements/pip-requirements-macOS.txt (line 7)) 2025-09-07T06:19:06.9047190Z Using cached lazy_loader-0.4-py3-none-any.whl.metadata (7.6 kB) 2025-09-07T06:19:06.9401090Z Collecting msgpack>=1.0 (from librosa>=0.6.2->-r .github/requirements/pip-requirements-macOS.txt (line 7)) 2025-09-07T06:19:06.9421850Z Using cached msgpack-1.1.1-cp312-cp312-macosx_11_0_arm64.whl.metadata (8.4 kB) 2025-09-07T06:19:06.9717610Z Collecting platformdirs>=2.5.0 (from pooch>=1.1->librosa>=0.6.2->-r .github/requirements/pip-requirements-macOS.txt (line 7)) 2025-09-07T06:19:06.9736710Z Using cached platformdirs-4.4.0-py3-none-any.whl.metadata (12 kB) 2025-09-07T06:19:06.9969400Z Collecting oauthlib>=3.0.0 (from requests-oauthlib>=0.7.0->google-auth-oauthlib<1.1,>=0.5->tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T06:19:06.9989340Z Using cached oauthlib-3.3.1-py3-none-any.whl.metadata (7.9 kB) 2025-09-07T06:19:07.0204150Z Collecting threadpoolctl>=3.1.0 (from scikit-learn>=1.1.0->librosa>=0.6.2->-r .github/requirements/pip-requirements-macOS.txt (line 7)) 2025-09-07T06:19:07.0222890Z Using cached threadpoolctl-3.6.0-py3-none-any.whl.metadata (13 kB) 2025-09-07T06:19:07.0743950Z Collecting cffi>=1.0 (from soundfile>=0.12.1->librosa>=0.6.2->-r .github/requirements/pip-requirements-macOS.txt (line 7)) 2025-09-07T06:19:07.0765450Z Using cached cffi-1.17.1-cp312-cp312-macosx_11_0_arm64.whl.metadata (1.5 kB) 2025-09-07T06:19:07.0863100Z Collecting pycparser (from cffi>=1.0->soundfile>=0.12.1->librosa>=0.6.2->-r .github/requirements/pip-requirements-macOS.txt (line 7)) 2025-09-07T06:19:07.0881510Z Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes) 2025-09-07T06:19:07.1191850Z Collecting MarkupSafe>=2.1.1 (from werkzeug>=1.0.1->tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T06:19:07.1205130Z Using cached MarkupSafe-3.0.2-cp312-cp312-macosx_11_0_arm64.whl.metadata (4.0 kB) 2025-09-07T06:19:07.1328970Z Using cached boto3-1.35.42-py3-none-any.whl (139 kB) 2025-09-07T06:19:07.1366830Z Using cached expecttest-0.3.0-py3-none-any.whl (8.2 kB) 2025-09-07T06:19:07.1385930Z Using cached fbscribelogger-0.1.7-py3-none-any.whl (6.9 kB) 2025-09-07T06:19:07.1403320Z Using cached typing_extensions-4.12.2-py3-none-any.whl (37 kB) 2025-09-07T06:19:07.1428180Z Using cached filelock-3.18.0-py3-none-any.whl (16 kB) 2025-09-07T06:19:07.1452960Z Using cached hypothesis-6.56.4-py3-none-any.whl (395 kB) 2025-09-07T06:19:07.1502430Z Using cached mpmath-1.3.0-py3-none-any.whl (536 kB) 2025-09-07T06:19:07.1554580Z Using cached networkx-2.8.7-py3-none-any.whl (2.0 MB) 2025-09-07T06:19:07.1638390Z Using cached ninja-1.10.2.4-py2.py3-none-macosx_10_9_universal2.macosx_10_9_x86_64.macosx_11_0_arm64.macosx_11_0_universal2.whl (231 kB) 2025-09-07T06:19:07.1667020Z Using cached numba-0.59.0-cp312-cp312-macosx_11_0_arm64.whl (2.6 MB) 2025-09-07T06:19:07.1791750Z Using cached numpy-1.26.4-cp312-cp312-macosx_11_0_arm64.whl (13.7 MB) 2025-09-07T06:19:07.2109090Z Using cached optree-0.13.0-cp312-cp312-macosx_11_0_arm64.whl (305 kB) 2025-09-07T06:19:07.2143140Z Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-09-07T06:19:07.2159350Z Using cached parameterized-0.8.1-py2.py3-none-any.whl (26 kB) 2025-09-07T06:19:07.2177580Z Using cached pillow-10.3.0-cp312-cp312-macosx_11_0_arm64.whl (3.4 MB) 2025-09-07T06:19:07.2310340Z Using cached protobuf-5.29.4-cp38-abi3-macosx_10_9_universal2.whl (417 kB) 2025-09-07T06:19:07.2348270Z Using cached psutil-5.9.8-cp38-abi3-macosx_11_0_arm64.whl (249 kB) 2025-09-07T06:19:07.2376720Z Using cached Pygments-2.15.0-py3-none-any.whl (1.1 MB) 2025-09-07T06:19:07.2429540Z Using cached pytest_cpp-2.3.0-py3-none-any.whl (14 kB) 2025-09-07T06:19:07.2447310Z Using cached pytest_flakefinder-1.1.0-py2.py3-none-any.whl (4.6 kB) 2025-09-07T06:19:07.2460290Z Using cached pytest_rerunfailures-10.3-py3-none-any.whl (11 kB) 2025-09-07T06:19:07.2477950Z Using cached pytest_subtests-0.13.1-py3-none-any.whl (8.0 kB) 2025-09-07T06:19:07.2490730Z Using cached pytest_xdist-3.3.1-py3-none-any.whl (41 kB) 2025-09-07T06:19:07.2506800Z Using cached pytest-7.3.2-py3-none-any.whl (320 kB) 2025-09-07T06:19:07.2541130Z Using cached PyYAML-6.0.2-cp312-cp312-macosx_11_0_arm64.whl (173 kB) 2025-09-07T06:19:07.2560800Z Using cached scipy-1.12.0-cp312-cp312-macosx_12_0_arm64.whl (31.4 MB) 2025-09-07T06:19:07.3153730Z Using cached setuptools-72.1.0-py3-none-any.whl (2.3 MB) 2025-09-07T06:19:07.3274570Z Using cached sympy-1.13.3-py3-none-any.whl (6.2 MB) 2025-09-07T06:19:07.3474420Z Using cached tlparse-0.4.0-py3-none-macosx_11_0_arm64.whl (2.2 MB) 2025-09-07T06:19:07.3563520Z Using cached tensorboard-2.13.0-py3-none-any.whl (5.6 MB) 2025-09-07T06:19:07.3748910Z Using cached xdoctest-1.1.0-py3-none-any.whl (135 kB) 2025-09-07T06:19:07.3776080Z Using cached z3_solver-4.15.1.0-py3-none-macosx_13_0_arm64.whl (37.5 MB) 2025-09-07T06:19:07.4507620Z Using cached cmake-3.27.9-py2.py3-none-macosx_10_10_universal2.macosx_10_10_x86_64.macosx_11_0_arm64.macosx_11_0_universal2.whl (47.4 MB) 2025-09-07T06:19:07.8751590Z Using cached unittest_xml_reporting-3.2.0-py2.py3-none-any.whl (20 kB) 2025-09-07T06:19:07.8792750Z Using cached aiohttp-3.12.15-cp312-cp312-macosx_11_0_arm64.whl (469 kB) 2025-09-07T06:19:07.8827690Z Using cached botocore-1.35.99-py3-none-any.whl (13.3 MB) 2025-09-07T06:19:08.0286040Z Using cached google_auth-2.40.3-py2.py3-none-any.whl (216 kB) 2025-09-07T06:19:08.0308780Z Using cached cachetools-5.5.2-py3-none-any.whl (10 kB) 2025-09-07T06:19:08.0322880Z Using cached google_auth_oauthlib-1.0.0-py2.py3-none-any.whl (18 kB) 2025-09-07T06:19:08.0350970Z Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2025-09-07T06:19:08.0365710Z Using cached llvmlite-0.42.0-cp312-cp312-macosx_11_0_arm64.whl (28.8 MB) 2025-09-07T06:19:08.3470450Z Using cached multidict-6.6.4-cp312-cp312-macosx_11_0_arm64.whl (43 kB) 2025-09-07T06:19:08.3486980Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB) 2025-09-07T06:19:08.3505850Z Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 2025-09-07T06:19:08.3530670Z Using cached requests-2.32.5-py3-none-any.whl (64 kB) 2025-09-07T06:19:08.3546770Z Using cached charset_normalizer-3.4.3-cp312-cp312-macosx_10_13_universal2.whl (205 kB) 2025-09-07T06:19:08.3570450Z Using cached idna-3.10-py3-none-any.whl (70 kB) 2025-09-07T06:19:08.3587870Z Using cached rsa-4.9.1-py3-none-any.whl (34 kB) 2025-09-07T06:19:08.3611330Z Using cached s3transfer-0.10.4-py3-none-any.whl (83 kB) 2025-09-07T06:19:08.3630300Z Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-09-07T06:19:08.3648640Z Using cached tensorboard_data_server-0.7.2-py3-none-any.whl (2.4 kB) 2025-09-07T06:19:08.3661280Z Using cached thriftpy2-0.5.3-cp312-cp312-macosx_11_0_arm64.whl (833 kB) 2025-09-07T06:19:08.3709250Z Using cached ply-3.11-py2.py3-none-any.whl (49 kB) 2025-09-07T06:19:08.3733360Z Using cached six-1.17.0-py2.py3-none-any.whl (11 kB) 2025-09-07T06:19:08.3746850Z Using cached urllib3-2.5.0-py3-none-any.whl (129 kB) 2025-09-07T06:19:08.3770360Z Using cached yarl-1.20.1-cp312-cp312-macosx_11_0_arm64.whl (89 kB) 2025-09-07T06:19:08.3790820Z Using cached librosa-0.11.0-py3-none-any.whl (260 kB) 2025-09-07T06:19:08.3827700Z Using cached opt_einsum-3.4.0-py3-none-any.whl (71 kB) 2025-09-07T06:19:08.3846070Z Using cached absl_py-2.3.1-py3-none-any.whl (135 kB) 2025-09-07T06:19:08.3867470Z Using cached aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-09-07T06:19:08.3885230Z Using cached aiosignal-1.4.0-py3-none-any.whl (7.5 kB) 2025-09-07T06:19:08.3898320Z Using cached attrs-25.3.0-py3-none-any.whl (63 kB) 2025-09-07T06:19:08.3918610Z Using cached audioread-3.0.1-py3-none-any.whl (23 kB) 2025-09-07T06:19:08.3932290Z Using cached certifi-2025.8.3-py3-none-any.whl (161 kB) 2025-09-07T06:19:08.3952560Z Using cached decorator-5.2.1-py3-none-any.whl (9.2 kB) 2025-09-07T06:19:08.3969590Z Using cached execnet-2.1.1-py3-none-any.whl (40 kB) 2025-09-07T06:19:08.3987370Z Using cached frozenlist-1.7.0-cp312-cp312-macosx_11_0_arm64.whl (46 kB) 2025-09-07T06:19:08.4009610Z Using cached grpcio-1.74.0-cp312-cp312-macosx_11_0_universal2.whl (11.0 MB) 2025-09-07T06:19:08.4989670Z Using cached joblib-1.5.2-py3-none-any.whl (308 kB) 2025-09-07T06:19:08.5028890Z Using cached lazy_loader-0.4-py3-none-any.whl (12 kB) 2025-09-07T06:19:08.5043640Z Using cached markdown-3.9-py3-none-any.whl (107 kB) 2025-09-07T06:19:08.5068580Z Using cached msgpack-1.1.1-cp312-cp312-macosx_11_0_arm64.whl (79 kB) 2025-09-07T06:19:08.5086120Z Using cached pooch-1.8.2-py3-none-any.whl (64 kB) 2025-09-07T06:19:08.5102250Z Using cached platformdirs-4.4.0-py3-none-any.whl (18 kB) 2025-09-07T06:19:08.5119790Z Using cached propcache-0.3.2-cp312-cp312-macosx_11_0_arm64.whl (43 kB) 2025-09-07T06:19:08.5135030Z Using cached pyasn1-0.6.1-py3-none-any.whl (83 kB) 2025-09-07T06:19:08.5157590Z Using cached pyasn1_modules-0.4.2-py3-none-any.whl (181 kB) 2025-09-07T06:19:08.5181610Z Using cached requests_oauthlib-2.0.0-py2.py3-none-any.whl (24 kB) 2025-09-07T06:19:08.5200410Z Using cached oauthlib-3.3.1-py3-none-any.whl (160 kB) 2025-09-07T06:19:08.5220930Z Using cached scikit_learn-1.7.1-cp312-cp312-macosx_12_0_arm64.whl (8.6 MB) 2025-09-07T06:19:08.6057260Z Using cached soundfile-0.13.1-py2.py3-none-macosx_11_0_arm64.whl (1.1 MB) 2025-09-07T06:19:08.6192100Z Using cached cffi-1.17.1-cp312-cp312-macosx_11_0_arm64.whl (178 kB) 2025-09-07T06:19:08.6223160Z Using cached soxr-0.5.0.post1-cp312-abi3-macosx_11_0_arm64.whl (156 kB) 2025-09-07T06:19:08.6257080Z Using cached threadpoolctl-3.6.0-py3-none-any.whl (18 kB) 2025-09-07T06:19:08.6271280Z Using cached werkzeug-3.1.3-py3-none-any.whl (224 kB) 2025-09-07T06:19:08.6293980Z Using cached MarkupSafe-3.0.2-cp312-cp312-macosx_11_0_arm64.whl (12 kB) 2025-09-07T06:19:08.6313620Z Using cached wheel-0.45.1-py3-none-any.whl (72 kB) 2025-09-07T06:19:08.6339620Z Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2025-09-07T06:19:08.6353790Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB) 2025-09-07T06:19:08.6377060Z Using cached lxml-6.0.1-cp312-cp312-macosx_10_13_universal2.whl (8.4 MB) 2025-09-07T06:19:08.7115430Z Using cached pycparser-2.22-py3-none-any.whl (117 kB) 2025-09-07T06:19:08.9956710Z Installing collected packages: z3-solver, sortedcontainers, ply, parameterized, ninja, mpmath, cmake, wheel, urllib3, typing-extensions, tlparse, threadpoolctl, tensorboard-data-server, sympy, six, setuptools, pyyaml, pygments, pycparser, pyasn1, psutil, protobuf, propcache, pluggy, platformdirs, pillow, packaging, opt-einsum, oauthlib, numpy, networkx, multidict, msgpack, MarkupSafe, markdown, lxml, llvmlite, joblib, jmespath, iniconfig, idna, grpcio, frozenlist, filelock, expecttest, execnet, decorator, colorama, charset_normalizer, certifi, cachetools, audioread, attrs, aiohappyeyeballs, absl-py, yarl, xdoctest, werkzeug, unittest-xml-reporting, thriftpy2, soxr, scipy, rsa, requests, python-dateutil, pytest, pyasn1-modules, optree, numba, lazy_loader, hypothesis, cffi, aiosignal, soundfile, scikit-learn, requests-oauthlib, pytest-xdist, pytest-subtests, pytest-rerunfailures, pytest-flakefinder, pytest-cpp, pooch, google-auth, botocore, aiohttp, s3transfer, librosa, google-auth-oauthlib, fbscribelogger, tensorboard, boto3 2025-09-07T06:19:22.2105760Z 2025-09-07T06:19:22.2144860Z Successfully installed MarkupSafe-3.0.2 absl-py-2.3.1 aiohappyeyeballs-2.6.1 aiohttp-3.12.15 aiosignal-1.4.0 attrs-25.3.0 audioread-3.0.1 boto3-1.35.42 botocore-1.35.99 cachetools-5.5.2 certifi-2025.8.3 cffi-1.17.1 charset_normalizer-3.4.3 cmake-3.27.9 colorama-0.4.6 decorator-5.2.1 execnet-2.1.1 expecttest-0.3.0 fbscribelogger-0.1.7 filelock-3.18.0 frozenlist-1.7.0 google-auth-2.40.3 google-auth-oauthlib-1.0.0 grpcio-1.74.0 hypothesis-6.56.4 idna-3.10 iniconfig-2.1.0 jmespath-1.0.1 joblib-1.5.2 lazy_loader-0.4 librosa-0.11.0 llvmlite-0.42.0 lxml-6.0.1 markdown-3.9 mpmath-1.3.0 msgpack-1.1.1 multidict-6.6.4 networkx-2.8.7 ninja-1.10.2.4 numba-0.59.0 numpy-1.26.4 oauthlib-3.3.1 opt-einsum-3.4.0 optree-0.13.0 packaging-23.1 parameterized-0.8.1 pillow-10.3.0 platformdirs-4.4.0 pluggy-1.6.0 ply-3.11 pooch-1.8.2 propcache-0.3.2 protobuf-5.29.4 psutil-5.9.8 pyasn1-0.6.1 pyasn1-modules-0.4.2 pycparser-2.22 pygments-2.15.0 pytest-7.3.2 pytest-cpp-2.3.0 pytest-flakefinder-1.1.0 pytest-rerunfailures-10.3 pytest-subtests-0.13.1 pytest-xdist-3.3.1 python-dateutil-2.9.0.post0 pyyaml-6.0.2 requests-2.32.5 requests-oauthlib-2.0.0 rsa-4.9.1 s3transfer-0.10.4 scikit-learn-1.7.1 scipy-1.12.0 setuptools-72.1.0 six-1.17.0 sortedcontainers-2.4.0 soundfile-0.13.1 soxr-0.5.0.post1 sympy-1.13.3 tensorboard-2.13.0 tensorboard-data-server-0.7.2 threadpoolctl-3.6.0 thriftpy2-0.5.3 tlparse-0.4.0 typing-extensions-4.12.2 unittest-xml-reporting-3.2.0 urllib3-2.5.0 werkzeug-3.1.3 wheel-0.45.1 xdoctest-1.1.0 yarl-1.20.1 z3-solver-4.15.1.0 2025-09-07T06:19:22.2434110Z 2025-09-07T06:19:22.2434330Z [notice] A new release of pip is available: 25.1.1 -> 25.2 2025-09-07T06:19:22.2435050Z [notice] To update, run: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python -m pip install --upgrade pip 2025-09-07T06:19:22.8001810Z ##[group]Run "$VENV_PATH/bin/python3" -m pip install psutil==5.9.8 dataclasses_json==0.6.7 2025-09-07T06:19:22.8002180Z "$VENV_PATH/bin/python3" -m pip install psutil==5.9.8 dataclasses_json==0.6.7 2025-09-07T06:19:22.8002680Z "$VENV_PATH/bin/python3" -m tools.stats.monitor --log-interval "$MONITOR_LOG_INTERVAL" --data-collect-interval "$MONITOR_DATA_COLLECT_INTERVAL" > usage_log.txt 2>&1 & 2025-09-07T06:19:22.8003230Z echo "monitor-script-pid=${!}" >> "${GITHUB_OUTPUT}" 2025-09-07T06:19:22.8015680Z shell: /bin/bash -e -l {0} 2025-09-07T06:19:22.8015800Z env: 2025-09-07T06:19:22.8015900Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:19:22.8016030Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:19:22.8016170Z TEST_CONFIG: mps 2025-09-07T06:19:22.8016270Z SHARD_NUMBER: 1 2025-09-07T06:19:22.8016370Z NUM_TEST_SHARDS: 1 2025-09-07T06:19:22.8016480Z PR_BODY: 2025-09-07T06:19:22.8016580Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:19:22.8016780Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:19:22.8016970Z JOB_ID: 49773898079 2025-09-07T06:19:22.8017120Z JOB_NAME: macos-py3-arm64 / test (mps, 1, 1, macos-m2-15) 2025-09-07T06:19:22.8017310Z WORKFLOW_NAME: trunk 2025-09-07T06:19:22.8017420Z WORKFLOW_RUN_ID: 17524754564 2025-09-07T06:19:22.8017610Z MONITOR_LOG_INTERVAL: 5 2025-09-07T06:19:22.8017740Z MONITOR_DATA_COLLECT_INTERVAL: 1 2025-09-07T06:19:22.8017870Z ##[endgroup] 2025-09-07T06:19:22.9813700Z Requirement already satisfied: psutil==5.9.8 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (5.9.8) 2025-09-07T06:19:23.0052350Z Collecting dataclasses_json==0.6.7 2025-09-07T06:19:23.0064900Z Using cached dataclasses_json-0.6.7-py3-none-any.whl.metadata (25 kB) 2025-09-07T06:19:23.0321690Z Collecting marshmallow<4.0.0,>=3.18.0 (from dataclasses_json==0.6.7) 2025-09-07T06:19:23.0334240Z Using cached marshmallow-3.26.1-py3-none-any.whl.metadata (7.3 kB) 2025-09-07T06:19:23.0435770Z Collecting typing-inspect<1,>=0.4.0 (from dataclasses_json==0.6.7) 2025-09-07T06:19:23.0447120Z Using cached typing_inspect-0.9.0-py3-none-any.whl.metadata (1.5 kB) 2025-09-07T06:19:23.0481660Z Requirement already satisfied: packaging>=17.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from marshmallow<4.0.0,>=3.18.0->dataclasses_json==0.6.7) (23.1) 2025-09-07T06:19:23.0541040Z Collecting mypy-extensions>=0.3.0 (from typing-inspect<1,>=0.4.0->dataclasses_json==0.6.7) 2025-09-07T06:19:23.0552030Z Using cached mypy_extensions-1.1.0-py3-none-any.whl.metadata (1.1 kB) 2025-09-07T06:19:23.0587720Z Requirement already satisfied: typing-extensions>=3.7.4 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from typing-inspect<1,>=0.4.0->dataclasses_json==0.6.7) (4.12.2) 2025-09-07T06:19:23.0608290Z Using cached dataclasses_json-0.6.7-py3-none-any.whl (28 kB) 2025-09-07T06:19:23.0621930Z Using cached marshmallow-3.26.1-py3-none-any.whl (50 kB) 2025-09-07T06:19:23.0644450Z Using cached typing_inspect-0.9.0-py3-none-any.whl (8.8 kB) 2025-09-07T06:19:23.0659870Z Using cached mypy_extensions-1.1.0-py3-none-any.whl (5.0 kB) 2025-09-07T06:19:23.1383080Z Installing collected packages: mypy-extensions, marshmallow, typing-inspect, dataclasses_json 2025-09-07T06:19:23.1811410Z 2025-09-07T06:19:23.1846670Z Successfully installed dataclasses_json-0.6.7 marshmallow-3.26.1 mypy-extensions-1.1.0 typing-inspect-0.9.0 2025-09-07T06:19:23.1872170Z 2025-09-07T06:19:23.1872320Z [notice] A new release of pip is available: 25.1.1 -> 25.2 2025-09-07T06:19:23.1872570Z [notice] To update, run: pip install --upgrade pip 2025-09-07T06:19:23.2149840Z Prepare all required actions 2025-09-07T06:19:23.2150090Z Getting action download info 2025-09-07T06:19:23.3313460Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:1da556a7aa0a088e3153970611f6c432d58e80e6) 2025-09-07T06:19:23.5725010Z Download action repository 'actions/download-artifact@v4' (SHA:d3f86a106a0bac45b974a628896c90dbdf5c8093) 2025-09-07T06:19:23.7823620Z ##[group]Run ./.github/actions/download-build-artifacts 2025-09-07T06:19:23.7823880Z with: 2025-09-07T06:19:23.7823990Z name: macos-py3-arm64 2025-09-07T06:19:23.7824120Z use-gha: true 2025-09-07T06:19:23.7824280Z s3-bucket: gha-artifacts 2025-09-07T06:19:23.7824540Z env: 2025-09-07T06:19:23.7824650Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:19:23.7824790Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:19:23.7824940Z TEST_CONFIG: mps 2025-09-07T06:19:23.7825060Z SHARD_NUMBER: 1 2025-09-07T06:19:23.7825170Z NUM_TEST_SHARDS: 1 2025-09-07T06:19:23.7825280Z PR_BODY: 2025-09-07T06:19:23.7825430Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:19:23.7825630Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:19:23.7825870Z ##[endgroup] 2025-09-07T06:19:23.7858820Z ##[group]Run actions/download-artifact@v4 2025-09-07T06:19:23.7858990Z with: 2025-09-07T06:19:23.7859090Z name: macos-py3-arm64 2025-09-07T06:19:23.7859260Z merge-multiple: false 2025-09-07T06:19:23.7859410Z repository: pytorch/pytorch 2025-09-07T06:19:23.7859540Z run-id: 17524754564 2025-09-07T06:19:23.7859630Z env: 2025-09-07T06:19:23.7859740Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:19:23.7859870Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:19:23.7860130Z TEST_CONFIG: mps 2025-09-07T06:19:23.7860260Z SHARD_NUMBER: 1 2025-09-07T06:19:23.7860370Z NUM_TEST_SHARDS: 1 2025-09-07T06:19:23.7860480Z PR_BODY: 2025-09-07T06:19:23.7860590Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:19:23.7860790Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:19:23.7861000Z ##[endgroup] 2025-09-07T06:19:23.9084160Z Downloading single artifact 2025-09-07T06:19:23.9792660Z Preparing to download the following artifacts: 2025-09-07T06:19:23.9793150Z - macos-py3-arm64 (ID: 3946318124, Size: 71771883, Expected Digest: sha256:050603c2cbb29a5a7810ae03b7998007a9706e82394b51e98750c0679235789a) 2025-09-07T06:19:24.0847590Z Redirecting to blob download url: https://productionresultssa8.blob.core.windows.net/actions-results/f409845e-2ea6-41ce-a516-e066432415ca/workflow-job-run-c5848ebe-9d93-53e5-bf44-77db4c75f816/artifacts/e6751562b1f6f20bcd6ad8a8dad1f3c02045e3fad46dd739dee73dcfde9461bb.zip 2025-09-07T06:19:24.0850060Z Starting download of artifact to: /Users/ec2-user/runner/_work/pytorch/pytorch 2025-09-07T06:19:24.1940980Z (node:57956) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. 2025-09-07T06:19:24.1985320Z (Use `node --trace-deprecation ...` to show where the warning was created) 2025-09-07T06:19:24.8991470Z SHA256 digest of downloaded artifact is 050603c2cbb29a5a7810ae03b7998007a9706e82394b51e98750c0679235789a 2025-09-07T06:19:24.8991930Z Artifact download completed successfully. 2025-09-07T06:19:24.8992150Z Total of 1 artifact(s) downloaded 2025-09-07T06:19:24.8995770Z Download artifact has finished successfully 2025-09-07T06:19:24.9043170Z ##[group]Run unzip -o artifacts.zip 2025-09-07T06:19:24.9043420Z unzip -o artifacts.zip 2025-09-07T06:19:24.9055610Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:19:24.9055830Z env: 2025-09-07T06:19:24.9055940Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:19:24.9056120Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:19:24.9056270Z TEST_CONFIG: mps 2025-09-07T06:19:24.9056400Z SHARD_NUMBER: 1 2025-09-07T06:19:24.9056510Z NUM_TEST_SHARDS: 1 2025-09-07T06:19:24.9056630Z PR_BODY: 2025-09-07T06:19:24.9056760Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:19:24.9057280Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:19:24.9057500Z ##[endgroup] 2025-09-07T06:19:24.9321420Z Archive: artifacts.zip 2025-09-07T06:19:24.9321790Z creating: dist/ 2025-09-07T06:19:25.3439310Z inflating: dist/torch-2.9.0a0+git93fb23d-cp312-cp312-macosx_11_0_arm64.whl 2025-09-07T06:19:25.3560260Z inflating: build/.ninja_log 2025-09-07T06:19:25.4066380Z inflating: build/compile_commands.json 2025-09-07T06:19:25.4066720Z creating: .additional_ci_files/ 2025-09-07T06:19:25.4138890Z inflating: .additional_ci_files/test-times.json 2025-09-07T06:19:25.4465520Z inflating: .additional_ci_files/test-class-times.json 2025-09-07T06:19:25.4485980Z ##[group]Run rm artifacts.zip 2025-09-07T06:19:25.4486170Z rm artifacts.zip 2025-09-07T06:19:25.4498410Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:19:25.4498620Z env: 2025-09-07T06:19:25.4498740Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:19:25.4498930Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:19:25.4499110Z TEST_CONFIG: mps 2025-09-07T06:19:25.4499240Z SHARD_NUMBER: 1 2025-09-07T06:19:25.4499360Z NUM_TEST_SHARDS: 1 2025-09-07T06:19:25.4499520Z PR_BODY: 2025-09-07T06:19:25.4499650Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:19:25.4499860Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:19:25.4500080Z ##[endgroup] 2025-09-07T06:19:25.4750850Z ##[group]Run df -H 2025-09-07T06:19:25.4751080Z df -H 2025-09-07T06:19:25.4762310Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:19:25.4762540Z env: 2025-09-07T06:19:25.4762650Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:19:25.4762930Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:19:25.4763110Z TEST_CONFIG: mps 2025-09-07T06:19:25.4763240Z SHARD_NUMBER: 1 2025-09-07T06:19:25.4763360Z NUM_TEST_SHARDS: 1 2025-09-07T06:19:25.4763490Z PR_BODY: 2025-09-07T06:19:25.4763610Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:19:25.4763850Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:19:25.4764090Z ##[endgroup] 2025-09-07T06:19:25.4969740Z Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 2025-09-07T06:19:25.4970120Z /dev/disk5s2s1 275G 11G 216G 5% 412k 2.1G 0% / 2025-09-07T06:19:25.4970420Z devfs 221k 221k 0B 100% 748 0 100% /dev 2025-09-07T06:19:25.4970710Z /dev/disk5s5 275G 1074M 216G 1% 1 2.1G 0% /System/Volumes/VM 2025-09-07T06:19:25.4971050Z /dev/disk5s3 275G 6839M 216G 4% 1.2k 2.1G 0% /System/Volumes/Preboot 2025-09-07T06:19:25.4971410Z /dev/disk1s2 524M 6312k 418M 2% 1 4.1M 0% /System/Volumes/xarts 2025-09-07T06:19:25.4971740Z /dev/disk1s1 524M 50M 418M 11% 64 4.1M 0% /System/Volumes/iSCPreboot 2025-09-07T06:19:25.4972170Z /dev/disk1s3 524M 938k 418M 1% 53 4.1M 0% /System/Volumes/Hardware 2025-09-07T06:19:25.4972500Z /dev/disk5s1 275G 38G 216G 15% 1.9M 2.1G 0% /System/Volumes/Data 2025-09-07T06:19:25.4972800Z map auto_home 0B 0B 0B 100% 0 0 - /System/Volumes/Data/home 2025-09-07T06:19:25.4973120Z /dev/disk3s4 494G 2458k 475G 1% 18 4.6G 0% /private/tmp/tmp-mount-0AH9aO 2025-09-07T06:19:25.5012560Z Prepare all required actions 2025-09-07T06:19:25.5012920Z Getting action download info 2025-09-07T06:19:25.6374730Z ##[group]Run ./.github/actions/download-td-artifacts 2025-09-07T06:19:25.6375130Z with: 2025-09-07T06:19:25.6375340Z use-gha: true 2025-09-07T06:19:25.6375540Z env: 2025-09-07T06:19:25.6375760Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:19:25.6376040Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:19:25.6376390Z TEST_CONFIG: mps 2025-09-07T06:19:25.6376620Z SHARD_NUMBER: 1 2025-09-07T06:19:25.6376850Z NUM_TEST_SHARDS: 1 2025-09-07T06:19:25.6377090Z PR_BODY: 2025-09-07T06:19:25.6377330Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:19:25.6377740Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:19:25.6378170Z ##[endgroup] 2025-09-07T06:19:25.6416990Z ##[group]Run actions/download-artifact@v4 2025-09-07T06:19:25.6417300Z with: 2025-09-07T06:19:25.6417490Z name: td_results.json 2025-09-07T06:19:25.6417750Z merge-multiple: false 2025-09-07T06:19:25.6418020Z repository: pytorch/pytorch 2025-09-07T06:19:25.6418250Z run-id: 17524754564 2025-09-07T06:19:25.6418470Z env: 2025-09-07T06:19:25.6418650Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:19:25.6418940Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:19:25.6419290Z TEST_CONFIG: mps 2025-09-07T06:19:25.6419680Z SHARD_NUMBER: 1 2025-09-07T06:19:25.6419910Z NUM_TEST_SHARDS: 1 2025-09-07T06:19:25.6420140Z PR_BODY: 2025-09-07T06:19:25.6420390Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:19:25.6420780Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:19:25.6421180Z ##[endgroup] 2025-09-07T06:19:25.7688060Z Downloading single artifact 2025-09-07T06:19:25.8406610Z Preparing to download the following artifacts: 2025-09-07T06:19:25.8407120Z - td_results.json (ID: 3946326711, Size: 19220, Expected Digest: sha256:4e50bd2991661035d54df10b0e14dca1ccff030566b5a2ef39646fe4ad849fc4) 2025-09-07T06:19:25.9100420Z Redirecting to blob download url: https://productionresultssa8.blob.core.windows.net/actions-results/f409845e-2ea6-41ce-a516-e066432415ca/workflow-job-run-0964f1a9-7ceb-547d-8790-c99bb392f0cc/artifacts/adc6e1455d65305bef307fe59db64c62b28fcb8f1e044d47ac9f5a2f27485441.zip 2025-09-07T06:19:25.9102180Z Starting download of artifact to: /Users/ec2-user/runner/_work/pytorch/pytorch 2025-09-07T06:19:25.9564780Z (node:57964) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. 2025-09-07T06:19:25.9566100Z (Use `node --trace-deprecation ...` to show where the warning was created) 2025-09-07T06:19:25.9617640Z SHA256 digest of downloaded artifact is 4e50bd2991661035d54df10b0e14dca1ccff030566b5a2ef39646fe4ad849fc4 2025-09-07T06:19:25.9618350Z Artifact download completed successfully. 2025-09-07T06:19:25.9618780Z Total of 1 artifact(s) downloaded 2025-09-07T06:19:25.9623970Z Download artifact has finished successfully 2025-09-07T06:19:25.9694160Z ##[group]Run mkdir -p .additional_ci_files 2025-09-07T06:19:25.9694580Z mkdir -p .additional_ci_files 2025-09-07T06:19:25.9695090Z mv td_results.json .additional_ci_files/td_results.json || true 2025-09-07T06:19:25.9714430Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:19:25.9714780Z env: 2025-09-07T06:19:25.9715000Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:19:25.9715270Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:19:25.9715570Z TEST_CONFIG: mps 2025-09-07T06:19:25.9715800Z SHARD_NUMBER: 1 2025-09-07T06:19:25.9716020Z NUM_TEST_SHARDS: 1 2025-09-07T06:19:25.9716250Z PR_BODY: 2025-09-07T06:19:25.9716450Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:19:25.9716840Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:19:25.9717220Z ##[endgroup] 2025-09-07T06:19:26.0092280Z ##[group]Run .github/scripts/parse_ref.py 2025-09-07T06:19:26.0092600Z .github/scripts/parse_ref.py 2025-09-07T06:19:26.0104240Z shell: /bin/bash -e -l {0} 2025-09-07T06:19:26.0104410Z env: 2025-09-07T06:19:26.0104560Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:19:26.0104750Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:19:26.0104940Z TEST_CONFIG: mps 2025-09-07T06:19:26.0105100Z SHARD_NUMBER: 1 2025-09-07T06:19:26.0105240Z NUM_TEST_SHARDS: 1 2025-09-07T06:19:26.0105420Z PR_BODY: 2025-09-07T06:19:26.0105560Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:19:26.0105820Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:19:26.0106060Z ##[endgroup] 2025-09-07T06:19:26.0815030Z Setting output branch=main 2025-09-07T06:19:26.0894490Z Prepare all required actions 2025-09-07T06:19:26.0894700Z Getting action download info 2025-09-07T06:19:26.1975030Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-09-07T06:19:26.3929880Z ##[group]Run ./.github/actions/filter-test-configs 2025-09-07T06:19:26.3930130Z with: 2025-09-07T06:19:26.3930400Z github-token: *** 2025-09-07T06:19:26.3931230Z test-matrix: {"include": [{"config": "default", "shard": 1, "num_shards": 3, "runner": "macos-m1-stable"}, {"config": "default", "shard": 2, "num_shards": 3, "runner": "macos-m1-stable"}, {"config": "default", "shard": 3, "num_shards": 3, "runner": "macos-m1-stable"}, {"config": "mps", "shard": 1, "num_shards": 1, "runner": "macos-m1-14"}, {"config": "mps", "shard": 1, "num_shards": 1, "runner": "macos-m2-15"}]} 2025-09-07T06:19:26.3932230Z job-name: macos-py3-arm64 / test (mps, 1, 1, macos-m2-15) 2025-09-07T06:19:26.3932470Z env: 2025-09-07T06:19:26.3932640Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:19:26.3932850Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:19:26.3933040Z TEST_CONFIG: mps 2025-09-07T06:19:26.3933190Z SHARD_NUMBER: 1 2025-09-07T06:19:26.3933340Z NUM_TEST_SHARDS: 1 2025-09-07T06:19:26.3933510Z PR_BODY: 2025-09-07T06:19:26.3933690Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:19:26.3933930Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:19:26.3934200Z ##[endgroup] 2025-09-07T06:19:26.3992500Z ##[group]Run nick-fields/retry@v3.0.0 2025-09-07T06:19:26.3992690Z with: 2025-09-07T06:19:26.3992800Z shell: bash 2025-09-07T06:19:26.3992910Z timeout_minutes: 10 2025-09-07T06:19:26.3993040Z max_attempts: 5 2025-09-07T06:19:26.3993240Z retry_wait_seconds: 30 2025-09-07T06:19:26.3993690Z 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-09-07T06:19:26.3994160Z polling_interval_seconds: 1 2025-09-07T06:19:26.3994310Z warning_on_retry: true 2025-09-07T06:19:26.3994450Z continue_on_error: false 2025-09-07T06:19:26.3994590Z env: 2025-09-07T06:19:26.3994700Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:19:26.3994860Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:19:26.3995020Z TEST_CONFIG: mps 2025-09-07T06:19:26.3995140Z SHARD_NUMBER: 1 2025-09-07T06:19:26.3995260Z NUM_TEST_SHARDS: 1 2025-09-07T06:19:26.3995380Z PR_BODY: 2025-09-07T06:19:26.3995490Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:19:26.3995700Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:19:26.3996010Z GITHUB_TOKEN: *** 2025-09-07T06:19:26.3996130Z ##[endgroup] 2025-09-07T06:19:26.4708370Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.2 2025-09-07T06:19:26.6518530Z Collecting requests==2.27.1 2025-09-07T06:19:26.6536210Z Using cached requests-2.27.1-py2.py3-none-any.whl.metadata (5.0 kB) 2025-09-07T06:19:26.6578060Z Requirement already satisfied: pyyaml==6.0.2 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (6.0.2) 2025-09-07T06:19:26.6695030Z Collecting urllib3<1.27,>=1.21.1 (from requests==2.27.1) 2025-09-07T06:19:26.6711690Z Using cached urllib3-1.26.20-py2.py3-none-any.whl.metadata (50 kB) 2025-09-07T06:19:26.6785270Z Requirement already satisfied: certifi>=2017.4.17 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from requests==2.27.1) (2025.8.3) 2025-09-07T06:19:26.7118130Z Collecting charset-normalizer~=2.0.0 (from requests==2.27.1) 2025-09-07T06:19:26.7130010Z Using cached charset_normalizer-2.0.12-py3-none-any.whl.metadata (11 kB) 2025-09-07T06:19:26.7170140Z Requirement already satisfied: idna<4,>=2.5 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from requests==2.27.1) (3.10) 2025-09-07T06:19:26.7202920Z Using cached requests-2.27.1-py2.py3-none-any.whl (63 kB) 2025-09-07T06:19:26.7224460Z Using cached charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2025-09-07T06:19:26.7241160Z Using cached urllib3-1.26.20-py2.py3-none-any.whl (144 kB) 2025-09-07T06:19:26.7993240Z Installing collected packages: urllib3, charset-normalizer, requests 2025-09-07T06:19:26.7995960Z Attempting uninstall: urllib3 2025-09-07T06:19:26.8007440Z Found existing installation: urllib3 2.5.0 2025-09-07T06:19:26.8030680Z Uninstalling urllib3-2.5.0: 2025-09-07T06:19:26.8039340Z Successfully uninstalled urllib3-2.5.0 2025-09-07T06:19:26.8459670Z Attempting uninstall: charset-normalizer 2025-09-07T06:19:26.8480320Z Found existing installation: charset-normalizer 3.4.3 2025-09-07T06:19:26.8497880Z Uninstalling charset-normalizer-3.4.3: 2025-09-07T06:19:26.8506550Z Successfully uninstalled charset-normalizer-3.4.3 2025-09-07T06:19:26.8676610Z Attempting uninstall: requests 2025-09-07T06:19:26.8689930Z Found existing installation: requests 2.32.5 2025-09-07T06:19:26.8704340Z Uninstalling requests-2.32.5: 2025-09-07T06:19:26.8709720Z Successfully uninstalled requests-2.32.5 2025-09-07T06:19:26.8923150Z 2025-09-07T06:19:26.8957750Z Successfully installed charset-normalizer-2.0.12 requests-2.27.1 urllib3-1.26.20 2025-09-07T06:19:26.8978010Z 2025-09-07T06:19:26.8978200Z [notice] A new release of pip is available: 25.1.1 -> 25.2 2025-09-07T06:19:26.8978460Z [notice] To update, run: pip install --upgrade pip 2025-09-07T06:19:27.4732780Z Command completed after 1 attempt(s). 2025-09-07T06:19:27.4887550Z ##[group]Run set -x 2025-09-07T06:19:27.4888360Z set -x 2025-09-07T06:19:27.4888950Z  2025-09-07T06:19:27.4889960Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-09-07T06:19:27.4891670Z # in runner workspace 2025-09-07T06:19:27.4892700Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2025-09-07T06:19:27.4940200Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:19:27.4940960Z env: 2025-09-07T06:19:27.4941480Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:19:27.4942040Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:19:27.4942660Z TEST_CONFIG: mps 2025-09-07T06:19:27.4943140Z SHARD_NUMBER: 1 2025-09-07T06:19:27.4943570Z NUM_TEST_SHARDS: 1 2025-09-07T06:19:27.4944070Z PR_BODY: 2025-09-07T06:19:27.4944550Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:19:27.4945320Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:19:27.4946120Z ##[endgroup] 2025-09-07T06:19:27.5444770Z + python3 /Users/ec2-user/runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2025-09-07T06:19:27.5626030Z Setting output branch=main 2025-09-07T06:19:27.5680080Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2025-09-07T06:19:27.5680370Z echo "Workflow: ${GITHUB_WORKFLOW}" 2025-09-07T06:19:27.5680560Z echo "Job name: ${JOB_NAME}" 2025-09-07T06:19:27.5680730Z  2025-09-07T06:19:27.5680980Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-09-07T06:19:27.5681250Z # in runner workspace 2025-09-07T06:19:27.5681500Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2025-09-07T06:19:27.5681780Z  --workflow "${GITHUB_WORKFLOW}" \ 2025-09-07T06:19:27.5682010Z  --job-name "${JOB_NAME}" \ 2025-09-07T06:19:27.5682870Z  --test-matrix "{"include": [{"config": "default", "shard": 1, "num_shards": 3, "runner": "macos-m1-stable"}, {"config": "default", "shard": 2, "num_shards": 3, "runner": "macos-m1-stable"}, {"config": "default", "shard": 3, "num_shards": 3, "runner": "macos-m1-stable"}, {"config": "mps", "shard": 1, "num_shards": 1, "runner": "macos-m1-14"}, {"config": "mps", "shard": 1, "num_shards": 1, "runner": "macos-m2-15"}]}" \ 2025-09-07T06:19:27.5683690Z  --selected-test-configs "" \ 2025-09-07T06:19:27.5683890Z  --pr-number "${PR_NUMBER}" \ 2025-09-07T06:19:27.5684280Z  --tag "${TAG}" \ 2025-09-07T06:19:27.5684450Z  --event-name "${EVENT_NAME}" \ 2025-09-07T06:19:27.5684640Z  --schedule "${SCHEDULE}" \ 2025-09-07T06:19:27.5684850Z  --branch "${HEAD_BRANCH}" 2025-09-07T06:19:27.5696350Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:19:27.5696600Z env: 2025-09-07T06:19:27.5696720Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:19:27.5696890Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:19:27.5697070Z TEST_CONFIG: mps 2025-09-07T06:19:27.5697200Z SHARD_NUMBER: 1 2025-09-07T06:19:27.5697330Z NUM_TEST_SHARDS: 1 2025-09-07T06:19:27.5697470Z PR_BODY: 2025-09-07T06:19:27.5697610Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:19:27.5697840Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:19:27.5698360Z GITHUB_TOKEN: *** 2025-09-07T06:19:27.5698540Z JOB_NAME: macos-py3-arm64 / test (mps, 1, 1, macos-m2-15) 2025-09-07T06:19:27.5698740Z PR_NUMBER: 2025-09-07T06:19:27.5698850Z TAG: 2025-09-07T06:19:27.5698970Z EVENT_NAME: push 2025-09-07T06:19:27.5699110Z SCHEDULE: 2025-09-07T06:19:27.5699220Z HEAD_BRANCH: main 2025-09-07T06:19:27.5699350Z ##[endgroup] 2025-09-07T06:19:27.5895410Z Workflow: trunk 2025-09-07T06:19:27.5895650Z Job name: macos-py3-arm64 / test (mps, 1, 1, macos-m2-15) 2025-09-07T06:19:27.9303470Z Setting output keep-going=True 2025-09-07T06:19:27.9303990Z Setting output ci-verbose-test-logs=False 2025-09-07T06:19:27.9304490Z Setting output ci-test-showlocals=False 2025-09-07T06:19:27.9304930Z Setting output ci-no-test-timeout=False 2025-09-07T06:19:27.9305410Z Setting output ci-no-td=False 2025-09-07T06:19:27.9305820Z Setting output ci-td-distributed=False 2025-09-07T06:19:27.9306630Z Setting output is-unstable=False 2025-09-07T06:19:27.9307040Z Setting output reenabled-issues= 2025-09-07T06:19:27.9308880Z Setting output test-matrix={"include": [{"config": "default", "shard": 1, "num_shards": 3, "runner": "macos-m1-stable"}, {"config": "default", "shard": 2, "num_shards": 3, "runner": "macos-m1-stable"}, {"config": "default", "shard": 3, "num_shards": 3, "runner": "macos-m1-stable"}, {"config": "mps", "shard": 1, "num_shards": 1, "runner": "macos-m1-14"}, {"config": "mps", "shard": 1, "num_shards": 1, "runner": "macos-m2-15"}]} 2025-09-07T06:19:27.9310580Z Setting output is-test-matrix-empty=False 2025-09-07T06:19:27.9463530Z ##[group]Run echo "Filtered matrix:" 2025-09-07T06:19:27.9463920Z echo "Filtered matrix:" 2025-09-07T06:19:27.9465190Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 3, "runner": "macos-m1-stable"}, {"config": "default", "shard": 2, "num_shards": 3, "runner": "macos-m1-stable"}, {"config": "default", "shard": 3, "num_shards": 3, "runner": "macos-m1-stable"}, {"config": "mps", "shard": 1, "num_shards": 1, "runner": "macos-m1-14"}, {"config": "mps", "shard": 1, "num_shards": 1, "runner": "macos-m2-15"}]}" 2025-09-07T06:19:27.9466500Z  2025-09-07T06:19:27.9466680Z echo 2025-09-07T06:19:27.9466980Z echo "Is the current job unstable? False" 2025-09-07T06:19:27.9467310Z  2025-09-07T06:19:27.9467520Z echo 2025-09-07T06:19:27.9467760Z echo "Is keep-going label set? True" 2025-09-07T06:19:27.9468070Z  2025-09-07T06:19:27.9468290Z echo 2025-09-07T06:19:27.9468570Z echo "Reenabled issues? " 2025-09-07T06:19:27.9488940Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:19:27.9489240Z env: 2025-09-07T06:19:27.9489430Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:19:27.9489660Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:19:27.9489930Z TEST_CONFIG: mps 2025-09-07T06:19:27.9490120Z SHARD_NUMBER: 1 2025-09-07T06:19:27.9490320Z NUM_TEST_SHARDS: 1 2025-09-07T06:19:27.9506200Z PR_BODY: 2025-09-07T06:19:27.9506400Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:19:27.9506750Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:19:27.9507090Z ##[endgroup] 2025-09-07T06:19:27.9784810Z Filtered matrix: 2025-09-07T06:19:27.9785730Z {include: [{config: default, shard: 1, num_shards: 3, runner: macos-m1-stable}, {config: default, shard: 2, num_shards: 3, runner: macos-m1-stable}, {config: default, shard: 3, num_shards: 3, runner: macos-m1-stable}, {config: mps, shard: 1, num_shards: 1, runner: macos-m1-14}, {config: mps, shard: 1, num_shards: 1, runner: macos-m2-15}]} 2025-09-07T06:19:27.9786470Z 2025-09-07T06:19:27.9786560Z Is the current job unstable? False 2025-09-07T06:19:27.9786670Z 2025-09-07T06:19:27.9786750Z Is keep-going label set? True 2025-09-07T06:19:27.9786880Z 2025-09-07T06:19:27.9786940Z Reenabled issues? 2025-09-07T06:19:27.9821670Z ##[group]Run echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}" 2025-09-07T06:19:27.9822100Z echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}" 2025-09-07T06:19:27.9833250Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:19:27.9833500Z env: 2025-09-07T06:19:27.9833630Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:19:27.9833810Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:19:27.9833990Z TEST_CONFIG: mps 2025-09-07T06:19:27.9834130Z SHARD_NUMBER: 1 2025-09-07T06:19:27.9834300Z NUM_TEST_SHARDS: 1 2025-09-07T06:19:27.9834430Z PR_BODY: 2025-09-07T06:19:27.9834580Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:19:27.9834820Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:19:27.9835070Z JOB_TIMEOUT: 270 2025-09-07T06:19:27.9835200Z ##[endgroup] 2025-09-07T06:19:28.0095320Z ##[group]Run # shellcheck disable=SC1090 2025-09-07T06:19:28.0095620Z # shellcheck disable=SC1090 2025-09-07T06:19:28.0095800Z set -ex 2025-09-07T06:19:28.0095920Z  2025-09-07T06:19:28.0096180Z # TODO: Remove me later, and properly activate venv 2025-09-07T06:19:28.0096400Z PATH="$VENV_PATH/bin:$PATH" 2025-09-07T06:19:28.0096560Z export PATH 2025-09-07T06:19:28.0096700Z  2025-09-07T06:19:28.0096860Z # Print out some information about the test environment 2025-09-07T06:19:28.0097090Z for tool in python3 python; do 2025-09-07T06:19:28.0097260Z  which $tool 2025-09-07T06:19:28.0097420Z  $tool --version 2025-09-07T06:19:28.0097560Z done 2025-09-07T06:19:28.0097670Z  2025-09-07T06:19:28.0097850Z python3 -mpip install --no-index --no-deps dist/*.whl 2025-09-07T06:19:28.0098050Z  2025-09-07T06:19:28.0098200Z set +e 2025-09-07T06:19:28.0098330Z pushd "${RUNNER_TEMP}" 2025-09-07T06:19:28.0098650Z # Install pip dependencies if they are not found. This is to mitigate a peculiar 2025-09-07T06:19:28.0098970Z # flaky missing dependencies on MacOS 2025-09-07T06:19:28.0099170Z python3 -c "import torch" 2025-09-07T06:19:28.0099340Z RC=$? 2025-09-07T06:19:28.0099470Z popd 2025-09-07T06:19:28.0099590Z  2025-09-07T06:19:28.0099710Z if [ "${RC}" -ne 0 ]; then 2025-09-07T06:19:28.0099970Z  python3 -mpip install --ignore-installed -r "${PIP_REQUIREMENTS_FILE}" 2025-09-07T06:19:28.0100220Z fi 2025-09-07T06:19:28.0100350Z set -e 2025-09-07T06:19:28.0100460Z  2025-09-07T06:19:28.0100580Z .ci/pytorch/macos-test.sh 2025-09-07T06:19:28.0110510Z shell: /bin/bash -e -l {0} 2025-09-07T06:19:28.0110660Z env: 2025-09-07T06:19:28.0110790Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:19:28.0110940Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:19:28.0111110Z TEST_CONFIG: mps 2025-09-07T06:19:28.0111240Z SHARD_NUMBER: 1 2025-09-07T06:19:28.0111370Z NUM_TEST_SHARDS: 1 2025-09-07T06:19:28.0111510Z PR_BODY: 2025-09-07T06:19:28.0111640Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:19:28.0111870Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:19:28.0112100Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK: 0 2025-09-07T06:19:28.0112290Z PYTORCH_TEST_RERUN_DISABLED_TESTS: 0 2025-09-07T06:19:28.0112470Z CONTINUE_THROUGH_ERROR: True 2025-09-07T06:19:28.0112630Z VERBOSE_TEST_LOGS: False 2025-09-07T06:19:28.0112800Z TEST_SHOWLOCALS: False 2025-09-07T06:19:28.0112940Z NO_TEST_TIMEOUT: False 2025-09-07T06:19:28.0113080Z NO_TD: False 2025-09-07T06:19:28.0113290Z PIP_REQUIREMENTS_FILE: .github/requirements/pip-requirements-macOS.txt 2025-09-07T06:19:28.0113550Z GITHUB_REPOSITORY: pytorch/pytorch 2025-09-07T06:19:28.0113720Z GITHUB_WORKFLOW: trunk 2025-09-07T06:19:28.0113870Z GITHUB_JOB: test 2025-09-07T06:19:28.0114010Z GITHUB_RUN_ID: 17524754564 2025-09-07T06:19:28.0114150Z GITHUB_RUN_NUMBER: 143911 2025-09-07T06:19:28.0114310Z GITHUB_RUN_ATTEMPT: 1 2025-09-07T06:19:28.0114470Z JOB_ID: 49773898079 2025-09-07T06:19:28.0114730Z JOB_NAME: macos-py3-arm64 / test (mps, 1, 1, macos-m2-15) 2025-09-07T06:19:28.0114950Z REENABLED_ISSUES: 2025-09-07T06:19:28.0115270Z HUGGING_FACE_HUB_TOKEN: *** 2025-09-07T06:19:28.0115420Z ##[endgroup] 2025-09-07T06:19:28.0352820Z + PATH=/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/opt/homebrew/Caskroom/miniconda/base/condabin:/opt/homebrew/bin:/opt/homebrew/sbin 2025-09-07T06:19:28.0354330Z + export PATH 2025-09-07T06:19:28.0354470Z + for tool in python3 python 2025-09-07T06:19:28.0354620Z + which python3 2025-09-07T06:19:28.0375910Z /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python3 2025-09-07T06:19:28.0376640Z + python3 --version 2025-09-07T06:19:28.0435460Z Python 3.12.11 2025-09-07T06:19:28.0436650Z + for tool in python3 python 2025-09-07T06:19:28.0436830Z + which python 2025-09-07T06:19:28.0447900Z /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python 2025-09-07T06:19:28.0448610Z + python --version 2025-09-07T06:19:28.0500980Z Python 3.12.11 2025-09-07T06:19:28.0503020Z + python3 -mpip install --no-index --no-deps dist/torch-2.9.0a0+git93fb23d-cp312-cp312-macosx_11_0_arm64.whl 2025-09-07T06:19:28.2044310Z Processing ./dist/torch-2.9.0a0+git93fb23d-cp312-cp312-macosx_11_0_arm64.whl 2025-09-07T06:19:28.2745110Z Installing collected packages: torch 2025-09-07T06:19:34.7744290Z Successfully installed torch-2.9.0a0+git93fb23d 2025-09-07T06:19:34.7959440Z + set +e 2025-09-07T06:19:34.7959610Z + pushd /Users/ec2-user/runner/_work/_temp 2025-09-07T06:19:34.7959840Z ~/runner/_work/_temp ~/runner/_work/pytorch/pytorch 2025-09-07T06:19:34.7960120Z + python3 -c 'import torch' 2025-09-07T06:19:40.2893570Z + RC=0 2025-09-07T06:19:40.2893770Z + popd 2025-09-07T06:19:40.2893920Z ~/runner/_work/pytorch/pytorch 2025-09-07T06:19:40.2894130Z + '[' 0 -ne 0 ']' 2025-09-07T06:19:40.2894280Z + set -e 2025-09-07T06:19:40.2894420Z + .ci/pytorch/macos-test.sh 2025-09-07T06:19:40.2916030Z ++ dirname .ci/pytorch/macos-test.sh 2025-09-07T06:19:40.2937300Z + source .ci/pytorch/macos-common.sh 2025-09-07T06:19:40.2949080Z +++ dirname .ci/pytorch/macos-common.sh 2025-09-07T06:19:40.2962760Z ++ source .ci/pytorch/common.sh 2025-09-07T06:19:40.2970600Z ++++ dirname .ci/pytorch/common.sh 2025-09-07T06:19:40.2983580Z +++ source .ci/pytorch/common_utils.sh 2025-09-07T06:19:40.2990230Z ++++ declare -f -t trap_add 2025-09-07T06:19:40.2993620Z +++ set -ex -o pipefail 2025-09-07T06:19:40.2993820Z +++ [[ macos-py3-arm64 == *rocm* ]] 2025-09-07T06:19:40.2994010Z +++ BUILD_TEST_LIBTORCH=0 2025-09-07T06:19:40.2996410Z ++ sysctl -a 2025-09-07T06:19:40.2997330Z ++ grep machdep.cpu 2025-09-07T06:19:40.3122750Z machdep.cpu.cores_per_package: 12 2025-09-07T06:19:40.3122980Z machdep.cpu.core_count: 12 2025-09-07T06:19:40.3123160Z machdep.cpu.logical_per_package: 12 2025-09-07T06:19:40.3123350Z machdep.cpu.thread_count: 12 2025-09-07T06:19:40.3123550Z machdep.cpu.brand_string: Apple M2 Pro 2025-09-07T06:19:40.3123990Z ++ export MACOSX_DEPLOYMENT_TARGET=11.1 2025-09-07T06:19:40.3124200Z ++ MACOSX_DEPLOYMENT_TARGET=11.1 2025-09-07T06:19:40.3124400Z ++ export CXX=clang++ 2025-09-07T06:19:40.3124570Z ++ CXX=clang++ 2025-09-07T06:19:40.3124700Z ++ export CC=clang 2025-09-07T06:19:40.3124830Z ++ CC=clang 2025-09-07T06:19:40.3124950Z + pushd test 2025-09-07T06:19:40.3125180Z ~/runner/_work/pytorch/pytorch/test ~/runner/_work/pytorch/pytorch 2025-09-07T06:19:40.3127880Z ++ python -c 'import torch; print(int(torch.backends.openmp.is_available()))' 2025-09-07T06:19:41.0060830Z + [[ ! 1 == \1 ]] 2025-09-07T06:19:41.0061050Z + popd 2025-09-07T06:19:41.0061560Z ~/runner/_work/pytorch/pytorch 2025-09-07T06:19:41.1653440Z + python -mpip install -r requirements.txt 2025-09-07T06:19:41.1654140Z Requirement already satisfied: setuptools<80.0,>=70.1.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r /Users/ec2-user/runner/_work/pytorch/pytorch/requirements-build.txt (line 2)) (72.1.0) 2025-09-07T06:19:41.1655880Z Requirement already satisfied: cmake>=3.27 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r /Users/ec2-user/runner/_work/pytorch/pytorch/requirements-build.txt (line 3)) (3.27.9) 2025-09-07T06:19:41.1657650Z Requirement already satisfied: ninja in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r /Users/ec2-user/runner/_work/pytorch/pytorch/requirements-build.txt (line 4)) (1.10.2.4) 2025-09-07T06:19:41.1658860Z Requirement already satisfied: numpy in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r /Users/ec2-user/runner/_work/pytorch/pytorch/requirements-build.txt (line 5)) (1.26.4) 2025-09-07T06:19:41.1660260Z Requirement already satisfied: packaging in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r /Users/ec2-user/runner/_work/pytorch/pytorch/requirements-build.txt (line 6)) (23.1) 2025-09-07T06:19:41.1661680Z Requirement already satisfied: pyyaml in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r /Users/ec2-user/runner/_work/pytorch/pytorch/requirements-build.txt (line 7)) (6.0.2) 2025-09-07T06:19:41.1662980Z Requirement already satisfied: requests in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r /Users/ec2-user/runner/_work/pytorch/pytorch/requirements-build.txt (line 8)) (2.27.1) 2025-09-07T06:19:41.1664320Z Requirement already satisfied: six in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r /Users/ec2-user/runner/_work/pytorch/pytorch/requirements-build.txt (line 9)) (1.17.0) 2025-09-07T06:19:41.1666090Z Requirement already satisfied: typing-extensions>=4.10.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r /Users/ec2-user/runner/_work/pytorch/pytorch/requirements-build.txt (line 10)) (4.12.2) 2025-09-07T06:19:41.1667610Z Requirement already satisfied: expecttest>=0.3.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r requirements.txt (line 8)) (0.3.0) 2025-09-07T06:19:41.1668940Z Requirement already satisfied: filelock in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r requirements.txt (line 9)) (3.18.0) 2025-09-07T06:19:41.1911860Z Collecting fsspec>=0.8.5 (from -r requirements.txt (line 10)) 2025-09-07T06:19:41.1926080Z Using cached fsspec-2025.9.0-py3-none-any.whl.metadata (10 kB) 2025-09-07T06:19:41.2064430Z Requirement already satisfied: hypothesis in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r requirements.txt (line 11)) (6.56.4) 2025-09-07T06:19:41.2153740Z Collecting jinja2 (from -r requirements.txt (line 12)) 2025-09-07T06:19:41.2167040Z Using cached jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) 2025-09-07T06:19:41.2326270Z Collecting lintrunner (from -r requirements.txt (line 13)) 2025-09-07T06:19:41.2340340Z Using cached lintrunner-0.12.7-py3-none-macosx_11_0_arm64.whl.metadata (7.2 kB) 2025-09-07T06:19:41.2374520Z Requirement already satisfied: networkx>=2.5.1 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r requirements.txt (line 14)) (2.8.7) 2025-09-07T06:19:41.2376410Z Requirement already satisfied: optree>=0.13.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r requirements.txt (line 15)) (0.13.0) 2025-09-07T06:19:41.2377850Z Requirement already satisfied: psutil in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r requirements.txt (line 16)) (5.9.8) 2025-09-07T06:19:41.2379660Z Requirement already satisfied: sympy>=1.13.3 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r requirements.txt (line 17)) (1.13.3) 2025-09-07T06:19:41.2453330Z Collecting typing-extensions>=4.10.0 (from -r /Users/ec2-user/runner/_work/pytorch/pytorch/requirements-build.txt (line 10)) 2025-09-07T06:19:41.2473080Z Using cached typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB) 2025-09-07T06:19:41.2507200Z Requirement already satisfied: wheel in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r requirements.txt (line 19)) (0.45.1) 2025-09-07T06:19:41.2585890Z Collecting build[uv] (from -r requirements.txt (line 7)) 2025-09-07T06:19:41.2607240Z Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB) 2025-09-07T06:19:41.2710850Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from requests->-r /Users/ec2-user/runner/_work/pytorch/pytorch/requirements-build.txt (line 8)) (1.26.20) 2025-09-07T06:19:41.2721040Z Requirement already satisfied: certifi>=2017.4.17 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from requests->-r /Users/ec2-user/runner/_work/pytorch/pytorch/requirements-build.txt (line 8)) (2025.8.3) 2025-09-07T06:19:41.2722200Z Requirement already satisfied: charset-normalizer~=2.0.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from requests->-r /Users/ec2-user/runner/_work/pytorch/pytorch/requirements-build.txt (line 8)) (2.0.12) 2025-09-07T06:19:41.2723330Z Requirement already satisfied: idna<4,>=2.5 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from requests->-r /Users/ec2-user/runner/_work/pytorch/pytorch/requirements-build.txt (line 8)) (3.10) 2025-09-07T06:19:41.2813070Z Collecting pyproject_hooks (from build[uv]->-r requirements.txt (line 7)) 2025-09-07T06:19:41.2832850Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB) 2025-09-07T06:19:41.3872890Z Collecting uv>=0.1.18 (from build[uv]->-r requirements.txt (line 7)) 2025-09-07T06:19:41.3890070Z Using cached uv-0.8.15-py3-none-macosx_11_0_arm64.whl.metadata (11 kB) 2025-09-07T06:19:41.3963680Z Requirement already satisfied: attrs>=19.2.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from hypothesis->-r requirements.txt (line 11)) (25.3.0) 2025-09-07T06:19:41.3966710Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from hypothesis->-r requirements.txt (line 11)) (2.4.0) 2025-09-07T06:19:41.3989540Z Requirement already satisfied: MarkupSafe>=2.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from jinja2->-r requirements.txt (line 12)) (3.0.2) 2025-09-07T06:19:41.4052960Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from sympy>=1.13.3->-r requirements.txt (line 17)) (1.3.0) 2025-09-07T06:19:41.4118590Z Using cached typing_extensions-4.15.0-py3-none-any.whl (44 kB) 2025-09-07T06:19:41.4143940Z Using cached build-1.3.0-py3-none-any.whl (23 kB) 2025-09-07T06:19:41.4165940Z Using cached fsspec-2025.9.0-py3-none-any.whl (199 kB) 2025-09-07T06:19:41.4195420Z Using cached jinja2-3.1.6-py3-none-any.whl (134 kB) 2025-09-07T06:19:41.4221030Z Using cached lintrunner-0.12.7-py3-none-macosx_11_0_arm64.whl (1.8 MB) 2025-09-07T06:19:41.4312590Z Using cached uv-0.8.15-py3-none-macosx_11_0_arm64.whl (17.9 MB) 2025-09-07T06:19:41.4705800Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB) 2025-09-07T06:19:41.5415350Z Installing collected packages: uv, typing-extensions, pyproject_hooks, lintrunner, jinja2, fsspec, build 2025-09-07T06:19:41.6653230Z Attempting uninstall: typing-extensions 2025-09-07T06:19:41.6677960Z Found existing installation: typing_extensions 4.12.2 2025-09-07T06:19:41.6688380Z Uninstalling typing_extensions-4.12.2: 2025-09-07T06:19:41.7985760Z Successfully uninstalled typing_extensions-4.12.2 2025-09-07T06:19:41.9773680Z 2025-09-07T06:19:41.9811520Z Successfully installed build-1.3.0 fsspec-2025.9.0 jinja2-3.1.6 lintrunner-0.12.7 pyproject_hooks-1.2.0 typing-extensions-4.15.0 uv-0.8.15 2025-09-07T06:19:41.9832990Z 2025-09-07T06:19:41.9833210Z [notice] A new release of pip is available: 25.1.1 -> 25.2 2025-09-07T06:19:41.9833470Z [notice] To update, run: pip install --upgrade pip 2025-09-07T06:19:42.0188010Z + export TORCH_SERIALIZATION_DEBUG=1 2025-09-07T06:19:42.0188660Z + TORCH_SERIALIZATION_DEBUG=1 2025-09-07T06:19:42.0188930Z + python -mpip install --no-input -r requirements.txt 2025-09-07T06:19:42.1785030Z Requirement already satisfied: setuptools<80.0,>=70.1.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r /Users/ec2-user/runner/_work/pytorch/pytorch/requirements-build.txt (line 2)) (72.1.0) 2025-09-07T06:19:42.1787140Z Requirement already satisfied: cmake>=3.27 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r /Users/ec2-user/runner/_work/pytorch/pytorch/requirements-build.txt (line 3)) (3.27.9) 2025-09-07T06:19:42.1788770Z Requirement already satisfied: ninja in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r /Users/ec2-user/runner/_work/pytorch/pytorch/requirements-build.txt (line 4)) (1.10.2.4) 2025-09-07T06:19:42.1790300Z Requirement already satisfied: numpy in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r /Users/ec2-user/runner/_work/pytorch/pytorch/requirements-build.txt (line 5)) (1.26.4) 2025-09-07T06:19:42.1791720Z Requirement already satisfied: packaging in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r /Users/ec2-user/runner/_work/pytorch/pytorch/requirements-build.txt (line 6)) (23.1) 2025-09-07T06:19:42.1793100Z Requirement already satisfied: pyyaml in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r /Users/ec2-user/runner/_work/pytorch/pytorch/requirements-build.txt (line 7)) (6.0.2) 2025-09-07T06:19:42.1794480Z Requirement already satisfied: requests in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r /Users/ec2-user/runner/_work/pytorch/pytorch/requirements-build.txt (line 8)) (2.27.1) 2025-09-07T06:19:42.1795840Z Requirement already satisfied: six in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r /Users/ec2-user/runner/_work/pytorch/pytorch/requirements-build.txt (line 9)) (1.17.0) 2025-09-07T06:19:42.1797610Z Requirement already satisfied: typing-extensions>=4.10.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r /Users/ec2-user/runner/_work/pytorch/pytorch/requirements-build.txt (line 10)) (4.15.0) 2025-09-07T06:19:42.1799130Z Requirement already satisfied: expecttest>=0.3.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r requirements.txt (line 8)) (0.3.0) 2025-09-07T06:19:42.1800450Z Requirement already satisfied: filelock in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r requirements.txt (line 9)) (3.18.0) 2025-09-07T06:19:42.1802160Z Requirement already satisfied: fsspec>=0.8.5 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r requirements.txt (line 10)) (2025.9.0) 2025-09-07T06:19:42.1803560Z Requirement already satisfied: hypothesis in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r requirements.txt (line 11)) (6.56.4) 2025-09-07T06:19:42.1804890Z Requirement already satisfied: jinja2 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r requirements.txt (line 12)) (3.1.6) 2025-09-07T06:19:42.1806210Z Requirement already satisfied: lintrunner in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r requirements.txt (line 13)) (0.12.7) 2025-09-07T06:19:42.1807870Z Requirement already satisfied: networkx>=2.5.1 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r requirements.txt (line 14)) (2.8.7) 2025-09-07T06:19:42.1809500Z Requirement already satisfied: optree>=0.13.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r requirements.txt (line 15)) (0.13.0) 2025-09-07T06:19:42.1811320Z Requirement already satisfied: psutil in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r requirements.txt (line 16)) (5.9.8) 2025-09-07T06:19:42.1812780Z Requirement already satisfied: sympy>=1.13.3 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r requirements.txt (line 17)) (1.13.3) 2025-09-07T06:19:42.1814510Z Requirement already satisfied: wheel in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r requirements.txt (line 19)) (0.45.1) 2025-09-07T06:19:42.1815900Z Requirement already satisfied: build[uv] in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from -r requirements.txt (line 7)) (1.3.0) 2025-09-07T06:19:42.1883970Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from requests->-r /Users/ec2-user/runner/_work/pytorch/pytorch/requirements-build.txt (line 8)) (1.26.20) 2025-09-07T06:19:42.1886660Z Requirement already satisfied: certifi>=2017.4.17 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from requests->-r /Users/ec2-user/runner/_work/pytorch/pytorch/requirements-build.txt (line 8)) (2025.8.3) 2025-09-07T06:19:42.1891960Z Requirement already satisfied: charset-normalizer~=2.0.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from requests->-r /Users/ec2-user/runner/_work/pytorch/pytorch/requirements-build.txt (line 8)) (2.0.12) 2025-09-07T06:19:42.1895970Z Requirement already satisfied: idna<4,>=2.5 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from requests->-r /Users/ec2-user/runner/_work/pytorch/pytorch/requirements-build.txt (line 8)) (3.10) 2025-09-07T06:19:42.1933090Z Requirement already satisfied: pyproject_hooks in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from build[uv]->-r requirements.txt (line 7)) (1.2.0) 2025-09-07T06:19:42.1937960Z Requirement already satisfied: uv>=0.1.18 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from build[uv]->-r requirements.txt (line 7)) (0.8.15) 2025-09-07T06:19:42.1996800Z Requirement already satisfied: attrs>=19.2.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from hypothesis->-r requirements.txt (line 11)) (25.3.0) 2025-09-07T06:19:42.1999760Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from hypothesis->-r requirements.txt (line 11)) (2.4.0) 2025-09-07T06:19:42.2023260Z Requirement already satisfied: MarkupSafe>=2.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from jinja2->-r requirements.txt (line 12)) (3.0.2) 2025-09-07T06:19:42.2073320Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from sympy>=1.13.3->-r requirements.txt (line 17)) (1.3.0) 2025-09-07T06:19:42.2778690Z 2025-09-07T06:19:42.2779020Z [notice] A new release of pip is available: 25.1.1 -> 25.2 2025-09-07T06:19:42.2779540Z [notice] To update, run: pip install --upgrade pip 2025-09-07T06:19:42.2994880Z + [[ mps == *\p\e\r\f\_\a\l\l* ]] 2025-09-07T06:19:42.2995110Z + [[ mps == *\p\e\r\f\_\t\o\r\c\h\b\e\n\c\h* ]] 2025-09-07T06:19:42.2995310Z + [[ mps == *\p\e\r\f\_\h\f* ]] 2025-09-07T06:19:42.2995500Z + [[ mps == *\p\e\r\f\_\t\i\m\m* ]] 2025-09-07T06:19:42.2995670Z + [[ mps == *\p\e\r\f\_\s\m\o\k\e\t\e\s\t* ]] 2025-09-07T06:19:42.2995910Z + [[ mps == *\a\o\t\_\i\n\d\u\c\t\o\r\_\p\e\r\f\_\s\m\o\k\e\t\e\s\t* ]] 2025-09-07T06:19:42.2996160Z + [[ mps == *\m\p\s* ]] 2025-09-07T06:19:42.2996300Z + test_python_mps 2025-09-07T06:19:42.2996480Z + setup_test_python 2025-09-07T06:19:42.2996640Z + export GLOO_SOCKET_IFNAME=lo0 2025-09-07T06:19:42.2997200Z + GLOO_SOCKET_IFNAME=lo0 2025-09-07T06:19:42.2999590Z ++ ninja --version 2025-09-07T06:19:42.6109730Z + echo 'Ninja version: 1.10.2.git.kitware.jobserver-1' 2025-09-07T06:19:42.6110540Z Ninja version: 1.10.2.git.kitware.jobserver-1 2025-09-07T06:19:42.6114860Z ++ which python 2025-09-07T06:19:42.6138610Z ++ python --version 2025-09-07T06:19:42.6272250Z + echo 'Python version: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python (Python 3.12.11)' 2025-09-07T06:19:42.6273580Z Python version: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python (Python 3.12.11) 2025-09-07T06:19:42.6274460Z + ulimit -n 16384 2025-09-07T06:19:42.6278190Z + python test/run_test.py --verbose --mps 2025-09-07T06:19:48.8903230Z Found test times from artifacts 2025-09-07T06:19:48.9215770Z Found test times from artifacts 2025-09-07T06:19:48.9225980Z Running all tests 2025-09-07T06:19:48.9229780Z Running parallel tests on 3 processes 2025-09-07T06:19:48.9230820Z Name: tests to run (est. time: 67.27min) 2025-09-07T06:19:48.9231030Z Serial tests (3): 2025-09-07T06:19:48.9231170Z test_nn 1/1 2025-09-07T06:19:48.9231300Z nn/test_pooling 1/1 2025-09-07T06:19:48.9231460Z nn/test_convolution 1/1 2025-09-07T06:19:48.9231630Z Parallel tests (25): 2025-09-07T06:19:48.9231760Z inductor/test_aot_inductor 1/4 2025-09-07T06:19:48.9231920Z inductor/test_aot_inductor 2/4 2025-09-07T06:19:48.9232090Z inductor/test_aot_inductor 3/4 2025-09-07T06:19:48.9232250Z inductor/test_aot_inductor 4/4 2025-09-07T06:19:48.9232420Z inductor/test_torchinductor 1/4 2025-09-07T06:19:48.9232580Z inductor/test_torchinductor 2/4 2025-09-07T06:19:48.9232760Z inductor/test_torchinductor 3/4 2025-09-07T06:19:48.9232980Z inductor/test_torchinductor 4/4 2025-09-07T06:19:48.9233170Z inductor/test_torchinductor_dynamic_shapes 1/7 2025-09-07T06:19:48.9233380Z inductor/test_torchinductor_dynamic_shapes 2/7 2025-09-07T06:19:48.9233610Z inductor/test_torchinductor_dynamic_shapes 3/7 2025-09-07T06:19:48.9233840Z inductor/test_torchinductor_dynamic_shapes 4/7 2025-09-07T06:19:48.9234080Z inductor/test_torchinductor_dynamic_shapes 5/7 2025-09-07T06:19:48.9234310Z inductor/test_torchinductor_dynamic_shapes 6/7 2025-09-07T06:19:48.9234540Z inductor/test_torchinductor_dynamic_shapes 7/7 2025-09-07T06:19:48.9234730Z test_mps 1/4 2025-09-07T06:19:48.9234870Z test_mps 2/4 2025-09-07T06:19:48.9234990Z test_mps 3/4 2025-09-07T06:19:48.9235130Z test_mps 4/4 2025-09-07T06:19:48.9235270Z test_modules 1/2 2025-09-07T06:19:48.9235400Z test_modules 2/2 2025-09-07T06:19:48.9235540Z inductor/test_mps_basic 1/1 2025-09-07T06:19:48.9235750Z nn/test_dropout 1/1 2025-09-07T06:19:48.9235890Z test_view_ops 1/1 2025-09-07T06:19:48.9236030Z test_metal 1/1 2025-09-07T06:19:48.9236190Z Name: excluded (est. time: 0.0min) 2025-09-07T06:19:48.9236360Z Serial tests (0): 2025-09-07T06:19:48.9236500Z Parallel tests (0): 2025-09-07T06:19:48.9236690Z Running test_nn 1/1 ... [2025-09-07 06:19:48.923362] 2025-09-07T06:19:48.9236900Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:19:48.9237570Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'test_nn.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:19:48.923548] 2025-09-07T06:19:48.9238700Z Downloading https://ossci-metrics.s3.amazonaws.com/disabled-tests-condensed.json to /Users/ec2-user/runner/_work/pytorch/pytorch/test/.pytorch-disabled-tests.json 2025-09-07T06:19:48.9239200Z Ignoring disabled issues: [''] 2025-09-07T06:21:34.3951230Z 2025-09-07T06:21:34.3951660Z test_nn 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_nn_1.1_b670ebd1ff1c918d_.log 2025-09-07T06:21:34.5077290Z Running 3436 items in this shard: test/test_nn.py::TestNN::test_AdaptiveLogSoftmax, test/test_nn.py::TestNN::test_AdaptiveLogSoftmax_cuda, test/test_nn.py::TestNN::test_BCELoss_no_batch_dim_mean, test/test_nn.py::TestNN::test_BCELoss_no_batch_dim_mean_cuda_double, test/test_nn.py::TestNN::test_BCELoss_no_batch_dim_mean_cuda_float, test/test_nn.py::TestNN::test_BCELoss_no_batch_dim_mean_cuda_half, test/test_nn.py::TestNN::test_BCELoss_no_batch_dim_none, test/test_nn.py::TestNN::test_BCELoss_no_batch_dim_none_cuda_double, test/test_nn.py::TestNN::test_BCELoss_no_batch_dim_none_cuda_float, test/test_nn.py::TestNN::test_BCELoss_no_batch_dim_none_cuda_half, test/test_nn.py::TestNN::test_BCELoss_no_batch_dim_sum, test/test_nn.py::TestNN::test_BCELoss_no_batch_dim_sum_cuda_double, test/test_nn.py::TestNN::test_BCELoss_no_batch_dim_sum_cuda_float, test/test_nn.py::TestNN::test_BCELoss_no_batch_dim_sum_cuda_half, test/test_nn.py::TestNN::test_BCELoss_no_reduce, test/test_nn.py::TestNN::test_BCELoss_no_reduce_cuda, test/test_nn.py::TestNN::test_BCELoss_no_reduce_scalar, test/test_nn.py::TestNN::test_BCELoss_no_reduce_scalar_cuda, test/test_nn.py::TestNN::test_BCELoss_weights_no_reduce, test/test_nn.py::TestNN::test_BCELoss_weights_no_reduce_cuda, test/test_nn.py::TestNN::test_BCELoss_weights_no_reduce_scalar, test/test_nn.py::TestNN::test_BCELoss_weights_no_reduce_scalar_cuda, test/test_nn.py::TestNN::test_BCEWithLogitsLoss_legacy_enum, test/test_nn.py::TestNN::test_BCEWithLogitsLoss_legacy_enum_cuda, test/test_nn.py::TestNN::test_BCEWithLogitsLoss_no_batch_dim_mean, test/test_nn.py::TestNN::test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_double, test/test_nn.py::TestNN::test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_float, test/test_nn.py::TestNN::test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_half, test/test_nn.py::TestNN::test_BCEWithLogitsLoss_no_batch_dim_none, test/test_nn.py::TestNN::test_BCEWithLogitsLoss_no_batch_dim_none_cuda_double, test/test_nn.py::TestNN::test_BCEWithLogitsLoss_no_batch_dim_none_cuda_float, test/test_nn.py::TestNN::test_BCEWithLogitsLoss_no_batch_dim_none_cuda_half, test/test_nn.py::TestNN::test_BCEWithLogitsLoss_no_batch_dim_sum, test/test_nn.py::TestNN::test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_double, test/test_nn.py::TestNN::test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_float, test/test_nn.py::TestNN::test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_half, test/test_nn.py::TestNN::test_BCEWithLogitsLoss_no_reduce, test/test_nn.py::TestNN::test_BCEWithLogitsLoss_no_reduce_cuda, test/test_nn.py::TestNN::test_BCEWithLogitsLoss_no_reduce_scalar, test/test_nn.py::TestNN::test_BCEWithLogitsLoss_no_reduce_scalar_cuda, test/test_nn.py::TestNN::test_CELU_no_batch_dim, test/test_nn.py::TestNN::test_CELU_no_batch_dim_cuda, test/test_nn.py::TestNN::test_CTCLoss_critical_target_len, test/test_nn.py::TestNN::test_CTCLoss_lengthchecks_cpu, test/test_nn.py::TestNN::test_CTCLoss_lengthchecks_cuda, test/test_nn.py::TestNN::test_CTCLoss_long_targets, test/test_nn.py::TestNN::test_CTCLoss_typechecks, test/test_nn.py::TestNN::test_CTCLoss_zero_infinity, test/test_nn.py::TestNN::test_CTCLoss_zero_lengths, test/test_nn.py::TestNN::test_Conv1d, test/test_nn.py::TestNN::test_Conv1d_circular_stride2_pad2, test/test_nn.py::TestNN::test_Conv1d_circular_stride2_pad2_cuda, test/test_nn.py::TestNN::test_Conv1d_cuda, test/test_nn.py::TestNN::test_Conv1d_dilated, test/test_nn.py::TestNN::test_Conv1d_dilated_cuda, test/test_nn.py::TestNN::test_Conv1d_groups, test/test_nn.py::TestNN::test_Conv1d_groups_cuda, test/test_nn.py::TestNN::test_Conv1d_pad1, test/test_nn.py::TestNN::test_Conv1d_pad1_cuda, test/test_nn.py::TestNN::test_Conv1d_pad1size1, test/test_nn.py::TestNN::test_Conv1d_pad1size1_cuda, test/test_nn.py::TestNN::test_Conv1d_pad2, test/test_nn.py::TestNN::test_Conv1d_pad2_cuda, test/test_nn.py::TestNN::test_Conv1d_pad2size1, test/test_nn.py::TestNN::test_Conv1d_pad2size1_cuda, test/test_nn.py::TestNN::test_Conv1d_pad_same, test/test_nn.py::TestNN::test_Conv1d_pad_same2, test/test_nn.py::TestNN::test_Conv1d_pad_same2_cuda, test/test_nn.py::TestNN::test_Conv1d_pad_same_cuda, test/test_nn.py::TestNN::test_Conv1d_pad_same_dilated, test/test_nn.py::TestNN::test_Conv1d_pad_same_dilated_cuda, test/test_nn.py::TestNN::test_Conv1d_pad_valid, test/test_nn.py::TestNN::test_Conv1d_pad_valid_cuda, test/test_nn.py::TestNN::test_Conv1d_reflect_stride2_pad2, test/test_nn.py::TestNN::test_Conv1d_reflect_stride2_pad2_cuda, test/test_nn.py::TestNN::test_Conv1d_replicate_stride2_pad2, test/test_nn.py::TestNN::test_Conv1d_replicate_stride2_pad2_cuda, test/test_nn.py::TestNN::test_Conv1d_stride, test/test_nn.py::TestNN::test_Conv1d_stride_cuda, test/test_nn.py::TestNN::test_Conv1d_zero_batch, test/test_nn.py::TestNN::test_Conv1d_zero_batch_cuda, test/test_nn.py::TestNN::test_Conv1d_zeros_stride2_pad2, test/test_nn.py::TestNN::test_Conv1d_zeros_stride2_pad2_cuda, test/test_nn.py::TestNN::test_Conv2d, test/test_nn.py::TestNN::test_Conv2d_circular_stride2_pad2, test/test_nn.py::TestNN::test_Conv2d_circular_stride2_pad2_cuda, test/test_nn.py::TestNN::test_Conv2d_cuda, test/test_nn.py::TestNN::test_Conv2d_depthwise, test/test_nn.py::TestNN::test_Conv2d_depthwise_cuda, test/test_nn.py::TestNN::test_Conv2d_depthwise_dilated, test/test_nn.py::TestNN::test_Conv2d_depthwise_dilated_cuda, test/test_nn.py::TestNN::test_Conv2d_depthwise_padded, test/test_nn.py::TestNN::test_Conv2d_depthwise_padded_cuda, test/test_nn.py::TestNN::test_Conv2d_depthwise_strided, test/test_nn.py::TestNN::test_Conv2d_depthwise_strided_cuda, test/test_nn.py::TestNN::test_Conv2d_depthwise_with_multiplier, test/test_nn.py::TestNN::test_Conv2d_depthwise_with_multiplier_cuda, test/test_nn.py::TestNN::test_Conv2d_dilated, test/test_nn.py::TestNN::test_Conv2d_dilated_cuda, test/test_nn.py::TestNN::test_Conv2d_dilated_with_long_tensor, test/test_nn.py::TestNN::test_Conv2d_dilated_with_long_tensor_cuda, test/test_nn.py::TestNN::test_Conv2d_groups, test/test_nn.py::TestNN::test_Conv2d_groups_cuda, test/test_nn.py::TestNN::test_Conv2d_groups_thnn, test/test_nn.py::TestNN::test_Conv2d_groups_thnn_cuda, test/test_nn.py::TestNN::test_Conv2d_groups_thnn_with_long_tensor, test/test_nn.py::TestNN::test_Conv2d_groups_thnn_with_long_tensor_cuda, test/test_nn.py::TestNN::test_Conv2d_groups_with_long_tensor, test/test_nn.py::TestNN::test_Conv2d_groups_with_long_tensor_cuda, test/test_nn.py::TestNN::test_Conv2d_no_bias, test/test_nn.py::TestNN::test_Conv2d_no_bias_cuda, test/test_nn.py::TestNN::test_Conv2d_no_bias_with_long_tensor, test/test_nn.py::TestNN::test_Conv2d_no_bias_with_long_tensor_cuda, test/test_nn.py::TestNN::test_Conv2d_pad_same, test/test_nn.py::TestNN::test_Conv2d_pad_same_cuda, test/test_nn.py::TestNN::test_Conv2d_pad_same_dilated, test/test_nn.py::TestNN::test_Conv2d_pad_same_dilated_cuda, test/test_nn.py::TestNN::test_Conv2d_pad_valid, test/test_nn.py::TestNN::test_Conv2d_pad_valid_cuda, test/test_nn.py::TestNN::test_Conv2d_padding, test/test_nn.py::TestNN::test_Conv2d_padding_cuda, test/test_nn.py::TestNN::test_Conv2d_padding_with_long_tensor, test/test_nn.py::TestNN::test_Conv2d_padding_with_long_tensor_cuda, test/test_nn.py::TestNN::test_Conv2d_reflect_stride2_pad2, test/test_nn.py::TestNN::test_Conv2d_reflect_stride2_pad2_cuda, test/test_nn.py::TestNN::test_Conv2d_replicate_stride2_pad2, test/test_nn.py::TestNN::test_Conv2d_replicate_stride2_pad2_cuda, test/test_nn.py::TestNN::test_Conv2d_strided, test/test_nn.py::TestNN::test_Conv2d_strided_cuda, test/test_nn.py::TestNN::test_Conv2d_strided_with_long_tensor, test/test_nn.py::TestNN::test_Conv2d_strided_with_long_tensor_cuda, test/test_nn.py::TestNN::test_Conv2d_with_long_tensor, test/test_nn.py::TestNN::test_Conv2d_with_long_tensor_cuda, test/test_nn.py::TestNN::test_Conv2d_zero_batch, test/test_nn.py::TestNN::test_Conv2d_zero_batch_cuda, test/test_nn.py::TestNN::test_Conv2d_zero_batch_with_long_tensor, test/test_nn.py::TestNN::test_Conv2d_zero_batch_with_long_tensor_cuda, test/test_nn.py::TestNN::test_Conv2d_zeros_stride2_pad2, test/test_nn.py::TestNN::test_Conv2d_zeros_stride2_pad2_cuda, test/test_nn.py::TestNN::test_Conv3d, test/test_nn.py::TestNN::test_Conv3d_1x1x1_no_bias, test/test_nn.py::TestNN::test_Conv3d_1x1x1_no_bias_cuda, test/test_nn.py::TestNN::test_Conv3d_1x1x1_no_bias_with_long_tensor, test/test_nn.py::TestNN::test_Conv3d_1x1x1_no_bias_with_long_tensor_cuda, test/test_nn.py::TestNN::test_Conv3d_circular_stride2_pad2, test/test_nn.py::TestNN::test_Conv3d_circular_stride2_pad2_cuda, test/test_nn.py::TestNN::test_Conv3d_cuda, test/test_nn.py::TestNN::test_Conv3d_dilated, test/test_nn.py::TestNN::test_Conv3d_dilated_cuda, test/test_nn.py::TestNN::test_Conv3d_dilated_strided, test/test_nn.py::TestNN::test_Conv3d_dilated_strided_cuda, test/test_nn.py::TestNN::test_Conv3d_groups, test/test_nn.py::TestNN::test_Conv3d_groups_cuda, test/test_nn.py::TestNN::test_Conv3d_groups_with_long_tensor, test/test_nn.py::TestNN::test_Conv3d_groups_with_long_tensor_cuda, test/test_nn.py::TestNN::test_Conv3d_no_bias, test/test_nn.py::TestNN::test_Conv3d_no_bias_cuda, test/test_nn.py::TestNN::test_Conv3d_no_bias_with_long_tensor, test/test_nn.py::TestNN::test_Conv3d_no_bias_with_long_tensor_cuda, test/test_nn.py::TestNN::test_Conv3d_pad_same, test/test_nn.py::TestNN::test_Conv3d_pad_same_cuda, test/test_nn.py::TestNN::test_Conv3d_pad_same_dilated, test/test_nn.py::TestNN::test_Conv3d_pad_same_dilated_cuda, test/test_nn.py::TestNN::test_Conv3d_pad_valid, test/test_nn.py::TestNN::test_Conv3d_pad_valid_cuda, test/test_nn.py::TestNN::test_Conv3d_replicate_stride2_pad2, test/test_nn.py::TestNN::test_Conv3d_replicate_stride2_pad2_cuda, test/test_nn.py::TestNN::test_Conv3d_stride, test/test_nn.py::TestNN::test_Conv3d_stride_cuda, test/test_nn.py::TestNN::test_Conv3d_stride_padding, test/test_nn.py::TestNN::test_Conv3d_stride_padding_cuda, test/test_nn.py::TestNN::test_Conv3d_stride_padding_with_long_tensor, test/test_nn.py::TestNN::test_Conv3d_stride_padding_with_long_tensor_cuda, test/test_nn.py::TestNN::test_Conv3d_stride_with_long_tensor, test/test_nn.py::TestNN::test_Conv3d_stride_with_long_tensor_cuda, test/test_nn.py::TestNN::test_Conv3d_with_long_tensor, test/test_nn.py::TestNN::test_Conv3d_with_long_tensor_cuda, test/test_nn.py::TestNN::test_Conv3d_zero_batch, test/test_nn.py::TestNN::test_Conv3d_zero_batch_cuda, test/test_nn.py::TestNN::test_Conv3d_zero_batch_with_long_tensor, test/test_nn.py::TestNN::test_Conv3d_zero_batch_with_long_tensor_cuda, test/test_nn.py::TestNN::test_Conv3d_zeros_stride2_pad2, test/test_nn.py::TestNN::test_Conv3d_zeros_stride2_pad2_cuda, test/test_nn.py::TestNN::test_ConvTranspose1d, test/test_nn.py::TestNN::test_ConvTranspose1d_cuda, test/test_nn.py::TestNN::test_ConvTranspose1d_dilated, test/test_nn.py::TestNN::test_ConvTranspose1d_dilated_cuda, test/test_nn.py::TestNN::test_ConvTranspose1d_groups, test/test_nn.py::TestNN::test_ConvTranspose1d_groups_cuda, test/test_nn.py::TestNN::test_ConvTranspose1d_no_bias, test/test_nn.py::TestNN::test_ConvTranspose1d_no_bias_cuda, test/test_nn.py::TestNN::test_ConvTranspose2d, test/test_nn.py::TestNN::test_ConvTranspose2d_cuda, test/test_nn.py::TestNN::test_ConvTranspose2d_dilated, test/test_nn.py::TestNN::test_ConvTranspose2d_dilated_cuda, test/test_nn.py::TestNN::test_ConvTranspose2d_dilated_with_long_tensor, test/test_nn.py::TestNN::test_ConvTranspose2d_dilated_with_long_tensor_cuda, test/test_nn.py::TestNN::test_ConvTranspose2d_groups, test/test_nn.py::TestNN::test_ConvTranspose2d_groups_cuda, test/test_nn.py::TestNN::test_ConvTranspose2d_groups_with_long_tensor, test/test_nn.py::TestNN::test_ConvTranspose2d_groups_with_long_tensor_cuda, test/test_nn.py::TestNN::test_ConvTranspose2d_no_bias, test/test_nn.py::TestNN::test_ConvTranspose2d_no_bias_cuda, test/test_nn.py::TestNN::test_ConvTranspose2d_no_bias_with_long_tensor, test/test_nn.py::TestNN::test_ConvTranspose2d_no_bias_with_long_tensor_cuda, test/test_nn.py::TestNN::test_ConvTranspose2d_with_long_tensor, test/test_nn.py::TestNN::test_ConvTranspose2d_with_long_tensor_cuda, test/test_nn.py::TestNN::test_ConvTranspose3d, test/test_nn.py::TestNN::test_ConvTranspose3d_cuda, test/test_nn.py::TestNN::test_ConvTranspose3d_dilated, test/test_nn.py::TestNN::test_ConvTranspose3d_dilated_cuda, test/test_nn.py::TestNN::test_CosineEmbeddingLoss_no_batch_dim_mean, test/test_nn.py::TestNN::test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_double, test/test_nn.py::TestNN::test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_float, test/test_nn.py::TestNN::test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_half, test/test_nn.py::TestNN::test_CosineEmbeddingLoss_no_batch_dim_none, test/test_nn.py::TestNN::test_CosineEmbeddingLoss_no_batch_dim_none_cuda_double, test/test_nn.py::TestNN::test_CosineEmbeddingLoss_no_batch_dim_none_cuda_float, test/test_nn.py::TestNN::test_CosineEmbeddingLoss_no_batch_dim_none_cuda_half, test/test_nn.py::TestNN::test_CosineEmbeddingLoss_no_batch_dim_sum, test/test_nn.py::TestNN::test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_double, test/test_nn.py::TestNN::test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_float, test/test_nn.py::TestNN::test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_half, test/test_nn.py::TestNN::test_CrossMapLRN2d, test/test_nn.py::TestNN::test_CrossMapLRN2d_cuda, test/test_nn.py::TestNN::test_ELU_no_batch_dim, test/test_nn.py::TestNN::test_ELU_no_batch_dim_cuda, test/test_nn.py::TestNN::test_Embedding, test/test_nn.py::TestNN::test_EmbeddingBag_discontiguous, test/test_nn.py::TestNN::test_EmbeddingBag_discontiguous_cuda, test/test_nn.py::TestNN::test_EmbeddingBag_max, test/test_nn.py::TestNN::test_EmbeddingBag_max_cuda, test/test_nn.py::TestNN::test_EmbeddingBag_max_padding_idx, test/test_nn.py::TestNN::test_EmbeddingBag_max_padding_idx_cuda, test/test_nn.py::TestNN::test_EmbeddingBag_mean, test/test_nn.py::TestNN::test_EmbeddingBag_mean_cuda, test/test_nn.py::TestNN::test_EmbeddingBag_mean_padding_idx, test/test_nn.py::TestNN::test_EmbeddingBag_mean_padding_idx_cuda, test/test_nn.py::TestNN::test_EmbeddingBag_sparse, test/test_nn.py::TestNN::test_EmbeddingBag_sparse_cuda, test/test_nn.py::TestNN::test_EmbeddingBag_sum, test/test_nn.py::TestNN::test_EmbeddingBag_sum_cuda, test/test_nn.py::TestNN::test_EmbeddingBag_sum_padding_idx, test/test_nn.py::TestNN::test_EmbeddingBag_sum_padding_idx_cuda, test/test_nn.py::TestNN::test_Embedding_cuda, test/test_nn.py::TestNN::test_Embedding_discontiguous, test/test_nn.py::TestNN::test_Embedding_discontiguous_cuda, test/test_nn.py::TestNN::test_Embedding_sparse, test/test_nn.py::TestNN::test_Embedding_sparse_cuda, test/test_nn.py::TestNN::test_Flatten, test/test_nn.py::TestNN::test_Flatten_cuda, test/test_nn.py::TestNN::test_Flatten_no_batch_dim, test/test_nn.py::TestNN::test_Flatten_no_batch_dim_cuda, test/test_nn.py::TestNN::test_Fold, test/test_nn.py::TestNN::test_Fold_cuda, test/test_nn.py::TestNN::test_Fold_int_input, test/test_nn.py::TestNN::test_Fold_int_input_cuda, test/test_nn.py::TestNN::test_Fold_no_batch_dim_input, test/test_nn.py::TestNN::test_Fold_no_batch_dim_input_cuda, test/test_nn.py::TestNN::test_Fold_no_batch_dim_int_input, test/test_nn.py::TestNN::test_Fold_no_batch_dim_int_input_cuda, test/test_nn.py::TestNN::test_GELU_no_batch_dim, test/test_nn.py::TestNN::test_GELU_no_batch_dim_cuda, test/test_nn.py::TestNN::test_GLU_no_batch_dim, test/test_nn.py::TestNN::test_GLU_no_batch_dim_cuda, test/test_nn.py::TestNN::test_Hardshrink_no_batch_dim, test/test_nn.py::TestNN::test_Hardshrink_no_batch_dim_cuda, test/test_nn.py::TestNN::test_Hardsigmoid_no_batch_dim, test/test_nn.py::TestNN::test_Hardsigmoid_no_batch_dim_cuda, test/test_nn.py::TestNN::test_Hardswish_no_batch_dim, test/test_nn.py::TestNN::test_Hardswish_no_batch_dim_cuda, test/test_nn.py::TestNN::test_Hardtanh_no_batch_dim, test/test_nn.py::TestNN::test_Hardtanh_no_batch_dim_cuda, test/test_nn.py::TestNN::test_HingeEmbeddingLoss_margin_no_reduce, test/test_nn.py::TestNN::test_HingeEmbeddingLoss_margin_no_reduce_cuda, test/test_nn.py::TestNN::test_HingeEmbeddingLoss_no_batch_dim_mean, test/test_nn.py::TestNN::test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_double, test/test_nn.py::TestNN::test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_float, test/test_nn.py::TestNN::test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_half, test/test_nn.py::TestNN::test_HingeEmbeddingLoss_no_batch_dim_none, test/test_nn.py::TestNN::test_HingeEmbeddingLoss_no_batch_dim_none_cuda_double, test/test_nn.py::TestNN::test_HingeEmbeddingLoss_no_batch_dim_none_cuda_float, test/test_nn.py::TestNN::test_HingeEmbeddingLoss_no_batch_dim_none_cuda_half, test/test_nn.py::TestNN::test_HingeEmbeddingLoss_no_batch_dim_sum, test/test_nn.py::TestNN::test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_double, test/test_nn.py::TestNN::test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_float, test/test_nn.py::TestNN::test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_half, test/test_nn.py::TestNN::test_HingeEmbeddingLoss_no_reduce, test/test_nn.py::TestNN::test_HingeEmbeddingLoss_no_reduce_cuda, test/test_nn.py::TestNN::test_HuberLoss_delta, test/test_nn.py::TestNN::test_HuberLoss_delta_cuda, test/test_nn.py::TestNN::test_HuberLoss_no_batch_dim_mean, test/test_nn.py::TestNN::test_HuberLoss_no_batch_dim_mean_cuda_double, test/test_nn.py::TestNN::test_HuberLoss_no_batch_dim_mean_cuda_float, test/test_nn.py::TestNN::test_HuberLoss_no_batch_dim_mean_cuda_half, test/test_nn.py::TestNN::test_HuberLoss_no_batch_dim_none, test/test_nn.py::TestNN::test_HuberLoss_no_batch_dim_none_cuda_double, test/test_nn.py::TestNN::test_HuberLoss_no_batch_dim_none_cuda_float, test/test_nn.py::TestNN::test_HuberLoss_no_batch_dim_none_cuda_half, test/test_nn.py::TestNN::test_HuberLoss_no_batch_dim_sum, test/test_nn.py::TestNN::test_HuberLoss_no_batch_dim_sum_cuda_double, test/test_nn.py::TestNN::test_HuberLoss_no_batch_dim_sum_cuda_float, test/test_nn.py::TestNN::test_HuberLoss_no_batch_dim_sum_cuda_half, test/test_nn.py::TestNN::test_KLDivLoss_batch_mean, test/test_nn.py::TestNN::test_KLDivLoss_batch_mean_log_target, test/test_nn.py::TestNN::test_KLDivLoss_no_batch_dim_mean, test/test_nn.py::TestNN::test_KLDivLoss_no_batch_dim_mean_cuda_double, test/test_nn.py::TestNN::test_KLDivLoss_no_batch_dim_mean_cuda_float, test/test_nn.py::TestNN::test_KLDivLoss_no_batch_dim_mean_cuda_half, test/test_nn.py::TestNN::test_KLDivLoss_no_batch_dim_none, test/test_nn.py::TestNN::test_KLDivLoss_no_batch_dim_none_cuda_double, test/test_nn.py::TestNN::test_KLDivLoss_no_batch_dim_none_cuda_float, test/test_nn.py::TestNN::test_KLDivLoss_no_batch_dim_none_cuda_half, test/test_nn.py::TestNN::test_KLDivLoss_no_batch_dim_sum, test/test_nn.py::TestNN::test_KLDivLoss_no_batch_dim_sum_cuda_double, test/test_nn.py::TestNN::test_KLDivLoss_no_batch_dim_sum_cuda_float, test/test_nn.py::TestNN::test_KLDivLoss_no_batch_dim_sum_cuda_half, test/test_nn.py::TestNN::test_KLDivLoss_no_reduce, test/test_nn.py::TestNN::test_KLDivLoss_no_reduce_cuda, test/test_nn.py::TestNN::test_KLDivLoss_no_reduce_log_target, test/test_nn.py::TestNN::test_KLDivLoss_no_reduce_log_target_cuda, test/test_nn.py::TestNN::test_KLDivLoss_no_reduce_scalar, test/test_nn.py::TestNN::test_KLDivLoss_no_reduce_scalar_cuda, test/test_nn.py::TestNN::test_KLDivLoss_no_reduce_scalar_log_target, test/test_nn.py::TestNN::test_KLDivLoss_no_reduce_scalar_log_target_cuda, test/test_nn.py::TestNN::test_KLDivLoss_with_log_target_no_reduce, test/test_nn.py::TestNN::test_KLDivLoss_with_log_target_no_reduce_cuda, test/test_nn.py::TestNN::test_KLDivLoss_with_target_no_reduce, test/test_nn.py::TestNN::test_KLDivLoss_with_target_no_reduce_cuda, test/test_nn.py::TestNN::test_L1Loss_no_batch_dim_mean, test/test_nn.py::TestNN::test_L1Loss_no_batch_dim_mean_cuda_double, test/test_nn.py::TestNN::test_L1Loss_no_batch_dim_mean_cuda_float, test/test_nn.py::TestNN::test_L1Loss_no_batch_dim_mean_cuda_half, test/test_nn.py::TestNN::test_L1Loss_no_batch_dim_none, test/test_nn.py::TestNN::test_L1Loss_no_batch_dim_none_cuda_double, test/test_nn.py::TestNN::test_L1Loss_no_batch_dim_none_cuda_float, test/test_nn.py::TestNN::test_L1Loss_no_batch_dim_none_cuda_half, test/test_nn.py::TestNN::test_L1Loss_no_batch_dim_sum, test/test_nn.py::TestNN::test_L1Loss_no_batch_dim_sum_cuda_double, test/test_nn.py::TestNN::test_L1Loss_no_batch_dim_sum_cuda_float, test/test_nn.py::TestNN::test_L1Loss_no_batch_dim_sum_cuda_half, test/test_nn.py::TestNN::test_L1Loss_no_reduce, test/test_nn.py::TestNN::test_L1Loss_no_reduce_complex, test/test_nn.py::TestNN::test_L1Loss_no_reduce_complex_cuda, test/test_nn.py::TestNN::test_L1Loss_no_reduce_cuda, test/test_nn.py::TestNN::test_L1Loss_no_reduce_scalar, test/test_nn.py::TestNN::test_L1Loss_no_reduce_scalar_cuda, test/test_nn.py::TestNN::test_LSTM_cell, test/test_nn.py::TestNN::test_LSTM_cell_forward_hidden_size, test/test_nn.py::TestNN::test_LSTM_cell_forward_input_size, test/test_nn.py::TestNN::test_LayerNorm_3d_no_affine_large_feature, test/test_nn.py::TestNN::test_LayerNorm_3d_no_affine_large_feature_cuda, test/test_nn.py::TestNN::test_LayerNorm_3d_no_affine_large_feature_eval, test/test_nn.py::TestNN::test_LayerNorm_3d_no_affine_large_feature_eval_cuda, test/test_nn.py::TestNN::test_LeakyReLU_no_batch_dim, test/test_nn.py::TestNN::test_LeakyReLU_no_batch_dim_cuda, test/test_nn.py::TestNN::test_Linear, test/test_nn.py::TestNN::test_Linear_cuda, test/test_nn.py::TestNN::test_Linear_no_batch_dim, test/test_nn.py::TestNN::test_Linear_no_batch_dim_cuda, test/test_nn.py::TestNN::test_Linear_no_bias, test/test_nn.py::TestNN::test_Linear_no_bias_cuda, test/test_nn.py::TestNN::test_LogSigmoid_no_batch_dim, test/test_nn.py::TestNN::test_LogSigmoid_no_batch_dim_cuda, test/test_nn.py::TestNN::test_MSELoss_no_batch_dim_mean, test/test_nn.py::TestNN::test_MSELoss_no_batch_dim_mean_cuda_double, test/test_nn.py::TestNN::test_MSELoss_no_batch_dim_mean_cuda_float, test/test_nn.py::TestNN::test_MSELoss_no_batch_dim_mean_cuda_half, test/test_nn.py::TestNN::test_MSELoss_no_batch_dim_none, test/test_nn.py::TestNN::test_MSELoss_no_batch_dim_none_cuda_double, test/test_nn.py::TestNN::test_MSELoss_no_batch_dim_none_cuda_float, test/test_nn.py::TestNN::test_MSELoss_no_batch_dim_none_cuda_half, test/test_nn.py::TestNN::test_MSELoss_no_batch_dim_sum, test/test_nn.py::TestNN::test_MSELoss_no_batch_dim_sum_cuda_double, test/test_nn.py::TestNN::test_MSELoss_no_batch_dim_sum_cuda_float, test/test_nn.py::TestNN::test_MSELoss_no_batch_dim_sum_cuda_half, test/test_nn.py::TestNN::test_MSELoss_no_reduce, test/test_nn.py::TestNN::test_MSELoss_no_reduce_cuda, test/test_nn.py::TestNN::test_MSELoss_no_reduce_scalar, test/test_nn.py::TestNN::test_MSELoss_no_reduce_scalar_cuda, test/test_nn.py::TestNN::test_MarginRankingLoss_no_batch_dim_mean, test/test_nn.py::TestNN::test_MarginRankingLoss_no_batch_dim_mean_cuda_double, test/test_nn.py::TestNN::test_MarginRankingLoss_no_batch_dim_mean_cuda_float, test/test_nn.py::TestNN::test_MarginRankingLoss_no_batch_dim_mean_cuda_half, test/test_nn.py::TestNN::test_MarginRankingLoss_no_batch_dim_none, test/test_nn.py::TestNN::test_MarginRankingLoss_no_batch_dim_none_cuda_double, test/test_nn.py::TestNN::test_MarginRankingLoss_no_batch_dim_none_cuda_float, test/test_nn.py::TestNN::test_MarginRankingLoss_no_batch_dim_none_cuda_half, test/test_nn.py::TestNN::test_MarginRankingLoss_no_batch_dim_sum, test/test_nn.py::TestNN::test_MarginRankingLoss_no_batch_dim_sum_cuda_double, test/test_nn.py::TestNN::test_MarginRankingLoss_no_batch_dim_sum_cuda_float, test/test_nn.py::TestNN::test_MarginRankingLoss_no_batch_dim_sum_cuda_half, test/test_nn.py::TestNN::test_MaxUnpool1d_net, test/test_nn.py::TestNN::test_MaxUnpool1d_net_cuda, test/test_nn.py::TestNN::test_MaxUnpool1d_net_no_batch_dim, test/test_nn.py::TestNN::test_MaxUnpool1d_net_no_batch_dim_cuda, test/test_nn.py::TestNN::test_MaxUnpool2d_net, test/test_nn.py::TestNN::test_MaxUnpool2d_net_cuda, test/test_nn.py::TestNN::test_MaxUnpool2d_net_no_batch_dim, test/test_nn.py::TestNN::test_MaxUnpool2d_net_no_batch_dim_cuda, test/test_nn.py::TestNN::test_MaxUnpool3d_net, test/test_nn.py::TestNN::test_MaxUnpool3d_net_cuda, test/test_nn.py::TestNN::test_MaxUnpool3d_net_no_batch_dim, test/test_nn.py::TestNN::test_MaxUnpool3d_net_no_batch_dim_cuda, test/test_nn.py::TestNN::test_Mish_no_batch_dim, test/test_nn.py::TestNN::test_Mish_no_batch_dim_cuda, test/test_nn.py::TestNN::test_ModuleDict, test/test_nn.py::TestNN::test_ModuleList, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_0d_no_reduce, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_0d_no_reduce_cuda, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_1d_no_reduce, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_1d_no_reduce_cuda, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_index_neg, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_index_neg_cuda, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_no_batch_dim_mean, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_double, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_float, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_half, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_no_batch_dim_none, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_no_batch_dim_none_cuda_double, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_no_batch_dim_none_cuda_float, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_no_batch_dim_none_cuda_half, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_no_batch_dim_sum, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_double, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_float, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_half, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_no_reduce, test/test_nn.py::TestNN::test_MultiLabelMarginLoss_no_reduce_cuda, test/test_nn.py::TestNN::test_MultiLabelSoftMarginLoss_no_batch_dim_mean, test/test_nn.py::TestNN::test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_double, test/test_nn.py::TestNN::test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_float, test/test_nn.py::TestNN::test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_half, test/test_nn.py::TestNN::test_MultiLabelSoftMarginLoss_no_batch_dim_none, test/test_nn.py::TestNN::test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_double, test/test_nn.py::TestNN::test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_float, test/test_nn.py::TestNN::test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_half, test/test_nn.py::TestNN::test_MultiLabelSoftMarginLoss_no_batch_dim_sum, test/test_nn.py::TestNN::test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_double, test/test_nn.py::TestNN::test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_float, test/test_nn.py::TestNN::test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_half, test/test_nn.py::TestNN::test_MultiLabelSoftMarginLoss_no_reduce, test/test_nn.py::TestNN::test_MultiLabelSoftMarginLoss_no_reduce_cuda, test/test_nn.py::TestNN::test_MultiLabelSoftMarginLoss_weights_no_reduce, test/test_nn.py::TestNN::test_MultiLabelSoftMarginLoss_weights_no_reduce_cuda, test/test_nn.py::TestNN::test_MultiMarginLoss_1d_no_reduce, test/test_nn.py::TestNN::test_MultiMarginLoss_1d_no_reduce_cuda, test/test_nn.py::TestNN::test_MultiMarginLoss_margin_no_reduce, test/test_nn.py::TestNN::test_MultiMarginLoss_margin_no_reduce_cuda, test/test_nn.py::TestNN::test_MultiMarginLoss_no_reduce, test/test_nn.py::TestNN::test_MultiMarginLoss_no_reduce_cuda, test/test_nn.py::TestNN::test_MultiMarginLoss_p_no_reduce, test/test_nn.py::TestNN::test_MultiMarginLoss_p_no_reduce_cuda, test/test_nn.py::TestNN::test_MultiMarginLoss_weights_no_reduce, test/test_nn.py::TestNN::test_MultiMarginLoss_weights_no_reduce_cuda, test/test_nn.py::TestNN::test_NLLLoss2d_no_reduce, test/test_nn.py::TestNN::test_NLLLoss2d_no_reduce_cuda, test/test_nn.py::TestNN::test_NLLLoss2d_no_reduce_ignore_index, test/test_nn.py::TestNN::test_NLLLoss2d_no_reduce_ignore_index_cuda, test/test_nn.py::TestNN::test_NLLLoss2d_no_reduce_weights, test/test_nn.py::TestNN::test_NLLLoss2d_no_reduce_weights_cuda, test/test_nn.py::TestNN::test_NLLLossNd_no_reduce, test/test_nn.py::TestNN::test_NLLLossNd_no_reduce_cuda, test/test_nn.py::TestNN::test_NLLLossNd_no_reduce_ignore_index, test/test_nn.py::TestNN::test_NLLLossNd_no_reduce_ignore_index_cuda, test/test_nn.py::TestNN::test_NLLLossNd_no_reduce_weights, test/test_nn.py::TestNN::test_NLLLossNd_no_reduce_weights_cuda, test/test_nn.py::TestNN::test_NLLLoss_no_batch_dim_mean, test/test_nn.py::TestNN::test_NLLLoss_no_batch_dim_mean_cuda_double, test/test_nn.py::TestNN::test_NLLLoss_no_batch_dim_mean_cuda_float, test/test_nn.py::TestNN::test_NLLLoss_no_batch_dim_mean_cuda_half, test/test_nn.py::TestNN::test_NLLLoss_no_batch_dim_none, test/test_nn.py::TestNN::test_NLLLoss_no_batch_dim_none_cuda_double, test/test_nn.py::TestNN::test_NLLLoss_no_batch_dim_none_cuda_float, test/test_nn.py::TestNN::test_NLLLoss_no_batch_dim_none_cuda_half, test/test_nn.py::TestNN::test_NLLLoss_no_batch_dim_sum, test/test_nn.py::TestNN::test_NLLLoss_no_batch_dim_sum_cuda_double, test/test_nn.py::TestNN::test_NLLLoss_no_batch_dim_sum_cuda_float, test/test_nn.py::TestNN::test_NLLLoss_no_batch_dim_sum_cuda_half, test/test_nn.py::TestNN::test_NLLLoss_no_reduce, test/test_nn.py::TestNN::test_NLLLoss_no_reduce_cuda, test/test_nn.py::TestNN::test_NLLLoss_no_reduce_ignore_index, test/test_nn.py::TestNN::test_NLLLoss_no_reduce_ignore_index_cuda, test/test_nn.py::TestNN::test_NLLLoss_no_reduce_weights, test/test_nn.py::TestNN::test_NLLLoss_no_reduce_weights_cuda, test/test_nn.py::TestNN::test_NLLLoss_no_reduce_weights_ignore_index, test/test_nn.py::TestNN::test_NLLLoss_no_reduce_weights_ignore_index_cuda, test/test_nn.py::TestNN::test_NLLLoss_no_reduce_weights_ignore_index_neg, test/test_nn.py::TestNN::test_NLLLoss_no_reduce_weights_ignore_index_neg_cuda, test/test_nn.py::TestNN::test_PReLU_backward_requires_grad_false, test/test_nn.py::TestNN::test_PReLU_no_batch_dim, test/test_nn.py::TestNN::test_PReLU_no_batch_dim_cuda, test/test_nn.py::TestNN::test_PairwiseDistance, test/test_nn.py::TestNN::test_PairwiseDistance_broadcast_lhs, test/test_nn.py::TestNN::test_PairwiseDistance_broadcast_lhs_cuda, test/test_nn.py::TestNN::test_PairwiseDistance_broadcast_rhs, test/test_nn.py::TestNN::test_PairwiseDistance_broadcast_rhs_cuda, test/test_nn.py::TestNN::test_PairwiseDistance_cuda, test/test_nn.py::TestNN::test_PairwiseDistance_no_batch_dim, test/test_nn.py::TestNN::test_PairwiseDistance_no_batch_dim_cuda, test/test_nn.py::TestNN::test_PairwiseDistance_with_non_default_args, test/test_nn.py::TestNN::test_PairwiseDistance_with_non_default_args_cuda, test/test_nn.py::TestNN::test_ParameterDict, test/test_nn.py::TestNN::test_ParameterDict_replication, test/test_nn.py::TestNN::test_ParameterList, test/test_nn.py::TestNN::test_ParameterList_meta, test/test_nn.py::TestNN::test_ParameterList_replication, test/test_nn.py::TestNN::test_PixelShuffle, test/test_nn.py::TestNN::test_PixelShuffle_cuda, test/test_nn.py::TestNN::test_PixelUnshuffle, test/test_nn.py::TestNN::test_PixelUnshuffle_cuda, test/test_nn.py::TestNN::test_PoissonNLLLoss_no_batch_dim_mean, test/test_nn.py::TestNN::test_PoissonNLLLoss_no_batch_dim_mean_cuda_double, test/test_nn.py::TestNN::test_PoissonNLLLoss_no_batch_dim_mean_cuda_float, test/test_nn.py::TestNN::test_PoissonNLLLoss_no_batch_dim_mean_cuda_half, test/test_nn.py::TestNN::test_PoissonNLLLoss_no_batch_dim_none, test/test_nn.py::TestNN::test_PoissonNLLLoss_no_batch_dim_none_cuda_double, test/test_nn.py::TestNN::test_PoissonNLLLoss_no_batch_dim_none_cuda_float, test/test_nn.py::TestNN::test_PoissonNLLLoss_no_batch_dim_none_cuda_half, test/test_nn.py::TestNN::test_PoissonNLLLoss_no_batch_dim_sum, test/test_nn.py::TestNN::test_PoissonNLLLoss_no_batch_dim_sum_cuda_double, test/test_nn.py::TestNN::test_PoissonNLLLoss_no_batch_dim_sum_cuda_float, test/test_nn.py::TestNN::test_PoissonNLLLoss_no_batch_dim_sum_cuda_half, test/test_nn.py::TestNN::test_PoissonNLLLoss_no_reduce, test/test_nn.py::TestNN::test_PoissonNLLLoss_no_reduce_cuda, test/test_nn.py::TestNN::test_RNN_cell, test/test_nn.py::TestNN::test_RNN_cell_forward_zero_hidden_size, test/test_nn.py::TestNN::test_RNN_cell_no_broadcasting, test/test_nn.py::TestNN::test_RNN_change_dropout, test/test_nn.py::TestNN::test_RNN_cpu_vs_cudnn_no_dropout, test/test_nn.py::TestNN::test_RNN_cpu_vs_cudnn_with_dropout, test/test_nn.py::TestNN::test_RNN_cudnn_weight_norm, test/test_nn.py::TestNN::test_RNN_dropout, test/test_nn.py::TestNN::test_RNN_dropout_state, test/test_nn.py::TestNN::test_RNN_input_size_zero, test/test_nn.py::TestNN::test_RNN_nonlinearity, test/test_nn.py::TestNN::test_RNN_nonlinearity_passed_as_arg, test/test_nn.py::TestNN::test_RReLU, test/test_nn.py::TestNN::test_RReLU_cuda, test/test_nn.py::TestNN::test_RReLU_no_batch_dim, test/test_nn.py::TestNN::test_RReLU_no_batch_dim_cuda, test/test_nn.py::TestNN::test_RReLU_with_up_down, test/test_nn.py::TestNN::test_RReLU_with_up_down_cuda, test/test_nn.py::TestNN::test_RReLU_with_up_down_scalar, test/test_nn.py::TestNN::test_RReLU_with_up_down_scalar_cuda, test/test_nn.py::TestNN::test_ReLU6_no_batch_dim, test/test_nn.py::TestNN::test_ReLU6_no_batch_dim_cuda, test/test_nn.py::TestNN::test_ReLU_no_batch_dim, test/test_nn.py::TestNN::test_ReLU_no_batch_dim_cuda, test/test_nn.py::TestNN::test_ReplicationPad3d, test/test_nn.py::TestNN::test_ReplicationPad3d_complex, test/test_nn.py::TestNN::test_ReplicationPad3d_complex_cuda, test/test_nn.py::TestNN::test_ReplicationPad3d_cuda, test/test_nn.py::TestNN::test_ReplicationPad3d_no_batch_dim, test/test_nn.py::TestNN::test_ReplicationPad3d_no_batch_dim_cuda, test/test_nn.py::TestNN::test_SELU_no_batch_dim, test/test_nn.py::TestNN::test_SELU_no_batch_dim_cuda, test/test_nn.py::TestNN::test_Sequential_add, test/test_nn.py::TestNN::test_Sequential_append, test/test_nn.py::TestNN::test_Sequential_delitem, test/test_nn.py::TestNN::test_Sequential_extend, test/test_nn.py::TestNN::test_Sequential_getitem, test/test_nn.py::TestNN::test_Sequential_iadd, test/test_nn.py::TestNN::test_Sequential_imul, test/test_nn.py::TestNN::test_Sequential_insert, test/test_nn.py::TestNN::test_Sequential_insert_fail_case, test/test_nn.py::TestNN::test_Sequential_mul, test/test_nn.py::TestNN::test_Sequential_pop, test/test_nn.py::TestNN::test_Sequential_rmul, test/test_nn.py::TestNN::test_Sequential_setitem, test/test_nn.py::TestNN::test_Sequential_setitem_named, test/test_nn.py::TestNN::test_SiLU_no_batch_dim, test/test_nn.py::TestNN::test_SiLU_no_batch_dim_cuda, test/test_nn.py::TestNN::test_Sigmoid_no_batch_dim, test/test_nn.py::TestNN::test_Sigmoid_no_batch_dim_cuda, test/test_nn.py::TestNN::test_SmoothL1Loss_beta, test/test_nn.py::TestNN::test_SmoothL1Loss_beta_cuda, test/test_nn.py::TestNN::test_SmoothL1Loss_no_batch_dim_mean, test/test_nn.py::TestNN::test_SmoothL1Loss_no_batch_dim_mean_cuda_double, test/test_nn.py::TestNN::test_SmoothL1Loss_no_batch_dim_mean_cuda_float, test/test_nn.py::TestNN::test_SmoothL1Loss_no_batch_dim_mean_cuda_half, test/test_nn.py::TestNN::test_SmoothL1Loss_no_batch_dim_none, test/test_nn.py::TestNN::test_SmoothL1Loss_no_batch_dim_none_cuda_double, test/test_nn.py::TestNN::test_SmoothL1Loss_no_batch_dim_none_cuda_float, test/test_nn.py::TestNN::test_SmoothL1Loss_no_batch_dim_none_cuda_half, test/test_nn.py::TestNN::test_SmoothL1Loss_no_batch_dim_sum, test/test_nn.py::TestNN::test_SmoothL1Loss_no_batch_dim_sum_cuda_double, test/test_nn.py::TestNN::test_SmoothL1Loss_no_batch_dim_sum_cuda_float, test/test_nn.py::TestNN::test_SmoothL1Loss_no_batch_dim_sum_cuda_half, test/test_nn.py::TestNN::test_SmoothL1Loss_no_reduce, test/test_nn.py::TestNN::test_SmoothL1Loss_no_reduce_cuda, test/test_nn.py::TestNN::test_SmoothL1Loss_no_reduce_scalar, test/test_nn.py::TestNN::test_SmoothL1Loss_no_reduce_scalar_cuda, test/test_nn.py::TestNN::test_SmoothL1Loss_zero_beta, test/test_nn.py::TestNN::test_SmoothL1Loss_zero_beta_cuda, test/test_nn.py::TestNN::test_SoftMarginLoss_no_batch_dim_mean, test/test_nn.py::TestNN::test_SoftMarginLoss_no_batch_dim_mean_cuda_double, test/test_nn.py::TestNN::test_SoftMarginLoss_no_batch_dim_mean_cuda_float, test/test_nn.py::TestNN::test_SoftMarginLoss_no_batch_dim_mean_cuda_half, test/test_nn.py::TestNN::test_SoftMarginLoss_no_batch_dim_none, test/test_nn.py::TestNN::test_SoftMarginLoss_no_batch_dim_none_cuda_double, test/test_nn.py::TestNN::test_SoftMarginLoss_no_batch_dim_none_cuda_float, test/test_nn.py::TestNN::test_SoftMarginLoss_no_batch_dim_none_cuda_half, test/test_nn.py::TestNN::test_SoftMarginLoss_no_batch_dim_sum, test/test_nn.py::TestNN::test_SoftMarginLoss_no_batch_dim_sum_cuda_double, test/test_nn.py::TestNN::test_SoftMarginLoss_no_batch_dim_sum_cuda_float, test/test_nn.py::TestNN::test_SoftMarginLoss_no_batch_dim_sum_cuda_half, test/test_nn.py::TestNN::test_SoftMarginLoss_no_reduce, test/test_nn.py::TestNN::test_SoftMarginLoss_no_reduce_cuda, test/test_nn.py::TestNN::test_Softplus_no_batch_dim, test/test_nn.py::TestNN::test_Softplus_no_batch_dim_cuda, test/test_nn.py::TestNN::test_Softshrink_no_batch_dim, test/test_nn.py::TestNN::test_Softshrink_no_batch_dim_cuda, test/test_nn.py::TestNN::test_Softsign_no_batch_dim, test/test_nn.py::TestNN::test_Softsign_no_batch_dim_cuda, test/test_nn.py::TestNN::test_Tanh_no_batch_dim, test/test_nn.py::TestNN::test_Tanh_no_batch_dim_cuda, test/test_nn.py::TestNN::test_Tanhshrink_no_batch_dim, test/test_nn.py::TestNN::test_Tanhshrink_no_batch_dim_cuda, test/test_nn.py::TestNN::test_Threshold_no_batch_dim, test/test_nn.py::TestNN::test_Threshold_no_batch_dim_cuda, test/test_nn.py::TestNN::test_TransformerDecoderLayer_gelu_activation, test/test_nn.py::TestNN::test_TransformerDecoderLayer_gelu_activation_cuda, test/test_nn.py::TestNN::test_TransformerDecoderLayer_relu_activation, test/test_nn.py::TestNN::test_TransformerDecoderLayer_relu_activation_cuda, test/test_nn.py::TestNN::test_TransformerEncoderLayer_gelu_activation, test/test_nn.py::TestNN::test_TransformerEncoderLayer_gelu_activation_cuda, test/test_nn.py::TestNN::test_TransformerEncoderLayer_relu_activation, test/test_nn.py::TestNN::test_TransformerEncoderLayer_relu_activation_cuda, test/test_nn.py::TestNN::test_Transformer_cell, test/test_nn.py::TestNN::test_Transformer_multilayer_coder, test/test_nn.py::TestNN::test_Transformer_multilayer_coder_cuda, test/test_nn.py::TestNN::test_TripletMarginLoss_no_batch_dim_mean, test/test_nn.py::TestNN::test_TripletMarginLoss_no_batch_dim_mean_cuda_double, test/test_nn.py::TestNN::test_TripletMarginLoss_no_batch_dim_mean_cuda_float, test/test_nn.py::TestNN::test_TripletMarginLoss_no_batch_dim_mean_cuda_half, test/test_nn.py::TestNN::test_TripletMarginLoss_no_batch_dim_none, test/test_nn.py::TestNN::test_TripletMarginLoss_no_batch_dim_none_cuda_double, test/test_nn.py::TestNN::test_TripletMarginLoss_no_batch_dim_none_cuda_float, test/test_nn.py::TestNN::test_TripletMarginLoss_no_batch_dim_none_cuda_half, test/test_nn.py::TestNN::test_TripletMarginLoss_no_batch_dim_sum, test/test_nn.py::TestNN::test_TripletMarginLoss_no_batch_dim_sum_cuda_double, test/test_nn.py::TestNN::test_TripletMarginLoss_no_batch_dim_sum_cuda_float, test/test_nn.py::TestNN::test_TripletMarginLoss_no_batch_dim_sum_cuda_half, test/test_nn.py::TestNN::test_Unflatten_no_batch_dim, test/test_nn.py::TestNN::test_Unflatten_no_batch_dim_cuda, test/test_nn.py::TestNN::test_Unfold, test/test_nn.py::TestNN::test_Unfold_cuda, test/test_nn.py::TestNN::test_Unfold_int_input, test/test_nn.py::TestNN::test_Unfold_int_input_cuda, test/test_nn.py::TestNN::test_adaptive_log_softmax, test/test_nn.py::TestNN::test_add_module, test/test_nn.py::TestNN::test_add_module_raises_error_if_attr_exists, test/test_nn.py::TestNN::test_affine_grid, test/test_nn.py::TestNN::test_affine_grid_3d, test/test_nn.py::TestNN::test_affine_grid_backward_cl_cf_consistency_device_cpu_nd_2, test/test_nn.py::TestNN::test_affine_grid_backward_cl_cf_consistency_device_cpu_nd_3, test/test_nn.py::TestNN::test_affine_grid_error_checking, test/test_nn.py::TestNN::test_assignment, test/test_nn.py::TestNN::test_batch_norm_update_stats, test/test_nn.py::TestNN::test_batchnorm_2D_inference_NCHW_vs_cpu_float32, test/test_nn.py::TestNN::test_batchnorm_2D_inference_NCHW_vs_cpu_mixed_bfloat16, test/test_nn.py::TestNN::test_batchnorm_2D_inference_NCHW_vs_cpu_mixed_float16, test/test_nn.py::TestNN::test_batchnorm_2D_inference_NCHW_vs_native_float32, test/test_nn.py::TestNN::test_batchnorm_2D_inference_NCHW_vs_native_mixed_bfloat16, test/test_nn.py::TestNN::test_batchnorm_2D_inference_NCHW_vs_native_mixed_float16, test/test_nn.py::TestNN::test_batchnorm_2D_train_NCHW_vs_cpu_float32, test/test_nn.py::TestNN::test_batchnorm_2D_train_NCHW_vs_cpu_mixed_bfloat16, test/test_nn.py::TestNN::test_batchnorm_2D_train_NCHW_vs_cpu_mixed_float16, test/test_nn.py::TestNN::test_batchnorm_2D_train_NCHW_vs_native_float32, test/test_nn.py::TestNN::test_batchnorm_2D_train_NCHW_vs_native_mixed_bfloat16, test/test_nn.py::TestNN::test_batchnorm_2D_train_NCHW_vs_native_mixed_float16, test/test_nn.py::TestNN::test_batchnorm_3D_inference_NCHW_vs_cpu_float32, test/test_nn.py::TestNN::test_batchnorm_3D_inference_NCHW_vs_cpu_mixed_bfloat16, test/test_nn.py::TestNN::test_batchnorm_3D_inference_NCHW_vs_cpu_mixed_float16, test/test_nn.py::TestNN::test_batchnorm_3D_inference_NCHW_vs_native_float32, test/test_nn.py::TestNN::test_batchnorm_3D_inference_NCHW_vs_native_mixed_bfloat16, test/test_nn.py::TestNN::test_batchnorm_3D_inference_NCHW_vs_native_mixed_float16, test/test_nn.py::TestNN::test_batchnorm_3D_train_NCHW_vs_cpu_float32, test/test_nn.py::TestNN::test_batchnorm_3D_train_NCHW_vs_cpu_mixed_bfloat16, test/test_nn.py::TestNN::test_batchnorm_3D_train_NCHW_vs_cpu_mixed_float16, test/test_nn.py::TestNN::test_batchnorm_3D_train_NCHW_vs_native_float32, test/test_nn.py::TestNN::test_batchnorm_3D_train_NCHW_vs_native_mixed_bfloat16, test/test_nn.py::TestNN::test_batchnorm_3D_train_NCHW_vs_native_mixed_float16, test/test_nn.py::TestNN::test_batchnorm_buffer_update_when_stats_are_not_tracked, test/test_nn.py::TestNN::test_batchnorm_cudnn_half, test/test_nn.py::TestNN::test_batchnorm_cudnn_nhwc, test/test_nn.py::TestNN::test_batchnorm_half_overflow, test/test_nn.py::TestNN::test_batchnorm_load_state_dict, test/test_nn.py::TestNN::test_batchnorm_nhwc_cpu, test/test_nn.py::TestNN::test_batchnorm_nhwc_cuda, test/test_nn.py::TestNN::test_batchnorm_non_contig_cpu_BatchNorm2d, test/test_nn.py::TestNN::test_batchnorm_non_contig_cpu_SyncBatchNorm, test/test_nn.py::TestNN::test_batchnorm_nonaffine_cuda_half_input, test/test_nn.py::TestNN::test_batchnorm_raises_error_if_bias_is_not_same_size_as_input, test/test_nn.py::TestNN::test_batchnorm_raises_error_if_less_than_one_value_per_channel, test/test_nn.py::TestNN::test_batchnorm_raises_error_if_running_mean_is_not_same_size_as_input, test/test_nn.py::TestNN::test_batchnorm_raises_error_if_running_var_is_not_same_size_as_input, test/test_nn.py::TestNN::test_batchnorm_raises_error_if_running_var_or_running_mean_have_forward_grad, test/test_nn.py::TestNN::test_batchnorm_raises_error_if_weight_is_not_same_size_as_input, test/test_nn.py::TestNN::test_bce_loss_always_nonnegative, test/test_nn.py::TestNN::test_bce_loss_broadcasts_weights, test/test_nn.py::TestNN::test_bce_loss_input_range, test/test_nn.py::TestNN::test_bce_loss_size_mismatch, test/test_nn.py::TestNN::test_bce_with_logits_broadcasts_pos_weights, test/test_nn.py::TestNN::test_bce_with_logits_broadcasts_weights, test/test_nn.py::TestNN::test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss, test/test_nn.py::TestNN::test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss_large_tensors_with_grad, test/test_nn.py::TestNN::test_bce_with_logits_has_correct_forward_grad, test/test_nn.py::TestNN::test_bce_with_logits_has_correct_grad_at_zero, test/test_nn.py::TestNN::test_bce_with_logits_ones_in_pos_weights_are_the_same_as_none, test/test_nn.py::TestNN::test_bce_with_logits_raises_if_target_and_input_are_different_size, test/test_nn.py::TestNN::test_bce_with_logits_stability, test/test_nn.py::TestNN::test_bce_with_logits_with_pos_weight_has_correct_grad_at_zero, test/test_nn.py::TestNN::test_bilinear, test/test_nn.py::TestNN::test_bilinear_broadcasting, test/test_nn.py::TestNN::test_bilinear_no_bias, test/test_nn.py::TestNN::test_bilinear_non_contiguous, test/test_nn.py::TestNN::test_bilinear_value_error, test/test_nn.py::TestNN::test_broadcast_double_backwards_gpu, test/test_nn.py::TestNN::test_broadcast_no_grad, test/test_nn.py::TestNN::test_broadcast_not_requiring_grad, test/test_nn.py::TestNN::test_buffer_bad_module_subclass, test/test_nn.py::TestNN::test_buffer_not_persistent, test/test_nn.py::TestNN::test_buffer_not_persistent_assign, test/test_nn.py::TestNN::test_buffer_not_persistent_del, test/test_nn.py::TestNN::test_buffer_not_persistent_load, test/test_nn.py::TestNN::test_buffer_not_persistent_overwrite, test/test_nn.py::TestNN::test_buffers_and_named_buffers, test/test_nn.py::TestNN::test_call_supports_python_dict_output, test/test_nn.py::TestNN::test_channel_shuffle_input_checks, test/test_nn.py::TestNN::test_channel_shuffle_return_alias_of_self, test/test_nn.py::TestNN::test_children, test/test_nn.py::TestNN::test_container_copy, test/test_nn.py::TestNN::test_convert_sync_batchnorm, test/test_nn.py::TestNN::test_cosine_embedding_loss_error_on_diff_shapes, test/test_nn.py::TestNN::test_cosine_embedding_loss_error_on_nonexpandable_shapes, test/test_nn.py::TestNN::test_cosine_embedding_loss_invalid_shape, test/test_nn.py::TestNN::test_cosine_embedding_loss_margin_no_reduce, test/test_nn.py::TestNN::test_cosine_embedding_loss_no_reduce, test/test_nn.py::TestNN::test_cosine_embedding_loss_with_diff_type, test/test_nn.py::TestNN::test_cosine_similarity, test/test_nn.py::TestNN::test_cross_entropy_loss, test/test_nn.py::TestNN::test_cross_entropy_loss_precision, test/test_nn.py::TestNN::test_cross_entropy_loss_zero_div, test/test_nn.py::TestNN::test_cudnn_forward_exception, test/test_nn.py::TestNN::test_cudnn_rnn_dropout_states_device, test/test_nn.py::TestNN::test_cudnn_weight_format, test/test_nn.py::TestNN::test_cudnn_weight_tying, test/test_nn.py::TestNN::test_dir, test/test_nn.py::TestNN::test_dir_digit, test/test_nn.py::TestNN::test_elu_inplace_gradgrad, test/test_nn.py::TestNN::test_elu_inplace_on_view, test/test_nn.py::TestNN::test_error_RNN_seq_len_zero, test/test_nn.py::TestNN::test_extra_state, test/test_nn.py::TestNN::test_extra_state_missing_get_extra_state, test/test_nn.py::TestNN::test_extra_state_missing_set_extra_state, test/test_nn.py::TestNN::test_extra_state_non_dict, test/test_nn.py::TestNN::test_fb_fc_packed, test/test_nn.py::TestNN::test_flatten, test/test_nn.py::TestNN::test_fold_invalid_arg, test/test_nn.py::TestNN::test_fractional_max_pool2d_invalid_output_ratio, test/test_nn.py::TestNN::test_gaussian_nll_loss_args, test/test_nn.py::TestNN::test_gaussian_nll_loss_broadcasting, test/test_nn.py::TestNN::test_gaussian_nll_loss_scalar_var, test/test_nn.py::TestNN::test_get_buffer, test/test_nn.py::TestNN::test_get_buffer_from_submodules, test/test_nn.py::TestNN::test_getattr_with_property, test/test_nn.py::TestNN::test_grid_sample, test/test_nn.py::TestNN::test_grid_sample_3d, test/test_nn.py::TestNN::test_grid_sample_error_checking, test/test_nn.py::TestNN::test_grid_sample_nearest_neighbor_rounding_mode_consistency, test/test_nn.py::TestNN::test_hardtanh_backward, test/test_nn.py::TestNN::test_hardtanh_inplace_gradgrad, test/test_nn.py::TestNN::test_huber_loss_invalid_delta, test/test_nn.py::TestNN::test_inplace_thnn, test/test_nn.py::TestNN::test_interpolate, test/test_nn.py::TestNN::test_interpolate_bicubic_2d, test/test_nn.py::TestNN::test_interpolate_bicubic_2d_cuda, test/test_nn.py::TestNN::test_interpolate_bicubic_2d_zero_dim, test/test_nn.py::TestNN::test_interpolate_bicubic_2d_zero_dim_cuda, test/test_nn.py::TestNN::test_interpolate_bicubic_scale_2d, test/test_nn.py::TestNN::test_interpolate_bicubic_scale_2d_cuda, test/test_nn.py::TestNN::test_interpolate_bicubic_scale_tuple_shared_2d, test/test_nn.py::TestNN::test_interpolate_bicubic_scale_tuple_shared_2d_cuda, test/test_nn.py::TestNN::test_interpolate_bicubic_scale_tuple_skewed_2d, test/test_nn.py::TestNN::test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners, test/test_nn.py::TestNN::test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda, test/test_nn.py::TestNN::test_interpolate_bicubic_scale_tuple_skewed_2d_cuda, test/test_nn.py::TestNN::test_interpolate_bicubic_tuple_2d, test/test_nn.py::TestNN::test_interpolate_bicubic_tuple_2d_align_corners, test/test_nn.py::TestNN::test_interpolate_bicubic_tuple_2d_align_corners_cuda, test/test_nn.py::TestNN::test_interpolate_bicubic_tuple_2d_cuda, test/test_nn.py::TestNN::test_interpolate_bilinear_2d, test/test_nn.py::TestNN::test_interpolate_bilinear_2d_cuda, test/test_nn.py::TestNN::test_interpolate_bilinear_2d_zero_dim, test/test_nn.py::TestNN::test_interpolate_bilinear_2d_zero_dim_cuda, test/test_nn.py::TestNN::test_interpolate_bilinear_scale_2d, test/test_nn.py::TestNN::test_interpolate_bilinear_scale_2d_cuda, test/test_nn.py::TestNN::test_interpolate_bilinear_scale_tuple_shared_2d, test/test_nn.py::TestNN::test_interpolate_bilinear_scale_tuple_shared_2d_cuda, test/test_nn.py::TestNN::test_interpolate_bilinear_scale_tuple_skewed_2d, test/test_nn.py::TestNN::test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners, test/test_nn.py::TestNN::test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda, test/test_nn.py::TestNN::test_interpolate_bilinear_scale_tuple_skewed_2d_cuda, test/test_nn.py::TestNN::test_interpolate_bilinear_tuple_2d, test/test_nn.py::TestNN::test_interpolate_bilinear_tuple_2d_align_corners, test/test_nn.py::TestNN::test_interpolate_bilinear_tuple_2d_align_corners_cuda, test/test_nn.py::TestNN::test_interpolate_bilinear_tuple_2d_cuda, test/test_nn.py::TestNN::test_interpolate_buffer_overflow, test/test_nn.py::TestNN::test_interpolate_illegal_memory_access, test/test_nn.py::TestNN::test_interpolate_linear_1d, test/test_nn.py::TestNN::test_interpolate_linear_1d_align_corners, test/test_nn.py::TestNN::test_interpolate_linear_1d_align_corners_cuda, test/test_nn.py::TestNN::test_interpolate_linear_1d_cuda, test/test_nn.py::TestNN::test_interpolate_linear_1d_zero_dim, test/test_nn.py::TestNN::test_interpolate_linear_1d_zero_dim_cuda, test/test_nn.py::TestNN::test_interpolate_linear_scale_1d, test/test_nn.py::TestNN::test_interpolate_linear_scale_1d_align_corners, test/test_nn.py::TestNN::test_interpolate_linear_scale_1d_align_corners_cuda, test/test_nn.py::TestNN::test_interpolate_linear_scale_1d_cuda, test/test_nn.py::TestNN::test_interpolate_linear_tuple_1d, test/test_nn.py::TestNN::test_interpolate_linear_tuple_1d_cuda, test/test_nn.py::TestNN::test_interpolate_nearest_1d, test/test_nn.py::TestNN::test_interpolate_nearest_1d_cuda, test/test_nn.py::TestNN::test_interpolate_nearest_1d_zero_dim, test/test_nn.py::TestNN::test_interpolate_nearest_1d_zero_dim_cuda, test/test_nn.py::TestNN::test_interpolate_nearest_2d, test/test_nn.py::TestNN::test_interpolate_nearest_2d_cuda, test/test_nn.py::TestNN::test_interpolate_nearest_2d_launch_configs, test/test_nn.py::TestNN::test_interpolate_nearest_2d_launch_configs_cuda, test/test_nn.py::TestNN::test_interpolate_nearest_2d_zero_dim, test/test_nn.py::TestNN::test_interpolate_nearest_2d_zero_dim_cuda, test/test_nn.py::TestNN::test_interpolate_nearest_3d, test/test_nn.py::TestNN::test_interpolate_nearest_3d_cuda, test/test_nn.py::TestNN::test_interpolate_nearest_3d_zero_dim, test/test_nn.py::TestNN::test_interpolate_nearest_3d_zero_dim_cuda, test/test_nn.py::TestNN::test_interpolate_nearest_scale_1d, test/test_nn.py::TestNN::test_interpolate_nearest_scale_1d_cuda, test/test_nn.py::TestNN::test_interpolate_nearest_scale_2d, test/test_nn.py::TestNN::test_interpolate_nearest_scale_2d_cuda, test/test_nn.py::TestNN::test_interpolate_nearest_scale_3d, test/test_nn.py::TestNN::test_interpolate_nearest_scale_3d_cuda, test/test_nn.py::TestNN::test_interpolate_nearest_tuple_1d, test/test_nn.py::TestNN::test_interpolate_nearest_tuple_1d_cuda, test/test_nn.py::TestNN::test_interpolate_nearest_tuple_2d, test/test_nn.py::TestNN::test_interpolate_nearest_tuple_2d_cuda, test/test_nn.py::TestNN::test_interpolate_nearest_tuple_3d, test/test_nn.py::TestNN::test_interpolate_nearest_tuple_3d_cuda, test/test_nn.py::TestNN::test_interpolate_trilinear_3d, test/test_nn.py::TestNN::test_interpolate_trilinear_3d_cuda, test/test_nn.py::TestNN::test_interpolate_trilinear_3d_zero_dim, test/test_nn.py::TestNN::test_interpolate_trilinear_3d_zero_dim_cuda, test/test_nn.py::TestNN::test_interpolate_trilinear_scale_3d, test/test_nn.py::TestNN::test_interpolate_trilinear_scale_3d_align_corners, test/test_nn.py::TestNN::test_interpolate_trilinear_scale_3d_align_corners_cuda, test/test_nn.py::TestNN::test_interpolate_trilinear_scale_3d_cuda, test/test_nn.py::TestNN::test_interpolate_trilinear_tuple_3d, test/test_nn.py::TestNN::test_interpolate_trilinear_tuple_3d_align_corners, test/test_nn.py::TestNN::test_interpolate_trilinear_tuple_3d_align_corners_cuda, test/test_nn.py::TestNN::test_interpolate_trilinear_tuple_3d_cuda, test/test_nn.py::TestNN::test_interpolate_undefined_behavior_casting, test/test_nn.py::TestNN::test_kl_div_log_softmax_target, test/test_nn.py::TestNN::test_kl_div_with_diff_type, test/test_nn.py::TestNN::test_kl_div_with_diff_type_log_target, test/test_nn.py::TestNN::test_l1_loss_correct, test/test_nn.py::TestNN::test_layer_norm_backwards_eps, test/test_nn.py::TestNN::test_layer_norm_eps, test/test_nn.py::TestNN::test_layer_norm_grads_with_create_graph_flag, test/test_nn.py::TestNN::test_layer_norm_large_tensor, test/test_nn.py::TestNN::test_linear_autograd_device_cpu_bias_weightCOO, test/test_nn.py::TestNN::test_linear_autograd_device_cpu_bias_weightCSC, test/test_nn.py::TestNN::test_linear_autograd_device_cpu_bias_weightCSR, test/test_nn.py::TestNN::test_linear_autograd_device_cpu_bias_weightStrided, test/test_nn.py::TestNN::test_linear_autograd_device_cpu_nobias_weightCOO, test/test_nn.py::TestNN::test_linear_autograd_device_cpu_nobias_weightCSC, test/test_nn.py::TestNN::test_linear_autograd_device_cpu_nobias_weightCSR, test/test_nn.py::TestNN::test_linear_autograd_device_cpu_nobias_weightStrided, test/test_nn.py::TestNN::test_linear_broadcasting, test/test_nn.py::TestNN::test_linear_raise_on_scalar_input, test/test_nn.py::TestNN::test_log_softmax_dim0, test/test_nn.py::TestNN::test_log_softmax_dim0_cuda, test/test_nn.py::TestNN::test_log_softmax_dim3, test/test_nn.py::TestNN::test_log_softmax_dim3_cuda, test/test_nn.py::TestNN::test_log_softmax_lastdim, test/test_nn.py::TestNN::test_log_softmax_lastdim_cuda, test/test_nn.py::TestNN::test_log_softmax_scalar, test/test_nn.py::TestNN::test_log_softmax_scalar_cuda, test/test_nn.py::TestNN::test_log_softmax_spatial, test/test_nn.py::TestNN::test_log_softmax_spatial_cuda, test/test_nn.py::TestNN::test_log_softmax_spatial_special, test/test_nn.py::TestNN::test_log_softmax_spatial_special_cuda, test/test_nn.py::TestNN::test_loss_equal_input_target_shape, test/test_nn.py::TestNN::test_margin_ranking_loss_margin_no_reduce, test/test_nn.py::TestNN::test_margin_ranking_loss_no_reduce, test/test_nn.py::TestNN::test_max_pool1d_invalid_output_size, test/test_nn.py::TestNN::test_module_apply_inplace_op, test/test_nn.py::TestNN::test_module_backcompat, test/test_nn.py::TestNN::test_module_super_init, test/test_nn.py::TestNN::test_module_to_argparse, test/test_nn.py::TestNN::test_modules, test/test_nn.py::TestNN::test_mse_loss_size_warning, test/test_nn.py::TestNN::test_multimarginloss_1d_input_0d_target_no_reduce, test/test_nn.py::TestNN::test_multimarginloss_1d_input_0d_target_no_reduce_cuda, test/test_nn.py::TestNN::test_named_children, test/test_nn.py::TestNN::test_named_modules, test/test_nn.py::TestNN::test_named_parameters_remove_duplicate, test/test_nn.py::TestNN::test_native_channel_shuffle_return_alias_of_self, test/test_nn.py::TestNN::test_nested_tensor_from_mask, test/test_nn.py::TestNN::test_nested_tensor_from_mask_error, test/test_nn.py::TestNN::test_no_grad, test/test_nn.py::TestNN::test_non_leaf_parameters, test/test_nn.py::TestNN::test_normalize, test/test_nn.py::TestNN::test_overwrite_module_params_on_conversion, test/test_nn.py::TestNN::test_pack_sequence_batch_sizes_throw, test/test_nn.py::TestNN::test_pad_scalar_error, test/test_nn.py::TestNN::test_padding_list, test/test_nn.py::TestNN::test_pairwise_distance, test/test_nn.py::TestNN::test_parameter_assignment, test/test_nn.py::TestNN::test_parameterlistdict_pickle, test/test_nn.py::TestNN::test_parameterlistdict_setting_attributes, test/test_nn.py::TestNN::test_parameters_and_named_parameters, test/test_nn.py::TestNN::test_parameters_to_vector, test/test_nn.py::TestNN::test_parse_to, test/test_nn.py::TestNN::test_partial_flat_weights, test/test_nn.py::TestNN::test_pdist, test/test_nn.py::TestNN::test_pdist_cpu_gradgrad_unimplemented, test/test_nn.py::TestNN::test_pdist_cuda_gradgrad_unimplemented, test/test_nn.py::TestNN::test_pdist_empty_col, test/test_nn.py::TestNN::test_pdist_empty_row, test/test_nn.py::TestNN::test_pdist_large, test/test_nn.py::TestNN::test_pdist_zeros, test/test_nn.py::TestNN::test_pickle_module_no_weights_only_warning, test/test_nn.py::TestNN::test_pixel_shuffle_nhwc_cpu, test/test_nn.py::TestNN::test_pixel_shuffle_unshuffle, test/test_nn.py::TestNN::test_pointwise_loss_broadcast, test/test_nn.py::TestNN::test_pointwise_loss_target_grad_none_reduction, test/test_nn.py::TestNN::test_projections_errors_on_gru_and_rnn, test/test_nn.py::TestNN::test_projections_lstm_args_check, test/test_nn.py::TestNN::test_projections_lstm_check_device, test/test_nn.py::TestNN::test_projections_lstm_initial_hidden_state, test/test_nn.py::TestNN::test_register_buffer_allows_overwriting_with_same_name, test/test_nn.py::TestNN::test_register_buffer_allows_tensor_like_object, test/test_nn.py::TestNN::test_register_buffer_raises_error_if_attr_exists, test/test_nn.py::TestNN::test_register_buffer_raises_error_if_name_is_not_string, test/test_nn.py::TestNN::test_register_buffer_raises_error_if_not_tensor, test/test_nn.py::TestNN::test_register_parameter_allows_overwriting_with_same_name, test/test_nn.py::TestNN::test_register_parameter_raises_error_if_attr_exists, test/test_nn.py::TestNN::test_register_parameter_raises_error_if_name_is_not_string, test/test_nn.py::TestNN::test_relu_inplace_on_view, test/test_nn.py::TestNN::test_repr, test/test_nn.py::TestNN::test_requires_grad_, test/test_nn.py::TestNN::test_rnn_args_check, test/test_nn.py::TestNN::test_rnn_check_device, test/test_nn.py::TestNN::test_rnn_initial_hidden_state, test/test_nn.py::TestNN::test_rnn_weight_norm, test/test_nn.py::TestNN::test_set_submodule, test/test_nn.py::TestNN::test_share_memory, test/test_nn.py::TestNN::test_smoothl1loss_intergral_target, test/test_nn.py::TestNN::test_smoothl1loss_negative_beta_not_supported, test/test_nn.py::TestNN::test_softmax_functional_dim0, test/test_nn.py::TestNN::test_softmax_functional_dim0_cuda, test/test_nn.py::TestNN::test_softmax_functional_dim3, test/test_nn.py::TestNN::test_softmax_functional_dim3_cuda, test/test_nn.py::TestNN::test_softmax_functional_scalar, test/test_nn.py::TestNN::test_softmax_functional_scalar_cuda, test/test_nn.py::TestNN::test_softmax_lastdim, test/test_nn.py::TestNN::test_softmax_lastdim_cuda, test/test_nn.py::TestNN::test_softmax_lastdim_dtype, test/test_nn.py::TestNN::test_softmax_lastdim_dtype_cuda, test/test_nn.py::TestNN::test_softmax_spatial, test/test_nn.py::TestNN::test_softmax_spatial_cuda, test/test_nn.py::TestNN::test_softmax_spatial_dtype, test/test_nn.py::TestNN::test_softmax_spatial_dtype_cuda, test/test_nn.py::TestNN::test_softmax_spatial_special, test/test_nn.py::TestNN::test_softmax_spatial_special_cuda, test/test_nn.py::TestNN::test_softmin, test/test_nn.py::TestNN::test_spectral_norm, test/test_nn.py::TestNN::test_spectral_norm_dim, test/test_nn.py::TestNN::test_spectral_norm_forward, test/test_nn.py::TestNN::test_spectral_norm_load_state_dict, test/test_nn.py::TestNN::test_spectral_norm_pickle, test/test_nn.py::TestNN::test_state_dict, test/test_nn.py::TestNN::test_swap_module_params_poisons_acc_grad, test/test_nn.py::TestNN::test_sync_batchnorm_accuracy_cuda, test/test_nn.py::TestNN::test_sync_batchnorm_backward_elemt, test/test_nn.py::TestNN::test_threshold_bfloat16_half, test/test_nn.py::TestNN::test_threshold_int, test/test_nn.py::TestNN::test_to, test/test_nn.py::TestNN::test_train_errors_for_invalid_mode, test/test_nn.py::TestNN::test_transformer_args_check, test/test_nn.py::TestNN::test_transformer_layer_args_check, test/test_nn.py::TestNN::test_transformerdecoder, test/test_nn.py::TestNN::test_transformerdecoderlayer, test/test_nn.py::TestNN::test_transformerdecoderlayer_gelu, test/test_nn.py::TestNN::test_triplet_margin_loss, test/test_nn.py::TestNN::test_triplet_margin_loss_no_reduce, test/test_nn.py::TestNN::test_triplet_margin_loss_swap, test/test_nn.py::TestNN::test_triplet_margin_loss_swap_no_reduce, test/test_nn.py::TestNN::test_type, test/test_nn.py::TestNN::test_unflatten, test/test_nn.py::TestNN::test_unflatten_invalid_arg, test/test_nn.py::TestNN::test_unfold_invalid_arg, test/test_nn.py::TestNN::test_upsamplingBilinear2d_spatial_invariance, test/test_nn.py::TestNN::test_upsamplingLinear1d, test/test_nn.py::TestNN::test_upsamplingLinear1d_spatial_invariance, test/test_nn.py::TestNN::test_upsamplingTrilinear3d_spatial_invariance, test/test_nn.py::TestNN::test_upsampling_bfloat16, test/test_nn.py::TestNN::test_upsampling_not_recompute_scale_factor, test/test_nn.py::TestNN::test_upsampling_small_scale, test/test_nn.py::TestNN::test_vector_to_parameters, test/test_nn.py::TestNN::test_weight_norm, test/test_nn.py::TestNN::test_weight_norm_pickle, test/test_nn.py::TestNN::test_weighted_huber_loss, test/test_nn.py::TestNN::test_weighted_l1_loss_with_weights, test/test_nn.py::TestNN::test_weighted_mse_loss, test/test_nn.py::TestNN::test_zero_grad, test/test_nn.py::TestFusionEval::test_fuse_module_eval_numerics, test/test_nn.py::TestConstantPadNd::test_constant_pad_nd, test/test_nn.py::TestConstantPadNd::test_preserves_memory_format, test/test_nn.py::TestAddRelu::test_add_relu, test/test_nn.py::TestAddRelu::test_add_relu_broadcasting, test/test_nn.py::TestFunctionalPickle::test_pickle_softsign, test/test_nn.py::TestFusionUtils::test_fuse_conv_bn_requires_grad, test/test_nn.py::TestFusionUtils::test_fuse_linear_bn_requires_grad, test/test_nn.py::TestUtils::test_consume_prefix_in_state_dict_if_present, test/test_nn.py::TestNNDeviceTypeCPU::test_BatchNorm_empty_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_Bilinear_empty_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_CTCLoss_cudnn_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_CTCLoss_empty_target_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_False_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_True_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_CTCLoss_no_batch_dim_reduction_none_use_module_form_False_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_CTCLoss_no_batch_dim_reduction_none_use_module_form_True_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_False_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_True_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_GRU_grad_and_gradgrad_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_GroupNorm_empty_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_GroupNorm_general_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_GroupNorm_memory_format_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_GroupNorm_numeric_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_GroupNorm_raises_error_if_one_value_per_group_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_InstanceNorm1d_general_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_InstanceNorm2d_general_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_InstanceNorm3d_general_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_LSTM_differentiable_backward_using_oneDNN_cpu_bfloat16, test/test_nn.py::TestNNDeviceTypeCPU::test_LSTM_differentiable_backward_using_oneDNN_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_LSTM_grad_and_gradgrad_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_LayerNorm_general_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_LayerNorm_numeric_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_LocalResponseNorm_empty_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_MarginLoss_empty_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_MarginLoss_empty_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_MarginLoss_race_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_MarginLoss_race_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_MarginLoss_warnings_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_ReflectionPad2d_large_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_ReflectionPad2d_large_deterministic_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_ReflectionPad3d_large_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_ReflectionPad_empty_cpu_complex64, test/test_nn.py::TestNNDeviceTypeCPU::test_ReflectionPad_empty_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_ReflectionPad_fails_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_ReplicationPad1d_large_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_ReplicationPad2d_large_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_ReplicationPad3d_large_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_ReplicationPad_empty_cpu_complex128, test/test_nn.py::TestNNDeviceTypeCPU::test_ReplicationPad_empty_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_TransformerDecoderLayer_empty_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_TransformerDecoder_empty_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_TransformerEncoderLayer_empty_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_TransformerEncoder_empty_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_Transformer_empty_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_Unfold_empty_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_activations_bfloat16_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_activations_bfloat16_half_cpu_cpu_bfloat16, test/test_nn.py::TestNNDeviceTypeCPU::test_activations_bfloat16_half_cpu_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_adaptiveavg_pool1d_shmem_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_affine_2d_rotate0_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_affine_2d_rotate45_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_affine_2d_rotate90_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_affine_2d_rotateRandom_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_affine_3d_rotateRandom_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_avg_pool_large_tensor2_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_avg_pool_large_tensor_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_batchnorm_affine_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_batchnorm_affine_mixed_cpu_bfloat16, test/test_nn.py::TestNNDeviceTypeCPU::test_batchnorm_affine_mixed_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_batchnorm_eval_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_batchnorm_eval_mixed_cpu_bfloat16, test/test_nn.py::TestNNDeviceTypeCPU::test_batchnorm_eval_mixed_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_batchnorm_grad_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_batchnorm_large_batch_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_batchnorm_large_batch_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_batchnorm_simple_average_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_batchnorm_simple_average_mixed_cpu_bfloat16, test/test_nn.py::TestNNDeviceTypeCPU::test_batchnorm_simple_average_mixed_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_batchnorm_update_stats_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_channel_shuffle_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_clip_grad_norm_error_if_nonfinite_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_clip_grad_norm_foreach_False_norm_type_0_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_clip_grad_norm_foreach_False_norm_type_1_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_clip_grad_norm_foreach_False_norm_type_2_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_clip_grad_norm_foreach_False_norm_type_4_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_clip_grad_norm_foreach_False_norm_type_inf_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_clip_grad_norm_foreach_True_norm_type_0_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_clip_grad_norm_foreach_True_norm_type_1_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_clip_grad_norm_foreach_True_norm_type_2_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_clip_grad_norm_foreach_True_norm_type_4_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_clip_grad_norm_foreach_True_norm_type_inf_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_clip_grad_norm_multi_device_foreach_False_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_clip_grad_norm_multi_device_foreach_True_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_clip_grad_value_foreach_False_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_clip_grad_value_foreach_True_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_conv_empty_input_cpu_bfloat16, test/test_nn.py::TestNNDeviceTypeCPU::test_conv_empty_input_cpu_complex128, test/test_nn.py::TestNNDeviceTypeCPU::test_conv_empty_input_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_conv_empty_input_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_64bit_reduction_mean_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_64bit_reduction_none_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_64bit_reduction_sum_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_label_smoothing_consistent_index_target_and_probs_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_label_smoothing_errors_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_label_smoothing_weight_ignore_indices_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_label_smoothing_with_probs_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_large_tensor_reduction_mean_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_large_tensor_reduction_none_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_large_tensor_reduction_sum_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_loss_2d_out_of_bounds_class_index_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_loss_2d_out_of_bounds_class_index_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_loss_index_target_unit_weights_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_loss_one_hot_target_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_loss_prob_target_all_reductions_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_False_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_True_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_False_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_True_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_False_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_True_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_cross_entropy_loss_prob_target_unit_weights_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_ctc_loss_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_ctc_loss_cudnn_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_ctc_loss_cudnn_tensor_cpu_length_cuda_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_ctc_loss_cudnn_tensor_cuda_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_ctc_loss_error_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_device_mask_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_elu_inplace_overlap_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_elu_inplace_with_neg_alpha_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_fold_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_glu_bfloat16_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_grid_sample_bfloat16_precision_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_grid_sample_half_precision_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_grid_sample_large_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_grid_sample_large_index_2d_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_grid_sample_large_index_2d_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_grid_sample_large_index_3d_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_grid_sample_large_index_3d_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_grid_sample_nan_inf_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_grid_sample_nan_inf_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_groupnorm_nhwc_cpu_bfloat16, test/test_nn.py::TestNNDeviceTypeCPU::test_groupnorm_nhwc_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_groupnorm_nhwc_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_groupnorm_nhwc_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_gumbel_softmax_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_gumbel_softmax_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_hardsigmoid_grad_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_hardswish_grad_corner_cpu_bfloat16, test/test_nn.py::TestNNDeviceTypeCPU::test_hardswish_grad_corner_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_hardswish_grad_corner_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_hardswish_grad_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_hardswish_inplace_overlap_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_instancenorm_raises_error_for_single_spatial_element_during_training_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_instancenorm_raises_error_if_input_channels_is_not_num_features_InstanceNorm1d_no_batch_dim_False_affine_False_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_instancenorm_raises_error_if_input_channels_is_not_num_features_InstanceNorm1d_no_batch_dim_False_affine_True_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_instancenorm_raises_error_if_input_channels_is_not_num_features_InstanceNorm1d_no_batch_dim_True_affine_False_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_instancenorm_raises_error_if_input_channels_is_not_num_features_InstanceNorm1d_no_batch_dim_True_affine_True_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_instancenorm_raises_error_if_input_channels_is_not_num_features_InstanceNorm2d_no_batch_dim_False_affine_False_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_instancenorm_raises_error_if_input_channels_is_not_num_features_InstanceNorm2d_no_batch_dim_False_affine_True_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_instancenorm_raises_error_if_input_channels_is_not_num_features_InstanceNorm2d_no_batch_dim_True_affine_False_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_instancenorm_raises_error_if_input_channels_is_not_num_features_InstanceNorm2d_no_batch_dim_True_affine_True_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_instancenorm_raises_error_if_input_channels_is_not_num_features_InstanceNorm3d_no_batch_dim_False_affine_False_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_instancenorm_raises_error_if_input_channels_is_not_num_features_InstanceNorm3d_no_batch_dim_False_affine_True_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_instancenorm_raises_error_if_input_channels_is_not_num_features_InstanceNorm3d_no_batch_dim_True_affine_False_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_instancenorm_raises_error_if_input_channels_is_not_num_features_InstanceNorm3d_no_batch_dim_True_affine_True_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_instancenorm_raises_error_if_less_than_one_value_per_channel_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_invalid_reduction_strings_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_layernorm_half_precision_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_layernorm_weight_bias_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_leaky_relu_inplace_overlap_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_leaky_relu_inplace_with_neg_slope_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_leaky_relu_inplace_with_zero_slope_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_linear_empty_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_log_softmax_big_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_log_softmax_cpu_cpu_bfloat16, test/test_nn.py::TestNNDeviceTypeCPU::test_log_softmax_cpu_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_logsigmoid_out_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_lstmcell_backward_only_one_output_grad_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_masked_softmax_TxT_layout_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_masked_softmax_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_masked_softmax_devices_parity_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_masked_softmax_forward_with_nans_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_masked_softmax_grad_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_masked_softmax_lowp_cpu_bfloat16, test/test_nn.py::TestNNDeviceTypeCPU::test_masked_softmax_lowp_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_masked_softmax_mask_types_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_masked_softmax_transformer_layout_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_mish_inplace_overlap_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_module_to_empty_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_module_to_empty_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_module_to_empty_non_recursive_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_mse_loss_error_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_nll_loss_1d_input_1d_target_invalid_size_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_nll_loss_all_ignored_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_nll_loss_byte_target_matches_long_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_nll_loss_empty_tensor_reduction_mean_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_nll_loss_empty_tensor_reduction_none_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_nll_loss_empty_tensor_reduction_sum_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_nll_loss_invalid_target_dim_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_nll_loss_invalid_weights_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_nll_loss_large_tensor_reduction_mean_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_nll_loss_large_tensor_reduction_none_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_nll_loss_large_tensor_reduction_sum_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_nll_loss_mismatched_batch_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_nll_loss_out_of_bounds_ignore_index_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_nll_loss_total_weight_is_zero_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_nn_empty_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_nn_scalars_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_nn_scalars_reductions_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_nonlinearity_propagate_nan_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_one_hot_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_overwrite_module_params_on_conversion_cpu_device_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_pad_cpu_complex128, test/test_nn.py::TestNNDeviceTypeCPU::test_pad_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_prelu_backward_32bit_indexing_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_replicatepad_64bit_indexing_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_rmsnorm_epsilon_cpu_bfloat16, test/test_nn.py::TestNNDeviceTypeCPU::test_rmsnorm_epsilon_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_rmsnorm_epsilon_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_rmsnorm_epsilon_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_rmsnorm_numeric_cpu_bfloat16, test/test_nn.py::TestNNDeviceTypeCPU::test_rmsnorm_numeric_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_rnn_fused_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_rnn_fused_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_rnn_retain_variables_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_save_lstm_compatibility_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_silu_inplace_overlap_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_skip_init_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_smooth_l1_loss_bfloat16_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_smooth_l1_loss_vs_huber_loss_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_smoothl1loss_backward_zero_beta_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_softmax_64bit_indexing_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_softmax_backward_64bit_indexing_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_softmax_backward_smem_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_softmax_backward_unaligned_grad_output_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_softmax_backward_unaligned_output_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_softmax_backward_without_fully_vectorized_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_softmax_bfloat16_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_softmax_cpu_cpu_bfloat16, test/test_nn.py::TestNNDeviceTypeCPU::test_softmax_cpu_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_softmax_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_softmax_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_softmax_double_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_softmax_forward_64bit_indexing_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_softmax_results_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_softplus_inplace_overlap_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_softplus_low_threshold_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_softshrink_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_softshrink_inplace_overlap_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_softshrink_negative_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_threshold_inplace_overlap_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_to_complex_cpu_complex128, test/test_nn.py::TestNNDeviceTypeCPU::test_to_complex_cpu_complex64, test/test_nn.py::TestNNDeviceTypeCPU::test_to_complex_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_transformerencoderlayer_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_transformerencoderlayer_fast_path_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_transformerencoderlayer_gelu_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_triplet_margin_with_distance_loss_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_triplet_margin_with_distance_loss_default_parity_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiLinear2d_consistency_interp_size_bug_memory_format0_align_corners_False_input_size_399_output_size_437_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiLinear2d_consistency_interp_size_bug_memory_format0_align_corners_False_input_size_403_output_size_377_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiLinear2d_consistency_interp_size_bug_memory_format0_align_corners_True_input_size_399_output_size_437_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiLinear2d_consistency_interp_size_bug_memory_format0_align_corners_True_input_size_403_output_size_377_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiLinear2d_consistency_interp_size_bug_memory_format1_align_corners_False_input_size_399_output_size_437_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiLinear2d_consistency_interp_size_bug_memory_format1_align_corners_False_input_size_403_output_size_377_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiLinear2d_consistency_interp_size_bug_memory_format1_align_corners_True_input_size_399_output_size_437_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiLinear2d_consistency_interp_size_bug_memory_format1_align_corners_True_input_size_403_output_size_377_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_antialias_False_align_corners_False_mode_bicubic_memory_format0_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_antialias_False_align_corners_False_mode_bicubic_memory_format1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_antialias_False_align_corners_False_mode_bilinear_memory_format0_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_antialias_False_align_corners_False_mode_bilinear_memory_format1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_antialias_False_align_corners_True_mode_bicubic_memory_format0_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_antialias_False_align_corners_True_mode_bicubic_memory_format1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_antialias_False_align_corners_True_mode_bilinear_memory_format0_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_antialias_False_align_corners_True_mode_bilinear_memory_format1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_antialias_True_align_corners_False_mode_bicubic_memory_format0_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_antialias_True_align_corners_False_mode_bicubic_memory_format1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_antialias_True_align_corners_False_mode_bilinear_memory_format0_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_antialias_True_align_corners_False_mode_bilinear_memory_format1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_antialias_True_align_corners_True_mode_bicubic_memory_format0_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_antialias_True_align_corners_True_mode_bicubic_memory_format1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_antialias_True_align_corners_True_mode_bilinear_memory_format0_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_antialias_True_align_corners_True_mode_bilinear_memory_format1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bicubic_float32_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bicubic_float64_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bicubic_int16_cpu_int16, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bicubic_int32_cpu_int32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bicubic_int64_cpu_int64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bicubic_int8_cpu_int8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bicubic_uint8_cpu_uint8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bilinear_float32_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bilinear_float64_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bilinear_int16_cpu_int16, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bilinear_int32_cpu_int32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bilinear_int64_cpu_int64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bilinear_int8_cpu_int8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bilinear_uint8_cpu_uint8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest-exact_float32_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest-exact_float64_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest-exact_int16_cpu_int16, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest-exact_int32_cpu_int32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest-exact_int64_cpu_int64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest-exact_int8_cpu_int8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest-exact_uint8_cpu_uint8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest_float32_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest_float64_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest_int16_cpu_int16, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest_int32_cpu_int32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest_int64_cpu_int64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest_int8_cpu_int8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest_uint8_cpu_uint8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bicubic_float32_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bicubic_float64_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bicubic_int16_cpu_int16, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bicubic_int32_cpu_int32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bicubic_int64_cpu_int64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bicubic_int8_cpu_int8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bicubic_uint8_cpu_uint8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bilinear_float32_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bilinear_float64_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bilinear_int16_cpu_int16, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bilinear_int32_cpu_int32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bilinear_int64_cpu_int64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bilinear_int8_cpu_int8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bilinear_uint8_cpu_uint8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest-exact_float32_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest-exact_float64_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest-exact_int16_cpu_int16, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest-exact_int32_cpu_int32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest-exact_int64_cpu_int64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest-exact_int8_cpu_int8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest-exact_uint8_cpu_uint8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest_float32_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest_float64_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest_int16_cpu_int16, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest_int32_cpu_int32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest_int64_cpu_int64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest_int8_cpu_int8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest_uint8_cpu_uint8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bicubic_float32_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bicubic_float64_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bicubic_int16_cpu_int16, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bicubic_int32_cpu_int32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bicubic_int64_cpu_int64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bicubic_int8_cpu_int8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bicubic_uint8_cpu_uint8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bilinear_float32_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bilinear_float64_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bilinear_int16_cpu_int16, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bilinear_int32_cpu_int32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bilinear_int64_cpu_int64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bilinear_int8_cpu_int8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bilinear_uint8_cpu_uint8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest-exact_float32_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest-exact_float64_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest-exact_int16_cpu_int16, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest-exact_int32_cpu_int32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest-exact_int64_cpu_int64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest-exact_int8_cpu_int8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest-exact_uint8_cpu_uint8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest_float32_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest_float64_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest_int16_cpu_int16, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest_int32_cpu_int32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest_int64_cpu_int64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest_int8_cpu_int8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest_uint8_cpu_uint8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bicubic_float32_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bicubic_float64_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bicubic_int16_cpu_int16, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bicubic_int32_cpu_int32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bicubic_int64_cpu_int64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bicubic_int8_cpu_int8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bicubic_uint8_cpu_uint8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bilinear_float32_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bilinear_float64_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bilinear_int16_cpu_int16, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bilinear_int32_cpu_int32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bilinear_int64_cpu_int64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bilinear_int8_cpu_int8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bilinear_uint8_cpu_uint8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest-exact_float32_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest-exact_float64_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest-exact_int16_cpu_int16, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest-exact_int32_cpu_int32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest-exact_int64_cpu_int64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest-exact_int8_cpu_int8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest-exact_uint8_cpu_uint8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest_float32_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest_float64_cpu_float64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest_int16_cpu_int16, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest_int32_cpu_int32, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest_int64_cpu_int64, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest_int8_cpu_int8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest_uint8_cpu_uint8, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBicubic2d_aa_correctness_memory_format0_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBicubic2d_aa_correctness_memory_format1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBicubic2d_correctness_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBilinear2d_aa_correctness_memory_format0_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingBilinear2d_aa_correctness_memory_format1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest1d_correctness_isize_10_osize_15_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest1d_correctness_isize_20_osize_11_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest1d_launch_config_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest1d_mode_nearest-exact_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest1d_mode_nearest_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest2d_correctness_memory_format0_isize_10_osize_15_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest2d_correctness_memory_format0_isize_20_osize_11_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest2d_correctness_memory_format1_isize_10_osize_15_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest2d_correctness_memory_format1_isize_20_osize_11_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest2d_launch_config_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest2d_launch_fail_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest2d_launch_rocm_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest2d_memory_format0_mode_nearest-exact_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest2d_memory_format0_mode_nearest_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest2d_memory_format1_mode_nearest-exact_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest2d_memory_format1_mode_nearest_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest3d_correctness_memory_format0_isize_10_osize_15_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest3d_correctness_memory_format0_isize_20_osize_11_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest3d_correctness_memory_format1_isize_10_osize_15_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest3d_correctness_memory_format1_isize_20_osize_11_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest3d_launch_config_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest3d_memory_format0_mode_nearest-exact_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest3d_memory_format0_mode_nearest_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest3d_memory_format1_mode_nearest-exact_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearest3d_memory_format1_mode_nearest_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearestExact1d_correctness_isize_10_osize_15_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearestExact1d_correctness_isize_20_osize_11_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearestExact1d_rescale_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearestExact2d_correctness_memory_format0_isize_10_osize_15_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearestExact2d_correctness_memory_format0_isize_20_osize_11_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearestExact2d_correctness_memory_format1_isize_10_osize_15_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearestExact2d_correctness_memory_format1_isize_20_osize_11_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearestExact3d_correctness_memory_format0_isize_10_osize_15_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearestExact3d_correctness_memory_format0_isize_20_osize_11_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearestExact3d_correctness_memory_format1_isize_10_osize_15_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingNearestExact3d_correctness_memory_format1_isize_20_osize_11_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingTrilinear3d_align_corners_False_memory_format0_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingTrilinear3d_align_corners_False_memory_format1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingTrilinear3d_align_corners_True_memory_format0_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingTrilinear3d_align_corners_True_memory_format1_cpu, test/test_nn.py::TestNNDeviceTypeCPU::test_upsampling_64bit_indexing_channels_last_cpu_bfloat16, test/test_nn.py::TestNNDeviceTypeCPU::test_upsampling_64bit_indexing_channels_last_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_upsamplingnearest2d_backward_64bit_indexing_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_variable_sequence_cpu_float32, test/test_nn.py::TestNNDeviceTypeCPU::test_warp_softmax_64bit_indexing_cpu_float16, test/test_nn.py::TestNNDeviceTypeCPU::test_warp_softmax_64bit_indexing_cpu_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_BatchNorm_empty_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_Bilinear_empty_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_CTCLoss_cudnn_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_CTCLoss_empty_target_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_False_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_True_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_CTCLoss_no_batch_dim_reduction_none_use_module_form_False_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_CTCLoss_no_batch_dim_reduction_none_use_module_form_True_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_False_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_True_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_GRU_grad_and_gradgrad_mps_float64, test/test_nn.py::TestNNDeviceTypeMPS::test_GroupNorm_empty_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_GroupNorm_general_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_GroupNorm_memory_format_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_GroupNorm_numeric_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_GroupNorm_raises_error_if_one_value_per_group_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_InstanceNorm1d_general_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_InstanceNorm2d_general_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_InstanceNorm3d_general_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_LSTM_differentiable_backward_using_oneDNN_mps_bfloat16, test/test_nn.py::TestNNDeviceTypeMPS::test_LSTM_differentiable_backward_using_oneDNN_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_LSTM_grad_and_gradgrad_mps_float64, test/test_nn.py::TestNNDeviceTypeMPS::test_LayerNorm_general_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_LayerNorm_numeric_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_LocalResponseNorm_empty_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_MarginLoss_empty_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_MarginLoss_empty_mps_float64, test/test_nn.py::TestNNDeviceTypeMPS::test_MarginLoss_race_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_MarginLoss_race_mps_float64, test/test_nn.py::TestNNDeviceTypeMPS::test_MarginLoss_warnings_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_ReflectionPad2d_large_deterministic_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_ReflectionPad2d_large_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_ReflectionPad3d_large_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_ReflectionPad_empty_mps_complex64, test/test_nn.py::TestNNDeviceTypeMPS::test_ReflectionPad_empty_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_ReflectionPad_fails_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_ReplicationPad1d_large_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_ReplicationPad2d_large_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_ReplicationPad3d_large_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_ReplicationPad_empty_mps_complex128, test/test_nn.py::TestNNDeviceTypeMPS::test_ReplicationPad_empty_mps_float64, test/test_nn.py::TestNNDeviceTypeMPS::test_TransformerDecoderLayer_empty_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_TransformerDecoder_empty_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_TransformerEncoderLayer_empty_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_TransformerEncoder_empty_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_Transformer_empty_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_Unfold_empty_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_activations_bfloat16_half_cpu_mps_bfloat16, test/test_nn.py::TestNNDeviceTypeMPS::test_activations_bfloat16_half_cpu_mps_float16, test/test_nn.py::TestNNDeviceTypeMPS::test_activations_bfloat16_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_adaptiveavg_pool1d_shmem_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_affine_2d_rotate0_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_affine_2d_rotate45_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_affine_2d_rotate90_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_affine_2d_rotateRandom_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_affine_3d_rotateRandom_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_avg_pool_large_tensor2_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_avg_pool_large_tensor_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_batchnorm_affine_mixed_mps_bfloat16, test/test_nn.py::TestNNDeviceTypeMPS::test_batchnorm_affine_mixed_mps_float16, test/test_nn.py::TestNNDeviceTypeMPS::test_batchnorm_affine_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_batchnorm_eval_mixed_mps_bfloat16, test/test_nn.py::TestNNDeviceTypeMPS::test_batchnorm_eval_mixed_mps_float16, test/test_nn.py::TestNNDeviceTypeMPS::test_batchnorm_eval_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_batchnorm_grad_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_batchnorm_large_batch_mps_float16, test/test_nn.py::TestNNDeviceTypeMPS::test_batchnorm_large_batch_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_batchnorm_simple_average_mixed_mps_bfloat16, test/test_nn.py::TestNNDeviceTypeMPS::test_batchnorm_simple_average_mixed_mps_float16, test/test_nn.py::TestNNDeviceTypeMPS::test_batchnorm_simple_average_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_batchnorm_update_stats_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_channel_shuffle_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_clip_grad_norm_error_if_nonfinite_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_clip_grad_norm_foreach_False_norm_type_0_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_clip_grad_norm_foreach_False_norm_type_1_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_clip_grad_norm_foreach_False_norm_type_2_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_clip_grad_norm_foreach_False_norm_type_4_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_clip_grad_norm_foreach_False_norm_type_inf_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_clip_grad_norm_foreach_True_norm_type_0_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_clip_grad_norm_foreach_True_norm_type_1_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_clip_grad_norm_foreach_True_norm_type_2_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_clip_grad_norm_foreach_True_norm_type_4_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_clip_grad_norm_foreach_True_norm_type_inf_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_clip_grad_norm_multi_device_foreach_False_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_clip_grad_norm_multi_device_foreach_True_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_clip_grad_value_foreach_False_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_clip_grad_value_foreach_True_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_conv_empty_input_mps_complex64, test/test_nn.py::TestNNDeviceTypeMPS::test_conv_empty_input_mps_float16, test/test_nn.py::TestNNDeviceTypeMPS::test_conv_empty_input_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_cross_entropy_64bit_reduction_mean_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_cross_entropy_64bit_reduction_none_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_cross_entropy_64bit_reduction_sum_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_cross_entropy_label_smoothing_consistent_index_target_and_probs_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_cross_entropy_label_smoothing_errors_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_cross_entropy_label_smoothing_weight_ignore_indices_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_cross_entropy_label_smoothing_with_probs_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_cross_entropy_large_tensor_reduction_mean_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_cross_entropy_large_tensor_reduction_none_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_cross_entropy_large_tensor_reduction_sum_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_cross_entropy_loss_2d_out_of_bounds_class_index_mps_float16, test/test_nn.py::TestNNDeviceTypeMPS::test_cross_entropy_loss_2d_out_of_bounds_class_index_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_cross_entropy_loss_index_target_unit_weights_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_cross_entropy_loss_one_hot_target_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_cross_entropy_loss_prob_target_all_reductions_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_False_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_True_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_False_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_True_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_False_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_True_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_cross_entropy_loss_prob_target_unit_weights_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_ctc_loss_cudnn_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_ctc_loss_cudnn_tensor_cpu_length_cuda_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_ctc_loss_cudnn_tensor_cuda_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_ctc_loss_error_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_ctc_loss_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_device_mask_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_elu_inplace_overlap_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_elu_inplace_with_neg_alpha_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_fold_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_glu_bfloat16_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_grid_sample_bfloat16_precision_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_grid_sample_half_precision_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_grid_sample_large_index_2d_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_grid_sample_large_index_2d_mps_float64, test/test_nn.py::TestNNDeviceTypeMPS::test_grid_sample_large_index_3d_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_grid_sample_large_index_3d_mps_float64, test/test_nn.py::TestNNDeviceTypeMPS::test_grid_sample_large_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_grid_sample_nan_inf_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_grid_sample_nan_inf_mps_float64, test/test_nn.py::TestNNDeviceTypeMPS::test_groupnorm_nhwc_mps_bfloat16, test/test_nn.py::TestNNDeviceTypeMPS::test_groupnorm_nhwc_mps_float16, test/test_nn.py::TestNNDeviceTypeMPS::test_groupnorm_nhwc_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_groupnorm_nhwc_mps_float64, test/test_nn.py::TestNNDeviceTypeMPS::test_gumbel_softmax_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_hardsigmoid_grad_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_hardswish_grad_corner_mps_bfloat16, test/test_nn.py::TestNNDeviceTypeMPS::test_hardswish_grad_corner_mps_float16, test/test_nn.py::TestNNDeviceTypeMPS::test_hardswish_grad_corner_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_hardswish_grad_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_hardswish_inplace_overlap_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_instancenorm_raises_error_for_single_spatial_element_during_training_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_instancenorm_raises_error_if_input_channels_is_not_num_features_InstanceNorm1d_no_batch_dim_False_affine_False_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_instancenorm_raises_error_if_input_channels_is_not_num_features_InstanceNorm1d_no_batch_dim_False_affine_True_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_instancenorm_raises_error_if_input_channels_is_not_num_features_InstanceNorm1d_no_batch_dim_True_affine_False_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_instancenorm_raises_error_if_input_channels_is_not_num_features_InstanceNorm1d_no_batch_dim_True_affine_True_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_instancenorm_raises_error_if_input_channels_is_not_num_features_InstanceNorm2d_no_batch_dim_False_affine_False_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_instancenorm_raises_error_if_input_channels_is_not_num_features_InstanceNorm2d_no_batch_dim_False_affine_True_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_instancenorm_raises_error_if_input_channels_is_not_num_features_InstanceNorm2d_no_batch_dim_True_affine_False_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_instancenorm_raises_error_if_input_channels_is_not_num_features_InstanceNorm2d_no_batch_dim_True_affine_True_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_instancenorm_raises_error_if_input_channels_is_not_num_features_InstanceNorm3d_no_batch_dim_False_affine_False_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_instancenorm_raises_error_if_input_channels_is_not_num_features_InstanceNorm3d_no_batch_dim_False_affine_True_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_instancenorm_raises_error_if_input_channels_is_not_num_features_InstanceNorm3d_no_batch_dim_True_affine_False_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_instancenorm_raises_error_if_input_channels_is_not_num_features_InstanceNorm3d_no_batch_dim_True_affine_True_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_instancenorm_raises_error_if_less_than_one_value_per_channel_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_invalid_reduction_strings_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_layernorm_half_precision_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_layernorm_weight_bias_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_leaky_relu_inplace_overlap_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_leaky_relu_inplace_with_neg_slope_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_leaky_relu_inplace_with_zero_slope_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_linear_empty_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_log_softmax_big_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_log_softmax_cpu_mps_bfloat16, test/test_nn.py::TestNNDeviceTypeMPS::test_log_softmax_cpu_mps_float16, test/test_nn.py::TestNNDeviceTypeMPS::test_logsigmoid_out_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_lstmcell_backward_only_one_output_grad_mps_float64, test/test_nn.py::TestNNDeviceTypeMPS::test_masked_softmax_TxT_layout_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_masked_softmax_devices_parity_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_masked_softmax_forward_with_nans_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_masked_softmax_grad_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_masked_softmax_lowp_mps_bfloat16, test/test_nn.py::TestNNDeviceTypeMPS::test_masked_softmax_lowp_mps_float16, test/test_nn.py::TestNNDeviceTypeMPS::test_masked_softmax_mask_types_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_masked_softmax_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_masked_softmax_transformer_layout_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_mish_inplace_overlap_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_module_to_empty_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_module_to_empty_non_recursive_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_mse_loss_error_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_nll_loss_1d_input_1d_target_invalid_size_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_nll_loss_all_ignored_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_nll_loss_byte_target_matches_long_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_nll_loss_empty_tensor_reduction_mean_mps_float16, test/test_nn.py::TestNNDeviceTypeMPS::test_nll_loss_empty_tensor_reduction_mean_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_nll_loss_empty_tensor_reduction_none_mps_float16, test/test_nn.py::TestNNDeviceTypeMPS::test_nll_loss_empty_tensor_reduction_none_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_nll_loss_empty_tensor_reduction_sum_mps_float16, test/test_nn.py::TestNNDeviceTypeMPS::test_nll_loss_empty_tensor_reduction_sum_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_nll_loss_invalid_target_dim_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_nll_loss_invalid_weights_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_nll_loss_large_tensor_reduction_mean_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_nll_loss_large_tensor_reduction_none_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_nll_loss_large_tensor_reduction_sum_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_nll_loss_mismatched_batch_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_nll_loss_out_of_bounds_ignore_index_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_nll_loss_total_weight_is_zero_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_nn_empty_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_nn_scalars_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_nn_scalars_reductions_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_nonlinearity_propagate_nan_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_one_hot_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_overwrite_module_params_on_conversion_cpu_device_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_pad_mps_complex128, test/test_nn.py::TestNNDeviceTypeMPS::test_pad_mps_float64, test/test_nn.py::TestNNDeviceTypeMPS::test_prelu_backward_32bit_indexing_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_replicatepad_64bit_indexing_mps_float16, test/test_nn.py::TestNNDeviceTypeMPS::test_rmsnorm_epsilon_mps_bfloat16, test/test_nn.py::TestNNDeviceTypeMPS::test_rmsnorm_epsilon_mps_float16, test/test_nn.py::TestNNDeviceTypeMPS::test_rmsnorm_epsilon_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_rmsnorm_numeric_mps_bfloat16, test/test_nn.py::TestNNDeviceTypeMPS::test_rmsnorm_numeric_mps_float16, test/test_nn.py::TestNNDeviceTypeMPS::test_rnn_fused_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_rnn_fused_mps_float64, test/test_nn.py::TestNNDeviceTypeMPS::test_rnn_retain_variables_mps_float16, test/test_nn.py::TestNNDeviceTypeMPS::test_rnn_retain_variables_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_save_lstm_compatibility_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_silu_inplace_overlap_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_skip_init_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_smooth_l1_loss_bfloat16_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_smooth_l1_loss_vs_huber_loss_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_smoothl1loss_backward_zero_beta_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_softmax_64bit_indexing_mps_float16, test/test_nn.py::TestNNDeviceTypeMPS::test_softmax_backward_64bit_indexing_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_softmax_backward_smem_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_softmax_backward_unaligned_grad_output_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_softmax_backward_unaligned_output_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_softmax_backward_without_fully_vectorized_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_softmax_bfloat16_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_softmax_cpu_mps_bfloat16, test/test_nn.py::TestNNDeviceTypeMPS::test_softmax_cpu_mps_float16, test/test_nn.py::TestNNDeviceTypeMPS::test_softmax_double_mps_float64, test/test_nn.py::TestNNDeviceTypeMPS::test_softmax_forward_64bit_indexing_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_softmax_mps_float16, test/test_nn.py::TestNNDeviceTypeMPS::test_softmax_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_softmax_results_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_softplus_inplace_overlap_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_softplus_low_threshold_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_softshrink_inplace_overlap_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_softshrink_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_softshrink_negative_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_threshold_inplace_overlap_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_to_complex_mps_complex64, test/test_nn.py::TestNNDeviceTypeMPS::test_to_complex_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_transformerencoderlayer_fast_path_mps_float64, test/test_nn.py::TestNNDeviceTypeMPS::test_transformerencoderlayer_gelu_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_transformerencoderlayer_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_triplet_margin_with_distance_loss_default_parity_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_triplet_margin_with_distance_loss_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiLinear2d_consistency_interp_size_bug_memory_format0_align_corners_False_input_size_399_output_size_437_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiLinear2d_consistency_interp_size_bug_memory_format0_align_corners_False_input_size_403_output_size_377_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiLinear2d_consistency_interp_size_bug_memory_format0_align_corners_True_input_size_399_output_size_437_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiLinear2d_consistency_interp_size_bug_memory_format0_align_corners_True_input_size_403_output_size_377_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiLinear2d_consistency_interp_size_bug_memory_format1_align_corners_False_input_size_399_output_size_437_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiLinear2d_consistency_interp_size_bug_memory_format1_align_corners_False_input_size_403_output_size_377_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiLinear2d_consistency_interp_size_bug_memory_format1_align_corners_True_input_size_399_output_size_437_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiLinear2d_consistency_interp_size_bug_memory_format1_align_corners_True_input_size_403_output_size_377_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_antialias_False_align_corners_False_mode_bicubic_memory_format0_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_antialias_False_align_corners_False_mode_bicubic_memory_format1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_antialias_False_align_corners_False_mode_bilinear_memory_format0_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_antialias_False_align_corners_False_mode_bilinear_memory_format1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_antialias_False_align_corners_True_mode_bicubic_memory_format0_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_antialias_False_align_corners_True_mode_bicubic_memory_format1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_antialias_False_align_corners_True_mode_bilinear_memory_format0_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_antialias_False_align_corners_True_mode_bilinear_memory_format1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_antialias_True_align_corners_False_mode_bicubic_memory_format0_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_antialias_True_align_corners_False_mode_bicubic_memory_format1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_antialias_True_align_corners_False_mode_bilinear_memory_format0_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_antialias_True_align_corners_False_mode_bilinear_memory_format1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_antialias_True_align_corners_True_mode_bicubic_memory_format0_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_antialias_True_align_corners_True_mode_bicubic_memory_format1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_antialias_True_align_corners_True_mode_bilinear_memory_format0_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_antialias_True_align_corners_True_mode_bilinear_memory_format1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format0_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bicubic_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_False_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_False_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_3_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_32_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_False_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_False_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_restrided_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_consistency_memory_format1_mode_bilinear_antialias_True_align_corners_True_num_channels_5_output_size_600_check_as_unsqueezed_3d_tensor_True_non_contig_sliced_batch_size_5_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bicubic_float32_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bicubic_float64_mps_float64, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bicubic_int16_mps_int16, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bicubic_int32_mps_int32, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bicubic_int64_mps_int64, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bicubic_int8_mps_int8, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bicubic_uint8_mps_uint8, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bilinear_float32_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bilinear_float64_mps_float64, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bilinear_int16_mps_int16, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bilinear_int32_mps_int32, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bilinear_int64_mps_int64, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bilinear_int8_mps_int8, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_bilinear_uint8_mps_uint8, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest-exact_float32_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest-exact_float64_mps_float64, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest-exact_int16_mps_int16, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest-exact_int32_mps_int32, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest-exact_int64_mps_int64, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest-exact_int8_mps_int8, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest-exact_uint8_mps_uint8, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest_float32_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest_float64_mps_float64, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest_int16_mps_int16, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest_int32_mps_int32, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest_int64_mps_int64, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest_int8_mps_int8, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_3_mode_nearest_uint8_mps_uint8, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bicubic_float32_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bicubic_float64_mps_float64, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bicubic_int16_mps_int16, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bicubic_int32_mps_int32, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bicubic_int64_mps_int64, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bicubic_int8_mps_int8, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bicubic_uint8_mps_uint8, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bilinear_float32_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bilinear_float64_mps_float64, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bilinear_int16_mps_int16, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bilinear_int32_mps_int32, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bilinear_int64_mps_int64, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bilinear_int8_mps_int8, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_bilinear_uint8_mps_uint8, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest-exact_float32_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest-exact_float64_mps_float64, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest-exact_int16_mps_int16, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest-exact_int32_mps_int32, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest-exact_int64_mps_int64, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest-exact_int8_mps_int8, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest-exact_uint8_mps_uint8, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest_float32_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest_float64_mps_float64, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest_int16_mps_int16, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest_int32_mps_int32, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest_int64_mps_int64, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest_int8_mps_int8, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_False_num_channels_5_mode_nearest_uint8_mps_uint8, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bicubic_float32_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bicubic_float64_mps_float64, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bicubic_int16_mps_int16, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bicubic_int32_mps_int32, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bicubic_int64_mps_int64, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bicubic_int8_mps_int8, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bicubic_uint8_mps_uint8, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bilinear_float32_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bilinear_float64_mps_float64, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bilinear_int16_mps_int16, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bilinear_int32_mps_int32, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bilinear_int64_mps_int64, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bilinear_int8_mps_int8, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_bilinear_uint8_mps_uint8, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest-exact_float32_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest-exact_float64_mps_float64, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest-exact_int16_mps_int16, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest-exact_int32_mps_int32, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest-exact_int64_mps_int64, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest-exact_int8_mps_int8, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest-exact_uint8_mps_uint8, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest_float32_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest_float64_mps_float64, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest_int16_mps_int16, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest_int32_mps_int32, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest_int64_mps_int64, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest_int8_mps_int8, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_3_mode_nearest_uint8_mps_uint8, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bicubic_float32_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bicubic_float64_mps_float64, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bicubic_int16_mps_int16, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bicubic_int32_mps_int32, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bicubic_int64_mps_int64, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bicubic_int8_mps_int8, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bicubic_uint8_mps_uint8, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bilinear_float32_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bilinear_float64_mps_float64, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bilinear_int16_mps_int16, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bilinear_int32_mps_int32, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bilinear_int64_mps_int64, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bilinear_int8_mps_int8, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_bilinear_uint8_mps_uint8, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest-exact_float32_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest-exact_float64_mps_float64, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest-exact_int16_mps_int16, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest-exact_int32_mps_int32, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest-exact_int64_mps_int64, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest-exact_int8_mps_int8, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest-exact_uint8_mps_uint8, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest_float32_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest_float64_mps_float64, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest_int16_mps_int16, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest_int32_mps_int32, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest_int64_mps_int64, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest_int8_mps_int8, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBiMode2d_nonsupported_dtypes_antialias_True_num_channels_5_mode_nearest_uint8_mps_uint8, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBicubic2d_aa_correctness_memory_format0_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBicubic2d_aa_correctness_memory_format1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBicubic2d_correctness_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBilinear2d_aa_correctness_memory_format0_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingBilinear2d_aa_correctness_memory_format1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingNearest1d_correctness_isize_10_osize_15_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingNearest1d_correctness_isize_20_osize_11_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingNearest1d_launch_config_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingNearest1d_mode_nearest-exact_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingNearest1d_mode_nearest_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingNearest2d_correctness_memory_format0_isize_10_osize_15_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingNearest2d_correctness_memory_format0_isize_20_osize_11_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingNearest2d_correctness_memory_format1_isize_10_osize_15_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingNearest2d_correctness_memory_format1_isize_20_osize_11_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingNearest2d_launch_config_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingNearest2d_launch_fail_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingNearest2d_launch_rocm_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingNearest2d_memory_format0_mode_nearest-exact_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingNearest2d_memory_format0_mode_nearest_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingNearest2d_memory_format1_mode_nearest-exact_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingNearest2d_memory_format1_mode_nearest_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingNearest3d_correctness_memory_format0_isize_10_osize_15_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingNearest3d_correctness_memory_format0_isize_20_osize_11_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingNearest3d_correctness_memory_format1_isize_10_osize_15_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingNearest3d_correctness_memory_format1_isize_20_osize_11_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingNearest3d_launch_config_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingNearest3d_memory_format0_mode_nearest-exact_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingNearest3d_memory_format0_mode_nearest_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingNearest3d_memory_format1_mode_nearest-exact_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingNearest3d_memory_format1_mode_nearest_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingNearestExact1d_correctness_isize_10_osize_15_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingNearestExact1d_correctness_isize_20_osize_11_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingNearestExact1d_rescale_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingNearestExact2d_correctness_memory_format0_isize_10_osize_15_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingNearestExact2d_correctness_memory_format0_isize_20_osize_11_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingNearestExact2d_correctness_memory_format1_isize_10_osize_15_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingNearestExact2d_correctness_memory_format1_isize_20_osize_11_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingNearestExact3d_correctness_memory_format0_isize_10_osize_15_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingNearestExact3d_correctness_memory_format0_isize_20_osize_11_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingNearestExact3d_correctness_memory_format1_isize_10_osize_15_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingNearestExact3d_correctness_memory_format1_isize_20_osize_11_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingTrilinear3d_align_corners_False_memory_format0_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingTrilinear3d_align_corners_False_memory_format1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingTrilinear3d_align_corners_True_memory_format0_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingTrilinear3d_align_corners_True_memory_format1_mps, test/test_nn.py::TestNNDeviceTypeMPS::test_upsampling_64bit_indexing_channels_last_mps_bfloat16, test/test_nn.py::TestNNDeviceTypeMPS::test_upsampling_64bit_indexing_channels_last_mps_float16, test/test_nn.py::TestNNDeviceTypeMPS::test_upsamplingnearest2d_backward_64bit_indexing_mps_float16, test/test_nn.py::TestNNDeviceTypeMPS::test_variable_sequence_mps_float32, test/test_nn.py::TestNNDeviceTypeMPS::test_warp_softmax_64bit_indexing_mps_float16, test/test_nn.py::TestNNDeviceTypeMPS::test_warp_softmax_64bit_indexing_mps_float32 2025-09-07T06:21:34.6388180Z 2025-09-07T06:21:34.6388450Z Running nn/test_pooling 1/1 ... [2025-09-07 06:21:34.398678] 2025-09-07T06:21:34.6388990Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:21:34.6390490Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'nn/test_pooling.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:21:34.399006] 2025-09-07T06:21:34.6392290Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-09-07T06:21:34.6392930Z Uploading artifacts took 0.00 seconds 2025-09-07T06:21:49.9777690Z 2025-09-07T06:21:49.9778180Z nn/test_pooling 1/1 was successful, full logs can be found in artifacts with path test/test-reports/nn.test_pooling_1.1_eab4524aba409379_.log 2025-09-07T06:21:49.9822080Z Running 198 items in this shard: test/nn/test_pooling.py::TestAvgPool::test_avg_pool1d_ceil_mode, test/nn/test_pooling.py::TestAvgPool::test_avg_pool2d_ceil_mode, test/nn/test_pooling.py::TestAvgPool::test_avg_pool3d_ceil_mode, test/nn/test_pooling.py::TestAvgPool::test_doubletensor_avg_pool2d, test/nn/test_pooling.py::TestAvgPool::test_doubletensor_avg_pool2d_with_divisor, test/nn/test_pooling.py::TestAvgPool::test_doubletensor_avg_pool3d, test/nn/test_pooling.py::TestAvgPool::test_doubletensor_avg_pool3d_with_divisor, test/nn/test_pooling.py::TestPoolingNN::test_MaxUnpool2d_output_size, test/nn/test_pooling.py::TestPoolingNN::test_adaptive_avg_pooling_nhwc_overflow, test/nn/test_pooling.py::TestPoolingNN::test_adaptive_avg_pooling_overflow, test/nn/test_pooling.py::TestPoolingNN::test_adaptive_pooling_avg_nhwc, test/nn/test_pooling.py::TestPoolingNN::test_adaptive_pooling_avg_nhwc_launch_config_backward, test/nn/test_pooling.py::TestPoolingNN::test_adaptive_pooling_avg_nhwc_launch_config_forward, test/nn/test_pooling.py::TestPoolingNN::test_adaptive_pooling_avg_nhwc_non_contiguous, test/nn/test_pooling.py::TestPoolingNN::test_adaptive_pooling_lower_precision, test/nn/test_pooling.py::TestPoolingNN::test_adaptive_pooling_size_none, test/nn/test_pooling.py::TestPoolingNN::test_adaptive_pooling_size_overflow, test/nn/test_pooling.py::TestPoolingNN::test_max_unpool, test/nn/test_pooling.py::TestPoolingNN::test_max_unpool2d_nhwc_cpu, test/nn/test_pooling.py::TestPoolingNN::test_max_unpool3d_input_check, test/nn/test_pooling.py::TestPoolingNN::test_quantized_max_pool1d_empty_kernel, test/nn/test_pooling.py::TestPoolingNN::test_quantized_max_pool3d, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_AdaptiveMaxPool1d_indices_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_AdaptiveMaxPool2d_indices_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_AdaptiveMaxPool3d_indices_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_AdaptiveMaxPool_zero_batch_dim_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_AvgPool2d_empty_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_AvgPool3d_backward_after_cat_dim1_device_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_FractionalMaxPool2d_zero_batch_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_FractionalMaxPool2d_zero_out_size_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_FractionalMaxPool2d_zero_samples_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_FractionalMaxPool3d_errors_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_FractionalMaxPool3d_zero_batch_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_FractionalMaxPool3d_zero_out_size_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_FractionalMaxPool3d_zero_samples_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_MaxPool1d_indices_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_MaxPool2d_indices_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_MaxPool3d_indices_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_MaxPool_zero_batch_dim_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_MaxUnpool_index_errors_case10_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_MaxUnpool_index_errors_case1_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_MaxUnpool_index_errors_case2_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_MaxUnpool_index_errors_case3_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_MaxUnpool_index_errors_case4_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_MaxUnpool_index_errors_case5_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_MaxUnpool_index_errors_case6_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_MaxUnpool_index_errors_case7_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_MaxUnpool_index_errors_case8_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_MaxUnpool_index_errors_case9_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_MaxUnpool_zero_batch_dim_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_adaptive_avg_pool2d_output_size_one_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_adaptive_avg_pool3d_output_size_one_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_adaptive_avg_pooling_backward_fails_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_adaptive_max_pooling_backward_fails_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_adaptive_pool_odd_size_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_adaptive_pooling_empty_output_size_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_adaptive_pooling_empty_output_size_cpu_float64, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_adaptive_pooling_max_nhwc_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_adaptive_pooling_max_nhwc_cpu_float64, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_adaptive_pooling_no_suppot_input_cpu_int16, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_adaptive_pooling_no_suppot_input_cpu_int32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_adaptive_pooling_no_suppot_input_cpu_int64, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_adaptive_pooling_no_suppot_input_cpu_int8, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_adaptive_pooling_no_suppot_input_cpu_uint8, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_adaptive_pooling_zero_batch_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_adaptive_pooling_zero_batch_cpu_float64, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_avg_pool2d_nhwc_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_avg_pool2d_nhwc_cpu_float64, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_avg_pool2d_reduced_floating_cpu_bfloat16, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_avg_pool2d_reduced_floating_cpu_float16, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_fractional_max_pool2d_backward_fails_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_fractional_max_pool2d_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_fractional_max_pool3d_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_fractional_max_pool_nan_inf_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool1d_corner_cases_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool1d_corner_cases_cpu_float64, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool1d_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool1d_cpu_float64, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool2d_corner_cases_cpu_int32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool2d_corner_cases_cpu_int64, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool2d_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool2d_indices_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool2d_nhwc_cpu_bfloat16, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool2d_nhwc_cpu_float16, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool2d_nhwc_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool2d_nhwc_cpu_float64, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool2d_with_indices_backward_fails_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool3d_ndhwc_cpu_bfloat16, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool3d_ndhwc_cpu_float16, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool3d_ndhwc_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool3d_ndhwc_cpu_float64, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool_bfloat16_half_cpu_bfloat16, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool_bfloat16_half_cpu_float16, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_max_pool_nan_inf_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_maxpool3d_non_square_backward_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_maxpool_indices_no_batch_dim_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_pool3d_large_size_int64_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_pool3d_size_one_feature_dim_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_pool_invalid_size_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_pool_large_size_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_pooling_bfloat16_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_pooling_large_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_pooling_max_nhwc_cpu_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_pooling_max_nhwc_cpu_float64, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_pooling_shape_kernel_avg_pooling_dims_1_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_pooling_shape_kernel_avg_pooling_dims_2_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_pooling_shape_kernel_avg_pooling_dims_3_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_pooling_shape_kernel_max_pooling_dims_1_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_pooling_shape_kernel_max_pooling_dims_2_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_pooling_shape_kernel_max_pooling_dims_3_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeCPU::test_pooling_zero_stride_cpu, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_AdaptiveMaxPool1d_indices_mps_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_AdaptiveMaxPool2d_indices_mps_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_AdaptiveMaxPool3d_indices_mps_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_AdaptiveMaxPool_zero_batch_dim_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_AvgPool2d_empty_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_AvgPool3d_backward_after_cat_dim1_device_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_FractionalMaxPool2d_zero_batch_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_FractionalMaxPool2d_zero_out_size_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_FractionalMaxPool2d_zero_samples_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_FractionalMaxPool3d_errors_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_FractionalMaxPool3d_zero_batch_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_FractionalMaxPool3d_zero_out_size_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_FractionalMaxPool3d_zero_samples_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_MaxPool1d_indices_mps_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_MaxPool2d_indices_mps_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_MaxPool3d_indices_mps_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_MaxPool_zero_batch_dim_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_MaxUnpool_index_errors_case10_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_MaxUnpool_index_errors_case1_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_MaxUnpool_index_errors_case2_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_MaxUnpool_index_errors_case3_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_MaxUnpool_index_errors_case4_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_MaxUnpool_index_errors_case5_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_MaxUnpool_index_errors_case6_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_MaxUnpool_index_errors_case7_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_MaxUnpool_index_errors_case8_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_MaxUnpool_index_errors_case9_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_MaxUnpool_zero_batch_dim_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_adaptive_avg_pool2d_output_size_one_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_adaptive_avg_pool3d_output_size_one_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_adaptive_avg_pooling_backward_fails_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_adaptive_max_pooling_backward_fails_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_adaptive_pool_odd_size_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_adaptive_pooling_empty_output_size_mps_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_adaptive_pooling_empty_output_size_mps_float64, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_adaptive_pooling_max_nhwc_mps_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_adaptive_pooling_no_suppot_input_mps_int16, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_adaptive_pooling_no_suppot_input_mps_int32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_adaptive_pooling_no_suppot_input_mps_int64, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_adaptive_pooling_no_suppot_input_mps_int8, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_adaptive_pooling_no_suppot_input_mps_uint8, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_adaptive_pooling_zero_batch_mps_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_adaptive_pooling_zero_batch_mps_float64, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_avg_pool2d_nhwc_mps_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_avg_pool2d_nhwc_mps_float64, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_avg_pool2d_reduced_floating_mps_bfloat16, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_avg_pool2d_reduced_floating_mps_float16, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_fractional_max_pool2d_backward_fails_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_fractional_max_pool2d_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_fractional_max_pool3d_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_fractional_max_pool_nan_inf_mps_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_max_pool1d_corner_cases_mps_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_max_pool1d_corner_cases_mps_float64, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_max_pool1d_mps_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_max_pool1d_mps_float64, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_max_pool2d_corner_cases_mps_int32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_max_pool2d_corner_cases_mps_int64, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_max_pool2d_indices_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_max_pool2d_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_max_pool2d_nhwc_mps_bfloat16, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_max_pool2d_nhwc_mps_float16, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_max_pool2d_nhwc_mps_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_max_pool2d_nhwc_mps_float64, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_max_pool2d_with_indices_backward_fails_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_max_pool3d_ndhwc_mps_bfloat16, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_max_pool3d_ndhwc_mps_float16, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_max_pool3d_ndhwc_mps_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_max_pool3d_ndhwc_mps_float64, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_max_pool_bfloat16_half_mps_bfloat16, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_max_pool_bfloat16_half_mps_float16, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_max_pool_nan_inf_mps_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_maxpool3d_non_square_backward_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_maxpool_indices_no_batch_dim_mps_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_pool3d_large_size_int64_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_pool3d_size_one_feature_dim_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_pool_invalid_size_mps_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_pool_large_size_mps_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_pooling_bfloat16_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_pooling_large_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_pooling_max_nhwc_mps_float32, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_pooling_shape_kernel_avg_pooling_dims_1_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_pooling_shape_kernel_avg_pooling_dims_2_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_pooling_shape_kernel_avg_pooling_dims_3_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_pooling_shape_kernel_max_pooling_dims_1_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_pooling_shape_kernel_max_pooling_dims_2_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_pooling_shape_kernel_max_pooling_dims_3_mps, test/nn/test_pooling.py::TestPoolingNNDeviceTypeMPS::test_pooling_zero_stride_mps 2025-09-07T06:21:49.9862340Z 2025-09-07T06:21:49.9862440Z Running nn/test_convolution 1/1 ... [2025-09-07 06:21:49.978275] 2025-09-07T06:21:49.9862670Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:21:49.9863320Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'nn/test_convolution.py', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:21:49.978578] 2025-09-07T06:22:56.9107320Z 2025-09-07T06:22:56.9107820Z nn/test_convolution 1/1 was successful, full logs can be found in artifacts with path test/test-reports/nn.test_convolution_1.1_2d1d1f9661741aae_.log 2025-09-07T06:22:56.9474480Z Running 1149 items in this shard: test/nn/test_convolution.py::TestConvolutionNN::test_Conv1d_module_same_padding, test/nn/test_convolution.py::TestConvolutionNN::test_Conv2d_1x1, test/nn/test_convolution.py::TestConvolutionNN::test_Conv2d_OneDNN, test/nn/test_convolution.py::TestConvolutionNN::test_Conv2d_backward_twice, test/nn/test_convolution.py::TestConvolutionNN::test_Conv2d_groups_nobias, test/nn/test_convolution.py::TestConvolutionNN::test_Conv2d_groups_nobias_v2, test/nn/test_convolution.py::TestConvolutionNN::test_Conv2d_inconsistent_types, test/nn/test_convolution.py::TestConvolutionNN::test_Conv2d_inconsistent_types_on_GPU_with_cudnn, test/nn/test_convolution.py::TestConvolutionNN::test_Conv2d_inconsistent_types_on_GPU_without_cudnn, test/nn/test_convolution.py::TestConvolutionNN::test_Conv2d_missing_argument, test/nn/test_convolution.py::TestConvolutionNN::test_Conv2d_module_same_padding, test/nn/test_convolution.py::TestConvolutionNN::test_Conv3d_groups_nobias, test/nn/test_convolution.py::TestConvolutionNN::test_Conv3d_groups_wbias, test/nn/test_convolution.py::TestConvolutionNN::test_Conv3d_module_same_padding, test/nn/test_convolution.py::TestConvolutionNN::test_ConvTranspose2d_half_cublas_gemm, test/nn/test_convolution.py::TestConvolutionNN::test_ConvTranspose2d_output_size, test/nn/test_convolution.py::TestConvolutionNN::test_ConvTranspose2d_output_size_downsample_upsample, test/nn/test_convolution.py::TestConvolutionNN::test_ConvTranspose3d_correct_output_size, test/nn/test_convolution.py::TestConvolutionNN::test_conv1d_issue_120547, test/nn/test_convolution.py::TestConvolutionNN::test_conv2d_discontiguous_weight, test/nn/test_convolution.py::TestConvolutionNN::test_conv3d_issue_120406, test/nn/test_convolution.py::TestConvolutionNN::test_conv_backcompat, test/nn/test_convolution.py::TestConvolutionNN::test_conv_cudnn_memory_layout_dominance, test/nn/test_convolution.py::TestConvolutionNN::test_conv_invalid_groups, test/nn/test_convolution.py::TestConvolutionNN::test_conv_modules_raise_error_on_incorrect_input_size, test/nn/test_convolution.py::TestConvolutionNN::test_conv_padding_mode, test/nn/test_convolution.py::TestConvolutionNN::test_conv_shapecheck, test/nn/test_convolution.py::TestConvolutionNN::test_conv_tbc, test/nn/test_convolution.py::TestConvolutionNN::test_cudnn_non_contiguous, test/nn/test_convolution.py::TestConvolutionNN::test_cudnn_noncontiguous_weight, test/nn/test_convolution.py::TestConvolutionNN::test_cudnn_not_mutate_stride, test/nn/test_convolution.py::TestConvolutionNN::test_functional_grad_conv, test/nn/test_convolution.py::TestConvolutionNN::test_functional_grad_conv2d, test/nn/test_convolution.py::TestConvolutionNN::test_grad_conv1d_input, test/nn/test_convolution.py::TestConvolutionNN::test_grad_conv1d_weight, test/nn/test_convolution.py::TestConvolutionNN::test_grad_conv2d_input, test/nn/test_convolution.py::TestConvolutionNN::test_grad_conv2d_weight, test/nn/test_convolution.py::TestConvolutionNN::test_grad_conv3d_input, test/nn/test_convolution.py::TestConvolutionNN::test_grad_conv3d_weight, test/nn/test_convolution.py::TestConvolutionNN::test_grouped_conv_cudnn_nhwc_support, test/nn/test_convolution.py::TestConvolutionNN::test_invalid_conv1d, test/nn/test_convolution.py::TestConvolutionNN::test_invalid_conv2d, test/nn/test_convolution.py::TestConvolutionNN::test_invalid_conv3d, test/nn/test_convolution.py::TestConvolutionNN::test_mismatch_shape_conv2d, test/nn/test_convolution.py::TestConvolutionNN::test_nnpack_conv, test/nn/test_convolution.py::TestConvolutionNN::test_permute_conv2d_issue_120211, test/nn/test_convolution.py::TestConvolutionNN::test_thnn_conv_strided_padded_dilated, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_backward_depthwise_cpu_complex128, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_backward_depthwise_cpu_float64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_depthwise_naive_groups_cpu_float16, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_depthwise_naive_groups_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_depthwise_naive_groups_cpu_float64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_deterministic_cudnn_dilation_1_cpu_complex128, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_deterministic_cudnn_dilation_1_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_deterministic_cudnn_dilation_1_cpu_float16, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_deterministic_cudnn_dilation_1_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_deterministic_cudnn_dilation_1_cpu_float64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_deterministic_cudnn_dilation_2_cpu_complex128, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_deterministic_cudnn_dilation_2_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_deterministic_cudnn_dilation_2_cpu_float16, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_deterministic_cudnn_dilation_2_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_deterministic_cudnn_dilation_2_cpu_float64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_deterministic_cudnn_dilation_3_cpu_complex128, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_deterministic_cudnn_dilation_3_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_deterministic_cudnn_dilation_3_cpu_float16, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_deterministic_cudnn_dilation_3_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_deterministic_cudnn_dilation_3_cpu_float64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_large_workspace_cpu_float16, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_large_workspace_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_large_workspace_cpu_float64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_naive_groups_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv2d_size_1_kernel_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv3d_depthwise_naive_groups_cpu_float16, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv3d_depthwise_naive_groups_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_Conv3d_depthwise_naive_groups_cpu_float64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_ConvTranspose2d_large_output_padding_cpu_float16, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_ConvTranspose2d_large_output_padding_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_ConvTranspose2d_size_1_kernel_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_ConvTranspose3d_size_1_kernel_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_contig_wrong_stride_cudnn_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv1d_same_padding_backward_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv1d_same_padding_backward_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv1d_same_padding_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv1d_same_padding_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv1d_valid_padding_backward_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv1d_valid_padding_backward_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv1d_valid_padding_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv1d_valid_padding_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv1d_vs_scipy_mode_same_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv1d_vs_scipy_mode_same_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv1d_vs_scipy_mode_valid_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv1d_vs_scipy_mode_valid_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv2d_no_grad_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv2d_same_padding_backward_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv2d_same_padding_backward_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv2d_same_padding_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv2d_same_padding_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv2d_valid_padding_backward_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv2d_valid_padding_backward_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv2d_valid_padding_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv2d_valid_padding_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv2d_vs_scipy_mode_same_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv2d_vs_scipy_mode_same_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv2d_vs_scipy_mode_valid_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv2d_vs_scipy_mode_valid_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv3d_64bit_indexing_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv3d_same_padding_backward_cpu_complex128, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv3d_same_padding_backward_cpu_float64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv3d_same_padding_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv3d_same_padding_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv3d_valid_padding_backward_cpu_complex128, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv3d_valid_padding_backward_cpu_float64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv3d_valid_padding_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv3d_valid_padding_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv3d_vs_scipy_mode_same_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv3d_vs_scipy_mode_same_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv3d_vs_scipy_mode_valid_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv3d_vs_scipy_mode_valid_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_convTranspose_empty_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_False_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_True_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_contiguous_for_oneDNN_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_cudnn_mismatch_memory_format_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_cudnn_ndhwc_cpu_float16, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_cudnn_ndhwc_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_cudnn_nhwc_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_cudnn_nhwc_cpu_float16, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_cudnn_nhwc_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_cudnn_nhwc_support_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_cudnn_nhwc_support_cpu_float64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_double_backward_cpu_float64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_double_backward_groups_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_double_backward_no_bias_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_double_backward_stride_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_double_backward_strided_with_3D_input_and_weight_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_empty_channel_cpu_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_empty_channel_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_ic1_channels_last_for_oneDNN_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_large_batch_1_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_large_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_large_nosplit_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_noncontig_weights_and_bias_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_noncontig_weights_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_thnn_nhwc_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_thnn_nhwc_cpu_float64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose2d_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose3d_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_transposed_large_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_convert_conv2d_weight_memory_format_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_convert_conv3d_weight_memory_format_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_cudnn_convolution_add_relu_cpu_float16, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_cudnn_convolution_add_relu_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_cudnn_convolution_relu_cpu_float16, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_cudnn_convolution_relu_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_depthwise_conv_64bit_indexing_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_group_convTranspose_empty_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_group_conv_empty_cpu, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_noncontig_conv_grad_cpu_float16, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_noncontig_conv_grad_cpu_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_noncontig_conv_grad_cpu_float64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_Conv2d_backward_depthwise_mps_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_Conv2d_backward_depthwise_mps_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_Conv2d_depthwise_naive_groups_mps_float16, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_Conv2d_depthwise_naive_groups_mps_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_Conv2d_depthwise_naive_groups_mps_float64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_Conv2d_deterministic_cudnn_dilation_1_mps_complex128, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_Conv2d_deterministic_cudnn_dilation_1_mps_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_Conv2d_deterministic_cudnn_dilation_1_mps_float16, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_Conv2d_deterministic_cudnn_dilation_1_mps_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_Conv2d_deterministic_cudnn_dilation_1_mps_float64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_Conv2d_deterministic_cudnn_dilation_2_mps_complex128, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_Conv2d_deterministic_cudnn_dilation_2_mps_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_Conv2d_deterministic_cudnn_dilation_2_mps_float16, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_Conv2d_deterministic_cudnn_dilation_2_mps_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_Conv2d_deterministic_cudnn_dilation_2_mps_float64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_Conv2d_deterministic_cudnn_dilation_3_mps_complex128, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_Conv2d_deterministic_cudnn_dilation_3_mps_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_Conv2d_deterministic_cudnn_dilation_3_mps_float16, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_Conv2d_deterministic_cudnn_dilation_3_mps_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_Conv2d_deterministic_cudnn_dilation_3_mps_float64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_Conv2d_large_workspace_mps_float16, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_Conv2d_large_workspace_mps_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_Conv2d_large_workspace_mps_float64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_Conv2d_naive_groups_mps_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_Conv2d_size_1_kernel_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_Conv3d_depthwise_naive_groups_mps_float16, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_Conv3d_depthwise_naive_groups_mps_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_Conv3d_depthwise_naive_groups_mps_float64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_ConvTranspose2d_large_output_padding_mps_float16, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_ConvTranspose2d_large_output_padding_mps_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_ConvTranspose2d_size_1_kernel_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_ConvTranspose3d_size_1_kernel_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_contig_wrong_stride_cudnn_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv1d_same_padding_backward_mps_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv1d_same_padding_backward_mps_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv1d_same_padding_mps_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv1d_same_padding_mps_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv1d_valid_padding_backward_mps_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv1d_valid_padding_backward_mps_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv1d_valid_padding_mps_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv1d_valid_padding_mps_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv1d_vs_scipy_mode_same_mps_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv1d_vs_scipy_mode_same_mps_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv1d_vs_scipy_mode_valid_mps_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv1d_vs_scipy_mode_valid_mps_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv2d_no_grad_mps_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv2d_same_padding_backward_mps_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv2d_same_padding_backward_mps_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv2d_same_padding_mps_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv2d_same_padding_mps_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv2d_valid_padding_backward_mps_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv2d_valid_padding_backward_mps_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv2d_valid_padding_mps_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv2d_valid_padding_mps_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv2d_vs_scipy_mode_same_mps_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv2d_vs_scipy_mode_same_mps_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv2d_vs_scipy_mode_valid_mps_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv2d_vs_scipy_mode_valid_mps_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv3d_64bit_indexing_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv3d_same_padding_backward_mps_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv3d_same_padding_backward_mps_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv3d_same_padding_mps_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv3d_same_padding_mps_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv3d_valid_padding_backward_mps_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv3d_valid_padding_backward_mps_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv3d_valid_padding_mps_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv3d_valid_padding_mps_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv3d_vs_scipy_mode_same_mps_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv3d_vs_scipy_mode_same_mps_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv3d_vs_scipy_mode_valid_mps_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv3d_vs_scipy_mode_valid_mps_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_convTranspose_empty_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_False_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_True_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_contiguous_for_oneDNN_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_cudnn_mismatch_memory_format_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_cudnn_ndhwc_mps_float16, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_cudnn_ndhwc_mps_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_cudnn_nhwc_mps_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_cudnn_nhwc_mps_float16, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_cudnn_nhwc_mps_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_cudnn_nhwc_support_mps_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_cudnn_nhwc_support_mps_float64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_double_backward_groups_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_double_backward_mps_float64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_double_backward_no_bias_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_double_backward_stride_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_double_backward_strided_with_3D_input_and_weight_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_empty_channel_mps_complex64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_empty_channel_mps_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_ic1_channels_last_for_oneDNN_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_large_batch_1_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_large_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_large_nosplit_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_noncontig_weights_and_bias_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_noncontig_weights_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_thnn_nhwc_mps_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_thnn_nhwc_mps_float64, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose2d_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose3d_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_transposed_large_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_convert_conv2d_weight_memory_format_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_convert_conv3d_weight_memory_format_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_cudnn_convolution_add_relu_mps_float16, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_cudnn_convolution_add_relu_mps_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_cudnn_convolution_relu_mps_float16, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_cudnn_convolution_relu_mps_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_depthwise_conv_64bit_indexing_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_group_convTranspose_empty_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_group_conv_empty_mps, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_noncontig_conv_grad_mps_float16, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_noncontig_conv_grad_mps_float32, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_noncontig_conv_grad_mps_float64 2025-09-07T06:22:56.9812180Z 2025-09-07T06:22:56.9812310Z Running inductor/test_aot_inductor 1/4 ... [2025-09-07 06:22:56.912180] 2025-09-07T06:22:56.9812550Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:22:56.9813230Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'serial', '--shard-id=1', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:22:56.912530] 2025-09-07T06:22:59.9660460Z 2025-09-07T06:22:59.9661150Z inductor/test_aot_inductor 1/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_1.4_a53336f7321cedab_.log 2025-09-07T06:22:59.9661700Z Running 0 items in this shard: 2025-09-07T06:22:59.9661840Z 2025-09-07T06:22:59.9665380Z Running inductor/test_aot_inductor 2/4 ... [2025-09-07 06:22:59.966455] 2025-09-07T06:22:59.9665660Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:22:59.9669110Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'serial', '--shard-id=2', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:22:59.966797] 2025-09-07T06:23:02.5015250Z 2025-09-07T06:23:02.5015850Z inductor/test_aot_inductor 2/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_2.4_25aa58d004d2a489_.log 2025-09-07T06:23:02.5016410Z Running 0 items in this shard: 2025-09-07T06:23:02.5016530Z 2025-09-07T06:23:02.5020510Z Running inductor/test_aot_inductor 3/4 ... [2025-09-07 06:23:02.501942] 2025-09-07T06:23:02.5020800Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:23:02.5023810Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'serial', '--shard-id=3', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:23:02.502276] 2025-09-07T06:23:05.0487720Z 2025-09-07T06:23:05.0488300Z inductor/test_aot_inductor 3/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_3.4_d178900bb03a7ca0_.log 2025-09-07T06:23:05.0488840Z Running 0 items in this shard: 2025-09-07T06:23:05.0488960Z 2025-09-07T06:23:05.0492300Z Running inductor/test_aot_inductor 4/4 ... [2025-09-07 06:23:05.049149] 2025-09-07T06:23:05.0492600Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:23:05.0496000Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'serial', '--shard-id=4', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:23:05.049479] 2025-09-07T06:23:07.5352560Z 2025-09-07T06:23:07.5353320Z inductor/test_aot_inductor 4/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_4.4_af950163d49fc54b_.log 2025-09-07T06:23:07.5353810Z Running 0 items in this shard: 2025-09-07T06:23:07.5353910Z 2025-09-07T06:23:07.5356280Z Running inductor/test_torchinductor 1/4 ... [2025-09-07 06:23:07.535560] 2025-09-07T06:23:07.5356550Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:23:07.5359280Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'serial', '--shard-id=1', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:23:07.535837] 2025-09-07T06:23:35.0109970Z 2025-09-07T06:23:35.0110650Z inductor/test_torchinductor 1/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_1.4_0d3bad0d3c2d62f3_.log 2025-09-07T06:23:35.0111510Z Running 1 items in this shard: test/inductor/test_torchinductor.py::CpuTests::test_large_block_sizes_cpu 2025-09-07T06:23:35.0111860Z 2025-09-07T06:23:35.0114930Z Running inductor/test_torchinductor 2/4 ... [2025-09-07 06:23:35.011403] 2025-09-07T06:23:35.0115240Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:23:35.0118990Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'serial', '--shard-id=2', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:23:35.011787] 2025-09-07T06:23:37.4986540Z 2025-09-07T06:23:37.4987110Z inductor/test_torchinductor 2/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_2.4_179b4b6b20c2485b_.log 2025-09-07T06:23:37.4987800Z Running 1 items in this shard: test/inductor/test_torchinductor.py::GPUTests::test_large_block_sizes_mps 2025-09-07T06:23:37.4988290Z 2025-09-07T06:23:37.4990710Z Running inductor/test_torchinductor 3/4 ... [2025-09-07 06:23:37.498995] 2025-09-07T06:23:37.4990970Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:23:37.4993750Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'serial', '--shard-id=3', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:23:37.499282] 2025-09-07T06:23:39.9950840Z 2025-09-07T06:23:39.9951400Z inductor/test_torchinductor 3/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_3.4_cb4023a33eabe26d_.log 2025-09-07T06:23:39.9951900Z Running 0 items in this shard: 2025-09-07T06:23:39.9952010Z 2025-09-07T06:23:39.9955220Z Running inductor/test_torchinductor 4/4 ... [2025-09-07 06:23:39.995449] 2025-09-07T06:23:39.9955510Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:23:39.9958730Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'serial', '--shard-id=4', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:23:39.995778] 2025-09-07T06:23:42.4922740Z 2025-09-07T06:23:42.4923270Z inductor/test_torchinductor 4/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_4.4_fcaafa90b94133fa_.log 2025-09-07T06:23:42.4923780Z Running 0 items in this shard: 2025-09-07T06:23:42.4923890Z 2025-09-07T06:23:42.4927200Z Running inductor/test_torchinductor_dynamic_shapes 1/7 ... [2025-09-07 06:23:42.492621] 2025-09-07T06:23:42.4927510Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:23:42.4930070Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'inductor/test_torchinductor_dynamic_shapes.py', '-m', 'serial', '--shard-id=1', '--num-shards=7', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:23:42.492915] 2025-09-07T06:23:45.0345510Z 2025-09-07T06:23:45.0346090Z inductor/test_torchinductor_dynamic_shapes 1/7 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_dynamic_shapes_1.7_ccd077312fcf44b8_.log 2025-09-07T06:23:45.0346650Z Running 0 items in this shard: 2025-09-07T06:23:45.0346760Z 2025-09-07T06:23:45.0349130Z Running inductor/test_torchinductor_dynamic_shapes 2/7 ... [2025-09-07 06:23:45.034831] 2025-09-07T06:23:45.0349430Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:23:45.0352100Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'inductor/test_torchinductor_dynamic_shapes.py', '-m', 'serial', '--shard-id=2', '--num-shards=7', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:23:45.035113] 2025-09-07T06:23:47.6519910Z 2025-09-07T06:23:47.6520620Z inductor/test_torchinductor_dynamic_shapes 2/7 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_dynamic_shapes_2.7_f1e74a16e27b40d1_.log 2025-09-07T06:23:47.6521340Z Running 0 items in this shard: 2025-09-07T06:23:47.6521480Z 2025-09-07T06:23:47.6525460Z Running inductor/test_torchinductor_dynamic_shapes 3/7 ... [2025-09-07 06:23:47.652457] 2025-09-07T06:23:47.6525840Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:23:47.6529650Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'inductor/test_torchinductor_dynamic_shapes.py', '-m', 'serial', '--shard-id=3', '--num-shards=7', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:23:47.652840] 2025-09-07T06:23:50.2470080Z 2025-09-07T06:23:50.2470850Z inductor/test_torchinductor_dynamic_shapes 3/7 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_dynamic_shapes_3.7_e1ebd2d1ea5f5086_.log 2025-09-07T06:23:50.2471910Z Running 1 items in this shard: test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_wrapper_codegen_statically_known_int_or_none_cpu 2025-09-07T06:23:50.2472390Z 2025-09-07T06:23:50.2475330Z Running inductor/test_torchinductor_dynamic_shapes 4/7 ... [2025-09-07 06:23:50.247444] 2025-09-07T06:23:50.2475680Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:23:50.2479230Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'inductor/test_torchinductor_dynamic_shapes.py', '-m', 'serial', '--shard-id=4', '--num-shards=7', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:23:50.247808] 2025-09-07T06:24:16.2821040Z 2025-09-07T06:24:16.2821630Z inductor/test_torchinductor_dynamic_shapes 4/7 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_dynamic_shapes_4.7_f5968e8325ed99b7_.log 2025-09-07T06:24:16.2822780Z Running 2 items in this shard: test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_large_block_sizes_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_large_block_sizes_dynamic_shapes_mps 2025-09-07T06:24:16.2823440Z 2025-09-07T06:24:16.2824910Z Running inductor/test_torchinductor_dynamic_shapes 5/7 ... [2025-09-07 06:24:16.282426] 2025-09-07T06:24:16.2825220Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:24:16.2828380Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'inductor/test_torchinductor_dynamic_shapes.py', '-m', 'serial', '--shard-id=5', '--num-shards=7', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:24:16.282713] 2025-09-07T06:24:18.8705770Z 2025-09-07T06:24:18.8706570Z inductor/test_torchinductor_dynamic_shapes 5/7 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_dynamic_shapes_5.7_12ce7644bee523dc_.log 2025-09-07T06:24:18.8707210Z Running 0 items in this shard: 2025-09-07T06:24:18.8707330Z 2025-09-07T06:24:18.8710460Z Running inductor/test_torchinductor_dynamic_shapes 6/7 ... [2025-09-07 06:24:18.870960] 2025-09-07T06:24:18.8710790Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:24:18.8714180Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'inductor/test_torchinductor_dynamic_shapes.py', '-m', 'serial', '--shard-id=6', '--num-shards=7', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:24:18.871301] 2025-09-07T06:24:21.4511820Z 2025-09-07T06:24:21.4512600Z inductor/test_torchinductor_dynamic_shapes 6/7 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_dynamic_shapes_6.7_5375b9b14ea9cdcc_.log 2025-09-07T06:24:21.4513280Z Running 0 items in this shard: 2025-09-07T06:24:21.4513400Z 2025-09-07T06:24:21.4516380Z Running inductor/test_torchinductor_dynamic_shapes 7/7 ... [2025-09-07 06:24:21.451551] 2025-09-07T06:24:21.4516730Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:24:21.4520260Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'inductor/test_torchinductor_dynamic_shapes.py', '-m', 'serial', '--shard-id=7', '--num-shards=7', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:24:21.451904] 2025-09-07T06:24:24.0518860Z 2025-09-07T06:24:24.0519530Z inductor/test_torchinductor_dynamic_shapes 7/7 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_dynamic_shapes_7.7_ef539c5b2a912bee_.log 2025-09-07T06:24:24.0520390Z Running 0 items in this shard: 2025-09-07T06:24:24.0520510Z 2025-09-07T06:24:24.0523880Z Running test_mps 1/4 ... [2025-09-07 06:24:24.052320] 2025-09-07T06:24:24.0524120Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:24:24.0527550Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'test_mps.py', '-m', 'serial', '--shard-id=1', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:24:24.052656] 2025-09-07T06:24:29.9011070Z 2025-09-07T06:24:29.9011670Z test_mps 1/4 was successful, full logs can be found in artifacts with path test/test-reports/test_mps_1.4_337ec2ee8a86c3c5_.log 2025-09-07T06:24:29.9012760Z Running 5 items in this shard: test/test_mps.py::TestMPS::test_default_mps_generator, test/test_mps.py::TestMPS::test_mps_allocator_module, test/test_mps.py::TestLargeTensors::test_64bit_binops, test/test_mps.py::TestLargeTensors::test_64bit_index_select, test/test_mps.py::TestSDPA::test_sdpa_fp32_no_memory_leak 2025-09-07T06:24:29.9013550Z 2025-09-07T06:24:29.9015970Z Running test_mps 2/4 ... [2025-09-07 06:24:29.901407] 2025-09-07T06:24:29.9016210Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:24:29.9019200Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'test_mps.py', '-m', 'serial', '--shard-id=2', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:24:29.901825] 2025-09-07T06:24:33.5213090Z 2025-09-07T06:24:33.5213530Z test_mps 2/4 was successful, full logs can be found in artifacts with path test/test-reports/test_mps_2.4_67b49c0c5537b8f0_.log 2025-09-07T06:24:33.5214040Z Running 1 items in this shard: test/test_mps.py::TestLargeTensors::test_rand_2b_raises 2025-09-07T06:24:33.5214380Z 2025-09-07T06:24:33.5216570Z Running test_mps 3/4 ... [2025-09-07 06:24:33.521586] 2025-09-07T06:24:33.5216790Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:24:33.5219520Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'test_mps.py', '-m', 'serial', '--shard-id=3', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:24:33.521867] 2025-09-07T06:24:36.9492720Z 2025-09-07T06:24:36.9493240Z test_mps 3/4 was successful, full logs can be found in artifacts with path test/test-reports/test_mps_3.4_7c836e935add16f1_.log 2025-09-07T06:24:36.9493760Z Running 0 items in this shard: 2025-09-07T06:24:36.9493880Z 2025-09-07T06:24:36.9498130Z Running test_mps 4/4 ... [2025-09-07 06:24:36.949735] 2025-09-07T06:24:36.9498400Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:24:36.9502360Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'test_mps.py', '-m', 'serial', '--shard-id=4', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:24:36.950130] 2025-09-07T06:24:40.3621480Z 2025-09-07T06:24:40.3622030Z test_mps 4/4 was successful, full logs can be found in artifacts with path test/test-reports/test_mps_4.4_d2f505b8ffa9c9de_.log 2025-09-07T06:24:40.3622510Z Running 0 items in this shard: 2025-09-07T06:24:40.3622640Z 2025-09-07T06:24:40.3626510Z Running test_modules 1/2 ... [2025-09-07 06:24:40.362571] 2025-09-07T06:24:40.3626780Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:24:40.3630400Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'test_modules.py', '-m', 'serial', '--shard-id=1', '--num-shards=2', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:24:40.362933] 2025-09-07T06:24:42.9518700Z 2025-09-07T06:24:42.9519270Z test_modules 1/2 was successful, full logs can be found in artifacts with path test/test-reports/test_modules_1.2_c61c9c8571a98de6_.log 2025-09-07T06:24:42.9519680Z Running 0 items in this shard: 2025-09-07T06:24:42.9519800Z 2025-09-07T06:24:42.9522440Z Running test_modules 2/2 ... [2025-09-07 06:24:42.952183] 2025-09-07T06:24:42.9522670Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:24:42.9525380Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'test_modules.py', '-m', 'serial', '--shard-id=2', '--num-shards=2', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:24:42.952452] 2025-09-07T06:24:45.5489700Z 2025-09-07T06:24:45.5490170Z test_modules 2/2 was successful, full logs can be found in artifacts with path test/test-reports/test_modules_2.2_800c7a69201388b7_.log 2025-09-07T06:24:45.5490670Z Running 0 items in this shard: 2025-09-07T06:24:45.5490790Z 2025-09-07T06:24:45.5494330Z Running inductor/test_mps_basic 1/1 ... [2025-09-07 06:24:45.549356] 2025-09-07T06:24:45.5494610Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:24:45.5497890Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'inductor/test_mps_basic.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:24:45.549679] 2025-09-07T06:24:47.9474260Z 2025-09-07T06:24:47.9475140Z inductor/test_mps_basic 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_mps_basic_1.1_1aee5cf107252eab_.log 2025-09-07T06:24:47.9475680Z Running 0 items in this shard: 2025-09-07T06:24:47.9475800Z 2025-09-07T06:24:47.9478740Z Running nn/test_dropout 1/1 ... [2025-09-07 06:24:47.947801] 2025-09-07T06:24:47.9479170Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:24:47.9481980Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'nn/test_dropout.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:24:47.948107] 2025-09-07T06:24:49.5161480Z 2025-09-07T06:24:49.5162060Z nn/test_dropout 1/1 was successful, full logs can be found in artifacts with path test/test-reports/nn.test_dropout_1.1_3c7b3c4c9a5e6e20_.log 2025-09-07T06:24:49.5162510Z Running 0 items in this shard: 2025-09-07T06:24:49.5162630Z 2025-09-07T06:24:49.5165920Z Running test_view_ops 1/1 ... [2025-09-07 06:24:49.516508] 2025-09-07T06:24:49.5166170Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:24:49.5169230Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'test_view_ops.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:24:49.516829] 2025-09-07T06:24:51.1412400Z 2025-09-07T06:24:51.1412960Z test_view_ops 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_view_ops_1.1_8008cf7dc2a66eee_.log 2025-09-07T06:24:51.1413410Z Running 0 items in this shard: 2025-09-07T06:24:51.1413530Z 2025-09-07T06:24:51.1416440Z Running test_metal 1/1 ... [2025-09-07 06:24:51.141559] 2025-09-07T06:24:51.1416690Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:24:51.1419770Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'test_metal.py', '-m', 'serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:24:51.141883] 2025-09-07T06:24:52.5436380Z 2025-09-07T06:24:52.5436880Z test_metal 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_metal_1.1_0d0ddabf8d56d668_.log 2025-09-07T06:24:52.5437540Z Running 0 items in this shard: 2025-09-07T06:24:52.5437660Z 2025-09-07T06:24:54.2178180Z Running inductor/test_aot_inductor 1/4 ... [2025-09-07 06:24:54.217655] 2025-09-07T06:24:54.2178480Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:24:54.2178740Z Running inductor/test_aot_inductor 2/4 ... [2025-09-07 06:24:54.217699] 2025-09-07T06:24:54.2178990Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:24:54.2179250Z Running inductor/test_aot_inductor 3/4 ... [2025-09-07 06:24:54.217726] 2025-09-07T06:24:54.2179510Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:24:54.2180320Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'not serial', '--shard-id=1', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:24:54.217915] 2025-09-07T06:24:54.2181680Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'not serial', '--shard-id=2', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:24:54.217946] 2025-09-07T06:24:54.2183210Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'not serial', '--shard-id=3', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:24:54.217966] 2025-09-07T06:28:05.9571100Z 2025-09-07T06:28:05.9571630Z inductor/test_aot_inductor 2/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_2.4_1b72fad934456ee6_.log 2025-09-07T06:28:05.9625730Z Running 196 items in this shard: test/inductor/test_aot_inductor.py::AOTInductorLoggingTest::test_shape_env_reuse, test/inductor/test_aot_inductor.py::TestAOTInductorConfig::test_no_compile_standalone, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test__weight_int4pack_mm_m_32_n_64_q_group_64_num_groups_1_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test__weight_int4pack_mm_with_scales_and_zeros_m_32_n_64_q_group_32_num_groups_2_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_amp_fallback_random_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_aot_inductor_consts_cpp_build_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_aoti_debug_printer_fp8_dtype_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_aoti_debug_printer_sym_inputs_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_aoti_debug_printer_user_defined_triton_kernel_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_aoti_profiler_enable_kernel_profile_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_autotuning_args_reuse_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_backward_no_op_logging_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_bmm_multiple_dynamic_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_buffer_mutation_3_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_cond_with_parameters_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_constant_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_dup_unbacked_sym_decl_with_refinement_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_fill__fallback_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_fp8_view_of_param_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_fx_gm_return_tuple_validation_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_large_dynamic_dim_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_misaligned_input_2_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_misc_1_max_autotune_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_missing_output_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_non_tensor_input_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_none_args_aot_codegen_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_output_path_2_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_proxy_executor_hann_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_repeat_output_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_return_view_constant_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_runtime_checks_shape_failed_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_simple_dynamic_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_simple_split_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_size_with_unbacked_add_expr_transitive_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_so_without_weight_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_subclasses_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_sym_expr_indexing_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_sym_i64_input_codegen_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_symbool_item_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_autotuning_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_dynamic_launcher_grid_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_equal_to_1_arg_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_equal_to_1_float_arg_dynamic_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_1_num_dims_1_dynamic_False_autotune_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_1_num_dims_1_dynamic_True_autotune_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_1_num_dims_2_dynamic_False_autotune_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_3_num_dims_2_dynamic_True_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_on_device_tma_dynamic_False_tma_version_new_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_tma_descriptor_2d_dynamic_False_tma_version_new_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_tma_descriptor_2d_dynamic_False_tma_version_old_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_unbacked_symint_in_grid_dynamic_False_autotuning_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_unbacked_symint_in_grid_dynamic_True_autotuning_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_unbacked_symint_in_grid_dynamic_True_autotuning_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_with_none_inputs_and_equal_to_1_arg_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_update_user_managed_buffer_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_weight_on_disk_legacy_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_while_loop_nested_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_while_loop_with_unbacked_symint_closure_dynamic_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_with_offset_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_with_profiler_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_zero_grid_with_unbacked_symbols_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_zero_size_buffer_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test__weight_int4pack_mm_m_32_n_64_q_group_32_num_groups_2_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test__weight_int4pack_mm_with_scales_and_zeros_m_32_n_64_q_group_64_num_groups_1_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_aoti_debug_printing_model_inputs_codegen_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_aoti_profiler_enable_kernel_profile_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_aoti_runtime_asserts_backed_symint_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_aoti_runtime_asserts_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_assert_async_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_assert_tensor_meta_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_autotuning_args_reuse_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_bmm_multiple_dynamic_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_cond_with_multiple_outputs_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_cond_with_outer_code_before_after_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_cond_with_parameters_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_constant_type_propagation_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_conv_freezing_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_dup_unbacked_sym_decl_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_empty_cat_dtype_promotion_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_foreach_multiple_dynamic_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_fp8_view_of_param_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_fqn_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_index_put_fallback_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_large_dynamic_dim_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_misc_1_max_autotune_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_misc_1_max_autotune_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_narrow_fallback_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_none_args_aot_codegen_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_normal_functional_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_output_path_1_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_pytree_inputs_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_quantized_linear_bias_none_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_repeated_user_defined_triton_kernel_embed_kernel_binary_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_return_view_constant_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_runtime_checks_fp8_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_runtime_checks_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_scaled_dot_product_efficient_attention_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_sdpa_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_simple_embed_kernel_binary_True_max_autotune_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_simple_split_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_size_with_unbacked_add_and_mul_expr_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_symint_item_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_dynamic_launcher_grid_infer_from_tensor_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_bool_param_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_dynamic_grid_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_equal_to_1_float_arg_dynamic_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_1_num_dims_2_dynamic_True_autotune_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_2_num_dims_1_dynamic_True_autotune_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_2_num_dims_2_dynamic_False_autotune_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_3_num_dims_1_dynamic_False_autotune_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_3_num_dims_2_dynamic_True_autotune_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_on_device_tma_dynamic_False_tma_version_old_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_unbacked_symint_in_grid_dynamic_True_autotuning_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_unbacked_symint_in_grid_dynamic_True_autotuning_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_weird_param_order_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_with_none_inputs_and_equal_to_1_arg_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_unbacked_equals_input_size_runtime_assertion_mark_unbacked_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_using_model_name_for_files_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_while_loop_with_conv_dynamic_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_while_loop_with_outer_buffers_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_while_loop_with_pytree_inputs_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_with_offset_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_zero_grid_with_backed_symbols_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test__weight_int4pack_mm_m_32_n_64_q_group_32_num_groups_2_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_addmm_multiple_dynamic_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_aliased_buffer_reuse_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_aoti_debug_printer_sym_inputs_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_assert_tensor_meta_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_autotune_with_constant_folding_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_backward_no_op_logging_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_bool_input_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_boolean_indexing_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_buffer_mutation_and_force_mmap_weights_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_composed_dynamic_size_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_cond_unbacked_symint_closure_dynamic_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_conv3d_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_conv_freezing_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_convolution_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_duplicate_constant_folding_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_dynamic_cat_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_dynamic_scalar_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_embedding_bag_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_empty_cat_dtype_promotion_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_empty_graph_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_fake_tensor_device_validation_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_fallback_kernel_with_symexpr_output_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_fill__fallback_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_fp8_view_of_param_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_free_inactive_buffer_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_freezing_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_inf_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_issue_140766_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_linear_dynamic_maxautotune_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_misc_1_max_autotune_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_missing_cubin_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_model_modified_weights_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_multiple_output_alias_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_narrow_fallback_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_output_path_1_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_output_path_2_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_poi_multiple_dynamic_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_profile_benchmark_harness_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_quantized_linear_bias_none_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_repeat_interleave_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_repeated_calling_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_repeated_user_defined_triton_kernel_embed_kernel_binary_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_return_constant_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_reuse_kernel_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_run_with_grad_enabled_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_runtime_checks_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_sdpa_2_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_seq_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_simple_dynamic_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_size_from_multi_output_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_size_with_unbacked_add_expr_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_size_with_unbacked_add_expr_transitive_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_symint_item_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_dynamic_launcher_grid_infer_from_tensor_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_dynamic_grid_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_extern_kernel_arg_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_grid_type_1_num_dims_2_dynamic_True_autotune_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_grid_type_2_num_dims_1_dynamic_False_autotune_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_grid_type_2_num_dims_1_dynamic_True_autotune_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_grid_type_2_num_dims_2_dynamic_False_autotune_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_grid_type_2_num_dims_2_dynamic_True_autotune_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_grid_type_3_num_dims_1_dynamic_False_autotune_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_grid_type_3_num_dims_2_dynamic_False_autotune_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_sympy_expr_arg_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_sympy_fn_like_arg_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_unbacked_symint_in_grid_dynamic_True_autotuning_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_unbacked_equals_input_size_runtime_assertion_mark_unbacked_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_while_loop_simple_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_while_loop_with_conv_dynamic_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_while_loop_with_sym_expr_cond_dynamic_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_with_profiler_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_zero_grid_with_unbacked_symbols_mps 2025-09-07T06:28:05.9676400Z 2025-09-07T06:28:07.7490490Z Running inductor/test_aot_inductor 4/4 ... [2025-09-07 06:28:07.748869] 2025-09-07T06:28:07.7490790Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:28:07.7492360Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'inductor/test_aot_inductor.py', '-m', 'not serial', '--shard-id=4', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:28:07.749142] 2025-09-07T06:28:37.0511060Z 2025-09-07T06:28:37.0511640Z inductor/test_aot_inductor 3/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_3.4_d88eeb1c1ff0967c_.log 2025-09-07T06:28:37.0575410Z Running 232 items in this shard: test/inductor/test_aot_inductor.py::AOTInductorLoggingTest::test_shape_env_reuse_zero_consts_use_consts_asm_false, test/inductor/test_aot_inductor.py::TestAOTInductorConfig::test_compile_standalone_package_cpp_false_raises, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test__weight_int4pack_mm_m_32_n_64_q_group_32_num_groups_2_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test__weight_int4pack_mm_m_32_n_64_q_group_64_num_groups_2_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test__weight_int4pack_mm_with_scales_and_zeros_m_32_n_64_q_group_64_num_groups_1_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_add_complex_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_aoti_debug_printer_cpp_kernel_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_assert_tensor_meta_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_bool_input_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_boolean_indexing_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_buffer_mutation_4_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_buffer_reuse_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_composed_dynamic_size_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_cond_nested_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_cond_share_predicte_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_cond_unbacked_symint_closure_dynamic_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_constant_original_fqn_and_dtype_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_convolution_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_custom_op_in_subgraph_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_deconv_freezing_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_dup_unbacked_sym_decl_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_duplicated_params_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_dynamic_smem_above_default_limit_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_empty_graph_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_fake_tensor_device_validation_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_fallback_mem_leak_fix_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_fqn_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_masked_select_dynamic_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_misc_1_max_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_missing_cubin_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_narrow_fallback_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_non_contiguous_output_alias_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_output_misaligned_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_proxy_executor_permute_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_proxy_executor_squeeze_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_pytree_inputs_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_quantized_linear_bias_none_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_repeated_calling_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_repeated_user_defined_triton_kernel_embed_kernel_binary_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_reuse_kernel_dynamic_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_rocm_triton_autotuning_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_runtime_checks_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_runtime_checks_device_type_failed_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_runtime_checks_fp8_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_runtime_checks_large_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_scatter_reduce_fallback_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_simple_embed_kernel_binary_False_max_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_simple_embed_kernel_binary_True_max_autotune_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_simple_embed_kernel_binary_True_max_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_size_from_multi_output_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_size_with_unbacked_add_expr_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_small_constant_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_symfloat_item_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_sympy_cpp_printer_min_max_minmax0_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_sympy_cpp_printer_min_max_minmax1_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_extern_kernel_arg_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_1_num_dims_1_dynamic_True_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_1_num_dims_2_dynamic_False_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_2_num_dims_1_dynamic_False_autotune_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_2_num_dims_1_dynamic_True_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_3_num_dims_2_dynamic_False_autotune_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_on_device_tma_dynamic_False_tma_version_old_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_sympy_fn_like_arg_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_tma_descriptor_1d_dynamic_False_tma_version_new_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_tma_descriptor_1d_dynamic_True_tma_version_new_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_tma_descriptor_1d_dynamic_True_tma_version_old_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_tma_descriptor_2d_dynamic_True_tma_version_new_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_unbacked_symint_in_grid_dynamic_False_autotuning_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_with_none_input_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_next_power_of_2_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_update_constant_buffer_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_update_inactive_constant_buffer_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_upper_bound_i64_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_while_loop_simple_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_while_loop_with_conv_dynamic_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_while_loop_with_conv_dynamic_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_while_loop_with_parameters_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_with_cudagraphs_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_with_no_triton_profiler_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_zero_grid_with_backed_symbols_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_zero_size_weight_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test__int_mm_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test__weight_int4pack_mm_m_32_n_64_q_group_32_num_groups_1_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test__weight_int4pack_mm_with_scales_and_zeros_m_32_n_64_q_group_32_num_groups_2_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_aoti_debug_printer_fp8_dtype_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_aoti_profiler_enable_kernel_profile_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_bool_input_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_boolean_indexing_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_buffer_mutation_2_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_buffer_mutation_and_force_mmap_weights_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_cond_share_predicte_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_cond_unbacked_symint_closure_dynamic_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_cond_unbacked_symint_closure_dynamic_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_constant_folding_with_update_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_constant_original_fqn_and_dtype_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_empty_constant_folding_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_empty_graph_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_fallback_mem_leak_fix_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_fx_gm_return_tuple_validation_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_input_codegen_with_sympy_expr_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_large_weight_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_masked_select_dynamic_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_missing_output_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_multi_device_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_multiple_output_alias_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_no_args_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_non_default_gpu_device_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_non_tensor_input_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_proxy_executor_permute_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_quanatized_int8_linear_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_repeat_interleave_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_repeat_output_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_repeated_calling_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_reuse_kernel_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_rocm_triton_autotuning_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_runtime_checks_device_type_failed_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_same_backing_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_scatter_reduce_fallback_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_shifted_constraint_ranges_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_size_from_multi_output_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_stride_with_unbacked_expr_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_subclasses_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_sym_i64_input_codegen_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_symfloat_item_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_sympy_cpp_printer_min_max_minmax0_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_sympy_cpp_printer_min_max_minmax1_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_torchvision_transforms_functional_tensor_resize_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_dynamic_launcher_grid_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_equal_to_1_arg_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_equal_to_1_float_arg_dynamic_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_extern_kernel_arg_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_1_num_dims_1_dynamic_False_autotune_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_1_num_dims_1_dynamic_False_autotune_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_1_num_dims_1_dynamic_True_autotune_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_1_num_dims_2_dynamic_False_autotune_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_2_num_dims_1_dynamic_False_autotune_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_2_num_dims_1_dynamic_True_autotune_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_3_num_dims_2_dynamic_False_autotune_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_3_num_dims_2_dynamic_True_autotune_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_multi_output_arg_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_on_device_tma_dynamic_False_tma_version_new_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_reinterpret_view_mem_leak_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_sympy_fn_like_arg_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_tma_descriptor_1d_dynamic_False_tma_version_old_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_unbacked_symint_in_grid_dynamic_False_autotuning_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_update_user_managed_buffer_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_view_outputs_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_while_loop_simple_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_while_loop_with_conv_dynamic_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_while_loop_with_parameters_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_while_loop_with_sym_expr_cond_dynamic_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_with_no_triton_profiler_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_zero_size_buffer_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_zero_size_weight_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test__weight_int4pack_mm_m_32_n_64_q_group_32_num_groups_1_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test__weight_int4pack_mm_m_32_n_64_q_group_64_num_groups_1_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test__weight_int4pack_mm_m_32_n_64_q_group_64_num_groups_2_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test__weight_int4pack_mm_with_scales_and_zeros_m_32_n_64_q_group_32_num_groups_1_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_amp_fallback_random_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_aot_inductor_consts_cpp_build_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_aoti_debug_printer_cpp_kernel_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_aoti_debug_printer_user_defined_triton_kernel_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_aoti_profiler_enable_kernel_profile_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_assert_async_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_autotuning_args_reuse_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_buffer_mutation_4_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_buffer_reuse_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_clamp_decomposition_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_cond_nested_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_cond_share_predicte_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_cond_unbacked_symint_closure_dynamic_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_cond_with_outer_code_before_after_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_consecutive_compiles_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_constant_folding_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_constant_folding_with_update_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_constant_original_fqn_and_dtype_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_empty_constant_folding_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_fallback_mem_leak_fix_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_fft_c2c_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_fp8_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_fqn_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_input_codegen_with_sympy_expr_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_large_grid_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_load_package_multiple_gpus_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_masked_select_dynamic_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_multi_device_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_nested_tensor_from_jagged_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_no_args_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_none_args_aot_codegen_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_proxy_executor_hann_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_proxy_executor_squeeze_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_quantized_linear_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_repeat_output_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_replicate_on_devices_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_rocm_triton_autotuning_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_runtime_checks_complex_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_runtime_checks_fp8_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_sdpa_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_simple_embed_kernel_binary_False_max_autotune_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_simple_embed_kernel_binary_False_max_autotune_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_simple_embed_kernel_binary_True_max_autotune_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_simple_split_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_size_with_unbacked_add_and_mul_expr_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_small_constant_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_stride_with_unbacked_expr_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_sympy_cpp_printer_min_max_minmax1_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_torchvision_transforms_functional_tensor_resize_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_autotuning_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_bool_param_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_dynamic_shape_with_div_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_grid_type_1_num_dims_1_dynamic_True_autotune_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_grid_type_1_num_dims_2_dynamic_False_autotune_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_grid_type_1_num_dims_2_dynamic_True_autotune_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_grid_type_2_num_dims_1_dynamic_False_autotune_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_grid_type_2_num_dims_1_dynamic_True_autotune_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_on_device_tma_dynamic_True_tma_version_old_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_reinterpret_view_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_tma_descriptor_1d_dynamic_False_tma_version_new_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_tma_descriptor_1d_dynamic_True_tma_version_old_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_tma_descriptor_2d_dynamic_False_tma_version_old_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_tma_descriptor_2d_dynamic_True_tma_version_new_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_unbacked_symint_in_grid_dynamic_True_autotuning_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_weird_param_order_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_with_none_input_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_mutated_autotuning_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_next_power_of_2_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_update_constant_buffer_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_using_model_name_for_files_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_weight_on_disk_legacy_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_while_loop_with_mixed_device_dynamic_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_while_loop_with_mixed_device_dynamic_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_zero_size_weight_mps 2025-09-07T06:28:37.0636030Z 2025-09-07T06:28:38.8281520Z Running inductor/test_torchinductor 1/4 ... [2025-09-07 06:28:38.827969] 2025-09-07T06:28:38.8281960Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:28:38.8283030Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'not serial', '--shard-id=1', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:28:38.828226] 2025-09-07T06:28:40.1441240Z 2025-09-07T06:28:40.1443210Z inductor/test_aot_inductor 1/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_1.4_b114e4199f3339c7_.log 2025-09-07T06:28:40.1499540Z Running 213 items in this shard: test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test__weight_int4pack_mm_with_scales_and_zeros_m_32_n_64_q_group_64_num_groups_2_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_addmm_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_addmm_multiple_dynamic_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_aliased_buffer_reuse_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_aoti_constant_tensor_name_collision_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_aoti_runtime_asserts_backed_symint_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_aoti_runtime_asserts_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_assert_async_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_autotune_int64_user_defined_triton_kernel_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_buffer_mutation_1_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_clamp_decomposition_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_cond_mismatched_branch_output_dynamic_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_cond_non_tensor_predicates_dynamic_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_cond_simple_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_cond_symint_input_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_cond_with_multiple_outputs_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_constant_folding_with_update_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_constant_type_propagation_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_d2h_copy_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_duplicate_constant_folding_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_embedding_bag_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_extract_constants_map_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_free_inactive_buffer_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_inf_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_int_list_input_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_large_mmaped_weights_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_large_weight_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_linear_freezing_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_load_package_multiple_gpus_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_misaligned_input_1_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_multiple_output_alias_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_nan_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_no_args_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_pad_non_zero_memory_leak_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_poi_multiple_dynamic_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_quanatized_int8_linear_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_runtime_checks_complex_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_runtime_checks_dtype_failed_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_shifted_constraint_ranges_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_simple_embed_kernel_binary_False_max_autotune_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_simple_multi_arch_embed_kernel_binary_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_size_with_unbacked_add_and_mul_expr_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_stft_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_symint_item_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_bool_param_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_dynamic_grid_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_equal_to_1_float_arg_dynamic_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_1_num_dims_2_dynamic_True_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_2_num_dims_1_dynamic_True_autotune_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_2_num_dims_2_dynamic_True_autotune_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_3_num_dims_1_dynamic_True_autotune_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_3_num_dims_2_dynamic_False_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_3_num_dims_2_dynamic_True_autotune_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_multi_output_arg_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_on_device_tma_dynamic_True_tma_version_new_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_on_device_tma_dynamic_True_tma_version_old_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_reinterpret_view_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_sympy_expr_arg_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_weird_param_order_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_mutated_autotuning_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_unbacked_equals_input_size_runtime_assertion_mark_unbacked_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_view_outputs_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_while_loop_with_mixed_device_dynamic_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_while_loop_with_mixed_device_dynamic_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_while_loop_with_outer_buffers_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_while_loop_with_outer_code_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_while_loop_with_pytree_inputs_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_while_loop_with_unbacked_symint_closure_dynamic_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test__weight_int4pack_mm_m_32_n_64_q_group_64_num_groups_2_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test__weight_int4pack_mm_with_scales_and_zeros_m_32_n_64_q_group_32_num_groups_1_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test__weight_int4pack_mm_with_scales_and_zeros_m_32_n_64_q_group_64_num_groups_2_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_add_complex_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_addmm_multiple_dynamic_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_aliased_buffer_reuse_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_amp_fallback_random_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_aot_inductor_consts_cpp_build_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_aoti_constant_tensor_name_collision_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_aoti_debug_printer_codegen_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_aoti_debug_printer_cpp_kernel_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_aoti_debug_printer_sym_inputs_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_buffer_mutation_3_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_buffer_reuse_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_cond_nested_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_cond_simple_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_cond_symint_input_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_cond_use_buffers_from_outer_scope_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_consecutive_compiles_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_constant_folding_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_constant_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_conv3d_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_convolution_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_copy_non_blocking_is_pinned_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_custom_op_in_subgraph_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_d2h_copy_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_deconv_freezing_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_dup_unbacked_sym_decl_with_refinement_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_duplicate_constant_folding_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_dynamic_cat_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_extract_constants_map_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_fake_tensor_device_validation_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_fallback_kernel_with_symexpr_output_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_fill__fallback_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_freezing_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_inf_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_large_mmaped_weights_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_misaligned_input_1_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_missing_cubin_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_model_modified_weights_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_nan_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_non_contiguous_output_alias_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_on_gpu_device1_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_output_misaligned_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_poi_multiple_dynamic_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_proxy_executor_abs_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_proxy_executor_squeeze_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_repeated_user_defined_triton_kernel_embed_kernel_binary_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_runtime_checks_complex_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_runtime_checks_dtype_failed_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_runtime_checks_large_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_runtime_checks_shape_failed_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_scatter_fallback_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_sdpa_2_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_simple_embed_kernel_binary_False_max_autotune_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_simple_embed_kernel_binary_True_max_autotune_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_simple_multi_arch_embed_kernel_binary_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_small_constant_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_sym_expr_indexing_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_autotuning_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_1_num_dims_2_dynamic_False_autotune_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_2_num_dims_1_dynamic_False_autotune_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_2_num_dims_2_dynamic_False_autotune_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_2_num_dims_2_dynamic_True_autotune_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_2_num_dims_2_dynamic_True_autotune_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_3_num_dims_1_dynamic_True_autotune_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_3_num_dims_2_dynamic_False_autotune_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_on_device_tma_dynamic_True_tma_version_old_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_reinterpret_view_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_tma_descriptor_1d_dynamic_True_tma_version_new_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_tma_descriptor_1d_dynamic_True_tma_version_old_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_tma_descriptor_2d_dynamic_False_tma_version_new_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_unbacked_symint_in_grid_dynamic_False_autotuning_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_with_none_input_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_unbacked_equals_input_size_runtime_assertion_mark_unbacked_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_update_inactive_constant_buffer_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_while_loop_with_sym_expr_cond_dynamic_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_while_loop_with_unbacked_symint_closure_dynamic_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_with_profiler_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_zero_grid_with_unbacked_symbols_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test__weight_int4pack_mm_with_scales_and_zeros_m_32_n_64_q_group_32_num_groups_2_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test__weight_int4pack_mm_with_scales_and_zeros_m_32_n_64_q_group_64_num_groups_2_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_addmm_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_aoti_debug_printer_codegen_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_aoti_debug_printer_fp8_dtype_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_aoti_runtime_asserts_backed_symint_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_cond_non_tensor_predicates_dynamic_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_cond_simple_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_cond_symint_input_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_cond_with_multiple_outputs_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_constant_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_constant_type_propagation_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_copy_non_blocking_is_pinned_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_custom_op_in_subgraph_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_deconv_freezing_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_dup_unbacked_sym_decl_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_dup_unbacked_sym_decl_with_refinement_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_dynamic_smem_above_default_limit_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_extract_constants_map_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_foreach_multiple_dynamic_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_fx_gm_return_tuple_validation_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_large_dynamic_dim_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_linear_freezing_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_missing_output_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_non_contiguous_output_alias_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_non_tensor_input_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_normal_functional_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_output_misaligned_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_pad_fallback_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_pad_non_zero_memory_leak_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_proxy_executor_abs_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_proxy_executor_permute_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_pytree_inputs_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_repeated_user_defined_triton_kernel_embed_kernel_binary_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_reuse_kernel_dynamic_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_runtime_checks_shape_failed_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_scaled_dot_product_efficient_attention_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_scatter_fallback_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_simple_embed_kernel_binary_True_max_autotune_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_simple_multi_arch_embed_kernel_binary_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_so_without_weight_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_stft_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_symfloat_item_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_sympy_cpp_printer_min_max_minmax0_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_dynamic_launcher_grid_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_equal_to_1_float_arg_dynamic_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_grid_type_1_num_dims_1_dynamic_False_autotune_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_grid_type_1_num_dims_1_dynamic_True_autotune_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_grid_type_1_num_dims_2_dynamic_False_autotune_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_grid_type_3_num_dims_1_dynamic_False_autotune_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_grid_type_3_num_dims_1_dynamic_True_autotune_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_grid_type_3_num_dims_2_dynamic_True_autotune_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_on_device_tma_dynamic_False_tma_version_new_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_on_device_tma_dynamic_True_tma_version_new_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_tma_descriptor_1d_dynamic_False_tma_version_old_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_tma_descriptor_2d_dynamic_True_tma_version_old_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_unbacked_symint_in_grid_dynamic_False_autotuning_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_with_none_inputs_and_equal_to_1_arg_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_update_constant_buffer_simple_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_upper_bound_i64_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_view_outputs_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_while_loop_with_outer_buffers_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_while_loop_with_parameters_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_with_cudagraphs_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_with_no_triton_profiler_mps 2025-09-07T06:28:40.1555580Z 2025-09-07T06:28:41.9614940Z Running inductor/test_torchinductor 2/4 ... [2025-09-07 06:28:41.961347] 2025-09-07T06:28:41.9615260Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:28:41.9617140Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'not serial', '--shard-id=2', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:28:41.961624] 2025-09-07T06:32:23.3032290Z 2025-09-07T06:32:23.3033020Z inductor/test_torchinductor 2/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_2.4_400f4d12c7941820_.log 2025-09-07T06:32:23.3111530Z Running 440 items in this shard: test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast1_double, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast1_transposed, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast2_strided, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast3_broadcast1, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast3_broadcast3, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast3_int, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_dense_dense, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_dense_double, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_double_double, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_double_int, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_double_strided, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_strided_broadcast1, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_strided_broadcast2, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_strided_dense, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_strided_double, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_strided_strided, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_transposed_broadcast2, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_transposed_strided, test/inductor/test_torchinductor.py::CpuTests::test_AllenaiLongformerBase_repro_cpu, test/inductor/test_torchinductor.py::CpuTests::test__dyn_quant_pack_4bit_weight_cpu, test/inductor/test_torchinductor.py::CpuTests::test_adaptive_avg_pool1d_argmax_cpu, test/inductor/test_torchinductor.py::CpuTests::test_adaptive_avg_pool_with_output_size_0_cpu, test/inductor/test_torchinductor.py::CpuTests::test_add_complex9_cpu, test/inductor/test_torchinductor.py::CpuTests::test_add_const_float_cpu, test/inductor/test_torchinductor.py::CpuTests::test_adding_tensor_offsets_cpu, test/inductor/test_torchinductor.py::CpuTests::test_addmm_cpu, test/inductor/test_torchinductor.py::CpuTests::test_addmv_cpu, test/inductor/test_torchinductor.py::CpuTests::test_allow_reuse_active_if_under_peak_cpu, test/inductor/test_torchinductor.py::CpuTests::test_aoti_eager_support_out_cpu, test/inductor/test_torchinductor.py::CpuTests::test_aoti_eager_support_str_cpu, test/inductor/test_torchinductor.py::CpuTests::test_aoti_eager_with_persistent_cache_cpu, test/inductor/test_torchinductor.py::CpuTests::test_arange3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_argmax_argmin3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_as_strided_cpu, test/inductor/test_torchinductor.py::CpuTests::test_assert_alignment_op_name_fail_cpu, test/inductor/test_torchinductor.py::CpuTests::test_assert_size_stride_op_name_fail_cpu, test/inductor/test_torchinductor.py::CpuTests::test_avg_pool2d2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_avg_pool2d4_cpu, test/inductor/test_torchinductor.py::CpuTests::test_baddbmm_cpu, test/inductor/test_torchinductor.py::CpuTests::test_batch_norm_2d_2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bernoulli2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bmm1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bmm2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bool_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bucketize_computed_offsets_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bucketize_default_kwargs_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bucketize_int_int16_uint8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bucketize_int_int32_int32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bucketize_int_int64_int16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bucketize_int_int64_int32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bucketize_int_int64_int64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_buffer_use_after_remove_cpu, test/inductor/test_torchinductor.py::CpuTests::test_builtins_round_float_ndigits_pos_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cat_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cat_single_empty_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cat_unbacked_2d_cpu, test/inductor/test_torchinductor.py::CpuTests::test_chunk_recompiles_cpu, test/inductor/test_torchinductor.py::CpuTests::test_clamp_cpu, test/inductor/test_torchinductor.py::CpuTests::test_clamp_type_promotion_cpu, test/inductor/test_torchinductor.py::CpuTests::test_complex_fallback_cpu, test/inductor/test_torchinductor.py::CpuTests::test_constant_pad_1d_cpu, test/inductor/test_torchinductor.py::CpuTests::test_constant_pad_3d_cpu, test/inductor/test_torchinductor.py::CpuTests::test_constant_pad_fill_dtype_cpu, test/inductor/test_torchinductor.py::CpuTests::test_conv2d_channels_last_cpu, test/inductor/test_torchinductor.py::CpuTests::test_conv3d_channels_last_use_block_ptr_False_cpu, test/inductor/test_torchinductor.py::CpuTests::test_conv3d_cpu, test/inductor/test_torchinductor.py::CpuTests::test_conv_functional_bn_fuse_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cumsum_cpu, test/inductor/test_torchinductor.py::CpuTests::test_custom_scan_op_multi_input_cpu, test/inductor/test_torchinductor.py::CpuTests::test_data_type_propogation_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dense_mask_index_cpu, test/inductor/test_torchinductor.py::CpuTests::test_deterministic_codegen_with_suffix_cpu, test/inductor/test_torchinductor.py::CpuTests::test_div3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_div8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtype_sympy_expr_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_bfloat16_float16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_bfloat16_int16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float16_bfloat16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float16_float32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float16_int16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float32_bfloat16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float32_int16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float32_int8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float64_float64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int16_bfloat16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int16_float16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int16_float32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int16_float64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int16_int16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int32_float16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int32_float32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int32_int8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int64_bfloat16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int64_float32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int64_float64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int64_int32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int64_uint8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int8_float64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int8_int32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int8_int8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_uint8_float16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_uint8_uint8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_empty1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_fallback_mutable_op_basic_cpu, test/inductor/test_torchinductor.py::CpuTests::test_fallback_mutable_op_no_mutated_tensors_cpu, test/inductor/test_torchinductor.py::CpuTests::test_flip_cat_cpu, test/inductor/test_torchinductor.py::CpuTests::test_flip_cpu, test/inductor/test_torchinductor.py::CpuTests::test_fmin_fmax_cpu, test/inductor/test_torchinductor.py::CpuTests::test_fractional_max_pool2d3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_fractional_max_pool2d5_cpu, test/inductor/test_torchinductor.py::CpuTests::test_fuse_large_params_cpu, test/inductor/test_torchinductor.py::CpuTests::test_graph_partition_arange1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_graph_partition_both_scalars_cpu, test/inductor/test_torchinductor.py::CpuTests::test_graph_partition_unbacked_symint_as_output_cpu, test/inductor/test_torchinductor.py::CpuTests::test_hardsigmoid_cpu, test/inductor/test_torchinductor.py::CpuTests::test_hardtanh_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index_propagation_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index_put3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index_put_fallback1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_inductor_multiple_specializations_cpu, test/inductor/test_torchinductor.py::CpuTests::test_inf_cpu, test/inductor/test_torchinductor.py::CpuTests::test_inplace_mixed_dtype_ops_cpu, test/inductor/test_torchinductor.py::CpuTests::test_input_mutation4_cpu, test/inductor/test_torchinductor.py::CpuTests::test_input_mutation5_cpu, test/inductor/test_torchinductor.py::CpuTests::test_int8_weight_only_quant_cpu, test/inductor/test_torchinductor.py::CpuTests::test_int_input_dynamic_shapes_cpu, test/inductor/test_torchinductor.py::CpuTests::test_large_grid_use_block_ptr_False_cpu, test/inductor/test_torchinductor.py::CpuTests::test_large_pointwise_cpu, test/inductor/test_torchinductor.py::CpuTests::test_large_tensor_reduction_cpu, test/inductor/test_torchinductor.py::CpuTests::test_lerp_cpu, test/inductor/test_torchinductor.py::CpuTests::test_linspace4_cpu, test/inductor/test_torchinductor.py::CpuTests::test_logcumsumexp_cpu, test/inductor/test_torchinductor.py::CpuTests::test_mark_dynamic_with_hint_override_cpu, test/inductor/test_torchinductor.py::CpuTests::test_max_pool2d6_dilation_1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_max_pool2d7_cpu, test/inductor/test_torchinductor.py::CpuTests::test_max_pool2d_with_indices_backward3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_max_pool2d_with_indices_backward5_cpu, test/inductor/test_torchinductor.py::CpuTests::test_max_pool2d_with_indices_backward_cpu, test/inductor/test_torchinductor.py::CpuTests::test_min_max_reduction_nan_cpu, test/inductor/test_torchinductor.py::CpuTests::test_misaligned_address_issue1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_mixed_mm_cpu, test/inductor/test_torchinductor.py::CpuTests::test_mul_index_expr_cpu, test/inductor/test_torchinductor.py::CpuTests::test_multi_device_cpu, test/inductor/test_torchinductor.py::CpuTests::test_multilayer_prime_size_cpu, test/inductor/test_torchinductor.py::CpuTests::test_multilayer_var_cpu, test/inductor/test_torchinductor.py::CpuTests::test_mutable_custom_op_fixed_layout2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_narrow_cpu, test/inductor/test_torchinductor.py::CpuTests::test_neg_max_uint8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_nll_loss_backward_cpu, test/inductor/test_torchinductor.py::CpuTests::test_nll_loss_forward_cpu, test/inductor/test_torchinductor.py::CpuTests::test_nonzero_unbacked_refinement_cpu, test/inductor/test_torchinductor.py::CpuTests::test_one_hot_cpu, test/inductor/test_torchinductor.py::CpuTests::test_permute2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_airy_ai_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_bessel_y0_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_chebyshev_polynomial_t_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_chebyshev_polynomial_v_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_chebyshev_polynomial_w_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_erf_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_erfc_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_erfcx_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_expit_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_hermite_polynomial_h_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_hermite_polynomial_he_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_laguerre_polynomial_l_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_log1p_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_psi_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_scaled_modified_bessel_k1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_shifted_chebyshev_polynomial_t_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_shifted_chebyshev_polynomial_u_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pow2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pow_by_natural_log2_dynamic_shapes_cpu, test/inductor/test_torchinductor.py::CpuTests::test_randint_int64_mod_cpu, test/inductor/test_torchinductor.py::CpuTests::test_randn_with_dtype_and_device_cpu, test/inductor/test_torchinductor.py::CpuTests::test_reduction1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_reduction5_cpu, test/inductor/test_torchinductor.py::CpuTests::test_repeat_interleave_2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_resize_as_cpu, test/inductor/test_torchinductor.py::CpuTests::test_roi_align_cpu, test/inductor/test_torchinductor.py::CpuTests::test_round_correctness_cpu, test/inductor/test_torchinductor.py::CpuTests::test_scatter5_cpu, test/inductor/test_torchinductor.py::CpuTests::test_scatter6_cpu, test/inductor/test_torchinductor.py::CpuTests::test_should_pad_bench_for_bmm_cpu, test/inductor/test_torchinductor.py::CpuTests::test_slice_mutation2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_slice_scatter3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_slice_scatter_cpu, test/inductor/test_torchinductor.py::CpuTests::test_softmax_one_kernel_loop_cpu, test/inductor/test_torchinductor.py::CpuTests::test_softmax_one_kernel_persist_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sort_bool_cpu, test/inductor/test_torchinductor.py::CpuTests::test_split_cpu, test/inductor/test_torchinductor.py::CpuTests::test_split_cumprod_low_prec_cpu, test/inductor/test_torchinductor.py::CpuTests::test_split_failed_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sum1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sum2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sum_dtype_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sum_int_cpu, test/inductor/test_torchinductor.py::CpuTests::test_tan_cpu, test/inductor/test_torchinductor.py::CpuTests::test_tanh_cpu, test/inductor/test_torchinductor.py::CpuTests::test_tensor3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_tmp_not_defined_issue1_use_block_ptr_True_cpu, test/inductor/test_torchinductor.py::CpuTests::test_tmp_not_defined_issue2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_topk_cpu, test/inductor/test_torchinductor.py::CpuTests::test_triton_kernel_bool_param_cpu, test/inductor/test_torchinductor.py::CpuTests::test_unbind_cpu, test/inductor/test_torchinductor.py::CpuTests::test_unsigned_constant_tensors_cpu, test/inductor/test_torchinductor.py::CpuTests::test_unspec_inputs_bfloat16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_unspec_inputs_int64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_upsample_bicubic2d_cpu, test/inductor/test_torchinductor.py::CpuTests::test_upsample_bilinear2d_b_cpu, test/inductor/test_torchinductor.py::CpuTests::test_upsample_cat_conv_cpu, test/inductor/test_torchinductor.py::CpuTests::test_var_mean_tile_reduction_True_cpu, test/inductor/test_torchinductor.py::CpuTests::test_vectorized_ops_masked_cpu, test/inductor/test_torchinductor.py::CpuTests::test_vertical_fusion1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_view_as_real_cpu, test/inductor/test_torchinductor.py::CpuTests::test_view_on_aliased_cpu, test/inductor/test_torchinductor.py::CpuTests::test_views2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_views4_cpu, test/inductor/test_torchinductor.py::CpuTests::test_views6_cpu, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_broadcast1_strided, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_broadcast2_dense, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_broadcast2_transposed, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_broadcast3_broadcast1, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_broadcast3_broadcast2, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_broadcast3_int, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_broadcast3_transposed, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_dense_broadcast3, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_dense_dense, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_dense_strided, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_double_broadcast2, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_double_dense, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_double_double, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_double_int, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_double_strided, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_int_broadcast2, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_int_strided, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_strided_strided, test/inductor/test_torchinductor.py::GPUTests::test_AllenaiLongformerBase_repro_mps, test/inductor/test_torchinductor.py::GPUTests::test__unsafe_masked_index_mps, test/inductor/test_torchinductor.py::GPUTests::test_adaptive_avg_pool2d1_mps, test/inductor/test_torchinductor.py::GPUTests::test_adaptive_avg_pool2d2_mps, test/inductor/test_torchinductor.py::GPUTests::test_add_const_int_mps, test/inductor/test_torchinductor.py::GPUTests::test_addmv_mps, test/inductor/test_torchinductor.py::GPUTests::test_any_mps, test/inductor/test_torchinductor.py::GPUTests::test_aoti_eager_override_registration_mps, test/inductor/test_torchinductor.py::GPUTests::test_aoti_eager_support_str_mps, test/inductor/test_torchinductor.py::GPUTests::test_argmax_argmin1_mps, test/inductor/test_torchinductor.py::GPUTests::test_argmax_argmin_with_nan_mps, test/inductor/test_torchinductor.py::GPUTests::test_argmax_min_int32_mps, test/inductor/test_torchinductor.py::GPUTests::test_as_strided_scatter_mps, test/inductor/test_torchinductor.py::GPUTests::test_assert_alignment_op_name_fail_mps, test/inductor/test_torchinductor.py::GPUTests::test_avg_pool2d1_mps, test/inductor/test_torchinductor.py::GPUTests::test_avg_pool2d3_mps, test/inductor/test_torchinductor.py::GPUTests::test_avg_pool2d_backward2_mps, test/inductor/test_torchinductor.py::GPUTests::test_avg_pool2d_backward3_mps, test/inductor/test_torchinductor.py::GPUTests::test_avg_pool2d_backward4_mps, test/inductor/test_torchinductor.py::GPUTests::test_avg_pool3d_backward3_mps, test/inductor/test_torchinductor.py::GPUTests::test_avg_pool_errors_with_uint_mps, test/inductor/test_torchinductor.py::GPUTests::test_bernoulli2_mps, test/inductor/test_torchinductor.py::GPUTests::test_bitwise3_mps, test/inductor/test_torchinductor.py::GPUTests::test_bitwise_mps, test/inductor/test_torchinductor.py::GPUTests::test_bmm1_mps, test/inductor/test_torchinductor.py::GPUTests::test_both_scalars_mps, test/inductor/test_torchinductor.py::GPUTests::test_bucketize_add_autotune_mps, test/inductor/test_torchinductor.py::GPUTests::test_bucketize_int_int16_int64_mps, test/inductor/test_torchinductor.py::GPUTests::test_bucketize_int_int16_int8_mps, test/inductor/test_torchinductor.py::GPUTests::test_bucketize_int_int32_int32_mps, test/inductor/test_torchinductor.py::GPUTests::test_bucketize_int_int32_uint8_mps, test/inductor/test_torchinductor.py::GPUTests::test_bucketize_int_int64_int64_mps, test/inductor/test_torchinductor.py::GPUTests::test_bucketize_int_int8_int16_mps, test/inductor/test_torchinductor.py::GPUTests::test_bucketize_int_uint8_int32_mps, test/inductor/test_torchinductor.py::GPUTests::test_builtins_round_float_ndigits_neg_mps, test/inductor/test_torchinductor.py::GPUTests::test_builtins_round_int_ndigits_pos_mps, test/inductor/test_torchinductor.py::GPUTests::test_builtins_round_mps, test/inductor/test_torchinductor.py::GPUTests::test_cat_empty_index_mps, test/inductor/test_torchinductor.py::GPUTests::test_cat_extern_kernel_mps, test/inductor/test_torchinductor.py::GPUTests::test_cat_of_loops_and_extern_kernel_mps, test/inductor/test_torchinductor.py::GPUTests::test_cat_uint8_mps, test/inductor/test_torchinductor.py::GPUTests::test_check_stack_no_cycles_mps, test/inductor/test_torchinductor.py::GPUTests::test_chunk_recompiles_mps, test/inductor/test_torchinductor.py::GPUTests::test_clamp_type_promotion_non_tensor_mps, test/inductor/test_torchinductor.py::GPUTests::test_clone_mps, test/inductor/test_torchinductor.py::GPUTests::test_complex_from_real_imag_mps, test/inductor/test_torchinductor.py::GPUTests::test_constant_pad_nd_inplace_mps, test/inductor/test_torchinductor.py::GPUTests::test_conv_backward_mps, test/inductor/test_torchinductor.py::GPUTests::test_conv_inference_heuristics_mps, test/inductor/test_torchinductor.py::GPUTests::test_conv_shape_check_mps, test/inductor/test_torchinductor.py::GPUTests::test_convolution3_mps, test/inductor/test_torchinductor.py::GPUTests::test_copy_non_blocking_is_pinned_use_cat_True_mps, test/inductor/test_torchinductor.py::GPUTests::test_cudnn_rnn_mps, test/inductor/test_torchinductor.py::GPUTests::test_cummin_mps, test/inductor/test_torchinductor.py::GPUTests::test_custom_op_3_mps, test/inductor/test_torchinductor.py::GPUTests::test_custom_op_fixed_layout_channels_last_mps, test/inductor/test_torchinductor.py::GPUTests::test_custom_op_unbacked_symints_mps, test/inductor/test_torchinductor.py::GPUTests::test_custom_scan_op_mps, test/inductor/test_torchinductor.py::GPUTests::test_custom_scan_op_multi_input_mps, test/inductor/test_torchinductor.py::GPUTests::test_dense_mask_index_mps, test/inductor/test_torchinductor.py::GPUTests::test_dist_mps, test/inductor/test_torchinductor.py::GPUTests::test_div1_mps, test/inductor/test_torchinductor.py::GPUTests::test_div3_mps, test/inductor/test_torchinductor.py::GPUTests::test_div6_mps, test/inductor/test_torchinductor.py::GPUTests::test_div_zero_dim_mps, test/inductor/test_torchinductor.py::GPUTests::test_dropout2_mps, test/inductor/test_torchinductor.py::GPUTests::test_dropout_deterministic_mps, test/inductor/test_torchinductor.py::GPUTests::test_dropout_trivial_1_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtype_mismatch_issue_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_bfloat16_float32_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_bfloat16_uint8_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float16_float16_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float16_float64_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float16_int32_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float32_bfloat16_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float32_float16_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float32_uint8_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float64_bfloat16_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float64_int32_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int16_float64_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int16_uint8_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int32_bfloat16_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int32_float64_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int32_int32_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int32_uint8_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int64_bfloat16_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int64_float64_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int8_float32_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int8_int64_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_uint8_bfloat16_mps, test/inductor/test_torchinductor.py::GPUTests::test_embedding_mps, test/inductor/test_torchinductor.py::GPUTests::test_empty2_mps, test/inductor/test_torchinductor.py::GPUTests::test_empty_strided_mps, test/inductor/test_torchinductor.py::GPUTests::test_erfinv_mps, test/inductor/test_torchinductor.py::GPUTests::test_float_index_expression_mps, test/inductor/test_torchinductor.py::GPUTests::test_float_repr_dynamic_shapes_mps, test/inductor/test_torchinductor.py::GPUTests::test_floordiv_mps, test/inductor/test_torchinductor.py::GPUTests::test_fmod_mps, test/inductor/test_torchinductor.py::GPUTests::test_fractional_max_pool2d2_mps, test/inductor/test_torchinductor.py::GPUTests::test_fractional_max_pool2d3_mps, test/inductor/test_torchinductor.py::GPUTests::test_fractional_max_pool2d5_mps, test/inductor/test_torchinductor.py::GPUTests::test_fusing_write_into_disjoint_read_mps, test/inductor/test_torchinductor.py::GPUTests::test_gather3_mps, test/inductor/test_torchinductor.py::GPUTests::test_generated_code_has_alignment_assert_mps, test/inductor/test_torchinductor.py::GPUTests::test_glu_mps, test/inductor/test_torchinductor.py::GPUTests::test_graph_partition_arange1_mps, test/inductor/test_torchinductor.py::GPUTests::test_graph_partition_arange2_mps, test/inductor/test_torchinductor.py::GPUTests::test_graph_partition_both_scalars_mps, test/inductor/test_torchinductor.py::GPUTests::test_graph_partition_constant_tensor2_mps, test/inductor/test_torchinductor.py::GPUTests::test_graph_partition_no_inputs_mps, test/inductor/test_torchinductor.py::GPUTests::test_index_propagation_flip_mps, test/inductor/test_torchinductor.py::GPUTests::test_index_put3_mps, test/inductor/test_torchinductor.py::GPUTests::test_index_put_reinplace_mps, test/inductor/test_torchinductor.py::GPUTests::test_index_tensor_mps, test/inductor/test_torchinductor.py::GPUTests::test_inplace_activations_mps, test/inductor/test_torchinductor.py::GPUTests::test_inplace_mixed_dtype_ops_mps, test/inductor/test_torchinductor.py::GPUTests::test_input_mutation3_mps, test/inductor/test_torchinductor.py::GPUTests::test_kernel_names_mps, test/inductor/test_torchinductor.py::GPUTests::test_l1_loss_mps, test/inductor/test_torchinductor.py::GPUTests::test_large_tensor_reduction_mps, test/inductor/test_torchinductor.py::GPUTests::test_leaky_relu_mps, test/inductor/test_torchinductor.py::GPUTests::test_like_channels_last_mps, test/inductor/test_torchinductor.py::GPUTests::test_linear_mixed_dtype_mps, test/inductor/test_torchinductor.py::GPUTests::test_linspace1_mps, test/inductor/test_torchinductor.py::GPUTests::test_linspace3_mps, test/inductor/test_torchinductor.py::GPUTests::test_linspace4_mps, test/inductor/test_torchinductor.py::GPUTests::test_log_fp64_mps, test/inductor/test_torchinductor.py::GPUTests::test_logcumsumexp_mps, test/inductor/test_torchinductor.py::GPUTests::test_logcumsumexp_zero_dim_mps, test/inductor/test_torchinductor.py::GPUTests::test_logsumexp_mps, test/inductor/test_torchinductor.py::GPUTests::test_low_memory_max_pool_dilation_1_dim_3_mps, test/inductor/test_torchinductor.py::GPUTests::test_max_min_mps, test/inductor/test_torchinductor.py::GPUTests::test_max_pool2d3_mps, test/inductor/test_torchinductor.py::GPUTests::test_max_pool2d7_mps, test/inductor/test_torchinductor.py::GPUTests::test_max_pool2d8_mps, test/inductor/test_torchinductor.py::GPUTests::test_misaligned_address_issue1_mps, test/inductor/test_torchinductor.py::GPUTests::test_mix_device_index_mps, test/inductor/test_torchinductor.py::GPUTests::test_mixed_mm3_mps, test/inductor/test_torchinductor.py::GPUTests::test_multi_threading_mps, test/inductor/test_torchinductor.py::GPUTests::test_multilayer_any_mps, test/inductor/test_torchinductor.py::GPUTests::test_mutable_custom_op_fixed_layout2_mps, test/inductor/test_torchinductor.py::GPUTests::test_nan_sort_stable_False_descending_False_mps, test/inductor/test_torchinductor.py::GPUTests::test_neg_index_mps, test/inductor/test_torchinductor.py::GPUTests::test_neg_max_uint8_mps, test/inductor/test_torchinductor.py::GPUTests::test_new_empty_mps, test/inductor/test_torchinductor.py::GPUTests::test_nll_loss_forward_mps, test/inductor/test_torchinductor.py::GPUTests::test_permute2_mps, test/inductor/test_torchinductor.py::GPUTests::test_pixel_shuffle_channels_last_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_chebyshev_polynomial_u_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_gammaincc_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_log1p_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_modified_bessel_k0_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_polygamma_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_shifted_chebyshev_polynomial_t_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_shifted_chebyshev_polynomial_u_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_sinc_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_xlogy_mps, test/inductor/test_torchinductor.py::GPUTests::test_pow_by_natural_log2_dynamic_shapes_mps, test/inductor/test_torchinductor.py::GPUTests::test_randint_distribution_mps, test/inductor/test_torchinductor.py::GPUTests::test_randint_kernel_count_mps, test/inductor/test_torchinductor.py::GPUTests::test_reduction1_mps, test/inductor/test_torchinductor.py::GPUTests::test_reduction2_mps, test/inductor/test_torchinductor.py::GPUTests::test_reduction5_mps, test/inductor/test_torchinductor.py::GPUTests::test_reinterpret_dtypeview_mps, test/inductor/test_torchinductor.py::GPUTests::test_relu_mps, test/inductor/test_torchinductor.py::GPUTests::test_remove_noop_slice1_mps, test/inductor/test_torchinductor.py::GPUTests::test_remove_noop_slice_scatter_mps, test/inductor/test_torchinductor.py::GPUTests::test_repeat_as_strided_mps, test/inductor/test_torchinductor.py::GPUTests::test_repeat_interleave_2_mps, test/inductor/test_torchinductor.py::GPUTests::test_repeat_interleave_Tensor_decomp_int32_nd_1_mps, test/inductor/test_torchinductor.py::GPUTests::test_repeat_interleave_Tensor_decomp_int32_nd_2_mps, test/inductor/test_torchinductor.py::GPUTests::test_repeat_interleave_Tensor_decomp_int64_nd_1_mps, test/inductor/test_torchinductor.py::GPUTests::test_repeat_mps, test/inductor/test_torchinductor.py::GPUTests::test_require_stride_expanded_mps, test/inductor/test_torchinductor.py::GPUTests::test_roll_mps, test/inductor/test_torchinductor.py::GPUTests::test_round_correctness_mps, test/inductor/test_torchinductor.py::GPUTests::test_scaled_dot_product_attention_mps, test/inductor/test_torchinductor.py::GPUTests::test_scatter4_mps, test/inductor/test_torchinductor.py::GPUTests::test_scatter6_mps, test/inductor/test_torchinductor.py::GPUTests::test_sdpa_prefer_nd_tiling_False_use_block_ptr_True_mps, test/inductor/test_torchinductor.py::GPUTests::test_slice3_mps, test/inductor/test_torchinductor.py::GPUTests::test_slice_mutation1_mps, test/inductor/test_torchinductor.py::GPUTests::test_slice_scatter5_mps, test/inductor/test_torchinductor.py::GPUTests::test_softmax_backward_data_mps, test/inductor/test_torchinductor.py::GPUTests::test_split_cumprod_low_prec_mps, test/inductor/test_torchinductor.py::GPUTests::test_split_reduction_dynamic_shape_mps, test/inductor/test_torchinductor.py::GPUTests::test_squeeze1_mps, test/inductor/test_torchinductor.py::GPUTests::test_sum4_mps, test/inductor/test_torchinductor.py::GPUTests::test_sum_dtype_mps, test/inductor/test_torchinductor.py::GPUTests::test_tensor2_mps, test/inductor/test_torchinductor.py::GPUTests::test_to_device_constant_mps, test/inductor/test_torchinductor.py::GPUTests::test_to_dtype_mps, test/inductor/test_torchinductor.py::GPUTests::test_topk_mps, test/inductor/test_torchinductor.py::GPUTests::test_transpose_mps, test/inductor/test_torchinductor.py::GPUTests::test_transposed_propagates_mps, test/inductor/test_torchinductor.py::GPUTests::test_uint4x2_mixed_mm_mps, test/inductor/test_torchinductor.py::GPUTests::test_unbacked_floordiv_simplify_errors_mps, test/inductor/test_torchinductor.py::GPUTests::test_unspec_inputs_int64_mps, test/inductor/test_torchinductor.py::GPUTests::test_upsample_bilinear2d_b_mps, test/inductor/test_torchinductor.py::GPUTests::test_upsample_nearest3d_mps, test/inductor/test_torchinductor.py::GPUTests::test_vdd_clamp_mps, test/inductor/test_torchinductor.py::GPUTests::test_views2_mps, test/inductor/test_torchinductor.py::GPUTests::test_weight_norm_bwd_mps 2025-09-07T06:32:23.3187670Z 2025-09-07T06:32:25.3988300Z Running inductor/test_torchinductor 3/4 ... [2025-09-07 06:32:25.398722] 2025-09-07T06:32:25.3988630Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:32:25.3990640Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'not serial', '--shard-id=3', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:32:25.398965] 2025-09-07T06:32:57.6484800Z 2025-09-07T06:32:57.6485510Z inductor/test_aot_inductor 4/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_aot_inductor_4.4_50f2013488cc1e52_.log 2025-09-07T06:32:57.6546900Z Running 226 items in this shard: test/inductor/test_aot_inductor.py::TestAOTInductorConfig::test_compile_standalone_explicit_set, test/inductor/test_aot_inductor.py::TestAOTInductorConfig::test_compile_standalone_sets_package_cpp, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test__int_mm_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test__weight_int4pack_mm_m_32_n_64_q_group_32_num_groups_1_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test__weight_int4pack_mm_with_scales_and_zeros_m_32_n_64_q_group_32_num_groups_1_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_aoti_constant_tensor_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_aoti_debug_printer_codegen_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_aoti_debug_printing_model_inputs_codegen_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_aoti_profiler_enable_kernel_profile_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_autotune_with_constant_folding_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_buffer_mutation_2_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_buffer_mutation_and_force_mmap_weights_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_cond_mismatched_branch_output_dynamic_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_cond_non_tensor_predicates_dynamic_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_cond_unbacked_symint_closure_dynamic_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_cond_use_buffers_from_outer_scope_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_cond_with_outer_code_before_after_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_cond_with_reinterpret_view_inputs_outputs_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_consecutive_compiles_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_constant_folding_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_conv3d_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_conv_freezing_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_copy_non_blocking_is_pinned_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_dynamic_cat_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_dynamic_scalar_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_empty_cat_dtype_promotion_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_empty_constant_folding_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_fallback_kernel_with_symexpr_output_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_fft_c2c_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_foreach_multiple_dynamic_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_fp8_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_freezing_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_index_put_fallback_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_index_put_with_none_index_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_input_codegen_with_sympy_expr_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_issue_140766_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_large_grid_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_linear_dynamic_maxautotune_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_model_modified_weights_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_multi_device_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_nested_tensor_from_jagged_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_non_default_gpu_device_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_normal_functional_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_on_gpu_device1_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_output_path_1_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_pad_fallback_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_profile_benchmark_harness_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_proxy_executor_abs_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_quantized_linear_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_repeat_interleave_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_repeated_user_defined_triton_kernel_embed_kernel_binary_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_replicate_on_devices_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_return_constant_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_reuse_kernel_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_run_with_grad_enabled_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_same_backing_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_scaled_dot_product_efficient_attention_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_scatter_fallback_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_sdpa_2_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_sdpa_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_seq_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_stride_with_unbacked_expr_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_torchvision_transforms_functional_tensor_resize_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_dynamic_launcher_grid_infer_from_tensor_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_dynamic_shape_with_div_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_1_num_dims_1_dynamic_False_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_1_num_dims_2_dynamic_True_autotune_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_2_num_dims_1_dynamic_False_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_2_num_dims_2_dynamic_False_autotune_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_2_num_dims_2_dynamic_False_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_2_num_dims_2_dynamic_True_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_3_num_dims_1_dynamic_False_autotune_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_3_num_dims_1_dynamic_False_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_grid_type_3_num_dims_1_dynamic_True_autotune_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_reinterpret_view_mem_leak_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_tma_descriptor_1d_dynamic_False_tma_version_old_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_triton_kernel_tma_descriptor_2d_dynamic_True_tma_version_old_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_unbacked_equals_input_size_runtime_assertion_mark_unbacked_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_update_constant_buffer_simple_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_using_model_name_for_files_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_while_loop_with_sym_expr_cond_dynamic_False_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleCpu::test_while_loop_with_sym_expr_cond_dynamic_True_cpu, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test__weight_int4pack_mm_m_32_n_64_q_group_64_num_groups_1_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_addmm_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_aoti_constant_tensor_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_aoti_debug_printer_user_defined_triton_kernel_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_autotune_int64_user_defined_triton_kernel_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_autotune_with_constant_folding_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_backward_no_op_logging_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_buffer_mutation_1_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_buffer_mutation_4_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_clamp_decomposition_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_composed_dynamic_size_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_cond_mismatched_branch_output_dynamic_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_cond_mismatched_branch_output_dynamic_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_cond_non_tensor_predicates_dynamic_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_cond_non_tensor_predicates_dynamic_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_cond_with_reinterpret_view_inputs_outputs_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_duplicated_params_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_dynamic_scalar_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_dynamic_smem_above_default_limit_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_embedding_bag_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_fft_c2c_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_fp8_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_free_inactive_buffer_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_index_put_with_none_index_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_int_list_input_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_issue_140766_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_large_grid_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_linear_dynamic_maxautotune_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_linear_freezing_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_load_package_multiple_gpus_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_misaligned_input_2_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_nested_tensor_from_jagged_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_output_path_2_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_pad_fallback_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_pad_non_zero_memory_leak_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_profile_benchmark_harness_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_proxy_executor_hann_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_quantized_linear_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_replicate_on_devices_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_return_constant_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_reuse_kernel_dynamic_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_run_with_grad_enabled_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_seq_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_simple_dynamic_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_simple_embed_kernel_binary_False_max_autotune_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_size_with_unbacked_add_expr_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_size_with_unbacked_add_expr_transitive_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_so_without_weight_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_stft_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_symbool_item_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_dynamic_shape_with_div_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_1_num_dims_1_dynamic_True_autotune_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_1_num_dims_2_dynamic_True_autotune_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_3_num_dims_1_dynamic_False_autotune_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_grid_type_3_num_dims_1_dynamic_True_autotune_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_on_device_tma_dynamic_True_tma_version_new_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_sympy_expr_arg_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_tma_descriptor_1d_dynamic_False_tma_version_new_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_tma_descriptor_2d_dynamic_False_tma_version_old_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_tma_descriptor_2d_dynamic_True_tma_version_new_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_kernel_tma_descriptor_2d_dynamic_True_tma_version_old_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_mutated_autotuning_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_triton_next_power_of_2_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_update_constant_buffer_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_update_constant_buffer_simple_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_upper_bound_i64_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_weight_on_disk_legacy_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_while_loop_nested_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_while_loop_with_mixed_device_dynamic_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_while_loop_with_mixed_device_dynamic_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_while_loop_with_outer_code_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_while_loop_with_unbacked_symint_closure_dynamic_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleGpu::test_with_cudagraphs_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test__int_mm_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test__weight_int4pack_mm_with_scales_and_zeros_m_32_n_64_q_group_64_num_groups_1_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_add_complex_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_aoti_constant_tensor_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_aoti_constant_tensor_name_collision_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_aoti_debug_printing_model_inputs_codegen_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_aoti_profiler_enable_kernel_profile_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_aoti_runtime_asserts_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_autotune_int64_user_defined_triton_kernel_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_bmm_multiple_dynamic_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_buffer_mutation_1_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_buffer_mutation_2_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_buffer_mutation_3_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_cond_mismatched_branch_output_dynamic_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_cond_mismatched_branch_output_dynamic_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_cond_non_tensor_predicates_dynamic_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_cond_use_buffers_from_outer_scope_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_cond_with_parameters_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_cond_with_reinterpret_view_inputs_outputs_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_d2h_copy_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_duplicated_params_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_index_put_fallback_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_index_put_with_none_index_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_int_list_input_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_large_mmaped_weights_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_large_weight_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_misaligned_input_1_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_misaligned_input_2_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_misc_1_max_autotune_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_nan_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_non_default_gpu_device_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_on_gpu_device1_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_quanatized_int8_linear_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_return_view_constant_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_runtime_checks_device_type_failed_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_runtime_checks_dtype_failed_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_runtime_checks_large_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_same_backing_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_scatter_reduce_fallback_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_shifted_constraint_ranges_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_subclasses_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_sym_expr_indexing_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_sym_i64_input_codegen_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_symbool_item_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_equal_to_1_arg_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_equal_to_1_float_arg_dynamic_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_grid_type_1_num_dims_1_dynamic_False_autotune_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_grid_type_2_num_dims_2_dynamic_False_autotune_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_grid_type_2_num_dims_2_dynamic_True_autotune_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_grid_type_3_num_dims_1_dynamic_True_autotune_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_grid_type_3_num_dims_2_dynamic_False_autotune_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_grid_type_3_num_dims_2_dynamic_True_autotune_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_multi_output_arg_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_on_device_tma_dynamic_False_tma_version_old_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_reinterpret_view_mem_leak_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_tma_descriptor_1d_dynamic_True_tma_version_new_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_tma_descriptor_2d_dynamic_False_tma_version_new_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_triton_kernel_unbacked_symint_in_grid_dynamic_False_autotuning_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_unbacked_equals_input_size_runtime_assertion_mark_unbacked_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_update_inactive_constant_buffer_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_update_user_managed_buffer_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_while_loop_nested_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_while_loop_with_conv_dynamic_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_while_loop_with_outer_code_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_while_loop_with_pytree_inputs_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_while_loop_with_sym_expr_cond_dynamic_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_while_loop_with_unbacked_symint_closure_dynamic_False_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_while_loop_with_unbacked_symint_closure_dynamic_True_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_with_offset_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_zero_grid_with_backed_symbols_mps, test/inductor/test_aot_inductor.py::AOTInductorTestABICompatibleMps::test_zero_size_buffer_mps 2025-09-07T06:32:57.6606100Z 2025-09-07T06:32:59.4097720Z Running inductor/test_torchinductor 4/4 ... [2025-09-07 06:32:59.409662] 2025-09-07T06:32:59.4098030Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:32:59.4099850Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'inductor/test_torchinductor.py', '-m', 'not serial', '--shard-id=4', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:32:59.409895] 2025-09-07T06:33:25.2459600Z 2025-09-07T06:33:25.2460170Z inductor/test_torchinductor 1/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_1.4_286d7bd171ca0516_.log 2025-09-07T06:33:25.2547800Z Running 483 items in this shard: test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast1_strided, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast2_broadcast1, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast2_transposed, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast3_dense, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast3_transposed, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_dense_broadcast1, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_dense_broadcast2, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_dense_int, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_dense_strided, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_dense_transposed, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_double_broadcast2, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_double_dense, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_int_broadcast2, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_int_double, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_int_strided, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_strided_broadcast3, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_transposed_broadcast1, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_transposed_broadcast3, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_transposed_dense, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_transposed_double, test/inductor/test_torchinductor.py::CpuTests::test_adaptive_avg_pool2d2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_adaptive_avg_pool2d_low_prec_cpu, test/inductor/test_torchinductor.py::CpuTests::test_adaptive_max_pool2d1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_aliased_buffer_reuse_cpu, test/inductor/test_torchinductor.py::CpuTests::test_allow_reuse_disable_if_exceed_peak_cpu, test/inductor/test_torchinductor.py::CpuTests::test_angle_cpu, test/inductor/test_torchinductor.py::CpuTests::test_aoti_eager_cache_hit_cpu, test/inductor/test_torchinductor.py::CpuTests::test_aoti_eager_override_registration_cpu, test/inductor/test_torchinductor.py::CpuTests::test_arange2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_arange6_cpu, test/inductor/test_torchinductor.py::CpuTests::test_argmax_min_int32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_assert_size_stride_op_name_pass_cpu, test/inductor/test_torchinductor.py::CpuTests::test_avg_pool2d1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_avg_pool2d7_cpu, test/inductor/test_torchinductor.py::CpuTests::test_avg_pool2d_backward4_cpu, test/inductor/test_torchinductor.py::CpuTests::test_avg_pool2d_backward_cpu, test/inductor/test_torchinductor.py::CpuTests::test_avg_pool3d_backward_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bitwise3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bucketize_add_autotune_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bucketize_broadcast_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bucketize_int_int16_int16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bucketize_int_int16_int32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bucketize_int_int8_int64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bucketize_int_int8_uint8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bucketize_int_uint8_int32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_builtins_round_cpu, test/inductor/test_torchinductor.py::CpuTests::test_builtins_round_float_ndigits_zero_cpu, test/inductor/test_torchinductor.py::CpuTests::test_builtins_round_int_ndigits_pos_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cat_empty_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cat_inplace_cpu, test/inductor/test_torchinductor.py::CpuTests::test_clone_cpu, test/inductor/test_torchinductor.py::CpuTests::test_compar_cpu, test/inductor/test_torchinductor.py::CpuTests::test_computed_buffer_inlining_cpu, test/inductor/test_torchinductor.py::CpuTests::test_concat_add_inplace_cpu, test/inductor/test_torchinductor.py::CpuTests::test_config_option_dont_assume_alignment_cudagraphs_cpu, test/inductor/test_torchinductor.py::CpuTests::test_config_option_dont_assume_alignment_recompiles_cpu, test/inductor/test_torchinductor.py::CpuTests::test_consecutive_split_cumprod_cpu, test/inductor/test_torchinductor.py::CpuTests::test_constant_pad_float64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_conv_backward_cpu, test/inductor/test_torchinductor.py::CpuTests::test_conv_bn_fuse_cpu, test/inductor/test_torchinductor.py::CpuTests::test_conv_inference_heuristics_cpu, test/inductor/test_torchinductor.py::CpuTests::test_conv_shape_check_cpu, test/inductor/test_torchinductor.py::CpuTests::test_convolution1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_convolution2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_convolution5_cpu, test/inductor/test_torchinductor.py::CpuTests::test_copy_non_blocking_is_pinned_use_cat_False_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cos_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cumsum_pattern_matcher_issue_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cumsum_zero_dim_cpu, test/inductor/test_torchinductor.py::CpuTests::test_custom_op_2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_custom_op_default_layout_constraint_cpu, test/inductor/test_torchinductor.py::CpuTests::test_custom_scan_op_cpu, test/inductor/test_torchinductor.py::CpuTests::test_custom_scan_would_split_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dist_bf16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dist_cpu, test/inductor/test_torchinductor.py::CpuTests::test_div7_cpu, test/inductor/test_torchinductor.py::CpuTests::test_div_precision_cpu, test/inductor/test_torchinductor.py::CpuTests::test_div_presicion_accuracy_cpu, test/inductor/test_torchinductor.py::CpuTests::test_div_softmax_symfloat_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dont_constant_fold_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dropout2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dropout_deterministic_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtype_mismatch_issue_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_bfloat16_int64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_bfloat16_int8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_bfloat16_uint8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float16_float64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float16_int8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float32_float64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float64_float16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float64_int32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float64_int8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_fusion_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int32_bfloat16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int32_float64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int32_uint8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int64_float16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int64_int8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int8_bfloat16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int8_float16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int8_float32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int8_int16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_uint8_bfloat16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_uint8_float32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_uint8_int16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_elu_cpu, test/inductor/test_torchinductor.py::CpuTests::test_embedding_cpu, test/inductor/test_torchinductor.py::CpuTests::test_embedding_sparse_cpu, test/inductor/test_torchinductor.py::CpuTests::test_empty_strided_cpu, test/inductor/test_torchinductor.py::CpuTests::test_exp2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_fft_real_input_real_output_cpu, test/inductor/test_torchinductor.py::CpuTests::test_float16_to_int16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_float32_to_int32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_floordiv_cpu, test/inductor/test_torchinductor.py::CpuTests::test_fmod_cpu, test/inductor/test_torchinductor.py::CpuTests::test_fmod_zero_dim_cpu, test/inductor/test_torchinductor.py::CpuTests::test_fractional_max_pool2d1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_fractional_max_pool2d4_cpu, test/inductor/test_torchinductor.py::CpuTests::test_full_like_cpu, test/inductor/test_torchinductor.py::CpuTests::test_full_truncation_cpu, test/inductor/test_torchinductor.py::CpuTests::test_gather_scatter_cpu, test/inductor/test_torchinductor.py::CpuTests::test_generated_code_has_alignment_assert_cpu, test/inductor/test_torchinductor.py::CpuTests::test_generated_code_has_size_stride_assert_cpu, test/inductor/test_torchinductor.py::CpuTests::test_getitem_cpu, test/inductor/test_torchinductor.py::CpuTests::test_glu_cpu, test/inductor/test_torchinductor.py::CpuTests::test_graph_partition_constant_tensor2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_graph_partition_scalar_inputs_cpu, test/inductor/test_torchinductor.py::CpuTests::test_horizonal_fusion1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index_propagation_abs_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index_propagation_remainder_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index_put2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index_put_deterministic_fallback_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index_remainder_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index_tensor_cpu, test/inductor/test_torchinductor.py::CpuTests::test_indirect_load_broadcast_cpu, test/inductor/test_torchinductor.py::CpuTests::test_inductor_layout_optimization_input_mutations_cpu, test/inductor/test_torchinductor.py::CpuTests::test_inplace_resize_as_cpu, test/inductor/test_torchinductor.py::CpuTests::test_input_mutation1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_insignificant_strides_cpu, test/inductor/test_torchinductor.py::CpuTests::test_invalid_operand_issue1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_isinf2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_isinf_cpu, test/inductor/test_torchinductor.py::CpuTests::test_kwargs_cpu, test/inductor/test_torchinductor.py::CpuTests::test_like_channels_last_cpu, test/inductor/test_torchinductor.py::CpuTests::test_like_rands3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_linspace2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_log1p_cpu, test/inductor/test_torchinductor.py::CpuTests::test_log2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_log_fp64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_log_softmax_cpu, test/inductor/test_torchinductor.py::CpuTests::test_logcumsumexp_zero_dim_cpu, test/inductor/test_torchinductor.py::CpuTests::test_logsumexp_cpu, test/inductor/test_torchinductor.py::CpuTests::test_long_tensor_cpu, test/inductor/test_torchinductor.py::CpuTests::test_low_memory_max_pool_dilation_1_dim_3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_masked_fill_promotion_cpu, test/inductor/test_torchinductor.py::CpuTests::test_max_pool2d3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_max_pool2d_with_indices_backward4_cpu, test/inductor/test_torchinductor.py::CpuTests::test_max_pool2d_with_indices_backward6_cpu, test/inductor/test_torchinductor.py::CpuTests::test_min_max_reduction_cpu, test/inductor/test_torchinductor.py::CpuTests::test_mixed_mm3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_mm_views_cpu, test/inductor/test_torchinductor.py::CpuTests::test_multi_gpu_device_cpu, test/inductor/test_torchinductor.py::CpuTests::test_multilayer_any_cpu, test/inductor/test_torchinductor.py::CpuTests::test_multilayer_sum_low_prec_cpu, test/inductor/test_torchinductor.py::CpuTests::test_nan_sort_stable_True_descending_False_cpu, test/inductor/test_torchinductor.py::CpuTests::test_new_empty_cpu, test/inductor/test_torchinductor.py::CpuTests::test_no_mega_fusion_during_lowering_cpu, test/inductor/test_torchinductor.py::CpuTests::test_no_op_reduction_cpu, test/inductor/test_torchinductor.py::CpuTests::test_no_specization_over_symbolic_value_cpu, test/inductor/test_torchinductor.py::CpuTests::test_norm_constant_overflow_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pad_single_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pad_view_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pattern_matcher_multi_user_cpu, test/inductor/test_torchinductor.py::CpuTests::test_philox_rand_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_entr_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_exp2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_expm1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_gammaincc_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_i1e_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_modified_bessel_k1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_ndtri_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_sinc_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_spherical_bessel_j0_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_xlogy_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_zeta_cpu, test/inductor/test_torchinductor.py::CpuTests::test_prepare_softmax_with_fast_math_cpu, test/inductor/test_torchinductor.py::CpuTests::test_profiler_mark_wrapper_call_cpu, test/inductor/test_torchinductor.py::CpuTests::test_randint_cpu, test/inductor/test_torchinductor.py::CpuTests::test_reflection_pad2d_cpu, test/inductor/test_torchinductor.py::CpuTests::test_remove_noop_copy_cpu, test/inductor/test_torchinductor.py::CpuTests::test_repeat_cpu, test/inductor/test_torchinductor.py::CpuTests::test_repeat_interleave_Tensor_decomp_int32_nd_2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_repeat_interleave_Tensor_decomp_int64_nd_2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_repeat_interleave_cpu, test/inductor/test_torchinductor.py::CpuTests::test_reuse_buffers_with_aliasing_cpu, test/inductor/test_torchinductor.py::CpuTests::test_scaled_dot_product_attention_cpu, test/inductor/test_torchinductor.py::CpuTests::test_scatter1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_scatter2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_scatter3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_scatter_add3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_scatter_reduce2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_scatter_reduce3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sdpa_prefer_nd_tiling_False_use_block_ptr_False_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sdpa_prefer_nd_tiling_True_use_block_ptr_False_cpu, test/inductor/test_torchinductor.py::CpuTests::test_searchsorted_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sgn_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sgn_extremal_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sigmoid_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sign_dtype_cpu, test/inductor/test_torchinductor.py::CpuTests::test_signbit_cpu, test/inductor/test_torchinductor.py::CpuTests::test_silu_cpu, test/inductor/test_torchinductor.py::CpuTests::test_simplify_loops_cpu, test/inductor/test_torchinductor.py::CpuTests::test_slice1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_slice3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_slice4_cpu, test/inductor/test_torchinductor.py::CpuTests::test_slice_mutation3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_slice_scatter_reinplace_cpu, test/inductor/test_torchinductor.py::CpuTests::test_slice_view_with_graph_break_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sort_cpu, test/inductor/test_torchinductor.py::CpuTests::test_special_polygamma_cpu, test/inductor/test_torchinductor.py::CpuTests::test_split_cumprod_cpu, test/inductor/test_torchinductor.py::CpuTests::test_split_with_integer_cpu, test/inductor/test_torchinductor.py::CpuTests::test_split_with_unbacked_symints_cpu, test/inductor/test_torchinductor.py::CpuTests::test_strided_inputs_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sum5_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sum_keepdims_cpu, test/inductor/test_torchinductor.py::CpuTests::test_tensor_index_slice_cpu, test/inductor/test_torchinductor.py::CpuTests::test_to_device_cpu, test/inductor/test_torchinductor.py::CpuTests::test_to_memory_format_cpu, test/inductor/test_torchinductor.py::CpuTests::test_transpose_cpu, test/inductor/test_torchinductor.py::CpuTests::test_transposed_propagates_cpu, test/inductor/test_torchinductor.py::CpuTests::test_uint4x2_mixed_mm_cpu, test/inductor/test_torchinductor.py::CpuTests::test_uint_cpu, test/inductor/test_torchinductor.py::CpuTests::test_unbacked_floordiv_simplify_errors_cpu, test/inductor/test_torchinductor.py::CpuTests::test_unfold_zero_dimension_tensor_cpu, test/inductor/test_torchinductor.py::CpuTests::test_unspec_inputs_float32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_unspec_inputs_float64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_unspec_inputs_int32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_unsqueeze_cpu, test/inductor/test_torchinductor.py::CpuTests::test_unsqueeze_inplace_cpu, test/inductor/test_torchinductor.py::CpuTests::test_var_mean_div_by_cpu, test/inductor/test_torchinductor.py::CpuTests::test_var_mean_tile_reduction_False_cpu, test/inductor/test_torchinductor.py::CpuTests::test_vdd_clamp_cpu, test/inductor/test_torchinductor.py::CpuTests::test_view_detach_cpu, test/inductor/test_torchinductor.py::CpuTests::test_view_uint8_through_differing_bitwidths_cpu, test/inductor/test_torchinductor.py::CpuTests::test_views5_cpu, test/inductor/test_torchinductor.py::CpuTests::test_views7_cpu, test/inductor/test_torchinductor.py::CpuTests::test_weight_norm_bwd_cpu, test/inductor/test_torchinductor.py::CpuTests::test_where_broadcast_cpu, test/inductor/test_torchinductor.py::CpuTests::test_xblock_divides_xnumel_cpu, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_broadcast1_broadcast3, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_broadcast1_double, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_broadcast2_broadcast3, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_broadcast2_int, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_dense_broadcast2, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_dense_double, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_double_broadcast1, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_int_broadcast1, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_strided_broadcast2, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_strided_dense, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_strided_transposed, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_transposed_broadcast3, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_transposed_dense, test/inductor/test_torchinductor.py::GPUTests::test_adaptive_avg_pool_errors_with_long_mps, test/inductor/test_torchinductor.py::GPUTests::test_adaptive_max_pool2d2_mps, test/inductor/test_torchinductor.py::GPUTests::test_adaptive_pool_errors_with_long_mps, test/inductor/test_torchinductor.py::GPUTests::test_add_complex3_mps, test/inductor/test_torchinductor.py::GPUTests::test_add_complex4_mps, test/inductor/test_torchinductor.py::GPUTests::test_add_complex5_mps, test/inductor/test_torchinductor.py::GPUTests::test_add_complex6_mps, test/inductor/test_torchinductor.py::GPUTests::test_add_complex8_mps, test/inductor/test_torchinductor.py::GPUTests::test_add_const_float_mps, test/inductor/test_torchinductor.py::GPUTests::test_allow_reuse_disable_if_exceed_peak_mps, test/inductor/test_torchinductor.py::GPUTests::test_aoti_eager_dtype_device_layout_mps, test/inductor/test_torchinductor.py::GPUTests::test_aoti_eager_support_out_mps, test/inductor/test_torchinductor.py::GPUTests::test_arange6_mps, test/inductor/test_torchinductor.py::GPUTests::test_argmax_argmin2_mps, test/inductor/test_torchinductor.py::GPUTests::test_argmax_argmin_with_duplicates_mps, test/inductor/test_torchinductor.py::GPUTests::test_argmax_to_float_mps, test/inductor/test_torchinductor.py::GPUTests::test_assert_alignment_op_name_pass_mps, test/inductor/test_torchinductor.py::GPUTests::test_assert_size_stride_op_name_fail_mps, test/inductor/test_torchinductor.py::GPUTests::test_avg_pool2d2_mps, test/inductor/test_torchinductor.py::GPUTests::test_avg_pool2d6_mps, test/inductor/test_torchinductor.py::GPUTests::test_avg_pool2d7_mps, test/inductor/test_torchinductor.py::GPUTests::test_avg_pool3d_backward2_mps, test/inductor/test_torchinductor.py::GPUTests::test_avg_pool3d_backward_mps, test/inductor/test_torchinductor.py::GPUTests::test_baddbmm_mps, test/inductor/test_torchinductor.py::GPUTests::test_bernoulli1_mps, test/inductor/test_torchinductor.py::GPUTests::test_bmm2_mps, test/inductor/test_torchinductor.py::GPUTests::test_bucketize_int_int16_uint8_mps, test/inductor/test_torchinductor.py::GPUTests::test_bucketize_int_int64_uint8_mps, test/inductor/test_torchinductor.py::GPUTests::test_bucketize_int_int8_int32_mps, test/inductor/test_torchinductor.py::GPUTests::test_bucketize_int_int8_int64_mps, test/inductor/test_torchinductor.py::GPUTests::test_bucketize_int_uint8_int64_mps, test/inductor/test_torchinductor.py::GPUTests::test_bucketize_nd_tiling_True_mps, test/inductor/test_torchinductor.py::GPUTests::test_buffer_copied_in_graph_mps, test/inductor/test_torchinductor.py::GPUTests::test_builtins_round_float_ndigits_zero_mps, test/inductor/test_torchinductor.py::GPUTests::test_builtins_round_int_ndigits_zero_mps, test/inductor/test_torchinductor.py::GPUTests::test_cat_single_empty_mps, test/inductor/test_torchinductor.py::GPUTests::test_cat_unbacked_empty_1d_mps, test/inductor/test_torchinductor.py::GPUTests::test_cat_upcasting_mps, test/inductor/test_torchinductor.py::GPUTests::test_compar_mps, test/inductor/test_torchinductor.py::GPUTests::test_complex_fallback_mps, test/inductor/test_torchinductor.py::GPUTests::test_concat_add_inplace_mps, test/inductor/test_torchinductor.py::GPUTests::test_config_option_dont_assume_alignment_recompiles_mps, test/inductor/test_torchinductor.py::GPUTests::test_consecutive_split_cumprod_mps, test/inductor/test_torchinductor.py::GPUTests::test_constant_pad_2d_mps, test/inductor/test_torchinductor.py::GPUTests::test_constant_pad_fill_dtype_mps, test/inductor/test_torchinductor.py::GPUTests::test_conv3d_channels_last_use_block_ptr_True_mps, test/inductor/test_torchinductor.py::GPUTests::test_conv_with_as_strided_mps, test/inductor/test_torchinductor.py::GPUTests::test_cumsum_inf_mps, test/inductor/test_torchinductor.py::GPUTests::test_cumsum_no_mask_mps, test/inductor/test_torchinductor.py::GPUTests::test_cumsum_zero_dim_mps, test/inductor/test_torchinductor.py::GPUTests::test_custom_scan_would_split_mps, test/inductor/test_torchinductor.py::GPUTests::test_deterministic_codegen_on_graph_break_mps, test/inductor/test_torchinductor.py::GPUTests::test_deterministic_codegen_with_suffix_mps, test/inductor/test_torchinductor.py::GPUTests::test_diagonal_copy_mps, test/inductor/test_torchinductor.py::GPUTests::test_div4_mps, test/inductor/test_torchinductor.py::GPUTests::test_div_by_zero_mps, test/inductor/test_torchinductor.py::GPUTests::test_div_precision_mps, test/inductor/test_torchinductor.py::GPUTests::test_dropout3_mps, test/inductor/test_torchinductor.py::GPUTests::test_dropout_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtype_sympy_expr_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_bfloat16_bfloat16_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_bfloat16_float16_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_bfloat16_int64_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float16_bfloat16_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float16_float32_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float16_int16_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float32_int16_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float64_int8_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int16_int16_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int16_int64_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int16_int8_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int64_int32_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int8_float16_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int8_float64_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int8_int8_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int8_uint8_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_uint8_int16_mps, test/inductor/test_torchinductor.py::GPUTests::test_erfc_mps, test/inductor/test_torchinductor.py::GPUTests::test_exp2_mps, test/inductor/test_torchinductor.py::GPUTests::test_fallback_mutable_op_list_mps, test/inductor/test_torchinductor.py::GPUTests::test_fallback_mutable_op_list_tensor_mps, test/inductor/test_torchinductor.py::GPUTests::test_fallback_mutable_op_with_return_mps, test/inductor/test_torchinductor.py::GPUTests::test_fft_real_input_real_output_mps, test/inductor/test_torchinductor.py::GPUTests::test_fill1_mps, test/inductor/test_torchinductor.py::GPUTests::test_float32_to_int32_mps, test/inductor/test_torchinductor.py::GPUTests::test_fractional_max_pool2d1_mps, test/inductor/test_torchinductor.py::GPUTests::test_full_boolean_mps, test/inductor/test_torchinductor.py::GPUTests::test_full_like_mps, test/inductor/test_torchinductor.py::GPUTests::test_full_like_sliced_mps, test/inductor/test_torchinductor.py::GPUTests::test_fuse_tiled_mps, test/inductor/test_torchinductor.py::GPUTests::test_gather1_mps, test/inductor/test_torchinductor.py::GPUTests::test_generate_rand_fp8_mps, test/inductor/test_torchinductor.py::GPUTests::test_graph_partition_refcount_mps, test/inductor/test_torchinductor.py::GPUTests::test_graph_partition_scalar_inputs_mps, test/inductor/test_torchinductor.py::GPUTests::test_index2_mps, test/inductor/test_torchinductor.py::GPUTests::test_index_dynamic_shapes_mps, test/inductor/test_torchinductor.py::GPUTests::test_index_propagation_device_assert_masked_mps, test/inductor/test_torchinductor.py::GPUTests::test_index_propagation_floordiv_mps, test/inductor/test_torchinductor.py::GPUTests::test_index_propagation_mps, test/inductor/test_torchinductor.py::GPUTests::test_index_propagation_nested_indirect_indexing_mps, test/inductor/test_torchinductor.py::GPUTests::test_index_put2_mps, test/inductor/test_torchinductor.py::GPUTests::test_index_remainder_mps, test/inductor/test_torchinductor.py::GPUTests::test_index_select_mps, test/inductor/test_torchinductor.py::GPUTests::test_inductor_layout_optimization_input_mutations_mps, test/inductor/test_torchinductor.py::GPUTests::test_inf_mps, test/inductor/test_torchinductor.py::GPUTests::test_input_mutation1_mps, test/inductor/test_torchinductor.py::GPUTests::test_input_mutation2_mps, test/inductor/test_torchinductor.py::GPUTests::test_input_mutation4_mps, test/inductor/test_torchinductor.py::GPUTests::test_int_input_dynamic_shapes_mps, test/inductor/test_torchinductor.py::GPUTests::test_isinf_mps, test/inductor/test_torchinductor.py::GPUTests::test_large_strided_reduction_mps, test/inductor/test_torchinductor.py::GPUTests::test_lerp_mps, test/inductor/test_torchinductor.py::GPUTests::test_lgamma_mps, test/inductor/test_torchinductor.py::GPUTests::test_like_rands2_mps, test/inductor/test_torchinductor.py::GPUTests::test_linear1_mps, test/inductor/test_torchinductor.py::GPUTests::test_linear2_mps, test/inductor/test_torchinductor.py::GPUTests::test_linear_dynamic_maxautotune_mps, test/inductor/test_torchinductor.py::GPUTests::test_linear_float64_mps, test/inductor/test_torchinductor.py::GPUTests::test_linspace2_mps, test/inductor/test_torchinductor.py::GPUTests::test_log1p_mps, test/inductor/test_torchinductor.py::GPUTests::test_log_softmax_mps, test/inductor/test_torchinductor.py::GPUTests::test_masked_fill_mps, test/inductor/test_torchinductor.py::GPUTests::test_masked_scatter_mps, test/inductor/test_torchinductor.py::GPUTests::test_max_pool2d2_mps, test/inductor/test_torchinductor.py::GPUTests::test_mixed_mm_mps, test/inductor/test_torchinductor.py::GPUTests::test_mm_mixed_dtype_mps, test/inductor/test_torchinductor.py::GPUTests::test_mm_views_mps, test/inductor/test_torchinductor.py::GPUTests::test_mul_softmax_symfloat_mps, test/inductor/test_torchinductor.py::GPUTests::test_multi_gpu_recompile_on_index_mps, test/inductor/test_torchinductor.py::GPUTests::test_multilayer_prime_size_mps, test/inductor/test_torchinductor.py::GPUTests::test_multilayer_sum_low_prec_mps, test/inductor/test_torchinductor.py::GPUTests::test_multilayer_var_mps, test/inductor/test_torchinductor.py::GPUTests::test_narrow_mps, test/inductor/test_torchinductor.py::GPUTests::test_new_empty_strided_mps, test/inductor/test_torchinductor.py::GPUTests::test_new_ones_mps, test/inductor/test_torchinductor.py::GPUTests::test_nll_loss_backward_mps, test/inductor/test_torchinductor.py::GPUTests::test_no_specization_over_symbolic_value_mps, test/inductor/test_torchinductor.py::GPUTests::test_nonzero_unbacked_refinement_mps, test/inductor/test_torchinductor.py::GPUTests::test_pattern_matcher_multi_user_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_erfc_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_erfcx_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_exp2_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_expit_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_gammainc_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_hermite_polynomial_h_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_modified_bessel_i0_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_ndtri_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_spherical_bessel_j0_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_xlog1py_mps, test/inductor/test_torchinductor.py::GPUTests::test_pow3_mps, test/inductor/test_torchinductor.py::GPUTests::test_prepare_softmax_with_fast_math_mps, test/inductor/test_torchinductor.py::GPUTests::test_prod_mps, test/inductor/test_torchinductor.py::GPUTests::test_randint_int64_mod_mps, test/inductor/test_torchinductor.py::GPUTests::test_randint_mps, test/inductor/test_torchinductor.py::GPUTests::test_randn_with_dtype_and_device_mps, test/inductor/test_torchinductor.py::GPUTests::test_reduction4_mps, test/inductor/test_torchinductor.py::GPUTests::test_reflection_pad2d_backward_mps, test/inductor/test_torchinductor.py::GPUTests::test_reflection_pad2d_mps, test/inductor/test_torchinductor.py::GPUTests::test_replication_pad_errors_with_bool_mps, test/inductor/test_torchinductor.py::GPUTests::test_resize_as_mps, test/inductor/test_torchinductor.py::GPUTests::test_reuse_buffers_with_aliasing_mps, test/inductor/test_torchinductor.py::GPUTests::test_scalar_input_mps, test/inductor/test_torchinductor.py::GPUTests::test_scalar_output_mps, test/inductor/test_torchinductor.py::GPUTests::test_scaled_dot_product_efficient_attention_mps, test/inductor/test_torchinductor.py::GPUTests::test_scatter_add2_mps, test/inductor/test_torchinductor.py::GPUTests::test_scatter_reduce1_mps, test/inductor/test_torchinductor.py::GPUTests::test_sdpa_prefer_nd_tiling_True_use_block_ptr_False_mps, test/inductor/test_torchinductor.py::GPUTests::test_sdpa_unaligned_mask_freezing_mps, test/inductor/test_torchinductor.py::GPUTests::test_sdpa_unaligned_mask_mps, test/inductor/test_torchinductor.py::GPUTests::test_searchsorted_mps, test/inductor/test_torchinductor.py::GPUTests::test_select_scatter_mps, test/inductor/test_torchinductor.py::GPUTests::test_shape_prop_torch_ones_mps, test/inductor/test_torchinductor.py::GPUTests::test_sign_dtype_mps, test/inductor/test_torchinductor.py::GPUTests::test_silu_mps, test/inductor/test_torchinductor.py::GPUTests::test_sin_mps, test/inductor/test_torchinductor.py::GPUTests::test_sizehint_issue1_mps, test/inductor/test_torchinductor.py::GPUTests::test_slice1_mps, test/inductor/test_torchinductor.py::GPUTests::test_slice4_mps, test/inductor/test_torchinductor.py::GPUTests::test_slice_mutation3_mps, test/inductor/test_torchinductor.py::GPUTests::test_slice_scatter4_mps, test/inductor/test_torchinductor.py::GPUTests::test_slice_scatter_mps, test/inductor/test_torchinductor.py::GPUTests::test_slice_scatter_reinplace_mps, test/inductor/test_torchinductor.py::GPUTests::test_slice_view_with_graph_break_mps, test/inductor/test_torchinductor.py::GPUTests::test_softmax_one_kernel_persist_mps, test/inductor/test_torchinductor.py::GPUTests::test_sort_bool_mps, test/inductor/test_torchinductor.py::GPUTests::test_sort_mps, test/inductor/test_torchinductor.py::GPUTests::test_sort_stable_mps, test/inductor/test_torchinductor.py::GPUTests::test_sort_transpose_mps, test/inductor/test_torchinductor.py::GPUTests::test_split_cumsum_index_mps, test/inductor/test_torchinductor.py::GPUTests::test_split_failed_mps, test/inductor/test_torchinductor.py::GPUTests::test_split_mps, test/inductor/test_torchinductor.py::GPUTests::test_split_with_list_mps, test/inductor/test_torchinductor.py::GPUTests::test_split_with_unbacked_symints_mps, test/inductor/test_torchinductor.py::GPUTests::test_sqrt_dynamic_shapes_mps, test/inductor/test_torchinductor.py::GPUTests::test_squeeze_varargs_mps, test/inductor/test_torchinductor.py::GPUTests::test_stack_mps, test/inductor/test_torchinductor.py::GPUTests::test_std_mps, test/inductor/test_torchinductor.py::GPUTests::test_sum2_mps, test/inductor/test_torchinductor.py::GPUTests::test_sum5_mps, test/inductor/test_torchinductor.py::GPUTests::test_sum_keepdims_mps, test/inductor/test_torchinductor.py::GPUTests::test_tanh_mps, test/inductor/test_torchinductor.py::GPUTests::test_tensor3_mps, test/inductor/test_torchinductor.py::GPUTests::test_tmp_not_defined_issue1_use_block_ptr_True_mps, test/inductor/test_torchinductor.py::GPUTests::test_torch_device_split_mps, test/inductor/test_torchinductor.py::GPUTests::test_triton_kernel_bool_param_mps, test/inductor/test_torchinductor.py::GPUTests::test_triu_mps, test/inductor/test_torchinductor.py::GPUTests::test_uint_mps, test/inductor/test_torchinductor.py::GPUTests::test_unbind_mps, test/inductor/test_torchinductor.py::GPUTests::test_unroll_small_reduction_mps, test/inductor/test_torchinductor.py::GPUTests::test_unspec_inputs_bfloat16_mps, test/inductor/test_torchinductor.py::GPUTests::test_upsample_bicubic2d_mps, test/inductor/test_torchinductor.py::GPUTests::test_upsample_nearest1d_mps, test/inductor/test_torchinductor.py::GPUTests::test_upsample_nearest2d_backward_mps, test/inductor/test_torchinductor.py::GPUTests::test_upsample_nearest2d_mps, test/inductor/test_torchinductor.py::GPUTests::test_var_mean_div_by_mps, test/inductor/test_torchinductor.py::GPUTests::test_vertical_fusion1_mps, test/inductor/test_torchinductor.py::GPUTests::test_view_as_real_mps, test/inductor/test_torchinductor.py::GPUTests::test_view_on_aliased_mps, test/inductor/test_torchinductor.py::GPUTests::test_view_uint8_through_differing_bitwidths_mps, test/inductor/test_torchinductor.py::GPUTests::test_where_broadcast_mps 2025-09-07T06:33:25.2641220Z 2025-09-07T06:33:27.1255020Z Running inductor/test_torchinductor_dynamic_shapes 1/7 ... [2025-09-07 06:33:27.125399] 2025-09-07T06:33:27.1255350Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:33:27.1257260Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'inductor/test_torchinductor_dynamic_shapes.py', '-m', 'not serial', '--shard-id=1', '--num-shards=7', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:33:27.125644] 2025-09-07T06:35:56.3970660Z 2025-09-07T06:35:56.3971230Z inductor/test_torchinductor 3/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_3.4_e8c4a03beeffe5d3_.log 2025-09-07T06:35:56.4053530Z Running 456 items in this shard: test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast1_broadcast1, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast1_broadcast2, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast1_int, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast2_broadcast2, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast2_broadcast3, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast3_strided, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_double_broadcast3, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_double_transposed, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_strided_int, test/inductor/test_torchinductor.py::CpuTests::test__dyn_quant_matmul_4bit_cpu, test/inductor/test_torchinductor.py::CpuTests::test__unsafe_masked_index_cpu, test/inductor/test_torchinductor.py::CpuTests::test_abs_cpu, test/inductor/test_torchinductor.py::CpuTests::test_adaptive_avg_pool2d1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_adaptive_max_pool2d2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_adaptive_max_pool2d3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_adaptive_pool_errors_with_long_cpu, test/inductor/test_torchinductor.py::CpuTests::test_add_complex5_cpu, test/inductor/test_torchinductor.py::CpuTests::test_add_complex6_cpu, test/inductor/test_torchinductor.py::CpuTests::test_add_const_int_cpu, test/inductor/test_torchinductor.py::CpuTests::test_add_inplace_permuted_cpu, test/inductor/test_torchinductor.py::CpuTests::test_arange1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_arange5_cpu, test/inductor/test_torchinductor.py::CpuTests::test_argmax_argmin1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_argmax_argmin2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_argmax_to_float_cpu, test/inductor/test_torchinductor.py::CpuTests::test_as_strided_scatter_cpu, test/inductor/test_torchinductor.py::CpuTests::test_avg_pool2d5_cpu, test/inductor/test_torchinductor.py::CpuTests::test_avg_pool2d6_cpu, test/inductor/test_torchinductor.py::CpuTests::test_avg_pool2d_backward3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_avg_pool3d_backward2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_avg_pool3d_backward4_cpu, test/inductor/test_torchinductor.py::CpuTests::test_batch_norm_2d_cpu, test/inductor/test_torchinductor.py::CpuTests::test_both_scalars_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bucketize_int_int32_int8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bucketize_int_int32_uint8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bucketize_int_int64_int8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bucketize_int_int64_uint8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bucketize_int_int8_int8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bucketize_int_uint8_int16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bucketize_int_uint8_uint8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bucketize_nd_tiling_False_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bucketize_nd_tiling_True_cpu, test/inductor/test_torchinductor.py::CpuTests::test_buffer_batch_norm_cpu, test/inductor/test_torchinductor.py::CpuTests::test_buffer_copied_in_graph_with_different_shapes_cpu, test/inductor/test_torchinductor.py::CpuTests::test_builtins_round_float_ndigits_neg_cpu, test/inductor/test_torchinductor.py::CpuTests::test_builtins_round_int_ndigits_zero_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cat_negative_dim_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cat_of_loops_and_extern_kernel_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cat_unbacked_legacy_empty_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cat_upcasting_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cauchy_cpu, test/inductor/test_torchinductor.py::CpuTests::test_clamp_type_promotion_non_tensor_cpu, test/inductor/test_torchinductor.py::CpuTests::test_complex_from_real_imag_cpu, test/inductor/test_torchinductor.py::CpuTests::test_config_option_dont_assume_alignment_cpu, test/inductor/test_torchinductor.py::CpuTests::test_consecutive_split_cumsum_cpu, test/inductor/test_torchinductor.py::CpuTests::test_const_int32_to_float_cpu, test/inductor/test_torchinductor.py::CpuTests::test_constant_pad_2d_cpu, test/inductor/test_torchinductor.py::CpuTests::test_conv3d_channels_last_use_block_ptr_True_cpu, test/inductor/test_torchinductor.py::CpuTests::test_conv_with_as_strided_cpu, test/inductor/test_torchinductor.py::CpuTests::test_convolution3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_convolution4_cpu, test/inductor/test_torchinductor.py::CpuTests::test_copy_non_blocking_is_pinned_use_cat_True_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cumsum_inf_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cumsum_no_mask_cpu, test/inductor/test_torchinductor.py::CpuTests::test_custom_op_3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_custom_op_unbacked_symints_cpu, test/inductor/test_torchinductor.py::CpuTests::test_deterministic_codegen_cpu, test/inductor/test_torchinductor.py::CpuTests::test_deterministic_codegen_on_graph_break_cpu, test/inductor/test_torchinductor.py::CpuTests::test_div1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_div2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_div4_cpu, test/inductor/test_torchinductor.py::CpuTests::test_div5_cpu, test/inductor/test_torchinductor.py::CpuTests::test_div_prim_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dropout_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dropout_trivial_0_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dropout_trivial_1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_bfloat16_bfloat16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_bfloat16_float32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_bfloat16_float64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_bfloat16_int32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float16_int32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float16_uint8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float32_float16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float32_float32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float32_int32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float32_int64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float64_bfloat16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float64_uint8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int16_int64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int16_uint8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int32_int16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int64_int64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int8_int64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int8_uint8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_uint8_int32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_uint8_int64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_embedding_bag_cpu, test/inductor/test_torchinductor.py::CpuTests::test_empty2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_erfc_cpu, test/inductor/test_torchinductor.py::CpuTests::test_exact_stride_cpu, test/inductor/test_torchinductor.py::CpuTests::test_fallback_mutable_op_with_return_cpu, test/inductor/test_torchinductor.py::CpuTests::test_fft_real_input_cpu, test/inductor/test_torchinductor.py::CpuTests::test_fill1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_float_index_expression_cpu, test/inductor/test_torchinductor.py::CpuTests::test_float_index_expression_type_promotion_cpu, test/inductor/test_torchinductor.py::CpuTests::test_float_repr_dynamic_shapes_cpu, test/inductor/test_torchinductor.py::CpuTests::test_forced_buffer_realize_cpu, test/inductor/test_torchinductor.py::CpuTests::test_full_boolean_cpu, test/inductor/test_torchinductor.py::CpuTests::test_fuse_tiled_cpu, test/inductor/test_torchinductor.py::CpuTests::test_fusing_write_into_disjoint_read_cpu, test/inductor/test_torchinductor.py::CpuTests::test_gather3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_gelu_cpu, test/inductor/test_torchinductor.py::CpuTests::test_generate_rand_fp8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_graph_partition_arange2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_graph_partition_argmax_cpu, test/inductor/test_torchinductor.py::CpuTests::test_graph_partition_constant_tensor1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_graph_partition_misaligned_input_cpu, test/inductor/test_torchinductor.py::CpuTests::test_graph_partition_no_inputs_cpu, test/inductor/test_torchinductor.py::CpuTests::test_hardswish_cpu, test/inductor/test_torchinductor.py::CpuTests::test_horizonal_fusion2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index_dynamic_shapes_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index_propagation_device_assert_masked_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index_propagation_flip_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index_propagation_floordiv_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index_put1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index_put4_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index_put_failed_reinplace_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index_put_fallback2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index_select_cpu, test/inductor/test_torchinductor.py::CpuTests::test_inductor_assert_cpu, test/inductor/test_torchinductor.py::CpuTests::test_inductor_triton_bucketize_respects_masking_cpu, test/inductor/test_torchinductor.py::CpuTests::test_inplace_activations_cpu, test/inductor/test_torchinductor.py::CpuTests::test_inplace_add_cpu, test/inductor/test_torchinductor.py::CpuTests::test_input_mutation2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_issue102546_cpu, test/inductor/test_torchinductor.py::CpuTests::test_l1_loss_cpu, test/inductor/test_torchinductor.py::CpuTests::test_large_broadcast_reduction_cpu, test/inductor/test_torchinductor.py::CpuTests::test_lgamma_cpu, test/inductor/test_torchinductor.py::CpuTests::test_like_rands2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_linspace3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_logaddexp_cpu, test/inductor/test_torchinductor.py::CpuTests::test_low_memory_max_pool_dilation_1_dim_2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_masked_scatter_cpu, test/inductor/test_torchinductor.py::CpuTests::test_max_pool2d1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_max_pool2d2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_max_pool2d6_dilation_2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_mean_cpu, test/inductor/test_torchinductor.py::CpuTests::test_mixed_mm2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_mul_softmax_symfloat_cpu, test/inductor/test_torchinductor.py::CpuTests::test_multi_gpu_recompile_on_index_cpu, test/inductor/test_torchinductor.py::CpuTests::test_multi_threading_cpu, test/inductor/test_torchinductor.py::CpuTests::test_mutations_loop_fusion_cpu, test/inductor/test_torchinductor.py::CpuTests::test_neg_index_cpu, test/inductor/test_torchinductor.py::CpuTests::test_new_empty_strided_cpu, test/inductor/test_torchinductor.py::CpuTests::test_output_strides_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pad_cast_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pixel_shuffle_channels_last_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_bessel_j1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_bessel_y1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_chebyshev_polynomial_u_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_digamma_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_gammainc_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_gammaln_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_legendre_polynomial_p_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_log_ndtr_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_logit_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_modified_bessel_i1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_modified_bessel_k0_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_round_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_scaled_modified_bessel_k0_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_shifted_chebyshev_polynomial_v_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_xlog1py_cpu, test/inductor/test_torchinductor.py::CpuTests::test_polar_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pow3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_rand_like_deterministic_cpu, test/inductor/test_torchinductor.py::CpuTests::test_randn_generator_cpu, test/inductor/test_torchinductor.py::CpuTests::test_reduction2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_reduction3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_reduction4_cpu, test/inductor/test_torchinductor.py::CpuTests::test_reflection_pad2d_backward_cpu, test/inductor/test_torchinductor.py::CpuTests::test_reinterpret_dtypeview_cpu, test/inductor/test_torchinductor.py::CpuTests::test_relu_cpu, test/inductor/test_torchinductor.py::CpuTests::test_remove_no_ops_cpu, test/inductor/test_torchinductor.py::CpuTests::test_remove_noop_clone_cpu, test/inductor/test_torchinductor.py::CpuTests::test_remove_noop_slice_cpu, test/inductor/test_torchinductor.py::CpuTests::test_remove_noop_slice_scatter_cpu, test/inductor/test_torchinductor.py::CpuTests::test_remove_noop_view_default_cpu, test/inductor/test_torchinductor.py::CpuTests::test_repeat_interleave_Tensor_decomp_int32_nd_1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_replication_pad_errors_with_bool_cpu, test/inductor/test_torchinductor.py::CpuTests::test_resize_cpu, test/inductor/test_torchinductor.py::CpuTests::test_roll_cpu, test/inductor/test_torchinductor.py::CpuTests::test_round_cpu, test/inductor/test_torchinductor.py::CpuTests::test_rsqrt_cpu, test/inductor/test_torchinductor.py::CpuTests::test_rsqrt_dynamic_shapes_cpu, test/inductor/test_torchinductor.py::CpuTests::test_scalar_output_cpu, test/inductor/test_torchinductor.py::CpuTests::test_scatter_bf16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_scatter_reduce1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_scheduler_vertical_fusion1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sdpa_prefer_nd_tiling_False_use_block_ptr_True_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sdpa_prefer_nd_tiling_True_use_block_ptr_True_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sdpa_unaligned_mask_cpu, test/inductor/test_torchinductor.py::CpuTests::test_searchsorted_broadcast_cpu, test/inductor/test_torchinductor.py::CpuTests::test_setitem_with_int_parameter_cpu, test/inductor/test_torchinductor.py::CpuTests::test_shape_padding_cpu, test/inductor/test_torchinductor.py::CpuTests::test_shape_prop_torch_ones_cpu, test/inductor/test_torchinductor.py::CpuTests::test_slice2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_slice_mutation1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_slice_scatter2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_softmax_backward_data_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sort_stable_cpu, test/inductor/test_torchinductor.py::CpuTests::test_split_cumsum_cpu, test/inductor/test_torchinductor.py::CpuTests::test_split_cumsum_low_prec_cpu, test/inductor/test_torchinductor.py::CpuTests::test_split_reduction_with_int64_size_cpu, test/inductor/test_torchinductor.py::CpuTests::test_split_with_sizes_with_unbacked_symints_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sqrt_dynamic_shapes_cpu, test/inductor/test_torchinductor.py::CpuTests::test_squeeze1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_squeeze2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_squeeze_varargs_cpu, test/inductor/test_torchinductor.py::CpuTests::test_stack_cpu, test/inductor/test_torchinductor.py::CpuTests::test_tensor1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_to_device_constant_cpu, test/inductor/test_torchinductor.py::CpuTests::test_to_dtype_cpu, test/inductor/test_torchinductor.py::CpuTests::test_transpose_add_cpu, test/inductor/test_torchinductor.py::CpuTests::test_unspec_inputs_int16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_unspec_inputs_int8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_unspec_inputs_uint8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_upsample_nearest2d_cpu, test/inductor/test_torchinductor.py::CpuTests::test_upsample_nearest3d_cpu, test/inductor/test_torchinductor.py::CpuTests::test_var_correction_cpu, test/inductor/test_torchinductor.py::CpuTests::test_vectorized_ops_masked_var_novec_cpu, test/inductor/test_torchinductor.py::CpuTests::test_view_as_complex_cpu, test/inductor/test_torchinductor.py::CpuTests::test_views1_cpu, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_broadcast1_broadcast2, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_broadcast2_broadcast1, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_broadcast2_broadcast2, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_broadcast2_double, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_broadcast3_dense, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_broadcast3_strided, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_dense_int, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_dense_transposed, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_int_dense, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_int_int, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_strided_broadcast3, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_strided_int, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_transposed_int, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_transposed_strided, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_transposed_transposed, test/inductor/test_torchinductor.py::GPUTests::test__dyn_quant_matmul_4bit_mps, test/inductor/test_torchinductor.py::GPUTests::test__unsafe_masked_index_put_accumulate_mps, test/inductor/test_torchinductor.py::GPUTests::test_adaptive_avg_pool1d_argmax_mps, test/inductor/test_torchinductor.py::GPUTests::test_adaptive_avg_pool_with_output_size_0_mps, test/inductor/test_torchinductor.py::GPUTests::test_adaptive_max_pool2d1_mps, test/inductor/test_torchinductor.py::GPUTests::test_add_complex10_mps, test/inductor/test_torchinductor.py::GPUTests::test_add_complex9_mps, test/inductor/test_torchinductor.py::GPUTests::test_add_inplace_permuted_mps, test/inductor/test_torchinductor.py::GPUTests::test_adding_tensor_offsets_mps, test/inductor/test_torchinductor.py::GPUTests::test_addmm_mps, test/inductor/test_torchinductor.py::GPUTests::test_alexnet_prefix_mps, test/inductor/test_torchinductor.py::GPUTests::test_aliased_buffer_reuse_mps, test/inductor/test_torchinductor.py::GPUTests::test_allow_reuse_active_if_under_peak_mps, test/inductor/test_torchinductor.py::GPUTests::test_aoti_eager_cache_hit_mps, test/inductor/test_torchinductor.py::GPUTests::test_aoti_eager_with_persistent_cache_mps, test/inductor/test_torchinductor.py::GPUTests::test_arange1_mps, test/inductor/test_torchinductor.py::GPUTests::test_assert_size_stride_op_name_pass_mps, test/inductor/test_torchinductor.py::GPUTests::test_avg_pool2d8_mps, test/inductor/test_torchinductor.py::GPUTests::test_avg_pool2d_backward_mps, test/inductor/test_torchinductor.py::GPUTests::test_avg_pool3d_backward4_mps, test/inductor/test_torchinductor.py::GPUTests::test_batch_norm_2d_2_mps, test/inductor/test_torchinductor.py::GPUTests::test_batch_norm_2d_mps, test/inductor/test_torchinductor.py::GPUTests::test_bfloat16_to_int16_mps, test/inductor/test_torchinductor.py::GPUTests::test_bitwise2_mps, test/inductor/test_torchinductor.py::GPUTests::test_bucketize_broadcast_mps, test/inductor/test_torchinductor.py::GPUTests::test_bucketize_computed_offsets_mps, test/inductor/test_torchinductor.py::GPUTests::test_bucketize_int_int16_int16_mps, test/inductor/test_torchinductor.py::GPUTests::test_bucketize_int_int16_int32_mps, test/inductor/test_torchinductor.py::GPUTests::test_bucketize_int_int32_int16_mps, test/inductor/test_torchinductor.py::GPUTests::test_bucketize_int_int32_int8_mps, test/inductor/test_torchinductor.py::GPUTests::test_bucketize_int_int64_int16_mps, test/inductor/test_torchinductor.py::GPUTests::test_buffer_batch_norm_mps, test/inductor/test_torchinductor.py::GPUTests::test_buffer_use_after_remove_mps, test/inductor/test_torchinductor.py::GPUTests::test_builtins_round_float_ndigits_pos_mps, test/inductor/test_torchinductor.py::GPUTests::test_cat_empty_mps, test/inductor/test_torchinductor.py::GPUTests::test_cat_unbacked_legacy_empty_mps, test/inductor/test_torchinductor.py::GPUTests::test_cauchy_mps, test/inductor/test_torchinductor.py::GPUTests::test_clamp_mps, test/inductor/test_torchinductor.py::GPUTests::test_clamp_type_promotion_mps, test/inductor/test_torchinductor.py::GPUTests::test_computed_buffer_inlining_mps, test/inductor/test_torchinductor.py::GPUTests::test_config_option_dont_assume_alignment_cudagraphs_mps, test/inductor/test_torchinductor.py::GPUTests::test_config_option_dont_assume_alignment_mps, test/inductor/test_torchinductor.py::GPUTests::test_consecutive_split_cumsum_mps, test/inductor/test_torchinductor.py::GPUTests::test_const_int32_to_float_mps, test/inductor/test_torchinductor.py::GPUTests::test_constant_pad_1d_mps, test/inductor/test_torchinductor.py::GPUTests::test_constant_pad_2d_strides_nonpositive_mps, test/inductor/test_torchinductor.py::GPUTests::test_conv2d_backward_channels_last_mps, test/inductor/test_torchinductor.py::GPUTests::test_conv2d_channels_last_mps, test/inductor/test_torchinductor.py::GPUTests::test_conv_bn_fuse_mps, test/inductor/test_torchinductor.py::GPUTests::test_convolution1_mps, test/inductor/test_torchinductor.py::GPUTests::test_convolution2_mps, test/inductor/test_torchinductor.py::GPUTests::test_convolution4_mps, test/inductor/test_torchinductor.py::GPUTests::test_copy_non_blocking_is_pinned_use_cat_False_mps, test/inductor/test_torchinductor.py::GPUTests::test_cos_mps, test/inductor/test_torchinductor.py::GPUTests::test_cumsum_mps, test/inductor/test_torchinductor.py::GPUTests::test_custom_op_1_mps, test/inductor/test_torchinductor.py::GPUTests::test_data_type_propogation_mps, test/inductor/test_torchinductor.py::GPUTests::test_div8_mps, test/inductor/test_torchinductor.py::GPUTests::test_div9_mps, test/inductor/test_torchinductor.py::GPUTests::test_div_presicion_accuracy_mps, test/inductor/test_torchinductor.py::GPUTests::test_div_prim_mps, test/inductor/test_torchinductor.py::GPUTests::test_dont_constant_fold_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_bfloat16_int32_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float16_int64_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float16_int8_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float32_int32_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float64_int16_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float64_int64_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float64_uint8_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int16_float16_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int32_float16_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int32_float32_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int32_int64_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int64_float16_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int64_float32_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int64_int16_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int64_int64_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int64_int8_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int64_uint8_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int8_bfloat16_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int8_int32_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_uint8_float16_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_uint8_float32_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_uint8_int32_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_uint8_uint8_mps, test/inductor/test_torchinductor.py::GPUTests::test_elu_mps, test/inductor/test_torchinductor.py::GPUTests::test_embedding_bag_mps, test/inductor/test_torchinductor.py::GPUTests::test_empty1_mps, test/inductor/test_torchinductor.py::GPUTests::test_exact_stride_mps, test/inductor/test_torchinductor.py::GPUTests::test_expanded_reduction_mps, test/inductor/test_torchinductor.py::GPUTests::test_expm1_mps, test/inductor/test_torchinductor.py::GPUTests::test_fallback_mutable_op_basic_mps, test/inductor/test_torchinductor.py::GPUTests::test_flip_mps, test/inductor/test_torchinductor.py::GPUTests::test_float_index_expression_type_promotion_mps, test/inductor/test_torchinductor.py::GPUTests::test_fmin_fmax_mps, test/inductor/test_torchinductor.py::GPUTests::test_fmod_zero_dim_mps, test/inductor/test_torchinductor.py::GPUTests::test_forced_buffer_realize_mps, test/inductor/test_torchinductor.py::GPUTests::test_fractional_max_pool2d4_mps, test/inductor/test_torchinductor.py::GPUTests::test_full_like_transposed_mps, test/inductor/test_torchinductor.py::GPUTests::test_fuse_large_params_mps, test/inductor/test_torchinductor.py::GPUTests::test_gather_scatter_mps, test/inductor/test_torchinductor.py::GPUTests::test_graph_partition_misaligned_input_mps, test/inductor/test_torchinductor.py::GPUTests::test_graph_partition_mutation_real_name_mps, test/inductor/test_torchinductor.py::GPUTests::test_graph_partition_pad_dynamic_mps, test/inductor/test_torchinductor.py::GPUTests::test_graph_partition_unbacked_symint_as_output_mps, test/inductor/test_torchinductor.py::GPUTests::test_grid_sampler_2d_mps, test/inductor/test_torchinductor.py::GPUTests::test_hardsigmoid_mps, test/inductor/test_torchinductor.py::GPUTests::test_index_propagation_abs_mps, test/inductor/test_torchinductor.py::GPUTests::test_index_propagation_remainder_mps, test/inductor/test_torchinductor.py::GPUTests::test_index_put1_mps, test/inductor/test_torchinductor.py::GPUTests::test_index_put4_mps, test/inductor/test_torchinductor.py::GPUTests::test_index_put_fallback2_mps, test/inductor/test_torchinductor.py::GPUTests::test_index_put_index_mps, test/inductor/test_torchinductor.py::GPUTests::test_inplace_add_mps, test/inductor/test_torchinductor.py::GPUTests::test_insignificant_strides_mps, test/inductor/test_torchinductor.py::GPUTests::test_isinf2_mps, test/inductor/test_torchinductor.py::GPUTests::test_issue102546_mps, test/inductor/test_torchinductor.py::GPUTests::test_large_grid_use_block_ptr_False_mps, test/inductor/test_torchinductor.py::GPUTests::test_large_grid_use_block_ptr_True_mps, test/inductor/test_torchinductor.py::GPUTests::test_layer_norm_mps, test/inductor/test_torchinductor.py::GPUTests::test_like_rands_mps, test/inductor/test_torchinductor.py::GPUTests::test_like_rands_sliced_mps, test/inductor/test_torchinductor.py::GPUTests::test_list_clearing_mps, test/inductor/test_torchinductor.py::GPUTests::test_log2_mps, test/inductor/test_torchinductor.py::GPUTests::test_long_tensor_mps, test/inductor/test_torchinductor.py::GPUTests::test_low_memory_max_pool_dilation_1_dim_2_mps, test/inductor/test_torchinductor.py::GPUTests::test_low_memory_max_pool_dilation_2_dim_2_mps, test/inductor/test_torchinductor.py::GPUTests::test_mark_dynamic_with_hint_override_mps, test/inductor/test_torchinductor.py::GPUTests::test_max_pool2d1_mps, test/inductor/test_torchinductor.py::GPUTests::test_max_pool2d6_dilation_1_mps, test/inductor/test_torchinductor.py::GPUTests::test_max_pool2d_with_indices_backward4_mps, test/inductor/test_torchinductor.py::GPUTests::test_max_pool2d_with_indices_backward6_mps, test/inductor/test_torchinductor.py::GPUTests::test_mean_mps, test/inductor/test_torchinductor.py::GPUTests::test_min_max_reduction_mps, test/inductor/test_torchinductor.py::GPUTests::test_move_arange_mps, test/inductor/test_torchinductor.py::GPUTests::test_multilayer_var_lowp_mps, test/inductor/test_torchinductor.py::GPUTests::test_mutable_custom_op_fixed_layout_mps, test/inductor/test_torchinductor.py::GPUTests::test_no_mega_fusion_during_lowering_mps, test/inductor/test_torchinductor.py::GPUTests::test_no_op_reduction_mps, test/inductor/test_torchinductor.py::GPUTests::test_norm_constant_overflow_mps, test/inductor/test_torchinductor.py::GPUTests::test_output_strides_mps, test/inductor/test_torchinductor.py::GPUTests::test_pad_cast_mps, test/inductor/test_torchinductor.py::GPUTests::test_pad_single_mps, test/inductor/test_torchinductor.py::GPUTests::test_pad_view_mps, test/inductor/test_torchinductor.py::GPUTests::test_permute1_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_airy_ai_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_bessel_j1_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_chebyshev_polynomial_v_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_chebyshev_polynomial_w_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_erf_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_expm1_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_i0_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_i1e_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_legendre_polynomial_p_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_log_ndtr_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_logit_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_modified_bessel_i1_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_modified_bessel_k1_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_multigammaln_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_ndtr_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_psi_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_zeta_mps, test/inductor/test_torchinductor.py::GPUTests::test_pow1_mps, test/inductor/test_torchinductor.py::GPUTests::test_profiler_mark_wrapper_call_mps, test/inductor/test_torchinductor.py::GPUTests::test_rand_like_deterministic_mps, test/inductor/test_torchinductor.py::GPUTests::test_reduction3_mps, test/inductor/test_torchinductor.py::GPUTests::test_reduction_config_limit_mps, test/inductor/test_torchinductor.py::GPUTests::test_remove_noop_clone_mps, test/inductor/test_torchinductor.py::GPUTests::test_remove_noop_copy_mps, test/inductor/test_torchinductor.py::GPUTests::test_resize_mps, test/inductor/test_torchinductor.py::GPUTests::test_round_mps, test/inductor/test_torchinductor.py::GPUTests::test_rsqrt_mps, test/inductor/test_torchinductor.py::GPUTests::test_scatter5_mps, test/inductor/test_torchinductor.py::GPUTests::test_scatter_bf16_mps, test/inductor/test_torchinductor.py::GPUTests::test_scatter_reduce2_mps, test/inductor/test_torchinductor.py::GPUTests::test_scatter_reduce3_mps, test/inductor/test_torchinductor.py::GPUTests::test_scheduler_vertical_fusion1_mps, test/inductor/test_torchinductor.py::GPUTests::test_sdpa_prefer_nd_tiling_False_use_block_ptr_False_mps, test/inductor/test_torchinductor.py::GPUTests::test_sdpa_prefer_nd_tiling_True_use_block_ptr_True_mps, test/inductor/test_torchinductor.py::GPUTests::test_sgn_mps, test/inductor/test_torchinductor.py::GPUTests::test_shape_padding_mps, test/inductor/test_torchinductor.py::GPUTests::test_should_pad_bench_for_bmm_mps, test/inductor/test_torchinductor.py::GPUTests::test_size_asserts_for_multi_output_fallback_mps, test/inductor/test_torchinductor.py::GPUTests::test_slice2_mps, test/inductor/test_torchinductor.py::GPUTests::test_slice_scatter2_mps, test/inductor/test_torchinductor.py::GPUTests::test_softmax_mps, test/inductor/test_torchinductor.py::GPUTests::test_softmax_one_kernel_loop_mps, test/inductor/test_torchinductor.py::GPUTests::test_special_polygamma_mps, test/inductor/test_torchinductor.py::GPUTests::test_split_cumsum_low_prec_mps, test/inductor/test_torchinductor.py::GPUTests::test_split_reduction_with_int64_size_mps, test/inductor/test_torchinductor.py::GPUTests::test_split_with_sizes_with_unbacked_symints_mps, test/inductor/test_torchinductor.py::GPUTests::test_sum1_mps, test/inductor/test_torchinductor.py::GPUTests::test_tensor1_mps, test/inductor/test_torchinductor.py::GPUTests::test_tensor_index_slice_mps, test/inductor/test_torchinductor.py::GPUTests::test_transpose_add_mps, test/inductor/test_torchinductor.py::GPUTests::test_unbacked_floordiv_simplify_mps, test/inductor/test_torchinductor.py::GPUTests::test_unfold_zero_dimension_tensor_mps, test/inductor/test_torchinductor.py::GPUTests::test_unspec_inputs_int32_mps, test/inductor/test_torchinductor.py::GPUTests::test_unspec_inputs_int8_mps, test/inductor/test_torchinductor.py::GPUTests::test_upsample_cat_conv_mps, test/inductor/test_torchinductor.py::GPUTests::test_var_mean_tile_reduction_False_mps, test/inductor/test_torchinductor.py::GPUTests::test_var_mean_tile_reduction_True_mps, test/inductor/test_torchinductor.py::GPUTests::test_vectorized_ops_masked_var_novec_mps, test/inductor/test_torchinductor.py::GPUTests::test_views3_mps, test/inductor/test_torchinductor.py::GPUTests::test_views4_mps, test/inductor/test_torchinductor.py::GPUTests::test_views5_mps, test/inductor/test_torchinductor.py::GPUTests::test_zero_dim_reductions_mps, test/inductor/test_torchinductor.py::TestFull::test_full_dtype 2025-09-07T06:35:56.4132610Z 2025-09-07T06:35:58.3491940Z Running inductor/test_torchinductor_dynamic_shapes 2/7 ... [2025-09-07 06:35:58.349015] 2025-09-07T06:35:58.3492470Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:35:58.3493870Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'inductor/test_torchinductor_dynamic_shapes.py', '-m', 'not serial', '--shard-id=2', '--num-shards=7', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:35:58.349293] 2025-09-07T06:37:07.8684660Z 2025-09-07T06:37:07.8687190Z inductor/test_torchinductor 4/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_4.4_07e30b18e3d324e6_.log 2025-09-07T06:37:07.8770720Z Running 462 items in this shard: test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast1_broadcast3, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast1_dense, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast2_dense, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast2_double, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast2_int, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast3_broadcast2, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_broadcast3_double, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_dense_broadcast3, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_double_broadcast1, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_int_broadcast1, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_int_broadcast3, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_int_dense, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_int_int, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_int_transposed, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_strided_transposed, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_transposed_int, test/inductor/test_torchinductor.py::SweepInputsCpuTest::test_cpu_transposed_transposed, test/inductor/test_torchinductor.py::CpuTests::test__unsafe_masked_index_put_accumulate_cpu, test/inductor/test_torchinductor.py::CpuTests::test_adaptive_avg_pool_errors_with_long_cpu, test/inductor/test_torchinductor.py::CpuTests::test_add_complex10_cpu, test/inductor/test_torchinductor.py::CpuTests::test_add_complex3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_add_complex4_cpu, test/inductor/test_torchinductor.py::CpuTests::test_add_complex7_cpu, test/inductor/test_torchinductor.py::CpuTests::test_add_complex8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_add_complex_cpu, test/inductor/test_torchinductor.py::CpuTests::test_alexnet_prefix_cpu, test/inductor/test_torchinductor.py::CpuTests::test_any_cpu, test/inductor/test_torchinductor.py::CpuTests::test_aoti_eager_dtype_device_layout_cpu, test/inductor/test_torchinductor.py::CpuTests::test_aoti_eager_with_scalar_cpu, test/inductor/test_torchinductor.py::CpuTests::test_arange4_cpu, test/inductor/test_torchinductor.py::CpuTests::test_argmax_argmin_with_duplicates_cpu, test/inductor/test_torchinductor.py::CpuTests::test_argmax_argmin_with_nan_cpu, test/inductor/test_torchinductor.py::CpuTests::test_assert_alignment_op_name_pass_cpu, test/inductor/test_torchinductor.py::CpuTests::test_avg_pool2d3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_avg_pool2d8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_avg_pool2d_backward2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_avg_pool3d_backward3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_avg_pool_errors_with_uint_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bernoulli1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bfloat16_to_int16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bitwise2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bitwise_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bucketize_int_int16_int64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bucketize_int_int16_int8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bucketize_int_int32_int16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bucketize_int_int32_int64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bucketize_int_int8_int16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bucketize_int_int8_int32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bucketize_int_uint8_int64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_bucketize_int_uint8_int8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_buffer_copied_in_graph_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cat_empty_index_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cat_extern_kernel_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cat_uint8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cat_unbacked_empty_1d_cpu, test/inductor/test_torchinductor.py::CpuTests::test_check_stack_no_cycles_cpu, test/inductor/test_torchinductor.py::CpuTests::test_complex_memory_overlap_cpu, test/inductor/test_torchinductor.py::CpuTests::test_constant_pad_2d_strides_nonpositive_cpu, test/inductor/test_torchinductor.py::CpuTests::test_constant_pad_nd_inplace_cpu, test/inductor/test_torchinductor.py::CpuTests::test_conv2d_backward_channels_last_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cudnn_rnn_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cummin_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cumprod_zero_dim_cpu, test/inductor/test_torchinductor.py::CpuTests::test_custom_op_1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_custom_op_fixed_layout_channels_last_cpu, test/inductor/test_torchinductor.py::CpuTests::test_custom_op_fixed_layout_sequential_cpu, test/inductor/test_torchinductor.py::CpuTests::test_custom_scan_op_compiled_cpu, test/inductor/test_torchinductor.py::CpuTests::test_device_assert_cpu, test/inductor/test_torchinductor.py::CpuTests::test_diagonal_copy_cpu, test/inductor/test_torchinductor.py::CpuTests::test_div6_cpu, test/inductor/test_torchinductor.py::CpuTests::test_div9_cpu, test/inductor/test_torchinductor.py::CpuTests::test_div_by_zero_cpu, test/inductor/test_torchinductor.py::CpuTests::test_div_zero_dim_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dropout3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float16_float16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float16_int64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float32_uint8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float64_float32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float64_int16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_float64_int64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int16_int32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int16_int8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int32_int32_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int32_int64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_int64_int16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_uint8_float64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_dtypeview_uint8_int8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_embedding_bag_byte_unpack_cpu, test/inductor/test_torchinductor.py::CpuTests::test_erfinv_cpu, test/inductor/test_torchinductor.py::CpuTests::test_exp_cpu, test/inductor/test_torchinductor.py::CpuTests::test_expand_as_cpu, test/inductor/test_torchinductor.py::CpuTests::test_expand_cpu, test/inductor/test_torchinductor.py::CpuTests::test_expanded_reduction_cpu, test/inductor/test_torchinductor.py::CpuTests::test_expm1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_fallback_mutable_op_list_cpu, test/inductor/test_torchinductor.py::CpuTests::test_fallback_mutable_op_list_tensor_cpu, test/inductor/test_torchinductor.py::CpuTests::test_fill2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_fractional_max_pool2d2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_full_like_sliced_cpu, test/inductor/test_torchinductor.py::CpuTests::test_full_like_transposed_cpu, test/inductor/test_torchinductor.py::CpuTests::test_functionalize_rng_wrappers_cpu, test/inductor/test_torchinductor.py::CpuTests::test_gather1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_gather2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_graph_partition_mutation_real_name_cpu, test/inductor/test_torchinductor.py::CpuTests::test_graph_partition_pad_dynamic_cpu, test/inductor/test_torchinductor.py::CpuTests::test_graph_partition_refcount_cpu, test/inductor/test_torchinductor.py::CpuTests::test_grid_sampler_2d_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index_propagation_nested_indirect_indexing_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index_put_as_masked_fill_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index_put_index_cpu, test/inductor/test_torchinductor.py::CpuTests::test_index_put_reinplace_cpu, test/inductor/test_torchinductor.py::CpuTests::test_inner_fn_str_and_stride_cpu, test/inductor/test_torchinductor.py::CpuTests::test_inplace_where_pointwise_cpu, test/inductor/test_torchinductor.py::CpuTests::test_input_mutation3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_isin_tensor_scalar_cpu, test/inductor/test_torchinductor.py::CpuTests::test_kernel_names_cpu, test/inductor/test_torchinductor.py::CpuTests::test_large_grid_use_block_ptr_True_cpu, test/inductor/test_torchinductor.py::CpuTests::test_large_offset_pointwise_cpu, test/inductor/test_torchinductor.py::CpuTests::test_large_strided_reduction_cpu, test/inductor/test_torchinductor.py::CpuTests::test_layer_norm_cpu, test/inductor/test_torchinductor.py::CpuTests::test_leaky_relu_cpu, test/inductor/test_torchinductor.py::CpuTests::test_like_rands_cpu, test/inductor/test_torchinductor.py::CpuTests::test_like_rands_sliced_cpu, test/inductor/test_torchinductor.py::CpuTests::test_linear1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_linear2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_linear_dynamic_maxautotune_cpu, test/inductor/test_torchinductor.py::CpuTests::test_linear_float64_cpu, test/inductor/test_torchinductor.py::CpuTests::test_linear_mixed_dtype_cpu, test/inductor/test_torchinductor.py::CpuTests::test_linspace1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_list_clearing_cpu, test/inductor/test_torchinductor.py::CpuTests::test_low_memory_max_pool_dilation_2_dim_2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_low_memory_max_pool_dilation_2_dim_3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_masked_fill_cpu, test/inductor/test_torchinductor.py::CpuTests::test_matmul_layer_norm_cpu, test/inductor/test_torchinductor.py::CpuTests::test_max_min_cpu, test/inductor/test_torchinductor.py::CpuTests::test_max_pool2d4_cpu, test/inductor/test_torchinductor.py::CpuTests::test_max_pool2d5_cpu, test/inductor/test_torchinductor.py::CpuTests::test_max_pool2d8_cpu, test/inductor/test_torchinductor.py::CpuTests::test_max_pool2d_with_indices_backward2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_mix_device_index_cpu, test/inductor/test_torchinductor.py::CpuTests::test_mm_mixed_dtype_cpu, test/inductor/test_torchinductor.py::CpuTests::test_move_arange_cpu, test/inductor/test_torchinductor.py::CpuTests::test_multilayer_var_lowp_cpu, test/inductor/test_torchinductor.py::CpuTests::test_mutable_custom_op_fixed_layout_cpu, test/inductor/test_torchinductor.py::CpuTests::test_nan_sort_stable_False_descending_False_cpu, test/inductor/test_torchinductor.py::CpuTests::test_nan_sort_stable_False_descending_True_cpu, test/inductor/test_torchinductor.py::CpuTests::test_nan_sort_stable_True_descending_True_cpu, test/inductor/test_torchinductor.py::CpuTests::test_nan_to_num_cpu, test/inductor/test_torchinductor.py::CpuTests::test_needs_contiguous_strides_cpu, test/inductor/test_torchinductor.py::CpuTests::test_new_ones_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pattern_matcher_unbacked_cpu, test/inductor/test_torchinductor.py::CpuTests::test_permute1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_bessel_j0_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_erfinv_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_i0_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_i0e_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_i1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_modified_bessel_i0_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_multigammaln_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_ndtr_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_polygamma_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pointwise_shifted_chebyshev_polynomial_w_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pow1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pow_int_cpu, test/inductor/test_torchinductor.py::CpuTests::test_pow_symfloat_cpu, test/inductor/test_torchinductor.py::CpuTests::test_prod_cpu, test/inductor/test_torchinductor.py::CpuTests::test_randint_distribution_cpu, test/inductor/test_torchinductor.py::CpuTests::test_randint_kernel_count_cpu, test/inductor/test_torchinductor.py::CpuTests::test_randn_like_empty_cpu, test/inductor/test_torchinductor.py::CpuTests::test_reduction_config_limit_cpu, test/inductor/test_torchinductor.py::CpuTests::test_remainder_cpu, test/inductor/test_torchinductor.py::CpuTests::test_remove_noop_slice1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_remove_noop_view_dtype_cpu, test/inductor/test_torchinductor.py::CpuTests::test_repeat_as_strided_cpu, test/inductor/test_torchinductor.py::CpuTests::test_repeat_interleave_Tensor_decomp_int64_nd_1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_require_stride_expanded_cpu, test/inductor/test_torchinductor.py::CpuTests::test_scalar_cpu_tensor_arg_cpu, test/inductor/test_torchinductor.py::CpuTests::test_scalar_input_cpu, test/inductor/test_torchinductor.py::CpuTests::test_scaled_dot_product_efficient_attention_cpu, test/inductor/test_torchinductor.py::CpuTests::test_scatter4_cpu, test/inductor/test_torchinductor.py::CpuTests::test_scatter_add1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_scatter_add2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sdpa_unaligned_mask_freezing_cpu, test/inductor/test_torchinductor.py::CpuTests::test_select_scatter_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sin_cpu, test/inductor/test_torchinductor.py::CpuTests::test_single_elem_cpu, test/inductor/test_torchinductor.py::CpuTests::test_single_elem_indirect_cpu, test/inductor/test_torchinductor.py::CpuTests::test_size_asserts_for_multi_output_fallback_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sizehint_issue1_cpu, test/inductor/test_torchinductor.py::CpuTests::test_slice_scatter4_cpu, test/inductor/test_torchinductor.py::CpuTests::test_slice_scatter5_cpu, test/inductor/test_torchinductor.py::CpuTests::test_slice_scatter_dtype_consistency_cpu, test/inductor/test_torchinductor.py::CpuTests::test_softmax_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sort_transpose_cpu, test/inductor/test_torchinductor.py::CpuTests::test_split_cumsum_index_cpu, test/inductor/test_torchinductor.py::CpuTests::test_split_reduction_dynamic_shape_cpu, test/inductor/test_torchinductor.py::CpuTests::test_split_with_list_cpu, test/inductor/test_torchinductor.py::CpuTests::test_std_cpu, test/inductor/test_torchinductor.py::CpuTests::test_stride_preservation_with_stride_modifying_fx_pass_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sum3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_sum4_cpu, test/inductor/test_torchinductor.py::CpuTests::test_tensor2_cpu, test/inductor/test_torchinductor.py::CpuTests::test_tensor_index_put_slice_cpu, test/inductor/test_torchinductor.py::CpuTests::test_tmp_not_defined_issue3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_torch_device_split_cpu, test/inductor/test_torchinductor.py::CpuTests::test_triu_cpu, test/inductor/test_torchinductor.py::CpuTests::test_unbacked_floordiv_simplify_cpu, test/inductor/test_torchinductor.py::CpuTests::test_unroll_small_reduction_cpu, test/inductor/test_torchinductor.py::CpuTests::test_unspec_inputs_float16_cpu, test/inductor/test_torchinductor.py::CpuTests::test_upsample_bilinear2d_a_cpu, test/inductor/test_torchinductor.py::CpuTests::test_upsample_nearest1d_cpu, test/inductor/test_torchinductor.py::CpuTests::test_upsample_nearest2d_backward_cpu, test/inductor/test_torchinductor.py::CpuTests::test_views3_cpu, test/inductor/test_torchinductor.py::CpuTests::test_where_with_logical_op_cpu, test/inductor/test_torchinductor.py::CpuTests::test_zero_dim_reductions_cpu, test/inductor/test_torchinductor.py::CpuTests::test_zero_element_mutation_cpu, test/inductor/test_torchinductor.py::CpuTests::test_zeros_cpu, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_broadcast1_broadcast1, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_broadcast1_dense, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_broadcast1_int, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_broadcast1_transposed, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_broadcast2_strided, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_broadcast3_broadcast3, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_broadcast3_double, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_dense_broadcast1, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_double_broadcast3, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_double_transposed, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_int_broadcast3, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_int_double, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_int_transposed, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_strided_broadcast1, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_strided_double, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_transposed_broadcast1, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_transposed_broadcast2, test/inductor/test_torchinductor.py::SweepInputsGPUTest::test_mps_transposed_double, test/inductor/test_torchinductor.py::GPUTests::test__dyn_quant_pack_4bit_weight_mps, test/inductor/test_torchinductor.py::GPUTests::test_abs_mps, test/inductor/test_torchinductor.py::GPUTests::test_adaptive_avg_pool2d_low_prec_mps, test/inductor/test_torchinductor.py::GPUTests::test_adaptive_max_pool2d3_mps, test/inductor/test_torchinductor.py::GPUTests::test_add_complex7_mps, test/inductor/test_torchinductor.py::GPUTests::test_add_complex_mps, test/inductor/test_torchinductor.py::GPUTests::test_angle_mps, test/inductor/test_torchinductor.py::GPUTests::test_aoti_eager_with_scalar_mps, test/inductor/test_torchinductor.py::GPUTests::test_arange2_mps, test/inductor/test_torchinductor.py::GPUTests::test_arange3_mps, test/inductor/test_torchinductor.py::GPUTests::test_arange4_mps, test/inductor/test_torchinductor.py::GPUTests::test_arange5_mps, test/inductor/test_torchinductor.py::GPUTests::test_argmax_argmin3_mps, test/inductor/test_torchinductor.py::GPUTests::test_as_strided_mps, test/inductor/test_torchinductor.py::GPUTests::test_avg_pool2d4_mps, test/inductor/test_torchinductor.py::GPUTests::test_avg_pool2d5_mps, test/inductor/test_torchinductor.py::GPUTests::test_bool_mps, test/inductor/test_torchinductor.py::GPUTests::test_bucketize_default_kwargs_mps, test/inductor/test_torchinductor.py::GPUTests::test_bucketize_int_int32_int64_mps, test/inductor/test_torchinductor.py::GPUTests::test_bucketize_int_int64_int32_mps, test/inductor/test_torchinductor.py::GPUTests::test_bucketize_int_int64_int8_mps, test/inductor/test_torchinductor.py::GPUTests::test_bucketize_int_int8_int8_mps, test/inductor/test_torchinductor.py::GPUTests::test_bucketize_int_int8_uint8_mps, test/inductor/test_torchinductor.py::GPUTests::test_bucketize_int_uint8_int16_mps, test/inductor/test_torchinductor.py::GPUTests::test_bucketize_int_uint8_int8_mps, test/inductor/test_torchinductor.py::GPUTests::test_bucketize_int_uint8_uint8_mps, test/inductor/test_torchinductor.py::GPUTests::test_bucketize_nd_tiling_False_mps, test/inductor/test_torchinductor.py::GPUTests::test_buffer_copied_in_graph_with_different_shapes_mps, test/inductor/test_torchinductor.py::GPUTests::test_cat_inplace_mps, test/inductor/test_torchinductor.py::GPUTests::test_cat_mps, test/inductor/test_torchinductor.py::GPUTests::test_cat_negative_dim_mps, test/inductor/test_torchinductor.py::GPUTests::test_cat_unbacked_2d_mps, test/inductor/test_torchinductor.py::GPUTests::test_complex_memory_overlap_mps, test/inductor/test_torchinductor.py::GPUTests::test_constant_pad_3d_mps, test/inductor/test_torchinductor.py::GPUTests::test_constant_pad_float64_mps, test/inductor/test_torchinductor.py::GPUTests::test_conv3d_channels_last_use_block_ptr_False_mps, test/inductor/test_torchinductor.py::GPUTests::test_conv3d_mps, test/inductor/test_torchinductor.py::GPUTests::test_conv_functional_bn_fuse_mps, test/inductor/test_torchinductor.py::GPUTests::test_convolution5_mps, test/inductor/test_torchinductor.py::GPUTests::test_cumprod_zero_dim_mps, test/inductor/test_torchinductor.py::GPUTests::test_cumsum_pattern_matcher_issue_mps, test/inductor/test_torchinductor.py::GPUTests::test_custom_op_2_mps, test/inductor/test_torchinductor.py::GPUTests::test_custom_op_default_layout_constraint_mps, test/inductor/test_torchinductor.py::GPUTests::test_custom_op_fixed_layout_sequential_mps, test/inductor/test_torchinductor.py::GPUTests::test_custom_scan_op_compiled_mps, test/inductor/test_torchinductor.py::GPUTests::test_deterministic_codegen_mps, test/inductor/test_torchinductor.py::GPUTests::test_device_assert_mps, test/inductor/test_torchinductor.py::GPUTests::test_dist_bf16_mps, test/inductor/test_torchinductor.py::GPUTests::test_div2_mps, test/inductor/test_torchinductor.py::GPUTests::test_div5_mps, test/inductor/test_torchinductor.py::GPUTests::test_div7_mps, test/inductor/test_torchinductor.py::GPUTests::test_div_softmax_symfloat_mps, test/inductor/test_torchinductor.py::GPUTests::test_dropout_trivial_0_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_bfloat16_float64_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_bfloat16_int16_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_bfloat16_int8_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float16_uint8_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float32_float32_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float32_float64_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float32_int64_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float32_int8_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float64_float16_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float64_float32_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_float64_float64_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_fusion_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int16_bfloat16_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int16_float32_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int16_int32_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int32_int16_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int32_int8_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_int8_int16_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_uint8_float64_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_uint8_int64_mps, test/inductor/test_torchinductor.py::GPUTests::test_dtypeview_uint8_int8_mps, test/inductor/test_torchinductor.py::GPUTests::test_embedding_bag_byte_unpack_mps, test/inductor/test_torchinductor.py::GPUTests::test_embedding_sparse_mps, test/inductor/test_torchinductor.py::GPUTests::test_exp_mps, test/inductor/test_torchinductor.py::GPUTests::test_expand_as_mps, test/inductor/test_torchinductor.py::GPUTests::test_expand_mps, test/inductor/test_torchinductor.py::GPUTests::test_fallback_mutable_op_no_mutated_tensors_mps, test/inductor/test_torchinductor.py::GPUTests::test_fft_real_input_mps, test/inductor/test_torchinductor.py::GPUTests::test_fill2_mps, test/inductor/test_torchinductor.py::GPUTests::test_flip_cat_mps, test/inductor/test_torchinductor.py::GPUTests::test_float16_to_int16_mps, test/inductor/test_torchinductor.py::GPUTests::test_full_truncation_mps, test/inductor/test_torchinductor.py::GPUTests::test_functionalize_rng_wrappers_mps, test/inductor/test_torchinductor.py::GPUTests::test_gather2_mps, test/inductor/test_torchinductor.py::GPUTests::test_gelu_mps, test/inductor/test_torchinductor.py::GPUTests::test_generated_code_has_size_stride_assert_mps, test/inductor/test_torchinductor.py::GPUTests::test_getitem_mps, test/inductor/test_torchinductor.py::GPUTests::test_graph_partition_argmax_mps, test/inductor/test_torchinductor.py::GPUTests::test_graph_partition_constant_tensor1_mps, test/inductor/test_torchinductor.py::GPUTests::test_hardswish_mps, test/inductor/test_torchinductor.py::GPUTests::test_hardtanh_mps, test/inductor/test_torchinductor.py::GPUTests::test_horizonal_fusion1_mps, test/inductor/test_torchinductor.py::GPUTests::test_horizonal_fusion2_mps, test/inductor/test_torchinductor.py::GPUTests::test_index1_mps, test/inductor/test_torchinductor.py::GPUTests::test_index3_mps, test/inductor/test_torchinductor.py::GPUTests::test_index_put_as_masked_fill_mps, test/inductor/test_torchinductor.py::GPUTests::test_index_put_deterministic_fallback_mps, test/inductor/test_torchinductor.py::GPUTests::test_index_put_failed_reinplace_mps, test/inductor/test_torchinductor.py::GPUTests::test_index_put_fallback1_mps, test/inductor/test_torchinductor.py::GPUTests::test_indirect_load_broadcast_mps, test/inductor/test_torchinductor.py::GPUTests::test_inductor_assert_mps, test/inductor/test_torchinductor.py::GPUTests::test_inductor_multiple_specializations_mps, test/inductor/test_torchinductor.py::GPUTests::test_inductor_triton_bucketize_respects_masking_mps, test/inductor/test_torchinductor.py::GPUTests::test_inner_fn_str_and_stride_mps, test/inductor/test_torchinductor.py::GPUTests::test_inplace_resize_as_mps, test/inductor/test_torchinductor.py::GPUTests::test_inplace_where_pointwise_mps, test/inductor/test_torchinductor.py::GPUTests::test_input_mutation5_mps, test/inductor/test_torchinductor.py::GPUTests::test_int8_weight_only_quant_mps, test/inductor/test_torchinductor.py::GPUTests::test_invalid_operand_issue1_mps, test/inductor/test_torchinductor.py::GPUTests::test_isin_tensor_scalar_mps, test/inductor/test_torchinductor.py::GPUTests::test_kwargs_mps, test/inductor/test_torchinductor.py::GPUTests::test_large_broadcast_reduction_mps, test/inductor/test_torchinductor.py::GPUTests::test_large_offset_pointwise_mps, test/inductor/test_torchinductor.py::GPUTests::test_large_pointwise_mps, test/inductor/test_torchinductor.py::GPUTests::test_like_rands3_mps, test/inductor/test_torchinductor.py::GPUTests::test_logaddexp_mps, test/inductor/test_torchinductor.py::GPUTests::test_low_memory_max_pool_dilation_2_dim_3_mps, test/inductor/test_torchinductor.py::GPUTests::test_masked_fill_promotion_mps, test/inductor/test_torchinductor.py::GPUTests::test_matmul_layer_norm_mps, test/inductor/test_torchinductor.py::GPUTests::test_max_pool2d4_mps, test/inductor/test_torchinductor.py::GPUTests::test_max_pool2d5_mps, test/inductor/test_torchinductor.py::GPUTests::test_max_pool2d6_dilation_2_mps, test/inductor/test_torchinductor.py::GPUTests::test_max_pool2d_with_indices_backward2_mps, test/inductor/test_torchinductor.py::GPUTests::test_max_pool2d_with_indices_backward3_mps, test/inductor/test_torchinductor.py::GPUTests::test_max_pool2d_with_indices_backward5_mps, test/inductor/test_torchinductor.py::GPUTests::test_max_pool2d_with_indices_backward_mps, test/inductor/test_torchinductor.py::GPUTests::test_min_max_reduction_nan_mps, test/inductor/test_torchinductor.py::GPUTests::test_mixed_mm2_mps, test/inductor/test_torchinductor.py::GPUTests::test_mul_index_expr_mps, test/inductor/test_torchinductor.py::GPUTests::test_multi_device_mps, test/inductor/test_torchinductor.py::GPUTests::test_multi_gpu_device_mps, test/inductor/test_torchinductor.py::GPUTests::test_mutations_loop_fusion_mps, test/inductor/test_torchinductor.py::GPUTests::test_nan_sort_stable_False_descending_True_mps, test/inductor/test_torchinductor.py::GPUTests::test_nan_sort_stable_True_descending_False_mps, test/inductor/test_torchinductor.py::GPUTests::test_nan_sort_stable_True_descending_True_mps, test/inductor/test_torchinductor.py::GPUTests::test_nan_to_num_mps, test/inductor/test_torchinductor.py::GPUTests::test_needs_contiguous_strides_mps, test/inductor/test_torchinductor.py::GPUTests::test_one_hot_mps, test/inductor/test_torchinductor.py::GPUTests::test_pattern_matcher_unbacked_mps, test/inductor/test_torchinductor.py::GPUTests::test_philox_rand_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_bessel_j0_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_bessel_y0_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_bessel_y1_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_chebyshev_polynomial_t_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_digamma_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_entr_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_erfinv_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_gammaln_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_hermite_polynomial_he_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_i0e_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_i1_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_laguerre_polynomial_l_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_round_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_scaled_modified_bessel_k0_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_scaled_modified_bessel_k1_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_shifted_chebyshev_polynomial_v_mps, test/inductor/test_torchinductor.py::GPUTests::test_pointwise_shifted_chebyshev_polynomial_w_mps, test/inductor/test_torchinductor.py::GPUTests::test_polar_mps, test/inductor/test_torchinductor.py::GPUTests::test_pow2_mps, test/inductor/test_torchinductor.py::GPUTests::test_pow_int_mps, test/inductor/test_torchinductor.py::GPUTests::test_pow_symfloat_mps, test/inductor/test_torchinductor.py::GPUTests::test_randn_generator_mps, test/inductor/test_torchinductor.py::GPUTests::test_randn_like_empty_mps, test/inductor/test_torchinductor.py::GPUTests::test_remainder_mps, test/inductor/test_torchinductor.py::GPUTests::test_remove_no_ops_mps, test/inductor/test_torchinductor.py::GPUTests::test_remove_noop_slice_mps, test/inductor/test_torchinductor.py::GPUTests::test_remove_noop_view_default_mps, test/inductor/test_torchinductor.py::GPUTests::test_remove_noop_view_dtype_mps, test/inductor/test_torchinductor.py::GPUTests::test_repeat_interleave_Tensor_decomp_int64_nd_2_mps, test/inductor/test_torchinductor.py::GPUTests::test_repeat_interleave_mps, test/inductor/test_torchinductor.py::GPUTests::test_roi_align_mps, test/inductor/test_torchinductor.py::GPUTests::test_rsqrt_dynamic_shapes_mps, test/inductor/test_torchinductor.py::GPUTests::test_scalar_cpu_tensor_arg_mps, test/inductor/test_torchinductor.py::GPUTests::test_scatter1_mps, test/inductor/test_torchinductor.py::GPUTests::test_scatter2_mps, test/inductor/test_torchinductor.py::GPUTests::test_scatter3_mps, test/inductor/test_torchinductor.py::GPUTests::test_scatter_add1_mps, test/inductor/test_torchinductor.py::GPUTests::test_scatter_add3_mps, test/inductor/test_torchinductor.py::GPUTests::test_searchsorted_broadcast_mps, test/inductor/test_torchinductor.py::GPUTests::test_setitem_with_int_parameter_mps, test/inductor/test_torchinductor.py::GPUTests::test_sgn_extremal_mps, test/inductor/test_torchinductor.py::GPUTests::test_sigmoid_mps, test/inductor/test_torchinductor.py::GPUTests::test_signbit_mps, test/inductor/test_torchinductor.py::GPUTests::test_simplify_loops_mps, test/inductor/test_torchinductor.py::GPUTests::test_single_elem_indirect_mps, test/inductor/test_torchinductor.py::GPUTests::test_single_elem_mps, test/inductor/test_torchinductor.py::GPUTests::test_slice_mutation2_mps, test/inductor/test_torchinductor.py::GPUTests::test_slice_scatter3_mps, test/inductor/test_torchinductor.py::GPUTests::test_slice_scatter_dtype_consistency_mps, test/inductor/test_torchinductor.py::GPUTests::test_split_cumprod_mps, test/inductor/test_torchinductor.py::GPUTests::test_split_cumsum_mps, test/inductor/test_torchinductor.py::GPUTests::test_split_with_integer_mps, test/inductor/test_torchinductor.py::GPUTests::test_squeeze2_mps, test/inductor/test_torchinductor.py::GPUTests::test_stride_preservation_with_stride_modifying_fx_pass_mps, test/inductor/test_torchinductor.py::GPUTests::test_strided_inputs_mps, test/inductor/test_torchinductor.py::GPUTests::test_sum3_mps, test/inductor/test_torchinductor.py::GPUTests::test_sum_int_mps, test/inductor/test_torchinductor.py::GPUTests::test_tan_mps, test/inductor/test_torchinductor.py::GPUTests::test_tensor_index_put_slice_mps, test/inductor/test_torchinductor.py::GPUTests::test_tmp_not_defined_issue2_mps, test/inductor/test_torchinductor.py::GPUTests::test_tmp_not_defined_issue3_mps, test/inductor/test_torchinductor.py::GPUTests::test_to_device_mps, test/inductor/test_torchinductor.py::GPUTests::test_to_memory_format_mps, test/inductor/test_torchinductor.py::GPUTests::test_unsigned_constant_tensors_mps, test/inductor/test_torchinductor.py::GPUTests::test_unspec_inputs_float16_mps, test/inductor/test_torchinductor.py::GPUTests::test_unspec_inputs_float32_mps, test/inductor/test_torchinductor.py::GPUTests::test_unspec_inputs_float64_mps, test/inductor/test_torchinductor.py::GPUTests::test_unspec_inputs_int16_mps, test/inductor/test_torchinductor.py::GPUTests::test_unspec_inputs_uint8_mps, test/inductor/test_torchinductor.py::GPUTests::test_unsqueeze_inplace_mps, test/inductor/test_torchinductor.py::GPUTests::test_unsqueeze_mps, test/inductor/test_torchinductor.py::GPUTests::test_upsample_bilinear2d_a_mps, test/inductor/test_torchinductor.py::GPUTests::test_var_correction_mps, test/inductor/test_torchinductor.py::GPUTests::test_vectorized_ops_masked_mps, test/inductor/test_torchinductor.py::GPUTests::test_view_as_complex_mps, test/inductor/test_torchinductor.py::GPUTests::test_view_detach_mps, test/inductor/test_torchinductor.py::GPUTests::test_views1_mps, test/inductor/test_torchinductor.py::GPUTests::test_views6_mps, test/inductor/test_torchinductor.py::GPUTests::test_views7_mps, test/inductor/test_torchinductor.py::GPUTests::test_where_with_logical_op_mps, test/inductor/test_torchinductor.py::GPUTests::test_xblock_divides_xnumel_mps, test/inductor/test_torchinductor.py::GPUTests::test_zero_element_mutation_mps, test/inductor/test_torchinductor.py::GPUTests::test_zeros_mps 2025-09-07T06:37:07.8849730Z 2025-09-07T06:37:09.7629060Z Running inductor/test_torchinductor_dynamic_shapes 3/7 ... [2025-09-07 06:37:09.762725] 2025-09-07T06:37:09.7629360Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:37:09.7630900Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'inductor/test_torchinductor_dynamic_shapes.py', '-m', 'not serial', '--shard-id=3', '--num-shards=7', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:37:09.762990] 2025-09-07T06:38:42.8935230Z 2025-09-07T06:38:42.8935820Z inductor/test_torchinductor_dynamic_shapes 1/7 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_dynamic_shapes_1.7_c1ef16ca4fe6b522_.log 2025-09-07T06:38:42.9009770Z Running 264 items in this shard: test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_adaptive_avg_pool2d_low_prec_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_adaptive_max_pool2d1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_adaptive_max_pool2d2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_adaptive_max_pool2d3_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_add_complex8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_add_const_int_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_addmv_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_allow_reuse_disable_if_exceed_peak_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_aoti_eager_support_str_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_assert_size_stride_op_name_fail_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_assert_size_stride_op_name_pass_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_avg_pool2d6_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_avg_pool3d_backward2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_baddbmm_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_batch_norm_2d_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bfloat16_to_int16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bmm1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bucketize_computed_offsets_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bucketize_int_int8_int64_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bucketize_int_int8_uint8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bucketize_int_uint8_int8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_buffer_copied_in_graph_with_different_shapes_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_buffer_use_after_remove_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_cat_negative_dim_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_cat_uint8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_conv3d_channels_last_use_block_ptr_False_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_cumsum_no_mask_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_custom_op_fixed_layout_sequential_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_custom_scan_op_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_div4_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_div_zero_dim_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtype_mismatch_issue_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_bfloat16_float32_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_bfloat16_int8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_float16_int64_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_float32_float16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_float32_float64_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_float32_int8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_fusion_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_int16_bfloat16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_int16_int64_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_int32_int16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_int64_float32_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_int64_int16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_int64_int64_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_uint8_bfloat16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_uint8_int64_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_empty1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_exp2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_fft_real_input_real_output_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_fmod_zero_dim_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_fractional_max_pool2d4_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_fuse_tiled_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_graph_partition_scalar_inputs_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_hardsigmoid_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_index3_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_index_tensor_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_inplace_activations_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_inplace_add_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_input_mutation5_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_insignificant_strides_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_invalid_operand_issue1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_linear_mixed_dtype_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_linspace3_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_log1p_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_long_tensor_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_mark_dynamic_with_hint_override_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_matmul_layer_norm_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_max_pool2d2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_max_pool2d4_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_max_pool2d8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_mean_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_mm_mixed_dtype_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_mul_index_expr_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_multilayer_any_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_multilayer_sum_low_prec_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_nan_sort_stable_False_descending_False_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pattern_matcher_multi_user_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_permute1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_chebyshev_polynomial_v_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_exp2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_expm1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_gammaincc_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_hermite_polynomial_h_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_i0e_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_i1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_legendre_polynomial_p_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_log1p_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_log_ndtr_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_polygamma_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_scaled_modified_bessel_k1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_shifted_chebyshev_polynomial_u_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_sinc_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_rand_like_deterministic_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_randint_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_randint_int64_mod_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_randn_with_dtype_and_device_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_reduction5_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_remove_noop_copy_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_remove_noop_view_default_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_repeat_interleave_2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_scatter4_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_scatter5_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_scatter6_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_scatter_add3_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_sdpa_prefer_nd_tiling_False_use_block_ptr_False_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_sign_dtype_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_sizehint_issue1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_slice_scatter_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_softmax_one_kernel_loop_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_tanh_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_tensor3_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_torch_device_split_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_triton_kernel_bool_param_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_triu_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_unbacked_floordiv_simplify_errors_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_unsigned_constant_tensors_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_unspec_inputs_bfloat16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_unspec_inputs_float64_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_upsample_nearest1d_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_upsample_nearest3d_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test__unsafe_masked_index_put_accumulate_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_adaptive_avg_pool_errors_with_long_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_adaptive_avg_pool_with_output_size_0_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_add_const_int_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_aoti_eager_with_scalar_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_arange6_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_argmax_argmin2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_argmax_min_int32_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_assert_alignment_op_name_fail_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_avg_pool2d1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_avg_pool2d_backward2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bucketize_int_int32_int32_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bucketize_int_int32_int64_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bucketize_int_uint8_int64_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bucketize_nd_tiling_True_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_buffer_batch_norm_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_buffer_copied_in_graph_with_different_shapes_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_buffer_use_after_remove_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_builtins_round_float_ndigits_zero_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_compar_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_complex_from_real_imag_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_config_option_dont_assume_alignment_cudagraphs_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_constant_pad_2d_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_constant_pad_3d_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_constant_pad_nd_inplace_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_conv3d_channels_last_use_block_ptr_True_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_conv_backward_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_cumsum_zero_dim_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_custom_op_fixed_layout_channels_last_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_custom_scan_op_compiled_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_div3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_div_softmax_symfloat_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_div_zero_dim_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_bfloat16_float16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_bfloat16_float32_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_bfloat16_int16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_float32_int32_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_float64_float64_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_int16_int8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_int32_bfloat16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_int64_float64_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_int64_int32_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_int64_int8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_int8_float16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_uint8_int32_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_embedding_bag_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_erfc_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_exp_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_expand_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_expanded_reduction_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_fft_real_input_real_output_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_fill1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_float32_to_int32_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_float_repr_dynamic_shapes_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_fractional_max_pool2d1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_fractional_max_pool2d2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_fractional_max_pool2d4_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_full_like_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_fuse_large_params_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_gelu_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_getitem_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_graph_partition_constant_tensor1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_graph_partition_constant_tensor2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_graph_partition_refcount_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_index3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_index_propagation_flip_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_index_put_as_masked_fill_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_index_put_deterministic_fallback_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_index_select_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_inductor_layout_optimization_input_mutations_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_inplace_add_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_input_mutation1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_int8_weight_only_quant_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_int_input_dynamic_shapes_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_isin_tensor_scalar_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_kwargs_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_large_tensor_reduction_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_layer_norm_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_like_channels_last_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_like_rands_sliced_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_linear1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_linear_float64_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_low_memory_max_pool_dilation_2_dim_2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_low_memory_max_pool_dilation_2_dim_3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_max_min_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_max_pool2d1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_max_pool2d2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_mixed_mm2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_mixed_mm_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_narrow_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_no_mega_fusion_during_lowering_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_nonzero_unbacked_refinement_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pattern_matcher_unbacked_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_permute2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_chebyshev_polynomial_v_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_erfcx_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_expit_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_log_ndtr_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_shifted_chebyshev_polynomial_v_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_shifted_chebyshev_polynomial_w_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_polar_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pow1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_reinterpret_dtypeview_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_relu_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_remove_noop_slice1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_repeat_interleave_Tensor_decomp_int32_nd_1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_scalar_cpu_tensor_arg_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_scaled_dot_product_attention_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_scatter_add3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_select_scatter_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_shape_padding_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_single_elem_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_slice1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_slice_mutation3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_split_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_split_with_list_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_squeeze1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_tensor_index_slice_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_to_device_constant_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_to_memory_format_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_triton_kernel_bool_param_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_unfold_zero_dimension_tensor_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_unspec_inputs_float64_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_unsqueeze_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_view_as_real_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_view_uint8_through_differing_bitwidths_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_views1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_adaptive_max_pool3d_with_indices_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_cat_unbacked_duplicate_size_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_dynamic_stride_nobreak_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_float_item_inf_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_full_recompiles_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_full_symbolic_value_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_item_to_inputs_kernel_nobreak_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_item_zeros_nobreak_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_math_ops_op1_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_math_ops_op2_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_nonzero_no_realloc_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_slice_index_changing_sign_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_sub_constant_folding_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_unbacked_cat_backwards_save_data_dependent_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_unbacked_save_for_backwards_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_unspecialized_float_dynamic_cpu 2025-09-07T06:38:42.9082200Z 2025-09-07T06:38:44.7005770Z Running inductor/test_torchinductor_dynamic_shapes 4/7 ... [2025-09-07 06:38:44.700422] 2025-09-07T06:38:44.7006100Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:38:44.7007730Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'inductor/test_torchinductor_dynamic_shapes.py', '-m', 'not serial', '--shard-id=4', '--num-shards=7', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:38:44.700676] 2025-09-07T06:40:13.2589750Z 2025-09-07T06:40:13.2590430Z inductor/test_torchinductor_dynamic_shapes 2/7 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_dynamic_shapes_2.7_0585a29c529a002e_.log 2025-09-07T06:40:13.2663840Z Running 232 items in this shard: test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test__dyn_quant_pack_4bit_weight_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_adaptive_avg_pool_with_output_size_0_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_add_const_float_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_add_inplace_permuted_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_aliased_buffer_reuse_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_any_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_aoti_eager_dtype_device_layout_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_aoti_eager_support_out_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_arange2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_argmax_argmin2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_argmax_min_int32_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_avg_pool2d4_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_avg_pool2d5_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_avg_pool2d8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bmm2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bucketize_default_kwargs_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bucketize_int_int16_int64_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bucketize_int_int32_uint8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bucketize_int_int64_int8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bucketize_int_int64_uint8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_builtins_round_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_cat_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_cat_single_empty_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_conv_with_as_strided_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_convolution1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_copy_non_blocking_is_pinned_use_cat_False_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_custom_scan_op_multi_input_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_custom_scan_would_split_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dist_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_div9_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dropout_trivial_1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtype_sympy_expr_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_bfloat16_uint8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_int16_int16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_int16_int32_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_int32_int8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_uint8_int32_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_empty2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_expand_as_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_fallback_mutable_op_with_return_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_flip_cat_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_fractional_max_pool2d2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_fractional_max_pool2d3_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_full_like_sliced_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_full_truncation_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_gather_scatter_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_index_put1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_index_put3_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_index_remainder_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_inductor_multiple_specializations_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_isin_tensor_scalar_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_large_grid_use_block_ptr_False_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_large_offset_pointwise_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_like_rands3_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_like_rands_sliced_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_list_clearing_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_log2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_logcumsumexp_zero_dim_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_low_memory_max_pool_dilation_2_dim_2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_max_pool2d3_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_mixed_mm3_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_mul_softmax_symfloat_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_nonzero_unbacked_refinement_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_norm_constant_overflow_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pad_single_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_gammainc_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_shifted_chebyshev_polynomial_t_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_xlog1py_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_zeta_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_reduction2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_reduction_config_limit_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_remove_noop_clone_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_remove_noop_view_dtype_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_repeat_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_repeat_interleave_Tensor_decomp_int32_nd_1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_repeat_interleave_Tensor_decomp_int32_nd_2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_repeat_interleave_Tensor_decomp_int64_nd_2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_repeat_interleave_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_require_stride_expanded_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_reuse_buffers_with_aliasing_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_scaled_dot_product_attention_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_scatter_add2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_scatter_reduce3_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_sdpa_prefer_nd_tiling_False_use_block_ptr_True_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_sgn_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_sgn_extremal_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_single_elem_indirect_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_slice_mutation2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_slice_scatter5_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_softmax_backward_data_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_sort_stable_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_split_cumprod_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_split_cumsum_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_split_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_stride_preservation_with_stride_modifying_fx_pass_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_tmp_not_defined_issue3_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_uint4x2_mixed_mm_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_unroll_small_reduction_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_unspec_inputs_float32_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_unspec_inputs_int8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_view_as_real_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_view_detach_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_views1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_views5_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_xblock_divides_xnumel_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_zero_element_mutation_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_adaptive_avg_pool1d_argmax_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_adaptive_avg_pool2d2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_add_complex8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_aliased_buffer_reuse_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_allow_reuse_active_if_under_peak_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_aoti_eager_support_str_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_argmax_argmin_with_duplicates_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_argmax_to_float_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_avg_pool2d_backward4_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_avg_pool2d_backward_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_avg_pool3d_backward4_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bernoulli1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bitwise_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bucketize_int_int16_int64_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bucketize_int_int16_int8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bucketize_int_int32_uint8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bucketize_int_int64_int16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bucketize_int_int64_int64_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bucketize_int_int8_int8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_builtins_round_int_ndigits_zero_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_cat_of_loops_and_extern_kernel_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_cat_unbacked_legacy_empty_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_concat_add_inplace_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_consecutive_split_cumprod_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_const_int32_to_float_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_constant_pad_1d_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_conv2d_channels_last_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_conv3d_channels_last_use_block_ptr_False_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_conv3d_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_convolution1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_copy_non_blocking_is_pinned_use_cat_False_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_cumsum_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_div1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_div7_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_div8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_float16_int16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_float16_uint8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_int16_float32_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_int32_float16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_int64_uint8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_int8_float64_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_int8_int16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_int8_int8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_uint8_bfloat16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_uint8_int16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_uint8_int8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_embedding_bag_byte_unpack_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_expand_as_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_fft_real_input_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_fill2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_float16_to_int16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_fmin_fmax_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_fractional_max_pool2d3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_full_boolean_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_full_like_sliced_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_fusing_write_into_disjoint_read_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_gather_scatter_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_generate_rand_fp8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_graph_partition_arange1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_graph_partition_mutation_real_name_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_graph_partition_scalar_inputs_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_grid_sampler_2d_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_index2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_index_propagation_floordiv_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_issue102546_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_large_broadcast_reduction_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_linear_mixed_dtype_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_logaddexp_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_masked_scatter_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_max_pool2d3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_max_pool2d_with_indices_backward_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_mean_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_misaligned_address_issue1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_mix_device_index_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_mm_mixed_dtype_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_multi_gpu_device_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_nan_sort_stable_True_descending_False_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_new_empty_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pad_single_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pattern_matcher_multi_user_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pixel_shuffle_channels_last_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_hermite_polynomial_he_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_i0_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_laguerre_polynomial_l_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_modified_bessel_k1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_multigammaln_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_ndtr_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_shifted_chebyshev_polynomial_u_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_sinc_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pow3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pow_by_natural_log2_dynamic_shapes_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_randint_kernel_count_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_reduction2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_reduction3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_remove_noop_copy_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_repeat_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_repeat_interleave_Tensor_decomp_int64_nd_2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_reuse_buffers_with_aliasing_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_scalar_output_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_sdpa_prefer_nd_tiling_True_use_block_ptr_False_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_size_asserts_for_multi_output_fallback_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_slice4_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_slice_scatter_dtype_consistency_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_sort_bool_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_sort_stable_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_split_cumsum_low_prec_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_sqrt_dynamic_shapes_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_sum2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_sum3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_sum5_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_tensor3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_to_device_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_transposed_propagates_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_unroll_small_reduction_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_var_mean_tile_reduction_False_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_vectorized_ops_masked_var_novec_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_view_on_aliased_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_views5_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_zeros_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_arange_dynamic_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_arithmetic_constant_folding_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_constant_fold_uniform_value_dynamic_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_floor_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_math_ops_op7_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_meta_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_unbacked_cat_backwards_cpu 2025-09-07T06:40:13.2729640Z 2025-09-07T06:40:15.0850850Z Running inductor/test_torchinductor_dynamic_shapes 5/7 ... [2025-09-07 06:40:15.084906] 2025-09-07T06:40:15.0851170Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:40:15.0852690Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'inductor/test_torchinductor_dynamic_shapes.py', '-m', 'not serial', '--shard-id=5', '--num-shards=7', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:40:15.085174] 2025-09-07T06:42:47.6210940Z 2025-09-07T06:42:47.6211600Z inductor/test_torchinductor_dynamic_shapes 3/7 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_dynamic_shapes_3.7_adaba510c623fd67_.log 2025-09-07T06:42:47.6292330Z Running 270 items in this shard: test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_AllenaiLongformerBase_repro_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_abs_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_adaptive_avg_pool1d_argmax_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_adaptive_avg_pool2d1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_adaptive_avg_pool_errors_with_long_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_adaptive_pool_errors_with_long_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_add_complex10_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_add_complex4_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_alexnet_prefix_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_aoti_eager_with_persistent_cache_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_argmax_argmin1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_argmax_argmin3_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_argmax_argmin_with_nan_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_assert_alignment_op_name_pass_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_avg_pool2d_backward4_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_avg_pool3d_backward3_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bucketize_int_int32_int8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bucketize_int_int8_int8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bucketize_nd_tiling_True_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_buffer_batch_norm_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_builtins_round_int_ndigits_pos_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_builtins_round_int_ndigits_zero_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_cat_of_loops_and_extern_kernel_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_cat_unbacked_2d_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_cat_unbacked_legacy_empty_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_clamp_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_consecutive_split_cumsum_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_const_int32_to_float_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_constant_pad_nd_inplace_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_conv2d_backward_channels_last_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_convolution5_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_cos_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_cummin_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_cumsum_inf_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_custom_op_unbacked_symints_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_div5_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_bfloat16_int32_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_float32_bfloat16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_float32_float32_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_float64_int16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_int16_float16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_int16_float32_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_int16_int8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_int32_float64_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_int32_int64_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_int64_int8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_int8_bfloat16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_int8_float16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_int8_float64_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_int8_int32_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_int8_int64_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_int8_int8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_int8_uint8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_erfc_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_erfinv_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_expanded_reduction_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_expm1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_fallback_mutable_op_list_tensor_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_fill1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_flip_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_fuse_large_params_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_fusing_write_into_disjoint_read_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_gather3_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_index_propagation_abs_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_index_propagation_floordiv_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_index_put_reinplace_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_int8_weight_only_quant_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_issue102546_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_lerp_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_linear2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_linspace4_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_logsumexp_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_low_memory_max_pool_dilation_2_dim_3_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_max_pool2d_with_indices_backward2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_max_pool2d_with_indices_backward5_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_multi_gpu_recompile_on_index_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_multilayer_prime_size_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_neg_max_uint8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_no_specization_over_symbolic_value_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_permute2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_philox_rand_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_bessel_y0_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_chebyshev_polynomial_w_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_digamma_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_erfc_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_erfcx_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_modified_bessel_k0_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_multigammaln_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_scaled_modified_bessel_k0_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pow1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pow_int_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_relu_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_repeat_as_strided_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_repeat_interleave_Tensor_decomp_int64_nd_1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_resize_as_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_resize_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_roi_align_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_round_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_scatter1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_scatter3_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_scatter_add1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_shape_prop_torch_ones_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_should_pad_bench_for_bmm_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_signbit_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_slice3_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_slice4_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_softmax_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_sort_bool_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_split_with_unbacked_symints_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_sqrt_dynamic_shapes_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_squeeze2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_sum2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_sum4_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_sum5_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_tensor_index_slice_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_tmp_not_defined_issue2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_uint_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_unbacked_floordiv_simplify_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_upsample_cat_conv_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_vertical_fusion1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_zero_dim_reductions_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_zeros_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test__dyn_quant_matmul_4bit_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_abs_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_adaptive_max_pool2d1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_adding_tensor_offsets_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_addmm_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_addmv_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_any_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_aoti_eager_override_registration_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_aoti_eager_with_persistent_cache_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_arange3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_as_strided_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_assert_size_stride_op_name_fail_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_avg_pool2d3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_avg_pool3d_backward_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_avg_pool_errors_with_uint_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_baddbmm_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_batch_norm_2d_2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bitwise3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bmm1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bucketize_computed_offsets_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bucketize_int_int32_int16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bucketize_int_int8_int64_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bucketize_int_int8_uint8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bucketize_int_uint8_int32_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bucketize_nd_tiling_False_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_builtins_round_int_ndigits_pos_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_cat_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_cat_unbacked_2d_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_cat_unbacked_empty_1d_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_clone_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_constant_pad_float64_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_conv_inference_heuristics_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_convolution2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_cudnn_rnn_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_cummin_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_cumsum_pattern_matcher_issue_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_custom_op_default_layout_constraint_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_custom_op_unbacked_symints_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_custom_scan_op_multi_input_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_custom_scan_would_split_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_data_type_propogation_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_deterministic_codegen_with_suffix_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dist_bf16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_div2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_div_by_zero_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_div_presicion_accuracy_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dropout2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dropout_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtype_mismatch_issue_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_bfloat16_bfloat16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_bfloat16_uint8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_float16_float16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_float16_float64_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_float16_int32_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_float64_int16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_int16_float16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_int16_int16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_int32_int16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_int32_int8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_int64_float16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_int8_bfloat16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_elu_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_embedding_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_empty2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_flip_cat_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_fractional_max_pool2d5_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_gather1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_glu_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_graph_partition_arange2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_graph_partition_both_scalars_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_graph_partition_pad_dynamic_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_hardtanh_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_index_put2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_inplace_mixed_dtype_ops_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_inplace_resize_as_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_input_mutation3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_large_grid_use_block_ptr_False_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_large_strided_reduction_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_leaky_relu_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_linear_dynamic_maxautotune_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_list_clearing_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_long_tensor_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_mixed_mm3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_mm_views_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_mutable_custom_op_fixed_layout2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_mutations_loop_fusion_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_nan_sort_stable_False_descending_False_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_nan_sort_stable_False_descending_True_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_nan_sort_stable_True_descending_True_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_nan_to_num_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_permute1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_philox_rand_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_bessel_y1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_erf_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_erfc_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_erfinv_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_gammaincc_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_logit_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_round_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_spherical_bessel_j0_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_profiler_mark_wrapper_call_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_rand_like_deterministic_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_randint_distribution_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_reduction5_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_reduction_config_limit_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_remove_no_ops_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_remove_noop_view_default_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_repeat_as_strided_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_repeat_interleave_2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_repeat_interleave_Tensor_decomp_int64_nd_1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_require_stride_expanded_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_roi_align_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_scalar_input_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_scatter_add1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_scatter_bf16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_scatter_reduce1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_sdpa_prefer_nd_tiling_False_use_block_ptr_True_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_sdpa_unaligned_mask_freezing_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_searchsorted_broadcast_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_sgn_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_sign_dtype_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_signbit_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_slice_mutation2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_slice_scatter5_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_slice_scatter_reinplace_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_softmax_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_split_cumprod_low_prec_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_tensor1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_tensor_index_put_slice_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_tmp_not_defined_issue1_use_block_ptr_True_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_tmp_not_defined_issue2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_triu_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_unbacked_floordiv_simplify_errors_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_unbind_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_unspec_inputs_int32_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_var_mean_div_by_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_vdd_clamp_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_views4_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_where_broadcast_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_math_ops_op3_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_math_ops_op4_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_math_ops_op5_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_pad_dynamic_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_return_unbacked_view_split_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_unbacked_index_select_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_unbacked_reduction_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_unspecialized_float_fallback_symint_specialization_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_unwrap_storage_didnt_work_repro_cpu 2025-09-07T06:42:47.6366720Z 2025-09-07T06:42:47.9516380Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-09-07T06:42:47.9516680Z Uploading artifacts took 0.00 seconds 2025-09-07T06:42:49.7367220Z Running inductor/test_torchinductor_dynamic_shapes 6/7 ... [2025-09-07 06:42:49.736546] 2025-09-07T06:42:49.7367540Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:42:49.7376180Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'inductor/test_torchinductor_dynamic_shapes.py', '-m', 'not serial', '--shard-id=6', '--num-shards=7', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:42:49.737497] 2025-09-07T06:43:08.0558920Z 2025-09-07T06:43:08.0559690Z inductor/test_torchinductor_dynamic_shapes 4/7 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_dynamic_shapes_4.7_0f526c78261ff9da_.log 2025-09-07T06:43:08.0628880Z Running 241 items in this shard: test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test__unsafe_masked_index_put_accumulate_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_add_complex9_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_adding_tensor_offsets_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_angle_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_aoti_eager_with_scalar_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_arange1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_arange3_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_arange6_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_as_strided_scatter_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_assert_alignment_op_name_fail_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_avg_pool2d_backward2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_avg_pool3d_backward4_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_avg_pool3d_backward_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_batch_norm_2d_2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bernoulli2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bucketize_int_int16_int8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bucketize_int_int32_int32_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bucketize_int_int64_int16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bucketize_int_uint8_int32_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bucketize_int_uint8_uint8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_cat_empty_index_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_cat_inplace_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_chunk_recompiles_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_clamp_type_promotion_non_tensor_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_compar_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_complex_from_real_imag_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_computed_buffer_inlining_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_concat_add_inplace_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_constant_pad_1d_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_constant_pad_2d_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_conv_functional_bn_fuse_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_conv_inference_heuristics_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_convolution3_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_copy_non_blocking_is_pinned_use_cat_True_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_cumsum_pattern_matcher_issue_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_custom_op_2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_deterministic_codegen_with_suffix_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dist_bf16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_div2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_div6_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_div7_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_div_by_zero_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_div_precision_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_div_softmax_symfloat_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dropout3_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dropout_trivial_0_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_float16_bfloat16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_float16_float32_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_float32_int32_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_float32_uint8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_int16_uint8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_int32_uint8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_int64_float16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_int8_float32_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_uint8_float16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_uint8_uint8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_embedding_sparse_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_exact_stride_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_fallback_mutable_op_basic_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_float16_to_int16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_float32_to_int32_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_float_index_expression_type_promotion_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_floordiv_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_forced_buffer_realize_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_full_boolean_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_full_like_transposed_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_generated_code_has_alignment_assert_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_getitem_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_glu_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_graph_partition_constant_tensor2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_graph_partition_mutation_real_name_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_graph_partition_no_inputs_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_graph_partition_pad_dynamic_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_horizonal_fusion1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_index1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_index_propagation_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_index_put_as_masked_fill_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_index_put_deterministic_fallback_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_index_put_fallback2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_inductor_layout_optimization_input_mutations_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_input_mutation4_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_kwargs_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_l1_loss_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_large_broadcast_reduction_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_large_strided_reduction_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_like_channels_last_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_max_pool2d5_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_max_pool2d7_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_max_pool2d_with_indices_backward3_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_max_pool2d_with_indices_backward4_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_mixed_mm2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_move_arange_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_multi_device_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_mutable_custom_op_fixed_layout2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_nan_sort_stable_True_descending_True_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_nll_loss_backward_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_no_op_reduction_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pad_cast_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pad_view_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_airy_ai_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_bessel_j0_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_bessel_j1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_erfinv_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_laguerre_polynomial_l_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_shifted_chebyshev_polynomial_v_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_reduction4_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_remainder_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_remove_no_ops_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_rsqrt_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_scalar_cpu_tensor_arg_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_sdpa_prefer_nd_tiling_True_use_block_ptr_False_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_sdpa_unaligned_mask_freezing_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_searchsorted_broadcast_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_searchsorted_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_simplify_loops_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_sin_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_single_elem_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_size_asserts_for_multi_output_fallback_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_slice_scatter_reinplace_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_softmax_one_kernel_persist_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_split_reduction_dynamic_shape_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_split_with_integer_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_split_with_list_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_stack_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_std_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_strided_inputs_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_topk_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_unspec_inputs_float16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_upsample_bicubic2d_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_upsample_nearest2d_backward_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_vdd_clamp_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_view_uint8_through_differing_bitwidths_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_views2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_views3_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_views7_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_AllenaiLongformerBase_repro_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_add_complex9_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_allow_reuse_disable_if_exceed_peak_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_arange4_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_argmax_argmin3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_assert_size_stride_op_name_pass_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_avg_pool2d_backward3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_batch_norm_2d_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bool_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bucketize_broadcast_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bucketize_int_int16_int32_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bucketize_int_uint8_int16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_buffer_copied_in_graph_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_cat_extern_kernel_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_cauchy_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_clamp_type_promotion_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_config_option_dont_assume_alignment_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_convolution3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_convolution5_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_custom_scan_op_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dist_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_div4_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_float32_float16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_float32_int64_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_float32_uint8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_float64_uint8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_int16_bfloat16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_int16_uint8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_int32_int64_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_int64_int64_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_uint8_float16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_embedding_sparse_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_fallback_mutable_op_with_return_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_float_index_expression_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_full_like_transposed_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_gather2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_gather3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_generated_code_has_size_stride_assert_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_horizonal_fusion1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_index1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_index_propagation_device_assert_masked_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_index_propagation_nested_indirect_indexing_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_index_put3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_index_tensor_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_indirect_load_broadcast_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_inductor_assert_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_inf_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_inplace_activations_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_input_mutation2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_kernel_names_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_large_pointwise_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_lgamma_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_linear2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_linspace2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_linspace4_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_matmul_layer_norm_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_max_pool2d_with_indices_backward6_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_min_max_reduction_nan_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_multi_gpu_recompile_on_index_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_multilayer_var_lowp_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_neg_index_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_new_ones_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_nll_loss_backward_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_no_op_reduction_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_bessel_y0_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_entr_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_gammaln_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_modified_bessel_i1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_polygamma_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_shifted_chebyshev_polynomial_t_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_reduction1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_reflection_pad2d_backward_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_round_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_scatter_reduce2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_setitem_with_int_parameter_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_sizehint_issue1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_softmax_one_kernel_loop_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_sort_transpose_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_split_cumprod_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_split_failed_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_squeeze2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_squeeze_varargs_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_stack_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_sum_int_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_tensor2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_torch_device_split_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_transpose_add_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_unspec_inputs_float32_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_unspec_inputs_int8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_unsqueeze_inplace_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_upsample_bilinear2d_b_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_upsample_nearest2d_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_var_correction_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_vectorized_ops_masked_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_vertical_fusion1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_view_as_complex_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_views6_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_weight_norm_bwd_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_float_is_integer_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_interpolate_ceil_eq_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_item_bool_nobreak_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_item_materialize_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_sort_dynamic_shape_with_check_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_symint_sum_list_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_unspecialized_float_fallback_specialization_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_unspecialized_float_softshrink_cpu 2025-09-07T06:43:08.0695550Z 2025-09-07T06:43:09.8812070Z Running inductor/test_torchinductor_dynamic_shapes 7/7 ... [2025-09-07 06:43:09.881024] 2025-09-07T06:43:09.8812390Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:43:09.8813870Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'inductor/test_torchinductor_dynamic_shapes.py', '-m', 'not serial', '--shard-id=7', '--num-shards=7', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:43:09.881291] 2025-09-07T06:46:38.1000390Z 2025-09-07T06:46:38.1001030Z inductor/test_torchinductor_dynamic_shapes 5/7 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_dynamic_shapes_5.7_05b885c3d3750fc0_.log 2025-09-07T06:46:38.1079010Z Running 257 items in this shard: test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test__dyn_quant_matmul_4bit_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_add_complex3_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_aoti_eager_cache_hit_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_aoti_eager_override_registration_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_arange5_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_as_strided_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_avg_pool2d2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_avg_pool2d3_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_avg_pool2d_backward3_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_avg_pool2d_backward_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bool_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bucketize_int_uint8_int64_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bucketize_nd_tiling_False_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_builtins_round_float_ndigits_pos_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_cat_upcasting_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_clamp_type_promotion_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_complex_fallback_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_complex_memory_overlap_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_config_option_dont_assume_alignment_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_config_option_dont_assume_alignment_recompiles_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_consecutive_split_cumprod_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_constant_pad_float64_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_conv3d_channels_last_use_block_ptr_True_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_conv_bn_fuse_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_convolution2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_diagonal_copy_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_div1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_div3_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_div_presicion_accuracy_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dont_constant_fold_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_bfloat16_bfloat16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_bfloat16_int64_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_float16_float16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_float16_int8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_float32_int64_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_float64_bfloat16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_float64_int32_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_int32_float16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_int32_float32_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_int32_int32_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_int64_int32_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_uint8_float64_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_embedding_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_fallback_mutable_op_list_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_fill2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_float_index_expression_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_fmin_fmax_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_fmod_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_functionalize_rng_wrappers_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_gather1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_gelu_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_generated_code_has_size_stride_assert_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_graph_partition_arange2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_hardswish_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_horizonal_fusion2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_index_dynamic_shapes_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_index_put2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_index_put4_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_index_put_failed_reinplace_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_input_mutation1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_int_input_dynamic_shapes_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_large_grid_use_block_ptr_True_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_large_pointwise_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_leaky_relu_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_lgamma_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_like_rands2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_linear_dynamic_maxautotune_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_linear_float64_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_linspace2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_log_softmax_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_logcumsumexp_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_masked_fill_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_max_min_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_max_pool2d6_dilation_1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_max_pool2d6_dilation_2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_min_max_reduction_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_mix_device_index_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_mm_views_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_multi_gpu_device_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_mutable_custom_op_fixed_layout_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_nan_to_num_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_neg_index_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pattern_matcher_unbacked_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_erf_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_hermite_polynomial_he_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_i0_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_logit_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_ndtr_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_shifted_chebyshev_polynomial_w_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_spherical_bessel_j0_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_xlogy_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_polar_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pow2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pow3_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_reduction3_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_reflection_pad2d_backward_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_reflection_pad2d_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_scatter_bf16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_sdpa_prefer_nd_tiling_True_use_block_ptr_True_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_select_scatter_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_setitem_with_int_parameter_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_shape_padding_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_slice2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_special_polygamma_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_split_cumsum_low_prec_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_split_reduction_with_int64_size_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_split_with_sizes_with_unbacked_symints_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_squeeze1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_sum1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_tensor_index_put_slice_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_tmp_not_defined_issue1_use_block_ptr_True_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_to_device_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_transpose_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_unfold_zero_dimension_tensor_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_unspec_inputs_int32_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_unspec_inputs_uint8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_unsqueeze_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_upsample_bilinear2d_a_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_var_correction_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_var_mean_tile_reduction_False_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_var_mean_tile_reduction_True_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_vectorized_ops_masked_var_novec_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_view_on_aliased_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test__unsafe_masked_index_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_adaptive_avg_pool2d1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_add_complex3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_add_complex4_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_add_complex6_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_add_complex_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_add_inplace_permuted_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_angle_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_arange1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_argmax_argmin1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_as_strided_scatter_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_avg_pool2d4_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_avg_pool2d6_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_avg_pool3d_backward2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bfloat16_to_int16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bmm2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_both_scalars_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bucketize_int_int16_int16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_builtins_round_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_builtins_round_float_ndigits_neg_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_builtins_round_float_ndigits_pos_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_cat_inplace_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_conv_bn_fuse_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_conv_with_as_strided_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_convolution4_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_copy_non_blocking_is_pinned_use_cat_True_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_cumprod_zero_dim_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_custom_op_3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_custom_op_fixed_layout_sequential_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dense_mask_index_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_deterministic_codegen_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_diagonal_copy_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_div6_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dropout_deterministic_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dropout_trivial_0_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dropout_trivial_1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtype_sympy_expr_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_bfloat16_float64_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_float16_bfloat16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_float32_float32_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_float32_int8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_float64_float32_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_float64_int8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_int32_float64_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_int32_int32_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_int32_uint8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_int8_int32_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_exact_stride_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_expm1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_fallback_mutable_op_no_mutated_tensors_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_fmod_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_graph_partition_argmax_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_graph_partition_unbacked_symint_as_output_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_hardsigmoid_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_index_propagation_abs_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_index_put1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_index_put4_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_index_put_fallback1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_index_put_reinplace_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_inner_fn_str_and_stride_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_input_mutation5_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_invalid_operand_issue1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_isinf2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_lerp_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_linspace3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_log2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_log_softmax_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_logcumsumexp_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_logcumsumexp_zero_dim_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_low_memory_max_pool_dilation_1_dim_3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_masked_fill_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_masked_fill_promotion_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_max_pool2d5_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_max_pool2d_with_indices_backward3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_min_max_reduction_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_multilayer_any_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_no_specization_over_symbolic_value_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_one_hot_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_output_strides_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pad_cast_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pad_view_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_bessel_j0_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_chebyshev_polynomial_t_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_chebyshev_polynomial_u_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_i1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_modified_bessel_k0_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_psi_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_scaled_modified_bessel_k0_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_scaled_modified_bessel_k1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_xlogy_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_prod_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_randint_int64_mod_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_randn_generator_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_randn_like_empty_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_randn_with_dtype_and_device_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_remove_noop_slice_scatter_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_remove_noop_view_dtype_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_repeat_interleave_Tensor_decomp_int32_nd_2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_repeat_interleave_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_replication_pad_errors_with_bool_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_resize_as_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_scatter2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_scatter3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_scatter6_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_scatter_reduce3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_sgn_extremal_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_sigmoid_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_silu_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_slice_mutation1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_slice_scatter3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_sort_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_split_with_integer_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_split_with_sizes_with_unbacked_symints_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_strided_inputs_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_sum1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_sum_keepdims_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_topk_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_transpose_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_uint_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_unbacked_floordiv_simplify_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_unsigned_constant_tensors_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_unspec_inputs_float16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_upsample_nearest2d_backward_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_views2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_views7_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_where_with_logical_op_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_xblock_divides_xnumel_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_zero_dim_reductions_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_bool_mask_nobreak_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_mark_unbacked_slice_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_math_ops_op0_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_math_ops_op10_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_math_ops_op8_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_unbacked_matmul_cpu 2025-09-07T06:46:38.1150000Z 2025-09-07T06:46:40.1201380Z Running test_mps 1/4 ... [2025-09-07 06:46:40.119972] 2025-09-07T06:46:40.1201640Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:46:40.1202910Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'test_mps.py', '-m', 'not serial', '--shard-id=1', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:46:40.120216] 2025-09-07T06:47:04.6127010Z 2025-09-07T06:47:04.6127750Z inductor/test_torchinductor_dynamic_shapes 6/7 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_dynamic_shapes_6.7_e971adf321649af7_.log 2025-09-07T06:47:04.6201820Z Running 250 items in this shard: test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test__unsafe_masked_index_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_add_complex5_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_add_complex6_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_argmax_to_float_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_avg_pool2d1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bernoulli1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bitwise3_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bucketize_add_autotune_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bucketize_broadcast_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bucketize_int_int16_int32_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bucketize_int_int16_uint8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bucketize_int_int32_int16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bucketize_int_int64_int64_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bucketize_int_int8_int16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bucketize_int_int8_int32_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_buffer_copied_in_graph_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_builtins_round_float_ndigits_neg_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_cat_extern_kernel_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_cat_unbacked_empty_1d_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_cauchy_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_check_stack_no_cycles_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_conv3d_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_convolution4_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_cudnn_rnn_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_cumprod_zero_dim_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_cumsum_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_cumsum_zero_dim_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_custom_op_1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_custom_op_3_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_custom_op_default_layout_constraint_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_custom_op_fixed_layout_channels_last_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_data_type_propogation_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_div8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_div_prim_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dropout_deterministic_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_bfloat16_float16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_bfloat16_float64_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_bfloat16_int16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_float16_int16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_float16_int32_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_float32_int16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_float64_float16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_float64_float64_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_float64_uint8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_uint8_int8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_elu_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_embedding_bag_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_empty_strided_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_expand_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_fft_real_input_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_fractional_max_pool2d5_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_full_like_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_grid_sampler_2d_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_index_propagation_nested_indirect_indexing_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_index_propagation_remainder_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_index_put_fallback1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_index_select_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_inductor_assert_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_inductor_triton_bucketize_respects_masking_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_inplace_resize_as_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_inplace_where_pointwise_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_isinf_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_layer_norm_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_log_fp64_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_low_memory_max_pool_dilation_1_dim_3_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_max_pool2d_with_indices_backward_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_misaligned_address_issue1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_multilayer_var_lowp_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_mutations_loop_fusion_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_nll_loss_forward_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_no_mega_fusion_during_lowering_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_output_strides_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_bessel_y1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_gammaln_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_modified_bessel_i0_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_modified_bessel_i1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pow_symfloat_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_prod_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_randint_distribution_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_randn_like_empty_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_reinterpret_dtypeview_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_remove_noop_slice_scatter_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_replication_pad_errors_with_bool_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_round_correctness_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_rsqrt_dynamic_shapes_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_scalar_input_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_scalar_output_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_scaled_dot_product_efficient_attention_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_scatter_reduce1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_scatter_reduce2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_sdpa_unaligned_mask_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_sigmoid_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_silu_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_slice_mutation1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_slice_mutation3_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_slice_scatter2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_slice_scatter4_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_slice_scatter_dtype_consistency_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_sort_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_sort_transpose_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_split_cumprod_low_prec_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_split_cumsum_index_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_sum_int_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_sum_keepdims_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_tan_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_tensor1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_to_device_constant_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_to_dtype_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_transposed_propagates_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_unbind_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_unspec_inputs_int64_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_upsample_bilinear2d_b_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_vectorized_ops_masked_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_view_as_complex_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_views6_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_weight_norm_bwd_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_where_with_logical_op_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_adaptive_max_pool2d2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_adaptive_pool_errors_with_long_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_add_complex5_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_add_complex7_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_add_const_float_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_alexnet_prefix_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_aoti_eager_cache_hit_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_arange2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_arange5_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_argmax_argmin_with_nan_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_avg_pool2d5_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_avg_pool2d8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bernoulli2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bitwise2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bucketize_int_int32_int8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bucketize_int_int64_int32_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bucketize_int_int8_int16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_cat_empty_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_cat_empty_index_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_cat_negative_dim_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_check_stack_no_cycles_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_chunk_recompiles_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_clamp_type_promotion_non_tensor_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_complex_fallback_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_computed_buffer_inlining_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_config_option_dont_assume_alignment_recompiles_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_consecutive_split_cumsum_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_conv2d_backward_channels_last_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_conv_shape_check_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_cumsum_no_mask_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_deterministic_codegen_on_graph_break_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_div_precision_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_div_prim_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dont_constant_fold_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dropout3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_bfloat16_int32_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_bfloat16_int64_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_float16_float32_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_float16_int8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_float32_float64_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_float32_int16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_float64_bfloat16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_float64_int64_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_int64_float32_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_int8_int64_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_int8_uint8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_uint8_int64_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_uint8_uint8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_empty1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_empty_strided_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_erfinv_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_fallback_mutable_op_basic_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_fallback_mutable_op_list_tensor_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_flip_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_float_index_expression_type_promotion_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_fmod_zero_dim_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_fuse_tiled_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_generated_code_has_alignment_assert_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_graph_partition_misaligned_input_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_graph_partition_no_inputs_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_horizonal_fusion2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_index_dynamic_shapes_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_index_propagation_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_index_put_failed_reinplace_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_index_put_fallback2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_index_put_index_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_index_remainder_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_inductor_triton_bucketize_respects_masking_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_input_mutation4_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_insignificant_strides_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_isinf_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_l1_loss_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_large_offset_pointwise_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_like_rands_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_log1p_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_low_memory_max_pool_dilation_1_dim_2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_max_pool2d6_dilation_2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_max_pool2d8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_max_pool2d_with_indices_backward2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_max_pool2d_with_indices_backward4_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_move_arange_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_multilayer_sum_low_prec_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_multilayer_var_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_mutable_custom_op_fixed_layout_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_needs_contiguous_strides_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_nll_loss_forward_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_airy_ai_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_bessel_j1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_chebyshev_polynomial_w_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_exp2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_gammainc_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_i0e_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_legendre_polynomial_p_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_modified_bessel_i0_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_xlog1py_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pow2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_prepare_softmax_with_fast_math_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_roll_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_rsqrt_dynamic_shapes_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_scaled_dot_product_efficient_attention_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_scatter1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_scatter4_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_scatter_add2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_scheduler_vertical_fusion1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_sdpa_prefer_nd_tiling_False_use_block_ptr_False_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_sdpa_prefer_nd_tiling_True_use_block_ptr_True_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_should_pad_bench_for_bmm_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_single_elem_indirect_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_slice2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_slice_scatter2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_slice_scatter4_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_softmax_one_kernel_persist_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_split_cumsum_index_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_split_reduction_dynamic_shape_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_split_with_unbacked_symints_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_sum4_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_tan_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_tanh_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_tmp_not_defined_issue3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_to_dtype_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_uint4x2_mixed_mm_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_unspec_inputs_bfloat16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_unspec_inputs_uint8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_var_mean_tile_reduction_True_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_view_detach_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_float_item_return_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_item_return_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_math_ops_op9_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_nonzero_size_factory_nobreak_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_noops_tensor_repropagate_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_slice_scatter_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_sym_stride_lowering_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_unspecialized_float_operations_cpu 2025-09-07T06:47:04.6287410Z 2025-09-07T06:47:08.7831150Z Running test_mps 2/4 ... [2025-09-07 06:47:08.782952] 2025-09-07T06:47:08.7831390Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:47:08.7832980Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'test_mps.py', '-m', 'not serial', '--shard-id=2', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:47:08.783213] 2025-09-07T06:47:53.7129300Z 2025-09-07T06:47:53.7131200Z inductor/test_torchinductor_dynamic_shapes 7/7 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_dynamic_shapes_7.7_b4bac6e803d47470_.log 2025-09-07T06:47:53.7220920Z Running 260 items in this shard: test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_adaptive_avg_pool2d2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_add_complex7_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_add_complex_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_addmm_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_allow_reuse_active_if_under_peak_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_arange4_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_argmax_argmin_with_duplicates_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_avg_pool2d7_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_avg_pool_errors_with_uint_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bitwise2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bitwise_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_both_scalars_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bucketize_int_int16_int16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bucketize_int_int32_int64_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bucketize_int_int64_int32_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_bucketize_int_uint8_int16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_builtins_round_float_ndigits_zero_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_cat_empty_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_clone_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_config_option_dont_assume_alignment_cudagraphs_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_constant_pad_2d_strides_nonpositive_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_constant_pad_3d_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_constant_pad_fill_dtype_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_conv2d_channels_last_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_conv_backward_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_conv_shape_check_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_custom_scan_op_compiled_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dense_mask_index_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_deterministic_codegen_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_deterministic_codegen_on_graph_break_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_device_assert_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dropout2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dropout_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_float16_float64_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_float16_uint8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_float64_float32_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_float64_int64_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_float64_int8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_int16_float64_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_int32_bfloat16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_int64_bfloat16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_int64_float64_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_int64_uint8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_int8_int16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_uint8_float32_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_dtypeview_uint8_int16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_embedding_bag_byte_unpack_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_exp_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_fallback_mutable_op_no_mutated_tensors_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_float_repr_dynamic_shapes_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_fractional_max_pool2d1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_gather2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_generate_rand_fp8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_graph_partition_arange1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_graph_partition_argmax_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_graph_partition_both_scalars_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_graph_partition_constant_tensor1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_graph_partition_misaligned_input_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_graph_partition_refcount_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_graph_partition_unbacked_symint_as_output_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_hardtanh_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_index2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_index_propagation_device_assert_masked_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_index_propagation_flip_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_index_put_index_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_indirect_load_broadcast_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_inf_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_inner_fn_str_and_stride_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_inplace_mixed_dtype_ops_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_input_mutation2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_input_mutation3_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_isinf2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_kernel_names_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_large_tensor_reduction_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_like_rands_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_linear1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_linspace1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_logaddexp_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_low_memory_max_pool_dilation_1_dim_2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_masked_fill_promotion_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_masked_scatter_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_max_pool2d1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_max_pool2d_with_indices_backward6_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_min_max_reduction_nan_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_mixed_mm_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_multi_threading_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_multilayer_var_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_nan_sort_stable_False_descending_True_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_nan_sort_stable_True_descending_False_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_narrow_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_needs_contiguous_strides_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_new_empty_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_new_empty_strided_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_new_ones_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_one_hot_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pixel_shuffle_channels_last_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_chebyshev_polynomial_t_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_chebyshev_polynomial_u_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_entr_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_expit_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_i1e_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_modified_bessel_k1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_ndtri_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_psi_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pointwise_round_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_pow_by_natural_log2_dynamic_shapes_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_prepare_softmax_with_fast_math_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_profiler_mark_wrapper_call_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_randint_kernel_count_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_randn_generator_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_reduction1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_remove_noop_slice1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_remove_noop_slice_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_roll_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_scatter2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_scheduler_vertical_fusion1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_slice1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_slice_scatter3_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_slice_view_with_graph_break_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_split_failed_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_squeeze_varargs_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_sum3_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_sum_dtype_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_tensor2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_to_memory_format_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_transpose_add_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_unspec_inputs_int16_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_unsqueeze_inplace_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_upsample_nearest2d_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_var_mean_div_by_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_views4_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_where_broadcast_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test__dyn_quant_pack_4bit_weight_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_adaptive_avg_pool2d_low_prec_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_adaptive_max_pool2d3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_add_complex10_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_aoti_eager_dtype_device_layout_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_aoti_eager_support_out_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_assert_alignment_op_name_pass_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_avg_pool2d2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_avg_pool2d7_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_avg_pool3d_backward3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bucketize_add_autotune_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bucketize_default_kwargs_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bucketize_int_int16_uint8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bucketize_int_int64_int8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bucketize_int_int64_uint8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bucketize_int_int8_int32_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bucketize_int_uint8_int8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_bucketize_int_uint8_uint8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_cat_single_empty_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_cat_uint8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_cat_upcasting_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_clamp_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_complex_memory_overlap_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_constant_pad_2d_strides_nonpositive_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_constant_pad_fill_dtype_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_conv_functional_bn_fuse_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_cos_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_cumsum_inf_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_custom_op_1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_custom_op_2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_device_assert_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_div5_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_div9_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_bfloat16_int8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_float16_int64_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_float32_bfloat16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_float64_float16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_float64_int32_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_fusion_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_int16_float64_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_int16_int32_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_int16_int64_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_int32_float32_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_int64_bfloat16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_int64_int16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_int8_float32_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_uint8_float32_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_dtypeview_uint8_float64_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_exp2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_fallback_mutable_op_list_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_floordiv_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_forced_buffer_realize_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_full_truncation_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_functionalize_rng_wrappers_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_hardswish_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_index_propagation_remainder_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_inductor_multiple_specializations_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_inplace_where_pointwise_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_large_grid_use_block_ptr_True_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_like_rands2_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_like_rands3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_linspace1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_log_fp64_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_logsumexp_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_mark_dynamic_with_hint_override_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_max_pool2d4_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_max_pool2d6_dilation_1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_max_pool2d7_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_max_pool2d_with_indices_backward5_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_mul_index_expr_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_mul_softmax_symfloat_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_multi_device_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_multi_threading_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_multilayer_prime_size_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_neg_max_uint8_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_new_empty_strided_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_norm_constant_overflow_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_digamma_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_expm1_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_hermite_polynomial_h_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_i1e_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_log1p_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_ndtri_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pointwise_zeta_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pow_int_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_pow_symfloat_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_randint_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_reduction4_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_reflection_pad2d_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_remainder_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_remove_noop_clone_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_remove_noop_slice_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_resize_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_round_correctness_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_rsqrt_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_scatter5_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_sdpa_unaligned_mask_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_searchsorted_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_shape_prop_torch_ones_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_simplify_loops_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_sin_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_slice3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_slice_scatter_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_slice_view_with_graph_break_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_softmax_backward_data_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_special_polygamma_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_split_cumsum_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_split_reduction_with_int64_size_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_std_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_stride_preservation_with_stride_modifying_fx_pass_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_sum_dtype_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_unspec_inputs_int16_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_unspec_inputs_int64_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_upsample_bicubic2d_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_upsample_bilinear2d_a_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_upsample_cat_conv_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_upsample_nearest1d_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_upsample_nearest3d_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_views3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_zero_element_mutation_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_abs_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_float_item_neginf_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_item_nobreak_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_item_unbacked_stride_nobreak_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_math_ops_op6_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_multi_output_unbacked_custom_op_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_shape_as_constant_reciprocal_float_exp_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_sym_sum_unbacked_cpu 2025-09-07T06:47:53.7319260Z 2025-09-07T06:47:58.2363240Z Running test_mps 3/4 ... [2025-09-07 06:47:58.236195] 2025-09-07T06:47:58.2363490Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:47:58.2366110Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'test_mps.py', '-m', 'not serial', '--shard-id=3', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:47:58.236474] 2025-09-07T06:49:02.6243190Z 2025-09-07T06:49:02.6243780Z test_mps 1/4 was successful, full logs can be found in artifacts with path test/test-reports/test_mps_1.4_5c0e6cbd129a7dce_.log 2025-09-07T06:49:02.6691210Z Running 1755 items in this shard: test/test_mps.py::TestAutocastMPS::test_scaled_dot_product_attention_autocast_bfloat16, test/test_mps.py::TestAutocastMPS::test_scaled_dot_product_attention_autocast_float32, test/test_mps.py::MPSReluTest::testNpRelu, test/test_mps.py::MPSLeakyReluTest::testNumbersCPU, test/test_mps.py::TestMPS::test_adaptive_avg_pool2d_simple, test/test_mps.py::TestMPS::test_adaptive_max_pool2d_simple, test/test_mps.py::TestMPS::test_add_scalars, test/test_mps.py::TestMPS::test_addcdiv_transpose, test/test_mps.py::TestMPS::test_addmm, test/test_mps.py::TestMPS::test_arange, test/test_mps.py::TestMPS::test_bce_loss_simple, test/test_mps.py::TestMPS::test_bce_with_logits_broadcasts_weights, test/test_mps.py::TestMPS::test_bincount, test/test_mps.py::TestMPS::test_bincount_reduction, test/test_mps.py::TestMPS::test_cast_mps_to_cpu, test/test_mps.py::TestMPS::test_cdist_large, test/test_mps.py::TestMPS::test_cdist_large_batch, test/test_mps.py::TestMPS::test_clamp_min, test/test_mps.py::TestMPS::test_copy_broadcasting, test/test_mps.py::TestMPS::test_copy_storage_offset, test/test_mps.py::TestMPS::test_cpu_to_strided_mps_copy, test/test_mps.py::TestMPS::test_cumprod_minus_one_axis, test/test_mps.py::TestMPS::test_cumsum_minus_one_axis, test/test_mps.py::TestMPS::test_device_synchronize, test/test_mps.py::TestMPS::test_diag, test/test_mps.py::TestMPS::test_exponential_nonzero_bfloat16, test/test_mps.py::TestMPS::test_exponential_nonzero_float32, test/test_mps.py::TestMPS::test_fftfreq, test/test_mps.py::TestMPS::test_flip, test/test_mps.py::TestMPS::test_fmin, test/test_mps.py::TestMPS::test_gather_scalar, test/test_mps.py::TestMPS::test_ge, test/test_mps.py::TestMPS::test_ge_scalar, test/test_mps.py::TestMPS::test_gelu_simple, test/test_mps.py::TestMPS::test_gt, test/test_mps.py::TestMPS::test_hardswish, test/test_mps.py::TestMPS::test_index_copy_non_contiguous, test/test_mps.py::TestMPS::test_inplace_bitwise_not_uint8, test/test_mps.py::TestMPS::test_int_expand, test/test_mps.py::TestMPS::test_jit_save_load, test/test_mps.py::TestMPS::test_large_bmm_float16, test/test_mps.py::TestMPS::test_layer_norm_backward, test/test_mps.py::TestMPS::test_linalg_vector_norm, test/test_mps.py::TestMPS::test_linear3D_backward, test/test_mps.py::TestMPS::test_linear_large, test/test_mps.py::TestMPS::test_linspace, test/test_mps.py::TestMPS::test_log1p_float16, test/test_mps.py::TestMPS::test_log1p_float32, test/test_mps.py::TestMPS::test_log_softmax, test/test_mps.py::TestMPS::test_logaddexp2, test/test_mps.py::TestMPS::test_logsumexp, test/test_mps.py::TestMPS::test_lt_scalar, test/test_mps.py::TestMPS::test_max_el, test/test_mps.py::TestMPS::test_median_int16, test/test_mps.py::TestMPS::test_mm_large, test/test_mps.py::TestMPS::test_mps_allocator_stats, test/test_mps.py::TestMPS::test_mps_profiler_module, test/test_mps.py::TestMPS::test_mse_loss_strided_output, test/test_mps.py::TestMPS::test_mse_loss_unsupported_types, test/test_mps.py::TestMPS::test_multinomial, test/test_mps.py::TestMPS::test_non_contiguous_sampling_variation, test/test_mps.py::TestMPS::test_random, test/test_mps.py::TestMPS::test_randperm, test/test_mps.py::TestMPS::test_repeat, test/test_mps.py::TestMPS::test_repeat_interleave_simple, test/test_mps.py::TestMPS::test_scalar_from_slice_unary, test/test_mps.py::TestMPS::test_select, test/test_mps.py::TestMPS::test_silu, test/test_mps.py::TestMPS::test_slice_contiguous_view, test/test_mps.py::TestMPS::test_slice_reshape_contg_view, test/test_mps.py::TestMPS::test_slice_reshape_contiguous, test/test_mps.py::TestMPS::test_slice_view_api_bfloat16, test/test_mps.py::TestMPS::test_sum, test/test_mps.py::TestMPS::test_sum_backward, test/test_mps.py::TestMPS::test_take_along_dim_float32, test/test_mps.py::TestMPS::test_trace, test/test_mps.py::TestMPS::test_transpose_3D, test/test_mps.py::TestMPS::test_transpose_inplace, test/test_mps.py::TestMPS::test_tril, test/test_mps.py::TestMPS::test_unary_ops, test/test_mps.py::TestMPS::test_upsample_nearest2d, test/test_mps.py::TestLogical::test_min_max_float32, test/test_mps.py::TestLogical::test_min_max_int8, test/test_mps.py::TestNNMPS::test_conv2d_valid_padding, test/test_mps.py::TestNNMPS::test_conv3d_channels_last_3d, test/test_mps.py::TestNNMPS::test_invalid_conv1d, test/test_mps.py::TestNNMPS::test_module_backcompat, test/test_mps.py::TestPad::test_constant_pad_nd_preserves_memory_format, test/test_mps.py::TestPad::test_constant_pad_nd_with_empty_pad, test/test_mps.py::TestSDPA::test_fast_full_attention_float16_contiguous_False_head_dim_64_with_mask_False, test/test_mps.py::TestSDPA::test_fast_full_attention_float16_contiguous_True_head_dim_80_with_mask_False, test/test_mps.py::TestSDPA::test_fast_full_attention_float32_contiguous_False_head_dim_64_with_mask_True, test/test_mps.py::TestSDPA::test_fast_full_attention_float32_contiguous_True_head_dim_128_with_mask_False, test/test_mps.py::TestSDPA::test_fast_full_attention_float32_contiguous_True_head_dim_128_with_mask_True, test/test_mps.py::TestSDPA::test_fast_full_attention_float32_contiguous_True_head_dim_80_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_2pass_float32_contiguous_False_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_2pass_float32_contiguous_True_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float16_contiguous_True_head_dim_128_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float16_contiguous_True_head_dim_64_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float32_contiguous_False_head_dim_128_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float32_contiguous_True_head_dim_96_with_mask_True, test/test_mps.py::TestSDPA::test_sdpa_enable_gqa_float32_is_causal_True, test/test_mps.py::TestSDPA::test_sdpa_full_mask_float32, test/test_mps.py::TestSDPA::test_sdpa_mask_fp16, test/test_mps.py::TestSDPA::test_sdpa_mask_fp16_L6_S17_NH23_HS121, test/test_mps.py::TestSDPA::test_sdpa_no_mask_5d_float16, test/test_mps.py::TestSDPA::test_sdpa_no_mask_causal_fp16, test/test_mps.py::TestSDPA::test_sdpa_no_mask_causal_fp16_L7_S17, test/test_mps.py::TestSDPA::test_sdpa_no_mask_causal_fp32, test/test_mps.py::TestSDPA::test_sdpa_no_mask_no_causal_fp32_grad, test/test_mps.py::TestSDPAMeta::test_sdpa_mask_fp16_L6_meta, test/test_mps.py::TestSDPAMeta::test_sdpa_no_mask_causal_fp16_L7_S17_NH23_HS121_meta, test/test_mps.py::TestSDPAMeta::test_sdpa_no_mask_causal_fp16_L7_S17_meta, test/test_mps.py::TestSDPAMeta::test_sdpa_no_mask_causal_fp16_meta, test/test_mps.py::TestGatherScatter::test_cast_gather_scatter, test/test_mps.py::TestGatherScatter::test_slicing_replace_column, test/test_mps.py::TestViewOpsMPS::test_as_strided_view, test/test_mps.py::TestViewOpsMPS::test_basic_indexing_ellipses_view, test/test_mps.py::TestViewOpsMPS::test_basic_indexing_slice_view, test/test_mps.py::TestViewOpsMPS::test_big_transpose, test/test_mps.py::TestViewOpsMPS::test_chunk_view, test/test_mps.py::TestViewOpsMPS::test_contiguous_self, test/test_mps.py::TestViewOpsMPS::test_expand, test/test_mps.py::TestViewOpsMPS::test_narrow, test/test_mps.py::TestViewOpsMPS::test_permute_slicing, test/test_mps.py::TestViewOpsMPS::test_python_types, test/test_mps.py::TestViewOpsMPS::test_resize_mps_dtypes, test/test_mps.py::TestViewOpsMPS::test_select_view, test/test_mps.py::TestViewOpsMPS::test_t, test/test_mps.py::TestViewOpsMPS::test_transpose_inplace_view, test/test_mps.py::TestViewOpsMPS::test_transpose_view, test/test_mps.py::TestViewOpsMPS::test_unsqueeze, test/test_mps.py::TestViewOpsMPS::test_unsqueeze_view, test/test_mps.py::TestConvolutionMPS::test_conv1d_contiguous, test/test_mps.py::TestConvolutionMPS::test_conv2d_all_strides_paddings, test/test_mps.py::TestConvolutionMPS::test_conv2d_single_stride, test/test_mps.py::TestConvolutionMPS::test_conv_transpose_1d_nn_functional, test/test_mps.py::TestConvolutionMPS::test_grid_sample, test/test_mps.py::TestAdvancedIndexing::test_advancedindex_big, test/test_mps.py::TestAdvancedIndexing::test_boolean_array_indexing, test/test_mps.py::TestAdvancedIndexing::test_cpu_indices, test/test_mps.py::TestAdvancedIndexing::test_empty_index, test/test_mps.py::TestAdvancedIndexing::test_empty_ndim_index, test/test_mps.py::TestAdvancedIndexing::test_empty_ndim_index_bool, test/test_mps.py::TestAdvancedIndexing::test_index_put_accumulate_duplicate_indices, test/test_mps.py::TestAdvancedIndexing::test_index_put_accumulate_non_contiguous, test/test_mps.py::TestAdvancedIndexing::test_index_scalar_with_bool_mask, test/test_mps.py::TestAdvancedIndexing::test_indexing_get, test/test_mps.py::TestAdvancedIndexing::test_indexing_select_corners, test/test_mps.py::TestAdvancedIndexing::test_int_indices_broadcast, test/test_mps.py::TestAdvancedIndexing::test_multiple_int, test/test_mps.py::TestAdvancedIndexing::test_setitem_expansion_error, test/test_mps.py::TestAdvancedIndexing::test_sliced_view_cast, test/test_mps.py::TestAdvancedIndexing::test_slicing_using_advanced_index_for_column, test/test_mps.py::TestAdvancedIndexing::test_step, test/test_mps.py::TestAdvancedIndexing::test_variable_slicing, test/test_mps.py::TestAdvancedIndexing::test_zero_dim_index, test/test_mps.py::TestFallbackWarning::test_no_warning_on_import, test/test_mps.py::TestNoRegression::test_double_error, test/test_mps.py::TestMetalLibrary::test_metal_capture, test/test_mps.py::TestMetalLibrary::test_metal_include, test/test_mps.py::TestMetalLibrary::test_reduction_utils_float16, test/test_mps.py::TestConsistencyMPS::test_grid_sampler_3d_half_precision_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_T_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match___radd___mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match___rdiv___mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match___rmatmul___mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match___rmod___mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match___rmod___mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match___rmul___mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match___rmul___mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match___rpow___mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match__batch_norm_with_update_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match__chunk_cat_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match__chunk_cat_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match__native_batch_norm_legit_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match__segment_reduce_offsets_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match__segment_reduce_offsets_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match__softmax_backward_data_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match__upsample_bicubic2d_aa_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match__upsample_bilinear2d_aa_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_add_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_add_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_addbmm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_addcdiv_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_addcmul_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_addcmul_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_addmm_decomposed_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_alias_copy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_allclose_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_amin_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_any_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_argsort_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_as_strided_copy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_as_strided_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_as_strided_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_as_strided_partial_views_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_asinh_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_atan2_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_atan_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_atleast_3d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_bfloat16_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_block_diag_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_cat_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_cauchy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_cdouble_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_cdouble_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_ceil_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_cfloat_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_char_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_cholesky_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_cholesky_solve_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_clamp_max_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_clamp_min_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_clone_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_complex_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_complex_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_conj_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_constant_pad_nd_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_copysign_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_corrcoef_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_corrcoef_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_count_nonzero_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_cov_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_cumprod_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_cumsum_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_diag_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_diagflat_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_diagflat_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_diagonal_scatter_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_diff_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_digamma_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_dist_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_dist_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_div_floor_rounding_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_div_floor_rounding_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_div_no_rounding_mode_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_double_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_dstack_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_einsum_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_empty_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_empty_permuted_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_empty_permuted_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_erfinv_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_exp2_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_expand_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_expm1_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_eye_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_fft_fft_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_fft_fftn_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_fft_fftshift_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_fft_hfftn_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_fft_ifft2_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_fft_ifft_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_fft_ifftshift_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_fft_ifftshift_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_fft_ihfft_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_fft_rfftn_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_fill_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_flatten_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_fliplr_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_float_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_floor_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_fmin_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_full_like_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_ge_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_geometric_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_gradient_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_gradient_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_grid_sampler_2d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_hash_tensor_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_heaviside_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_histc_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_histc_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_hstack_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_i0_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_igammac_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_index_put_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_index_reduce_amin_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_index_reduce_mean_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_index_select_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_isclose_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_isclose_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_isfinite_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_isin_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_isinf_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_isneginf_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_jiterator_2inputs_2outputs_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_jiterator_binary_return_by_ref_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_jiterator_binary_return_by_ref_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_ldexp_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_lerp_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_eigh_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_eigvalsh_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_householder_product_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_ldl_factor_ex_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_ldl_solve_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_lstsq_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_lu_factor_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_lu_solve_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_matrix_norm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_matrix_rank_hermitian_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_norm_subgradients_at_zero_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_pinv_hermitian_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_qr_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_solve_triangular_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_svdvals_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_vecdot_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_vecdot_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_vector_norm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_log2_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_log2_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_log_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_log_softmax_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_log_softmax_with_dtype_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_logaddexp_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_logcumsumexp_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_logical_and_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_logical_and_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_logit_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_logspace_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_logsumexp_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_long_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_lt_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_lu_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_mH_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_mT_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_amax_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_amin_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_argmax_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_cumsum_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_log_softmax_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_mean_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_median_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_norm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_softmax_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_softmin_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_sum_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_max_pool2d_with_indices_backward_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_mean_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_min_binary_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_movedim_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_multinomial_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_mv_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_mvlgamma_mvlgamma_p_3_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nan_to_num_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nanmean_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nanquantile_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nansum_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_narrow_copy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_narrow_copy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_new_ones_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_new_zeros_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_adaptive_avg_pool1d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_adaptive_avg_pool2d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_adaptive_max_pool1d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_adaptive_max_pool2d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_avg_pool2d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_binary_cross_entropy_with_logits_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_channel_shuffle_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_conv1d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_conv1d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_conv2d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_conv_transpose1d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_conv_transpose1d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_conv_transpose3d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_cross_entropy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_ctc_loss_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_dropout3d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_dropout_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_dropout_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_embedding_bag_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_feature_alpha_dropout_with_train_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_fractional_max_pool3d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_glu_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_grid_sample_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_hardshrink_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_hardswish_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_huber_loss_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_interpolate_bicubic_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_interpolate_bilinear_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_l1_loss_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_layer_norm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_linear_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_local_response_norm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_local_response_norm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_margin_ranking_loss_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_max_unpool1d_grad_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_max_unpool1d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_max_unpool1d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_max_unpool3d_grad_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_multi_head_attention_forward_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_multi_margin_loss_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_pad_replicate_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_pixel_unshuffle_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_prelu_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_relu_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_rms_norm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_rrelu_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_selu_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_silu_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_soft_margin_loss_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_softplus_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_softsign_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_triplet_margin_with_distance_loss_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_unfold_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nonzero_static_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_norm_fro_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_norm_fro_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_normal_in_place_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_normal_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_ones_like_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_outer_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_pca_lowrank_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_permute_copy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_permute_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_polar_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_polygamma_polygamma_n_0_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_polygamma_polygamma_n_1_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_positive_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_positive_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_put_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_randint_like_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_randint_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_randint_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_ravel_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_repeat_interleave_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_reshape_as_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_resize__mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_resize_as__mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_resolve_conj_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_round_decimals_3_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_round_decimals_neg_3_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_rsqrt_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_scatter_add_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_scatter_reduce_amax_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_scatter_reduce_amin_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_scatter_reduce_mean_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_scatter_reduce_sum_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_short_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_signal_windows_exponential_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_signal_windows_hamming_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_signal_windows_kaiser_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_signbit_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_sin_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_sinc_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_slice_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_sort_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_sparse_mm_reduce_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_bessel_y1_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_entr_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_i0e_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_log_ndtr_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_modified_bessel_i0_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_modified_bessel_i1_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_spherical_bessel_j0_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_xlog1py_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_split_list_args_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_split_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_split_with_sizes_copy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_sqrt_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_squeeze_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_std_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_std_unbiased_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_sum_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_t_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_t_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_tanh_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_transpose_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_transpose_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_tril_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_triu_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_trunc_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_unflatten_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_uniform_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_uniform_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_unsafe_chunk_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_unsafe_split_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_var_unbiased_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_view_as_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_vstack_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_zeros_like_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_zeros_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_H_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_H_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_H_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_T_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_T_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match___getitem___mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match___getitem___mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match___getitem___mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match___getitem___mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match___radd___mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match___radd___mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match___rand___mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match___rand___mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match___rdiv___mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match___rdiv___mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match___rdiv___mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match___rmatmul___mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match___rmatmul___mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match___rmatmul___mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match___rmatmul___mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match___rmul___mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match___ror___mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match___ror___mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match___rpow___mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match___rpow___mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match___rpow___mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match___rsub___mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match___rsub___mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match___rxor___mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match___rxor___mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match___rxor___mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match__chunk_cat_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match__chunk_cat_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match__native_batch_norm_legit_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match__segment_reduce_lengths_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match__segment_reduce_offsets_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match__segment_reduce_offsets_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match__softmax_backward_data_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match__unsafe_masked_index_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match__unsafe_masked_index_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match__unsafe_masked_index_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match__unsafe_masked_index_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match__unsafe_masked_index_put_accumulate_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match__unsafe_masked_index_put_accumulate_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match__unsafe_masked_index_put_accumulate_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_abs_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_acos_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_acos_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_acos_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_acosh_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_acosh_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_add_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_add_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_addcdiv_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_addcmul_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_addmm_decomposed_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_addmm_decomposed_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_addmm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_addmm_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_addmm_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_addmv_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_addmv_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_addr_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_addr_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_alias_copy_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_alias_copy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_all_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_allclose_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_amax_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_amin_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_amin_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_amin_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_aminmax_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_aminmax_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_angle_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_angle_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_any_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_any_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_any_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_arange_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_arange_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_argmax_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_argmin_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_argmin_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_argsort_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_argwhere_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_argwhere_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_argwhere_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_copy_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_copy_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_copy_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_partial_views_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_partial_views_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_partial_views_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_scatter_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_asin_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_asin_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_asinh_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_asinh_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_asinh_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_atan2_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_atan2_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_atan2_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_atan_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_atanh_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_atanh_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_atanh_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_atleast_1d_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_atleast_1d_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_atleast_1d_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_atleast_1d_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_atleast_2d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_atleast_2d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_atleast_2d_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_atleast_2d_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_atleast_3d_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_atleast_3d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_atleast_3d_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_bernoulli_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_bfloat16_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_bfloat16_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_bfloat16_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_bfloat16_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_bfloat16_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_bincount_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_bitwise_and_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_bitwise_and_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_bitwise_and_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_bitwise_left_shift_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_bitwise_not_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_bitwise_not_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_bitwise_not_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_bitwise_or_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_bitwise_right_shift_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_bitwise_xor_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_bitwise_xor_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_block_diag_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_bmm_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_bmm_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_bool_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_bool_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_bool_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_broadcast_tensors_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_broadcast_tensors_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_broadcast_to_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_broadcast_to_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_broadcast_to_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_broadcast_to_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_bucketize_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_bucketize_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_bucketize_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_byte_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_byte_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_byte_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_cartesian_prod_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_cat_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_cat_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_cauchy_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_cdouble_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_cdouble_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_ceil_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_cfloat_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_chalf_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_char_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_char_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_char_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_char_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_chunk_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_chunk_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_clamp_min_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_clamp_min_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_clamp_min_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_clamp_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_clone_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_clone_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_clone_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_combinations_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_combinations_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_combinations_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_combinations_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_combinations_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_conj_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_conj_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_conj_physical_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_conj_physical_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_conj_physical_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_constant_pad_nd_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_constant_pad_nd_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_contiguous_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_contiguous_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_copysign_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_copysign_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_copysign_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_corrcoef_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_corrcoef_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_cos_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_cos_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_cosh_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_count_nonzero_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_count_nonzero_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_count_nonzero_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_cov_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_cov_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_cross_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_cummin_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_cummin_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_cumprod_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_cumprod_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_cumsum_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_cumsum_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_cumulative_trapezoid_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_cumulative_trapezoid_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_cumulative_trapezoid_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_deg2rad_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_deg2rad_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_diag_embed_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_diag_embed_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_diag_embed_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_diag_embed_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_diagflat_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_diagflat_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_diagflat_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_diagflat_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_diagflat_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_diagflat_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_diagonal_copy_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_diagonal_copy_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_diagonal_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_diagonal_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_diff_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_diff_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_diff_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_digamma_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_digamma_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_digamma_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_dist_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_div_floor_rounding_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_div_floor_rounding_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_div_floor_rounding_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_div_floor_rounding_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_div_floor_rounding_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_div_no_rounding_mode_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_div_no_rounding_mode_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_div_no_rounding_mode_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_dot_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_dot_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_dsplit_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_dstack_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_dstack_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_einsum_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_like_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_like_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_like_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_permuted_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_strided_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_strided_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_eq_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_eq_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_equal_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_erf_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_erf_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_erf_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_erfc_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_erfinv_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_erfinv_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_erfinv_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_exp2_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_exp2_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_exp_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_exp_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_exp_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_expand_as_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_expand_as_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_expand_as_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_expand_as_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_expand_copy_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_expand_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_expand_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_expm1_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_expm1_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_expm1_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_expm1_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_expm1_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_expm1_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_eye_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_eye_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_eye_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_fft2_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_fft2_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_fftn_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_fftshift_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_fftshift_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_fftshift_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_fftshift_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_hfft2_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_hfft2_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_hfft2_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_hfft_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_hfft_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_hfftn_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ifft2_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ifft2_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ifft_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ifft_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ifftn_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ifftn_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ifftshift_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ifftshift_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ifftshift_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ifftshift_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ifftshift_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ifftshift_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ihfft2_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ihfft2_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ihfft2_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ihfft_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ihfft_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ihfft_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ihfft_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ihfftn_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_irfft2_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_irfft2_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_irfft2_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_irfft_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_irfftn_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_rfft2_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_rfft2_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_rfftn_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_rfftn_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_rfftn_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_fill_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_fill_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_flatten_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_flatten_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_flatten_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_flip_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_fliplr_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_fliplr_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_fliplr_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_fliplr_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_flipud_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_flipud_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_float_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_float_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_float_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_float_power_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_float_power_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_float_power_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_float_power_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_float_power_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_floor_divide_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_floor_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_fmax_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_fmax_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_fmax_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_fmax_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_fmax_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_fmin_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_fmin_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_fmin_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_fmin_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_fmin_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_fmod_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_fmod_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_fmod_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_frexp_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_full_like_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_full_like_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_full_like_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_full_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_full_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_full_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_full_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_gather_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_ge_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_ge_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_geometric_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_geometric_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_geometric_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_geqrf_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_geqrf_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_gradient_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_gradient_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_grid_sampler_3d_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_grid_sampler_3d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_gt_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_half_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_hash_tensor_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_hash_tensor_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_hash_tensor_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_hash_tensor_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_heaviside_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_heaviside_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_histc_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_histc_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_histogram_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_hsplit_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_hsplit_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_hsplit_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_hstack_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_hstack_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_hstack_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_hstack_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_hypot_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_i0_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_i0_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_i0_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_i0_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_igammac_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_index_add_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_index_add_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_index_copy_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_index_copy_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_index_fill_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_index_fill_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_index_fill_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_index_reduce_amax_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_index_reduce_amin_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_index_reduce_amin_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_index_reduce_mean_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_index_select_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_index_select_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_index_select_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_inner_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_inner_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_int_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_int_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_isclose_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_isfinite_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_isfinite_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_isinf_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_isinf_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_isinf_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_isinf_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_isinf_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_isnan_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_isneginf_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_isposinf_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_isposinf_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_isreal_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_isreal_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_isreal_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_item_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_item_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_4inputs_with_extra_args_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_binary_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_binary_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_binary_return_by_ref_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_binary_return_by_ref_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_unary_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_kron_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_kron_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_kron_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_kthvalue_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_lcm_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_lcm_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_ldexp_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_ldexp_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_le_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_le_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_lerp_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_cholesky_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_cross_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_cross_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_det_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_diagonal_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_diagonal_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_eig_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_eigh_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_eigh_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_eigvals_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_ldl_factor_ex_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_ldl_factor_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_ldl_solve_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_lstsq_grad_oriented_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_lstsq_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_lu_factor_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_multi_dot_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_multi_dot_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_multi_dot_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_norm_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_norm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_norm_subgradients_at_zero_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_norm_subgradients_at_zero_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_pinv_singular_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_solve_ex_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_solve_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_tensorinv_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_vander_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_vecdot_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_vecdot_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_vector_norm_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_vector_norm_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linspace_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_linspace_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_linspace_tensor_overload_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linspace_tensor_overload_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_linspace_tensor_overload_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_log10_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_log10_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_log10_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_log1p_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_log1p_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_log1p_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_log1p_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_log2_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_log2_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_log_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_log_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_log_normal_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_log_softmax_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_log_softmax_with_dtype_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_logaddexp2_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_logaddexp_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_logcumsumexp_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_logdet_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_and_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_and_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_and_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_and_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_and_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_and_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_and_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_and_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_not_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_or_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_or_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_xor_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_xor_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_logit_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_logit_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_logspace_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_logspace_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_logspace_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_logspace_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_logspace_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_logspace_tensor_overload_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_logsumexp_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_logsumexp_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_long_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_long_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_long_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_long_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_long_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_lt_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_lt_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_lt_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_lu_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_lu_solve_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_lu_unpack_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_mH_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_mH_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_mT_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_mT_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_amax_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_amax_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_amin_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_amin_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_amin_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_argmax_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_argmax_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_argmin_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_argmin_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_argmin_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_fill_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_fill_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_log_softmax_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_logsumexp_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_median_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_normalize_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_normalize_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_prod_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_prod_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_prod_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_prod_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_scatter_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_scatter_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_softmax_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_softmin_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_std_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_std_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_std_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_sum_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_sum_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_var_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_var_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_matmul_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_matmul_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_matmul_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_matrix_exp_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_matrix_exp_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_max_binary_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_max_binary_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_max_reduction_with_dim_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_maximum_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_maximum_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_maximum_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_mean_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_meshgrid_list_of_tensors_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_meshgrid_variadic_tensors_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_meshgrid_variadic_tensors_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_min_reduction_no_dim_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_min_reduction_no_dim_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_min_reduction_no_dim_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_min_reduction_with_dim_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_minimum_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_mm_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_movedim_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_msort_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_msort_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_msort_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_mul_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_mul_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_mul_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_mul_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_mul_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_multinomial_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_multinomial_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_mv_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_mv_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_mv_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_mvlgamma_mvlgamma_p_1_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_mvlgamma_mvlgamma_p_1_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_mvlgamma_mvlgamma_p_5_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_nan_to_num_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nan_to_num_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_nan_to_num_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_nansum_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_narrow_copy_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_native_batch_norm_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_native_dropout_backward_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_native_dropout_backward_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_native_dropout_backward_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_native_dropout_backward_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_native_dropout_backward_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_ne_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_ne_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_neg_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_new_empty_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_new_empty_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_new_empty_strided_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_new_empty_strided_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_new_empty_strided_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_new_full_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_new_full_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_new_full_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_new_ones_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_new_ones_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_new_ones_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_new_ones_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_new_ones_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_new_ones_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_new_zeros_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_adaptive_avg_pool1d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_adaptive_avg_pool2d_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_adaptive_avg_pool2d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_adaptive_avg_pool2d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_adaptive_avg_pool3d_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_adaptive_avg_pool3d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_adaptive_max_pool1d_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_adaptive_max_pool1d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_adaptive_max_pool2d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_adaptive_max_pool2d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_adaptive_max_pool3d_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_adaptive_max_pool3d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_avg_pool1d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_avg_pool2d_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_avg_pool2d_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_bilinear_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_binary_cross_entropy_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_celu_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_channel_shuffle_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_conv3d_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_conv_transpose1d_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_conv_transpose1d_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_conv_transpose2d_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_conv_transpose2d_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_conv_transpose3d_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_conv_transpose3d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_cosine_embedding_loss_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_cosine_embedding_loss_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_cosine_similarity_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_cosine_similarity_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_cross_entropy_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_dropout3d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_elu_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_elu_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_embedding_bag_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_embedding_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_feature_alpha_dropout_with_train_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_feature_alpha_dropout_without_train_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_feature_alpha_dropout_without_train_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_feature_alpha_dropout_without_train_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_fractional_max_pool2d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_gaussian_nll_loss_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_gelu_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_gelu_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_glu_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_hardsigmoid_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_hardsigmoid_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_hardswish_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_hardtanh_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_hardtanh_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_hardtanh_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_huber_loss_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_huber_loss_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_interpolate_area_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_interpolate_bilinear_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_interpolate_linear_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_interpolate_nearest-exact_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_interpolate_trilinear_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_interpolate_trilinear_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_kl_div_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_l1_loss_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_layer_norm_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_leaky_relu_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_leaky_relu_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_linear_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_linear_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_linear_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_linear_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_local_response_norm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_logsigmoid_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_logsigmoid_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_margin_ranking_loss_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_margin_ranking_loss_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_margin_ranking_loss_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_margin_ranking_loss_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_pool2d_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_pool2d_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_pool3d_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_pool3d_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_unpool1d_grad_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_unpool1d_grad_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_unpool3d_grad_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_unpool3d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_mish_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_mse_loss_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_multi_head_attention_forward_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_multi_head_attention_forward_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_multilabel_soft_margin_loss_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_nll_loss_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_nll_loss_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_nll_loss_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_normalize_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_circular_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_circular_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_circular_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_circular_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_circular_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_constant_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_reflect_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_reflect_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_replicate_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_replicate_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_replicate_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_replicate_negative_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_replicate_negative_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_replicate_negative_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pairwise_distance_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pairwise_distance_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pairwise_distance_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pixel_shuffle_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pixel_unshuffle_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pixel_unshuffle_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_poisson_nll_loss_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_poisson_nll_loss_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_poisson_nll_loss_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_prelu_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_relu6_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_relu6_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_relu_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_rms_norm_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_rms_norm_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_rrelu_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_scaled_dot_product_attention_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_selu_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_silu_complex_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_silu_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_silu_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_smooth_l1_loss_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_smooth_l1_loss_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_soft_margin_loss_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_softmin_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_softmin_with_dtype_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_softplus_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_softsign_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_tanhshrink_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_tanhshrink_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_threshold_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_threshold_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_triplet_margin_loss_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_triplet_margin_with_distance_loss_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_triplet_margin_with_distance_loss_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_upsample_bilinear_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_upsample_nearest_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nonzero_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nonzero_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nonzero_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_norm_fro_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_norm_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_norm_nuc_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_normal_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_ones_like_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_ones_like_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_ones_like_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_ones_like_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_ones_like_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_ones_like_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_ones_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_ones_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_ormqr_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_outer_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_outer_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_pca_lowrank_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_permute_copy_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_permute_copy_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_permute_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_permute_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_0_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_1_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_2_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_2_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_2_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_3_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_3_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_4_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_positive_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_pow_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_pow_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_pow_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_pow_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_pow_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_prod_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_put_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_put_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_put_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_put_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_put_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_rad2deg_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_rad2deg_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_rad2deg_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_randint_like_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_randint_like_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_randint_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_randint_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_randn_like_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_randn_like_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_randn_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_ravel_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_ravel_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_ravel_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_ravel_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_real_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_real_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_real_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_reciprocal_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_reciprocal_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_remainder_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_renorm_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_renorm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_repeat_interleave_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_repeat_interleave_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_repeat_interleave_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_repeat_interleave_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_repeat_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_repeat_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_reshape_as_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_reshape_as_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_reshape_as_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_reshape_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_reshape_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_resize__mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_resize__mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_resize__mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_resize__mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_resize__mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_resize_as__mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_resize_as__mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_resize_as__mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_resolve_conj_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_resolve_conj_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_resolve_conj_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_resolve_neg_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_resolve_neg_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_resolve_neg_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_resolve_neg_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_resolve_neg_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_roll_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_roll_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_roll_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_roll_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_rot90_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_rot90_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_round_decimals_neg_3_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_round_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_round_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_rsqrt_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_rsqrt_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_rsub_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_rsub_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_rsub_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_scalar_tensor_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_scalar_tensor_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_add_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_add_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_add_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_amax_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_amax_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_amax_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_amin_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_amin_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_amin_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_mean_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_mean_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_mean_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_sum_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_sum_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_sum_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_searchsorted_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_searchsorted_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_select_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_select_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_select_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_select_scatter_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_select_scatter_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_select_scatter_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_select_scatter_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_sgn_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_sgn_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_sgn_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_short_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_short_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_short_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_short_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_short_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_sigmoid_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_sign_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_sign_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_sign_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_sign_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_signal_windows_blackman_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_signal_windows_exponential_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_signal_windows_general_cosine_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_signal_windows_general_hamming_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_signal_windows_kaiser_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_signbit_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_signbit_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_signbit_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_sin_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_sin_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_sin_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_sin_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_sinc_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_sinc_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_sinh_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_slice_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_slice_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_slice_scatter_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_softmax_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_softmax_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_softmax_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_softmax_with_dtype_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_softmax_with_dtype_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_sort_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_sort_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_sort_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_sort_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_sort_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_sparse_mm_reduce_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_sparse_mm_reduce_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_airy_ai_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_bessel_j0_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_special_bessel_j0_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_bessel_j0_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_special_bessel_j1_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_bessel_j1_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_bessel_y0_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_special_bessel_y1_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_special_bessel_y1_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_bessel_y1_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_chebyshev_polynomial_t_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_special_chebyshev_polynomial_u_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_chebyshev_polynomial_u_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_chebyshev_polynomial_v_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_special_chebyshev_polynomial_v_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_chebyshev_polynomial_v_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_special_chebyshev_polynomial_v_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_chebyshev_polynomial_w_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_entr_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_erfcx_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_erfcx_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_erfcx_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_hermite_polynomial_h_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_special_hermite_polynomial_h_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_hermite_polynomial_he_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_i0e_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_i0e_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_special_i0e_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_i1_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_i1_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_special_i1e_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_i1e_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_i1e_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_laguerre_polynomial_l_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_special_laguerre_polynomial_l_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_legendre_polynomial_p_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_legendre_polynomial_p_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_modified_bessel_i0_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_modified_bessel_i0_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_modified_bessel_i0_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_modified_bessel_i0_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_special_modified_bessel_i1_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_modified_bessel_i1_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_special_modified_bessel_i1_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_modified_bessel_k0_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_modified_bessel_k1_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_special_modified_bessel_k1_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_modified_bessel_k1_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_ndtr_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_ndtr_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_ndtri_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_special_ndtri_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_ndtri_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_polygamma_special_polygamma_n_0_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_polygamma_special_polygamma_n_0_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_scaled_modified_bessel_k0_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_scaled_modified_bessel_k1_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_shifted_chebyshev_polynomial_t_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_special_shifted_chebyshev_polynomial_t_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_shifted_chebyshev_polynomial_u_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_shifted_chebyshev_polynomial_u_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_special_shifted_chebyshev_polynomial_v_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_shifted_chebyshev_polynomial_w_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_special_spherical_bessel_j0_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_special_spherical_bessel_j0_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_spherical_bessel_j0_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_xlog1py_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_special_xlog1py_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_split_list_args_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_split_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_split_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_split_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_split_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_split_with_sizes_copy_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_split_with_sizes_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_split_with_sizes_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_sqrt_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_sqrt_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_sqrt_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_square_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_square_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_square_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_squeeze_copy_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_squeeze_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_squeeze_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_squeeze_multiple_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_squeeze_multiple_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_squeeze_multiple_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_stack_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_stack_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_std_mean_unbiased_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_std_mean_unbiased_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_std_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_std_unbiased_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_stft_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_sub_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_sub_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_sum_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_sum_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_sum_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_sum_to_size_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_sum_to_size_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_sum_to_size_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_sum_to_size_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_t_copy_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_t_copy_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_t_copy_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_t_copy_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_t_copy_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_t_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_take_along_dim_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_take_along_dim_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_take_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_take_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_tan_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_tanh_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_tensor_split_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_tensor_split_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_tensordot_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_tensordot_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_tile_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_tile_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_to_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_to_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_to_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_to_sparse_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_to_sparse_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_topk_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_topk_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_topk_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_topk_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_torch_ops_aten__safe_softmax_default_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_trace_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_transpose_copy_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_transpose_copy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_transpose_copy_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_transpose_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_transpose_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_transpose_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_trapezoid_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_trapz_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_trapz_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_trapz_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_trapz_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_trapz_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_tril_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_tril_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_triu_indices_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_triu_indices_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_triu_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_triu_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_true_divide_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_trunc_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_unbind_copy_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_unbind_copy_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_unbind_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_unflatten_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_unflatten_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_unflatten_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_unfold_copy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_unfold_copy_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_unfold_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_unfold_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_unique_consecutive_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_unique_consecutive_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_unique_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_unique_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_unsafe_chunk_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_unsafe_chunk_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_unsafe_split_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_unsafe_split_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_unsqueeze_copy_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_unsqueeze_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_unsqueeze_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_var_mean_unbiased_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_var_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_var_unbiased_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_vdot_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_vdot_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_vdot_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_vdot_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_view_as_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_view_as_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_view_as_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_vsplit_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_vsplit_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_vstack_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_where_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_where_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_where_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_xlogy_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_zero__mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_zero__mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_zeros_like_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_zeros_like_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_zeros_like_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_zeros_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_zeros_mps_int16, test/test_mps.py::TestErrorInputsMPS::test_error_inputs___radd___mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs___rdiv___mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs___rmod___mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_amax_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_aminmax_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_arange_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_bernoulli_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_bitwise_left_shift_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_bitwise_or_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_bitwise_xor_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_cat_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_eq_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_fft_rfft2_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_fft_rfft_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_fft_rfftn_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_flipud_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_floor_divide_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_gcd_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_hsplit_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_igamma_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_index_select_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_item_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_ldexp_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_linalg_cross_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_linalg_lstsq_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_linspace_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_logcumsumexp_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_logical_or_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_logical_xor_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_masked_scatter_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_maximum_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_minimum_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_mul_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_nextafter_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_nn_functional_adaptive_avg_pool1d_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_nn_functional_adaptive_max_pool2d_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_nn_functional_conv3d_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_nn_functional_group_norm_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_nn_functional_max_pool1d_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_nn_functional_max_pool2d_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_nn_functional_prelu_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_scatter_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_signal_windows_blackman_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_signal_windows_general_hamming_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_signal_windows_hamming_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_special_shifted_chebyshev_polynomial_v_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_special_xlog1py_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_t_copy_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_take_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_trace_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_triu_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_true_divide_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_uniform_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_view_copy_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_view_mps, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_argwhere_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_broadcast_to_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_cat_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_clone_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_flatten_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_item_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_linalg_cross_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_linalg_vander_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_nn_functional_conv_transpose2d_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_nn_functional_mse_loss_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_nn_functional_smooth_l1_loss_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_repeat_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_roll_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_signal_windows_blackman_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_signal_windows_general_cosine_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_signal_windows_hann_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_signal_windows_nuttall_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_squeeze_multiple_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_tile_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_unbind_copy_mps_float32, test/test_mps.py::TestCommonMPS::test_tensor_creation_mps_bfloat16, test/test_mps.py::TestCommonMPS::test_tensor_creation_mps_bool, test/test_mps.py::TestCommonMPS::test_tensor_creation_mps_float64, test/test_mps.py::TestCommonMPS::test_tensor_creation_mps_uint8, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_1_n_48_q_group_128_num_groups_1_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_1_n_48_q_group_128_num_groups_2_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_1_n_48_q_group_256_num_groups_2_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_1_n_48_q_group_64_num_groups_1_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_1_n_64_q_group_64_num_groups_1_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_32_n_48_q_group_32_num_groups_2_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_32_n_48_q_group_64_num_groups_1_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_32_n_64_q_group_128_num_groups_1_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_64_n_48_q_group_32_num_groups_1_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_64_n_64_q_group_256_num_groups_1_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_64_n_64_q_group_256_num_groups_2_mps, test/test_mps.py::TestLinalgMPSMPS::test__int8_mm_m_1_k_32_n_32_mps, test/test_mps.py::TestLinalgMPSMPS::test__int8_mm_m_1_k_32_n_64_mps, test/test_mps.py::TestLinalgMPSMPS::test__int8_mm_m_32_k_32_n_64_mps, test/test_mps.py::TestLinalgMPSMPS::test_addmm_mps 2025-09-07T06:49:02.7006350Z 2025-09-07T06:49:07.5596360Z Running test_mps 4/4 ... [2025-09-07 06:49:07.559493] 2025-09-07T06:49:07.5597000Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:49:07.5605280Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'test_mps.py', '-m', 'not serial', '--shard-id=4', '--num-shards=4', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:49:07.560417] 2025-09-07T06:49:52.5660790Z 2025-09-07T06:49:52.5661590Z test_mps 2/4 was successful, full logs can be found in artifacts with path test/test-reports/test_mps_2.4_0e9dfc2bfb49e969_.log 2025-09-07T06:49:52.5980600Z Running 1739 items in this shard: test/test_mps.py::TestAutocastMPS::test_non_fast_path_amp_unscale, test/test_mps.py::TestAutocastMPS::test_scaled_dot_product_attention_autocast_float16, test/test_mps.py::MPSReluTest::testNumbersCPU, test/test_mps.py::MatmulTest::test_matrix_x_vector, test/test_mps.py::MatmulTest::test_vector_x_vector, test/test_mps.py::MPSLeakyReluTest::testNpLeakyRelu, test/test_mps.py::TestAvgPool::test_avg_pool2d_ceil_mode, test/test_mps.py::TestMPS::test_activation_checkpoint_does_not_error, test/test_mps.py::TestMPS::test_addcdiv, test/test_mps.py::TestMPS::test_amin, test/test_mps.py::TestMPS::test_atan2, test/test_mps.py::TestMPS::test_avg_pool2d_count_include_pad, test/test_mps.py::TestMPS::test_batch_norm, test/test_mps.py::TestMPS::test_bce_loss_always_nonnegative, test/test_mps.py::TestMPS::test_bce_loss_broadcasts_weights, test/test_mps.py::TestMPS::test_bce_with_logits_stability, test/test_mps.py::TestMPS::test_binops_dtype_precedence_binop_mul, test/test_mps.py::TestMPS::test_cat1, test/test_mps.py::TestMPS::test_cdist_non_contiguous, test/test_mps.py::TestMPS::test_clamp_max, test/test_mps.py::TestMPS::test_col2im, test/test_mps.py::TestMPS::test_conv2d_unit, test/test_mps.py::TestMPS::test_conv_high_channel_size, test/test_mps.py::TestMPS::test_conv_raises_error, test/test_mps.py::TestMPS::test_count_nonzero, test/test_mps.py::TestMPS::test_cross, test/test_mps.py::TestMPS::test_cross_entropy_loss, test/test_mps.py::TestMPS::test_cumprod_all_dtypes, test/test_mps.py::TestMPS::test_cumprod_dim_check, test/test_mps.py::TestMPS::test_cumsum_dim_check, test/test_mps.py::TestMPS::test_divmode, test/test_mps.py::TestMPS::test_do_sync_thrice_its_all_right, test/test_mps.py::TestMPS::test_elu_strided_output, test/test_mps.py::TestMPS::test_empty_neg, test/test_mps.py::TestMPS::test_eq, test/test_mps.py::TestMPS::test_exp, test/test_mps.py::TestMPS::test_expand_cpu_to_mps_copy, test/test_mps.py::TestMPS::test_eye, test/test_mps.py::TestMPS::test_fill, test/test_mps.py::TestMPS::test_fill_storage_offset, test/test_mps.py::TestMPS::test_flatten, test/test_mps.py::TestMPS::test_gather, test/test_mps.py::TestMPS::test_generic_device_synchronize, test/test_mps.py::TestMPS::test_hardtanh, test/test_mps.py::TestMPS::test_ifft, test/test_mps.py::TestMPS::test_index_64bit, test/test_mps.py::TestMPS::test_index_storage_offset, test/test_mps.py::TestMPS::test_inplace_bitwise_not_int16, test/test_mps.py::TestMPS::test_inplace_bitwise_not_int32, test/test_mps.py::TestMPS::test_interpolate, test/test_mps.py::TestMPS::test_inverse, test/test_mps.py::TestMPS::test_jacfwd_cat, test/test_mps.py::TestMPS::test_large_bmm_bfloat16, test/test_mps.py::TestMPS::test_le, test/test_mps.py::TestMPS::test_le_scalar, test/test_mps.py::TestMPS::test_linalg_cholesky_info, test/test_mps.py::TestMPS::test_linalg_cross, test/test_mps.py::TestMPS::test_linalg_lu_factor_ex, test/test_mps.py::TestMPS::test_linear_non_contiguous, test/test_mps.py::TestMPS::test_log_softmax_large_numbers, test/test_mps.py::TestMPS::test_log_two, test/test_mps.py::TestMPS::test_lt, test/test_mps.py::TestMPS::test_max_pool2d, test/test_mps.py::TestMPS::test_mm, test/test_mps.py::TestMPS::test_mps_generator, test/test_mps.py::TestMPS::test_nan_to_num, test/test_mps.py::TestMPS::test_ne_scalar, test/test_mps.py::TestMPS::test_nhwc_operation, test/test_mps.py::TestMPS::test_normal, test/test_mps.py::TestMPS::test_prod, test/test_mps.py::TestMPS::test_range, test/test_mps.py::TestMPS::test_scatter_add_scalar, test/test_mps.py::TestMPS::test_signbit, test/test_mps.py::TestMPS::test_softplus, test/test_mps.py::TestMPS::test_sort, test/test_mps.py::TestMPS::test_std, test/test_mps.py::TestMPS::test_stride_of_strides, test/test_mps.py::TestMPS::test_tanh, test/test_mps.py::TestMPS::test_triu, test/test_mps.py::TestMPS::test_triu_inf, test/test_mps.py::TestMPS::test_types_binary_op, test/test_mps.py::TestMPS::test_unfold_all_devices_and_dtypes, test/test_mps.py::TestMPS::test_unique, test/test_mps.py::TestMPS::test_where, test/test_mps.py::TestLogical::test_isin_asserts, test/test_mps.py::TestLogical::test_logical_xor, test/test_mps.py::TestLogical::test_min_max_bool, test/test_mps.py::TestLogical::test_min_max_float16, test/test_mps.py::TestLogical::test_min_max_int32, test/test_mps.py::TestLogical::test_min_max_nan_propagation_float32, test/test_mps.py::TestLogical::test_shifts_int16, test/test_mps.py::TestLogical::test_shifts_int32, test/test_mps.py::TestSmoothL1Loss::test_smooth_l1_loss_reduction_sum_requires_grad_False, test/test_mps.py::TestNLLLoss::test_nll_loss_byte_target_matches_long, test/test_mps.py::TestNLLLoss::test_nll_loss_empty_tensor_reduction_mean, test/test_mps.py::TestNLLLoss::test_nll_loss_empty_tensor_reduction_none, test/test_mps.py::TestNLLLoss::test_nll_loss_empty_tensor_reduction_sum, test/test_mps.py::TestNLLLoss::test_nll_loss_mismatched_batch, test/test_mps.py::TestNLLLoss::test_nll_loss_out_of_bounds_ignore_index, test/test_mps.py::TestNNMPS::test_conv3d_backward_collision, test/test_mps.py::TestNNMPS::test_conv_backcompat, test/test_mps.py::TestNNMPS::test_invalid_conv2d, test/test_mps.py::TestNNMPS::test_print_non_contiguous, test/test_mps.py::TestNNMPS::test_requires_grad_, test/test_mps.py::TestSDPA::test_fast_full_attention_float16_contiguous_False_head_dim_128_with_mask_True, test/test_mps.py::TestSDPA::test_fast_full_attention_float16_contiguous_False_head_dim_64_with_mask_True, test/test_mps.py::TestSDPA::test_fast_full_attention_float16_contiguous_False_head_dim_80_with_mask_True, test/test_mps.py::TestSDPA::test_fast_full_attention_float32_contiguous_True_head_dim_64_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_2pass_float32_contiguous_True_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_float16_contiguous_False_head_dim_128_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float16_contiguous_True_head_dim_64_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_float16_contiguous_True_head_dim_96_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_float32_contiguous_True_head_dim_128_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float32_contiguous_True_head_dim_128_with_mask_True, test/test_mps.py::TestSDPA::test_sdpa_3d_input_float16, test/test_mps.py::TestSDPA::test_sdpa_3d_input_float32, test/test_mps.py::TestSDPA::test_sdpa_full_mask_float16, test/test_mps.py::TestSDPA::test_sdpa_mask_5d_float16, test/test_mps.py::TestSDPA::test_sdpa_mask_fp32, test/test_mps.py::TestSDPA::test_sdpa_no_mask_no_causal_fp32, test/test_mps.py::TestSDPAMeta::test_fast_full_attention_meta, test/test_mps.py::TestSDPAMeta::test_sdpa_enable_gqa_meta, test/test_mps.py::TestSDPAMeta::test_sdpa_fp32_no_memory_leak_meta, test/test_mps.py::TestSDPAMeta::test_sdpa_mask_fp16_meta, test/test_mps.py::TestSDPAMeta::test_sdpa_mask_fp32_meta, test/test_mps.py::TestGatherScatter::test_inplace_scatter, test/test_mps.py::TestGatherScatter::test_slicing_with_step, test/test_mps.py::TestViewOpsMPS::test_T, test/test_mps.py::TestViewOpsMPS::test_T_view, test/test_mps.py::TestViewOpsMPS::test_as_strided_inplace_view, test/test_mps.py::TestViewOpsMPS::test_detached_view_copy, test/test_mps.py::TestViewOpsMPS::test_empty_reshape, test/test_mps.py::TestViewOpsMPS::test_expand_view, test/test_mps.py::TestViewOpsMPS::test_flatten_nonview, test/test_mps.py::TestViewOpsMPS::test_narrow_tensor, test/test_mps.py::TestViewOpsMPS::test_reshape_nonview, test/test_mps.py::TestViewOpsMPS::test_reshape_view, test/test_mps.py::TestViewOpsMPS::test_resize_as_preserves_strides, test/test_mps.py::TestViewOpsMPS::test_resize_overflow, test/test_mps.py::TestViewOpsMPS::test_t_view, test/test_mps.py::TestViewOpsMPS::test_view, test/test_mps.py::TestViewOpsMPS::test_view_all_dtypes_and_devices, test/test_mps.py::TestViewOpsMPS::test_view_as_view, test/test_mps.py::TestViewOpsMPS::test_view_view, test/test_mps.py::TestConvolutionMPS::test_conv1d_channels_last, test/test_mps.py::TestConvolutionMPS::test_conv3d_single_stride, test/test_mps.py::TestConvolutionMPS::test_conv_backward_1d_channels_last, test/test_mps.py::TestAdvancedIndexing::test_advanced_indexing_3D_put, test/test_mps.py::TestAdvancedIndexing::test_bool_indices_accumulate, test/test_mps.py::TestAdvancedIndexing::test_byte_mask2d, test/test_mps.py::TestAdvancedIndexing::test_jit_indexing, test/test_mps.py::TestAdvancedIndexing::test_multiple_byte_mask, test/test_mps.py::TestAdvancedIndexing::test_none, test/test_mps.py::TestAdvancedIndexing::test_nonzero, test/test_mps.py::TestAdvancedIndexing::test_nonzero_astuple_out, test/test_mps.py::TestAdvancedIndexing::test_nonzero_multi_threading, test/test_mps.py::TestAdvancedIndexing::test_nonzero_no_warning, test/test_mps.py::TestAdvancedIndexing::test_nonzero_non_diff, test/test_mps.py::TestAdvancedIndexing::test_single_int, test/test_mps.py::TestRNNMPS::test_LSTM_cell, test/test_mps.py::TestRNNMPS::test_lstm_backward, test/test_mps.py::TestRNNMPS::test_lstm_forward, test/test_mps.py::TestNoRegression::test_legacy_constructor, test/test_mps.py::TestComplex::test_tensor_scalar_binops, test/test_mps.py::TestMetalLibrary::test_argument_buffers, test/test_mps.py::TestMetalLibrary::test_atomic_add_bfloat16, test/test_mps.py::TestMetalLibrary::test_atomic_add_int32, test/test_mps.py::TestMetalLibrary::test_metal_arange, test/test_mps.py::TestMetalLibrary::test_metal_arange_with_arg_and_scalar_tensor, test/test_mps.py::TestMetalLibrary::test_metal_error_checking, test/test_mps.py::TestMetalLibrary::test_reduction_utils_bfloat16, test/test_mps.py::TestMetalLibrary::test_reduction_utils_float32, test/test_mps.py::TestMetalLibrary::test_reduction_utils_int64, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_H_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_H_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match___getitem___mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match___rdiv___mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match__batch_norm_with_update_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match__native_batch_norm_legit_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match__segment_reduce_lengths_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match__unsafe_masked_index_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_abs_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_acos_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_addmm_decomposed_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_alias_copy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_all_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_amax_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_amin_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_aminmax_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_angle_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_argmax_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_argwhere_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_as_strided_partial_views_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_as_strided_scatter_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_asin_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_asin_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_asinh_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_atan2_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_atan_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_atanh_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_atleast_1d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_atleast_2d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_baddbmm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_bernoulli_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_bfloat16_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_bmm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_broadcast_tensors_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_broadcast_to_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_bucketize_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_cartesian_prod_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_cartesian_prod_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_chunk_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_clone_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_conj_physical_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_constant_pad_nd_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_contiguous_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_contiguous_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_cov_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_cummax_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_cummin_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_deg2rad_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_diag_embed_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_diag_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_diagonal_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_div_trunc_rounding_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_dot_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_empty_like_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_eq_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_equal_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_erf_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_exp_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_expand_as_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_expand_as_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_expand_copy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_expand_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_expm1_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_exponential_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_fft_ihfftn_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_fft_rfft_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_flipud_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_float_power_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_fmod_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_full_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_gather_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_gather_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_ge_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_geqrf_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_grid_sampler_2d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_gt_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_hsplit_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_hypot_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_i0_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_igamma_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_igammac_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_index_add_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_index_copy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_index_fill_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_index_reduce_amax_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_index_reduce_amax_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_index_reduce_amin_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_index_reduce_mean_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_int_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_isfinite_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_isin_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_isneginf_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_isposinf_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_isreal_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_isreal_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_jiterator_4inputs_with_extra_args_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_jiterator_binary_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_jiterator_unary_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_kron_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_cross_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_diagonal_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_eig_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_eigvals_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_inv_ex_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_ldl_factor_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_lu_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_matrix_power_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_norm_subgradients_at_zero_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_pinv_singular_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_svd_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linspace_tensor_overload_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_log10_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_log1p_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_log_normal_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_logaddexp2_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_logaddexp_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_logcumsumexp_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_logical_xor_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_logical_xor_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_logspace_tensor_overload_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_long_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_lu_solve_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_lu_unpack_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_amax_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_cumprod_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_fill_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_logaddexp_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_logaddexp_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_logsumexp_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_normalize_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_scatter_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_std_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_std_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_var_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_matmul_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_matmul_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_max_pool2d_with_indices_backward_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_max_reduction_no_dim_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_max_reduction_no_dim_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_max_reduction_with_dim_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_median_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_meshgrid_list_of_tensors_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_min_reduction_no_dim_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_mm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_movedim_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_mul_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_multinomial_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_mv_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_mvlgamma_mvlgamma_p_1_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_mvlgamma_mvlgamma_p_5_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nanmean_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_narrow_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_ne_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_neg_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_neg_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_new_empty_strided_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_adaptive_avg_pool3d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_adaptive_max_pool2d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_adaptive_max_pool3d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_alpha_dropout_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_alpha_dropout_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_avg_pool2d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_binary_cross_entropy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_celu_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_conv2d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_conv3d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_conv_transpose2d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_cosine_embedding_loss_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_dropout3d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_embedding_bag_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_embedding_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_feature_alpha_dropout_without_train_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_fractional_max_pool2d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_fractional_max_pool3d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_group_norm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_hinge_embedding_loss_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_instance_norm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_instance_norm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_interpolate_area_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_interpolate_bicubic_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_interpolate_nearest-exact_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_interpolate_nearest_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_interpolate_nearest_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_interpolate_trilinear_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_logsigmoid_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_max_pool2d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_max_unpool2d_grad_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_max_unpool2d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_mish_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_mse_loss_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_mse_loss_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_nll_loss_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_normalize_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_pixel_shuffle_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_pixel_unshuffle_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_scaled_dot_product_attention_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_smooth_l1_loss_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_soft_margin_loss_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_softmin_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_softshrink_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_softshrink_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_triplet_margin_with_distance_loss_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_upsample_bilinear_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_upsample_nearest_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nonzero_static_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_norm_inf_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_norm_inf_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_norm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_norm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_norm_nuc_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_normal_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_ormqr_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_permute_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_polygamma_polygamma_n_2_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_prod_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_put_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_qr_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_quantile_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_rad2deg_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_randn_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_remainder_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_renorm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_repeat_interleave_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_repeat_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_reshape_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_reshape_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_resolve_neg_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_roll_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_round_decimals_0_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_round_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_scatter_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_scatter_reduce_sum_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_select_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_select_scatter_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_sigmoid_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_sign_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_signal_windows_nuttall_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_sin_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_sinc_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_sinh_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_slice_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_softmax_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_sort_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_sparse_mm_reduce_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_bessel_j0_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_bessel_y0_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_erfcx_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_hermite_polynomial_h_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_i0e_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_i1_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_legendre_polynomial_p_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_modified_bessel_k0_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_ndtr_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_polygamma_special_polygamma_n_0_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_polygamma_special_polygamma_n_0_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_scaled_modified_bessel_k1_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_shifted_chebyshev_polynomial_u_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_sqrt_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_square_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_squeeze_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_std_mean_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_std_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_sum_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_sum_to_size_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_take_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_tan_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_tensor_split_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_tensor_split_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_tile_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_tile_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_to_sparse_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_torch_ops_aten__safe_softmax_default_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_trace_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_transpose_copy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_transpose_copy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_trapz_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_triangular_solve_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_tril_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_triu_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_unfold_copy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_unique_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_unsqueeze_copy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_unsqueeze_copy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_var_mean_unbiased_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_var_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_var_unbiased_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_view_as_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_vsplit_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_vstack_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_zero__mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_H_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_H_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_T_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_T_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match___getitem___mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match___radd___mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match___radd___mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match___radd___mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match___rand___mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match___rdiv___mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match___rmatmul___mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match___rmatmul___mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match___rmod___mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match___rmod___mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match___rmul___mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match___rmul___mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match___rpow___mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match___rpow___mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match___rsub___mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match___rsub___mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match___rsub___mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match___rxor___mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match__chunk_cat_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match__chunk_cat_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match__chunk_cat_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match__segment_reduce_offsets_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match__unsafe_masked_index_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match__unsafe_masked_index_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match__unsafe_masked_index_put_accumulate_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match__unsafe_masked_index_put_accumulate_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match__upsample_bicubic2d_aa_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_abs_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_abs_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_abs_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_abs_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_abs_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_acos_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_acosh_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_acosh_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_add_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_add_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_add_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_addbmm_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_addbmm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_addbmm_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_addbmm_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_addbmm_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_addcdiv_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_addcdiv_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_addcmul_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_addmm_decomposed_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_addmm_decomposed_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_addmm_decomposed_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_addmm_decomposed_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_addmm_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_addmm_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_addmm_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_addmv_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_addmv_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_addr_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_addr_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_addr_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_alias_copy_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_alias_copy_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_all_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_all_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_all_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_all_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_allclose_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_allclose_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_aminmax_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_angle_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_angle_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_any_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_any_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_any_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_arange_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_argmax_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_argmax_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_argmin_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_argmin_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_argsort_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_argsort_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_argsort_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_argwhere_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_argwhere_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_copy_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_copy_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_partial_views_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_partial_views_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_scatter_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_scatter_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_scatter_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_asin_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_asin_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_asinh_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_asinh_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_atan2_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_atan2_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_atan_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_atan_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_atanh_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_atanh_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_atleast_1d_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_atleast_1d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_atleast_1d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_atleast_2d_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_atleast_3d_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_atleast_3d_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_baddbmm_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_baddbmm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_baddbmm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_baddbmm_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_baddbmm_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_baddbmm_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_bernoulli_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_bincount_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_bitwise_and_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_bitwise_and_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_bitwise_left_shift_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_bitwise_not_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_bitwise_or_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_bitwise_xor_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_bitwise_xor_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_bitwise_xor_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_block_diag_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_block_diag_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_block_diag_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_block_diag_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_bool_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_broadcast_tensors_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_broadcast_tensors_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_broadcast_to_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_broadcast_to_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_bucketize_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_bucketize_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_byte_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_byte_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_byte_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_cartesian_prod_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_cartesian_prod_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_cartesian_prod_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_cartesian_prod_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_cartesian_prod_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_cat_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_cat_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_cat_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_cat_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_cauchy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_ceil_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_ceil_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_ceil_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_ceil_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_cfloat_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_chalf_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_chalf_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_char_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_char_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_char_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_char_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_cholesky_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_cholesky_solve_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_chunk_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_chunk_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_chunk_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_chunk_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_chunk_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_clamp_max_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_clamp_max_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_clamp_max_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_clamp_min_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_clamp_min_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_clamp_min_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_clamp_min_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_clamp_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_clamp_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_clone_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_clone_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_clone_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_column_stack_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_column_stack_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_column_stack_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_column_stack_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_combinations_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_combinations_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_conj_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_conj_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_conj_physical_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_conj_physical_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_conj_physical_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_conj_physical_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_constant_pad_nd_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_constant_pad_nd_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_constant_pad_nd_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_constant_pad_nd_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_contiguous_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_contiguous_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_contiguous_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_copysign_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_copysign_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_copysign_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_corrcoef_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_corrcoef_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_cos_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_cosh_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_cosh_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_cosh_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_cosh_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_cosh_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_count_nonzero_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_count_nonzero_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_count_nonzero_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_count_nonzero_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_count_nonzero_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_cov_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_cov_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_cov_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_cross_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_cross_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_cross_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_cross_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_cummax_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_cummax_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_cummin_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_cummin_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_cumprod_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_cumprod_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_cumprod_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_cumprod_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_cumsum_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_cumulative_trapezoid_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_deg2rad_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_deg2rad_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_deg2rad_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_diag_embed_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_diag_embed_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_diag_embed_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_diag_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_diagflat_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_diagflat_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_diagonal_copy_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_diagonal_copy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_diagonal_copy_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_diagonal_copy_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_diagonal_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_diagonal_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_diagonal_scatter_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_diagonal_scatter_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_diff_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_digamma_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_digamma_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_dist_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_div_no_rounding_mode_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_div_no_rounding_mode_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_div_no_rounding_mode_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_div_trunc_rounding_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_div_trunc_rounding_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_dot_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_double_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_double_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_double_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_double_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_double_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_dsplit_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_dsplit_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_dstack_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_dstack_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_dstack_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_einsum_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_einsum_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_einsum_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_einsum_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_einsum_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_einsum_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_like_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_like_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_permuted_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_strided_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_strided_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_strided_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_strided_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_eq_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_eq_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_eq_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_eq_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_equal_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_equal_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_equal_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_erf_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_erf_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_erf_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_erf_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_erfc_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_erfc_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_erfc_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_erfinv_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_erfinv_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_exp2_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_exp2_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_exp2_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_exp2_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_exp2_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_exp_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_exp_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_expand_as_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_expand_as_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_expand_as_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_expand_copy_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_expand_copy_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_expand_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_expand_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_expand_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_expm1_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_expm1_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_exponential_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_eye_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_eye_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_fft2_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_fft2_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_fft2_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_fft_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_fft_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_fft_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_fft_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_fftn_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_fftn_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_fftshift_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_fftshift_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_fftshift_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_fftshift_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_fftshift_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_hfft_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_hfftn_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_hfftn_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_hfftn_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_hfftn_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ifft2_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ifft2_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ifft_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ifftn_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ifftn_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ifftn_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ifftshift_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ihfft_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ihfftn_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ihfftn_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_irfft2_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_irfft2_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_irfft_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_irfft_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_irfftn_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_rfft2_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_rfft2_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_rfft_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_rfft_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_rfftn_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_fill_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_fill_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_fill_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_flatten_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_flatten_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_flip_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_flip_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_fliplr_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_fliplr_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_flipud_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_flipud_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_float_power_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_floor_divide_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_floor_divide_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_floor_divide_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_floor_divide_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_floor_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_floor_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_fmax_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_fmax_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_fmod_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_fmod_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_frac_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_full_like_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_full_like_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_gather_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_gather_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_gcd_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_gcd_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_gcd_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_ge_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_ge_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_ge_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_geometric_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_geometric_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_geometric_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_geometric_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_gradient_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_gradient_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_gradient_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_grid_sampler_2d_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_grid_sampler_2d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_grid_sampler_3d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_gt_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_gt_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_gt_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_gt_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_half_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_half_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_half_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_half_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_hash_tensor_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_histogramdd_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_hsplit_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_hsplit_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_hsplit_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_hstack_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_hstack_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_hypot_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_i0_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_i0_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_i0_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_index_copy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_index_fill_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_index_fill_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_index_fill_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_index_put_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_index_put_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_index_put_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_index_reduce_amax_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_index_reduce_amax_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_index_reduce_amax_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_index_reduce_amax_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_index_reduce_amin_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_index_reduce_amin_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_index_reduce_mean_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_index_reduce_prod_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_index_reduce_prod_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_index_select_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_index_select_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_inner_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_inner_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_inner_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_isclose_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_isclose_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_isclose_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_isclose_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_isfinite_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_isfinite_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_isin_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_isin_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_isin_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_isinf_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_isnan_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_isnan_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_isnan_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_isneginf_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_isneginf_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_isneginf_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_isposinf_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_isposinf_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_isposinf_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_isposinf_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_isreal_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_isreal_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_item_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_item_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_2inputs_2outputs_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_2inputs_2outputs_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_4inputs_with_extra_args_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_4inputs_with_extra_args_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_4inputs_with_extra_args_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_binary_return_by_ref_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_unary_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_unary_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_unary_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_kthvalue_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_ldexp_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_le_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_le_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_le_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_le_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_lgamma_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_lgamma_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_lgamma_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_cond_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_cross_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_cross_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_cross_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_det_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_diagonal_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_diagonal_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_diagonal_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_diagonal_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_eigvalsh_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_ldl_factor_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_lstsq_grad_oriented_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_lstsq_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_lu_solve_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_matrix_norm_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_matrix_norm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_matrix_norm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_matrix_rank_hermitian_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_matrix_rank_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_matrix_rank_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_multi_dot_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_multi_dot_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_multi_dot_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_norm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_norm_subgradients_at_zero_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_qr_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_slogdet_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_slogdet_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_solve_ex_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_solve_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_svd_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_vander_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_vander_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_vecdot_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_linspace_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_linspace_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linspace_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_linspace_tensor_overload_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_linspace_tensor_overload_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_linspace_tensor_overload_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_log10_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_log1p_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_log1p_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_log1p_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_log1p_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_log2_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_log_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_log_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_log_softmax_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_log_softmax_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_log_softmax_with_dtype_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_log_softmax_with_dtype_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_logaddexp_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_logcumsumexp_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_not_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_or_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_or_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_xor_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_xor_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_xor_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_xor_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_xor_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_logit_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_logit_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_logspace_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_logspace_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_logspace_tensor_overload_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_logspace_tensor_overload_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_logspace_tensor_overload_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_logsumexp_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_logsumexp_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_logsumexp_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_logsumexp_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_logsumexp_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_lt_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_lt_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_lu_unpack_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_mH_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_mH_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_mH_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_mH_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_mT_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_amin_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_amin_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_argmax_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_argmin_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_argmin_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_argmin_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_argmin_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_cumprod_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_cumprod_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_cumprod_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_cumsum_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_cumsum_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_cumsum_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_cumsum_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_cumsum_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_fill_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_fill_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_logaddexp_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_logsumexp_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_logsumexp_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_logsumexp_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_mean_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_mean_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_norm_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_normalize_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_prod_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_prod_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_scatter_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_select_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_select_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_select_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_softmax_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_softmax_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_sum_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_var_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_var_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_var_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_matmul_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_matmul_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_matrix_exp_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_max_binary_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_max_pool2d_with_indices_backward_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_max_pool2d_with_indices_backward_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_max_reduction_no_dim_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_max_reduction_no_dim_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_max_reduction_no_dim_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_max_reduction_with_dim_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_max_reduction_with_dim_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_max_reduction_with_dim_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_max_reduction_with_dim_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_max_reduction_with_dim_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_mean_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_median_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_median_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_median_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_median_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_median_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_meshgrid_list_of_tensors_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_meshgrid_list_of_tensors_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_meshgrid_list_of_tensors_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_meshgrid_list_of_tensors_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_meshgrid_variadic_tensors_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_min_binary_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_min_binary_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_min_reduction_no_dim_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_min_reduction_no_dim_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_min_reduction_with_dim_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_min_reduction_with_dim_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_min_reduction_with_dim_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_min_reduction_with_dim_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_minimum_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_minimum_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_minimum_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_mm_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_mm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_mm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_mm_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_mode_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_mode_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_mode_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_movedim_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_movedim_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_msort_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_msort_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_msort_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_mul_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_mul_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_mv_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_mv_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_mv_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_mvlgamma_mvlgamma_p_1_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_mvlgamma_mvlgamma_p_3_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_mvlgamma_mvlgamma_p_3_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_mvlgamma_mvlgamma_p_3_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_mvlgamma_mvlgamma_p_5_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_mvlgamma_mvlgamma_p_5_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nan_to_num_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nan_to_num_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_nanmean_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nanmedian_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nanmedian_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_nanmedian_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nanmedian_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_nansum_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_narrow_copy_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_narrow_copy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_narrow_copy_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_narrow_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_narrow_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_native_dropout_backward_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_ne_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_ne_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_ne_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_ne_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_neg_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_neg_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_new_empty_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_new_empty_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_new_empty_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_new_empty_strided_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_new_empty_strided_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_new_empty_strided_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_new_empty_strided_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_new_full_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_new_full_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_new_ones_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_new_ones_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_new_zeros_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_new_zeros_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_new_zeros_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_new_zeros_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_nextafter_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_adaptive_avg_pool1d_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_adaptive_max_pool2d_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_alpha_dropout_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_avg_pool1d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_avg_pool2d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_avg_pool3d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_avg_pool3d_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_batch_norm_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_batch_norm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_bilinear_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_celu_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_channel_shuffle_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_channel_shuffle_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_channel_shuffle_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_channel_shuffle_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_channel_shuffle_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_conv1d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_conv2d_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_conv3d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_conv3d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_conv_transpose1d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_conv_transpose2d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_cosine_embedding_loss_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_dropout2d_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_dropout_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_dropout_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_fractional_max_pool2d_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_group_norm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_hardshrink_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_hardswish_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_hardtanh_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_huber_loss_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_interpolate_bilinear_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_kl_div_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_l1_loss_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_linear_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_linear_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_local_response_norm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_local_response_norm_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_margin_ranking_loss_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_margin_ranking_loss_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_pool2d_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_pool2d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_pool2d_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_pool2d_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_pool3d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_pool3d_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_unpool1d_grad_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_unpool1d_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_unpool1d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_unpool1d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_unpool2d_grad_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_unpool3d_grad_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_multi_head_attention_forward_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_multilabel_margin_loss_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_normalize_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_one_hot_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_circular_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_circular_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_constant_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_constant_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_constant_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_constant_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_replicate_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_replicate_negative_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_replicate_negative_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_replicate_negative_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pairwise_distance_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pairwise_distance_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pixel_unshuffle_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pixel_unshuffle_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pixel_unshuffle_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pixel_unshuffle_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_poisson_nll_loss_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_poisson_nll_loss_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_prelu_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_relu6_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_relu_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_rms_norm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_rms_norm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_rrelu_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_selu_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_soft_margin_loss_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_softmin_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_softmin_with_dtype_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_softmin_with_dtype_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_softmin_with_dtype_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_softmin_with_dtype_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_softshrink_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_softshrink_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_softsign_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_softsign_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_softsign_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_tanhshrink_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_tanhshrink_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_tanhshrink_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_threshold_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_triplet_margin_loss_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_triplet_margin_loss_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_triplet_margin_loss_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_triplet_margin_with_distance_loss_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_triplet_margin_with_distance_loss_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_unfold_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_unfold_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_upsample_bilinear_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_upsample_bilinear_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_upsample_bilinear_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_upsample_nearest_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_nonzero_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_nonzero_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nonzero_static_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_nonzero_static_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_nonzero_static_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_nonzero_static_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nonzero_static_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_norm_inf_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_norm_inf_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_norm_nuc_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_normal_in_place_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_normal_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_ones_like_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_ones_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_ones_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_ones_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_outer_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_outer_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_outer_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_outer_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_permute_copy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_permute_copy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_permute_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_permute_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_permute_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_permute_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_pinverse_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_pinverse_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_0_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_0_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_0_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_0_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_0_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_1_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_2_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_2_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_2_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_3_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_3_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_4_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_4_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_4_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_positive_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_positive_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_positive_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_pow_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_prod_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_prod_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_put_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_put_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_put_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_rad2deg_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_rad2deg_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_rad2deg_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_rand_like_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_rand_like_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_rand_like_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_randint_like_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_randint_like_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_randint_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_randint_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_randint_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_randn_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_ravel_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_ravel_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_ravel_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_real_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_real_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_reciprocal_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_reciprocal_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_remainder_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_remainder_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_repeat_interleave_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_repeat_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_repeat_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_repeat_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_reshape_as_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_reshape_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_reshape_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_reshape_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_resize__mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_resize_as__mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_resize_as__mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_resolve_conj_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_resolve_conj_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_resolve_neg_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_resolve_neg_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_roll_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_roll_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_rot90_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_rot90_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_rot90_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_round_decimals_0_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_round_decimals_0_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_round_decimals_3_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_round_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_rsub_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_scalar_tensor_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_scalar_tensor_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_add_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_amax_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_amax_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_amin_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_mean_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_prod_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_prod_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_prod_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_prod_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_sum_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_sum_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_sum_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_searchsorted_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_searchsorted_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_select_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_select_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_select_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_select_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_select_scatter_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_sgn_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_sgn_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_short_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_short_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_short_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_sigmoid_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_sigmoid_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_sigmoid_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_sigmoid_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_signal_windows_hann_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_signbit_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_sin_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_sin_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_sin_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_sinc_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_sinc_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_sinc_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_sinc_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_sinh_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_sinh_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_sinh_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_sinh_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_slice_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_slice_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_slice_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_slice_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_slice_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_slice_scatter_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_softmax_with_dtype_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_softmax_with_dtype_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_softmax_with_dtype_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_softmax_with_dtype_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_softmax_with_dtype_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_softmax_with_dtype_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_sort_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_sort_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_airy_ai_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_special_airy_ai_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_airy_ai_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_special_airy_ai_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_bessel_j1_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_special_bessel_j1_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_special_bessel_y0_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_bessel_y1_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_special_chebyshev_polynomial_t_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_special_chebyshev_polynomial_t_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_chebyshev_polynomial_u_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_special_chebyshev_polynomial_u_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_erfcx_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_hermite_polynomial_h_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_hermite_polynomial_he_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_special_hermite_polynomial_he_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_hermite_polynomial_he_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_hermite_polynomial_he_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_special_hermite_polynomial_he_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_i0e_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_special_i0e_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_i1_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_i1_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_i1_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_special_i1_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_i1e_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_special_i1e_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_i1e_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_laguerre_polynomial_l_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_laguerre_polynomial_l_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_laguerre_polynomial_l_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_special_laguerre_polynomial_l_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_legendre_polynomial_p_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_legendre_polynomial_p_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_special_log_ndtr_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_log_ndtr_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_log_ndtr_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_modified_bessel_i1_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_modified_bessel_k0_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_special_ndtr_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_special_ndtri_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_polygamma_special_polygamma_n_0_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_scaled_modified_bessel_k0_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_scaled_modified_bessel_k1_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_special_shifted_chebyshev_polynomial_t_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_shifted_chebyshev_polynomial_t_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_shifted_chebyshev_polynomial_u_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_shifted_chebyshev_polynomial_u_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_shifted_chebyshev_polynomial_v_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_shifted_chebyshev_polynomial_v_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_shifted_chebyshev_polynomial_w_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_special_shifted_chebyshev_polynomial_w_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_zeta_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_special_zeta_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_split_list_args_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_split_list_args_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_split_list_args_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_split_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_split_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_split_with_sizes_copy_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_split_with_sizes_copy_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_split_with_sizes_copy_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_split_with_sizes_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_split_with_sizes_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_split_with_sizes_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_sqrt_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_square_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_square_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_squeeze_copy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_squeeze_copy_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_squeeze_copy_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_squeeze_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_squeeze_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_squeeze_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_squeeze_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_squeeze_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_squeeze_multiple_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_squeeze_multiple_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_stack_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_stack_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_stack_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_std_mean_unbiased_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_std_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_std_unbiased_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_std_unbiased_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_std_unbiased_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_sum_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_sum_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_sum_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_sum_to_size_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_sum_to_size_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_sum_to_size_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_svd_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_t_copy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_t_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_take_along_dim_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_take_along_dim_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_take_along_dim_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_take_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_tan_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_tan_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_tan_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_tanh_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_tanh_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_tanh_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_tanh_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_tanh_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_tanh_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_tensor_split_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_tensor_split_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_tensor_split_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_tensor_split_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_tensor_split_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_tensor_split_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_tile_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_tile_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_tile_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_to_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_to_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_to_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_to_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_to_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_to_sparse_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_to_sparse_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_to_sparse_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_topk_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_torch_ops_aten__safe_softmax_default_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_torch_ops_aten__safe_softmax_default_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_torch_ops_aten__safe_softmax_default_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_torch_ops_aten__safe_softmax_default_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_trace_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_transpose_copy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_transpose_copy_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_transpose_copy_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_transpose_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_transpose_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_transpose_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_trapezoid_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_trapezoid_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_trapezoid_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_trapezoid_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_trapz_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_trapz_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_triangular_solve_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_tril_indices_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_tril_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_tril_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_tril_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_tril_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_triu_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_triu_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_triu_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_triu_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_true_divide_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_true_divide_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_true_divide_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_trunc_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_trunc_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_unbind_copy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_unbind_copy_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_unbind_copy_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_unbind_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_unbind_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_unbind_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_unbind_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_unflatten_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_unflatten_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_unfold_copy_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_unfold_copy_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_unfold_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_unfold_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_unfold_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_unfold_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_uniform_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_unique_consecutive_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_unique_consecutive_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_unique_consecutive_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_unique_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_unique_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_unravel_index_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_unsafe_chunk_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_unsafe_chunk_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_unsafe_chunk_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_unsafe_split_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_unsafe_split_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_unsafe_split_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_unsafe_split_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_unsqueeze_copy_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_unsqueeze_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_unsqueeze_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_unsqueeze_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_var_mean_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_var_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_var_unbiased_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_vdot_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_view_copy_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_view_copy_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_view_copy_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_view_copy_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_view_copy_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_view_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_view_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_view_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_view_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_view_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_view_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_vsplit_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_vsplit_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_where_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_where_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_where_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_xlogy_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_xlogy_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_zero__mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_zero__mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_zero__mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_zeros_like_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_zeros_like_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_zeros_like_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_zeros_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_zeros_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_zeros_mps_int64, test/test_mps.py::TestErrorInputsMPS::test_error_inputs___rmul___mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs___rpow___mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_add_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_atan2_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_cauchy_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_copysign_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_diag_embed_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_fft_fftn_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_fft_hfft_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_fft_ifft2_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_fft_irfft2_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_fft_irfftn_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_float_power_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_fmax_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_fmin_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_gather_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_ge_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_geometric_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_histogramdd_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_hstack_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_igammac_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_kthvalue_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_lcm_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_linspace_tensor_overload_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_logspace_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_masked_fill_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_mean_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_median_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_min_binary_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_multinomial_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_narrow_copy_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_ne_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_neg_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_nn_functional_adaptive_avg_pool2d_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_nn_functional_adaptive_avg_pool3d_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_nn_functional_adaptive_max_pool1d_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_nn_functional_avg_pool2d_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_nn_functional_gaussian_nll_loss_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_nn_functional_gelu_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_nn_functional_triplet_margin_loss_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_normal_in_place_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_ormqr_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_polar_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_roll_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_signal_windows_cosine_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_signal_windows_hann_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_signal_windows_kaiser_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_special_hermite_polynomial_h_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_special_laguerre_polynomial_l_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_sub_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_sum_to_size_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_unbind_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_vstack_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_where_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_xlogy_mps, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_allclose_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_broadcast_shapes_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_broadcast_tensors_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_jiterator_4inputs_with_extra_args_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_linalg_tensorsolve_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_nn_functional_conv_transpose1d_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_nn_functional_conv_transpose3d_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_nn_functional_gelu_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_nn_functional_layer_norm_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_nn_functional_pairwise_distance_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_nn_functional_rms_norm_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_signal_windows_bartlett_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_signal_windows_exponential_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_signal_windows_general_hamming_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_signal_windows_hamming_mps_float32, test/test_mps.py::TestCommonMPS::test_tensor_creation_mps_int8, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_1_n_48_q_group_32_num_groups_1_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_1_n_48_q_group_64_num_groups_2_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_1_n_64_q_group_256_num_groups_1_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_1_n_64_q_group_256_num_groups_2_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_32_n_48_q_group_256_num_groups_1_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_32_n_48_q_group_64_num_groups_2_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_32_n_64_q_group_128_num_groups_2_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_64_n_48_q_group_256_num_groups_1_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_64_n_48_q_group_64_num_groups_2_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_64_n_64_q_group_128_num_groups_1_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_64_n_64_q_group_32_num_groups_1_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_64_n_64_q_group_64_num_groups_1_mps, test/test_mps.py::TestLinalgMPSMPS::test__int8_mm_m_32_k_64_n_32_mps, test/test_mps.py::TestLinalgMPSMPS::test__int8_mm_m_64_k_64_n_32_mps, test/test_mps.py::TestLinalgMPSMPS::test__int8_mm_m_64_k_64_n_64_mps, test/test_mps.py::TestLinalgMPSMPS::test_addr_mps, test/test_mps.py::TestLinalgMPSMPS::test_matrix_rank_mps 2025-09-07T06:49:52.6287980Z 2025-09-07T06:49:56.9759820Z Running test_modules 1/2 ... [2025-09-07 06:49:56.975794] 2025-09-07T06:49:56.9760100Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:49:56.9762350Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'test_modules.py', '-m', 'not serial', '--shard-id=1', '--num-shards=2', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:49:56.976118] 2025-09-07T06:50:10.8390620Z 2025-09-07T06:50:10.8391340Z test_mps 3/4 was successful, full logs can be found in artifacts with path test/test-reports/test_mps_3.4_1986ea38b40c8a35_.log 2025-09-07T06:50:10.8739820Z Running 1838 items in this shard: test/test_mps.py::TestAutocastMPS::test_conv_transpose3d_autocast_fp32, test/test_mps.py::TestAutocastMPS::test_gradscaler_mps, test/test_mps.py::TestMemoryLeak::test_copy_cast_no_leak, test/test_mps.py::TestPixelShuffle::test_pixel_shuffle_unshuffle, test/test_mps.py::MPSReluTest::testNumbersGPU, test/test_mps.py::MatmulTest::test_batched_matrix_x_batched_matrix, test/test_mps.py::TestAvgPool::test_avg_pool2d_ceil_mode_mismatch, test/test_mps.py::TestAvgPool::test_avg_pool2d_with_zero_divisor, test/test_mps.py::TestAvgPool::test_doubletensor_avg_pool2d_with_divisor, test/test_mps.py::TestMPS::testNumbersGPU, test/test_mps.py::TestMPS::test_abs, test/test_mps.py::TestMPS::test_adaptive_avg_pool2d_output_size_one, test/test_mps.py::TestMPS::test_addbmm, test/test_mps.py::TestMPS::test_addcmul, test/test_mps.py::TestMPS::test_addr, test/test_mps.py::TestMPS::test_amax, test/test_mps.py::TestMPS::test_angle, test/test_mps.py::TestMPS::test_any, test/test_mps.py::TestMPS::test_arange_empty, test/test_mps.py::TestMPS::test_argmax, test/test_mps.py::TestMPS::test_argmin_argmax, test/test_mps.py::TestMPS::test_as_strided, test/test_mps.py::TestMPS::test_baddbmm, test/test_mps.py::TestMPS::test_batch_norm_slices, test/test_mps.py::TestMPS::test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss_large_tensors_with_grad, test/test_mps.py::TestMPS::test_bce_with_logits_has_correct_grad_at_zero, test/test_mps.py::TestMPS::test_bce_with_logits_ones_in_pos_weights_are_the_same_as_none, test/test_mps.py::TestMPS::test_bincount_simple, test/test_mps.py::TestMPS::test_binops_dtype_precedence_binop_sub, test/test_mps.py::TestMPS::test_cast_mps_to_mps, test/test_mps.py::TestMPS::test_cdist_same_inputs, test/test_mps.py::TestMPS::test_clamp_nan, test/test_mps.py::TestMPS::test_contiguous_slice_2d, test/test_mps.py::TestMPS::test_conv_transpose2d, test/test_mps.py::TestMPS::test_copy_non_contiguous, test/test_mps.py::TestMPS::test_embedding_dense_backward, test/test_mps.py::TestMPS::test_empty_posneginf, test/test_mps.py::TestMPS::test_exp1, test/test_mps.py::TestMPS::test_exp_strided_output, test/test_mps.py::TestMPS::test_exponential_nonzero_float16, test/test_mps.py::TestMPS::test_from_numpy_non_contiguous, test/test_mps.py::TestMPS::test_full_bugs, test/test_mps.py::TestMPS::test_gelu_tanh, test/test_mps.py::TestMPS::test_generic_event, test/test_mps.py::TestMPS::test_glu, test/test_mps.py::TestMPS::test_gt_scalar, test/test_mps.py::TestMPS::test_im2col, test/test_mps.py::TestMPS::test_index_select_scalar, test/test_mps.py::TestMPS::test_inplace_bitwise_not_int64, test/test_mps.py::TestMPS::test_inplace_bitwise_not_int8, test/test_mps.py::TestMPS::test_instance_norm, test/test_mps.py::TestMPS::test_is_nonzero, test/test_mps.py::TestMPS::test_isnan, test/test_mps.py::TestMPS::test_l1_loss, test/test_mps.py::TestMPS::test_linalg_det, test/test_mps.py::TestMPS::test_linalg_solve, test/test_mps.py::TestMPS::test_linalg_solve_with_broadcasting, test/test_mps.py::TestMPS::test_linear1D_backward, test/test_mps.py::TestMPS::test_linear2D_no_bias, test/test_mps.py::TestMPS::test_linear3D, test/test_mps.py::TestMPS::test_linear3D_no_bias_backward, test/test_mps.py::TestMPS::test_linear_1d_weight, test/test_mps.py::TestMPS::test_linear_bias, test/test_mps.py::TestMPS::test_linear_errors, test/test_mps.py::TestMPS::test_log, test/test_mps.py::TestMPS::test_log_ten, test/test_mps.py::TestMPS::test_logaddexp, test/test_mps.py::TestMPS::test_masked_fill__non_contiguous, test/test_mps.py::TestMPS::test_masked_scatter, test/test_mps.py::TestMPS::test_minimum_maximum_nan_propagation, test/test_mps.py::TestMPS::test_mish_simple, test/test_mps.py::TestMPS::test_mps_event_module, test/test_mps.py::TestMPS::test_mse_loss, test/test_mps.py::TestMPS::test_nansum, test/test_mps.py::TestMPS::test_neg, test/test_mps.py::TestMPS::test_neg_strided_input, test/test_mps.py::TestMPS::test_norm, test/test_mps.py::TestMPS::test_random_5d, test/test_mps.py::TestMPS::test_reduction_ops_5D, test/test_mps.py::TestMPS::test_repeat_interleave, test/test_mps.py::TestMPS::test_scalar_from_slice_binary, test/test_mps.py::TestMPS::test_scatter_add, test/test_mps.py::TestMPS::test_setitem_scalar, test/test_mps.py::TestMPS::test_slice, test/test_mps.py::TestMPS::test_slice_casting, test/test_mps.py::TestMPS::test_slice_of_slice, test/test_mps.py::TestMPS::test_slice_reshape, test/test_mps.py::TestMPS::test_slice_view_api_float32, test/test_mps.py::TestMPS::test_stack_storage_offset, test/test_mps.py::TestMPS::test_storage_offset_greater_than_src_nbytes, test/test_mps.py::TestMPS::test_take_along_dim_bfloat16, test/test_mps.py::TestMPS::test_take_along_dim_float16, test/test_mps.py::TestMPS::test_to_casting, test/test_mps.py::TestMPS::test_transpose_2D, test/test_mps.py::TestMPS::test_transpose_4D, test/test_mps.py::TestMPS::test_type_casting, test/test_mps.py::TestMPS::test_unfold_scalars, test/test_mps.py::TestMPS::test_uniform, test/test_mps.py::TestMPS::test_unique_all_dtypes, test/test_mps.py::TestMPS::test_unique_consecutive, test/test_mps.py::TestMPS::test_unsafe_chunk, test/test_mps.py::TestMPS::test_weight_norm, test/test_mps.py::TestMPS::test_xor_non_contigous, test/test_mps.py::TestLogical::test_logical_and, test/test_mps.py::TestLogical::test_logical_or, test/test_mps.py::TestLogical::test_min_max_int16, test/test_mps.py::TestLogical::test_min_max_uint8, test/test_mps.py::TestLogical::test_shifts_int8, test/test_mps.py::TestSmoothL1Loss::test_smooth_l1_loss_reduction_mean_requires_grad_False, test/test_mps.py::TestSmoothL1Loss::test_smooth_l1_loss_reduction_mean_requires_grad_True, test/test_mps.py::TestSmoothL1Loss::test_smooth_l1_loss_reduction_sum_requires_grad_True, test/test_mps.py::TestNLLLoss::test_nll_loss_invalid_weights, test/test_mps.py::TestTopK::test_topk, test/test_mps.py::TestTopK::test_topk_gt_4d, test/test_mps.py::TestNNMPS::test_conv2d_backward_collision, test/test_mps.py::TestNNMPS::test_conv2d_discontiguous_weight, test/test_mps.py::TestNNMPS::test_conv_expand, test/test_mps.py::TestNNMPS::test_gemm_permute_transpose, test/test_mps.py::TestPad::test_constant_pad, test/test_mps.py::TestPad::test_constant_pad_4d_warning, test/test_mps.py::TestSDPA::test_fast_full_attention_float16_contiguous_True_head_dim_128_with_mask_False, test/test_mps.py::TestSDPA::test_fast_full_attention_float16_contiguous_True_head_dim_128_with_mask_True, test/test_mps.py::TestSDPA::test_fast_full_attention_float16_contiguous_True_head_dim_64_with_mask_True, test/test_mps.py::TestSDPA::test_fast_full_attention_float32_contiguous_False_head_dim_128_with_mask_False, test/test_mps.py::TestSDPA::test_fast_full_attention_float32_contiguous_False_head_dim_128_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_2pass_float32_contiguous_False_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float16_contiguous_False_head_dim_128_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_float16_contiguous_False_head_dim_64_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float16_contiguous_False_head_dim_96_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float16_contiguous_False_head_dim_96_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_float32_contiguous_False_head_dim_64_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float32_contiguous_False_head_dim_96_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_float32_contiguous_True_head_dim_64_with_mask_True, test/test_mps.py::TestSDPA::test_sdpa_enable_gqa_float16_is_causal_False, test/test_mps.py::TestSDPA::test_sdpa_enable_gqa_float16_is_causal_True, test/test_mps.py::TestSDPA::test_sdpa_enable_gqa_float32_is_causal_False, test/test_mps.py::TestSDPA::test_sdpa_no_mask_causal_fp16_L7, test/test_mps.py::TestSDPA::test_sdpa_no_mask_causal_fp16_L7_S17_NH23_HS121, test/test_mps.py::TestSDPA::test_sdpa_no_mask_no_causal_fp16, test/test_mps.py::TestSDPAMeta::test_fast_vector_attention_meta, test/test_mps.py::TestSDPAMeta::test_sdpa_3d_input_meta, test/test_mps.py::TestSDPAMeta::test_sdpa_mask_fp16_L6_S17_NH23_HS121_meta, test/test_mps.py::TestSDPAMeta::test_sdpa_no_mask_5d_meta, test/test_mps.py::TestSDPAMeta::test_sdpa_no_mask_causal_fp16_L7_meta, test/test_mps.py::TestSDPAMeta::test_sdpa_no_mask_causal_fp32_meta, test/test_mps.py::TestSDPAMeta::test_sdpa_no_mask_no_causal_fp16_meta, test/test_mps.py::TestSDPAMeta::test_sdpa_no_mask_no_causal_fp32_grad_meta, test/test_mps.py::TestSDPAMeta::test_sdpa_no_mask_no_causal_fp32_meta, test/test_mps.py::TestViewOpsMPS::test_atleast_gradient, test/test_mps.py::TestViewOpsMPS::test_diagonal_view, test/test_mps.py::TestViewOpsMPS::test_expand_as_view, test/test_mps.py::TestViewOpsMPS::test_flatten_view, test/test_mps.py::TestViewOpsMPS::test_inplace_view_add, test/test_mps.py::TestViewOpsMPS::test_memory_format_resize_, test/test_mps.py::TestViewOpsMPS::test_permute_view, test/test_mps.py::TestViewOpsMPS::test_resize_as_mps_dtypes, test/test_mps.py::TestViewOpsMPS::test_split, test/test_mps.py::TestViewOpsMPS::test_squeeze_view, test/test_mps.py::TestViewOpsMPS::test_t_inplace_view, test/test_mps.py::TestViewOpsMPS::test_transposes, test/test_mps.py::TestViewOpsMPS::test_view_empty, test/test_mps.py::TestAdvancedIndexing::test_basic_advanced_combined, test/test_mps.py::TestAdvancedIndexing::test_byte_mask_accumulate, test/test_mps.py::TestAdvancedIndexing::test_byte_tensor_assignment, test/test_mps.py::TestAdvancedIndexing::test_ellipsis_tensor, test/test_mps.py::TestAdvancedIndexing::test_empty_reduce, test/test_mps.py::TestAdvancedIndexing::test_empty_slice, test/test_mps.py::TestAdvancedIndexing::test_getitem_scalars, test/test_mps.py::TestAdvancedIndexing::test_index_getitem_copy_bools_slices, test/test_mps.py::TestAdvancedIndexing::test_index_put_deterministic, test/test_mps.py::TestAdvancedIndexing::test_index_setitem_bools_slices, test/test_mps.py::TestAdvancedIndexing::test_int_indices, test/test_mps.py::TestAdvancedIndexing::test_int_indices2d, test/test_mps.py::TestAdvancedIndexing::test_multiple_bool_indices, test/test_mps.py::TestAdvancedIndexing::test_nonzero_discontiguous, test/test_mps.py::TestAdvancedIndexing::test_out_of_bound_index, test/test_mps.py::TestAdvancedIndexing::test_set_item_to_scalar_tensor, test/test_mps.py::TestAdvancedIndexing::test_setitem_scalars, test/test_mps.py::TestRNNMPS::test_LSTM_cell_forward_hidden_size, test/test_mps.py::TestRNNMPS::test_LSTM_cell_forward_input_size, test/test_mps.py::TestNoRegression::test_assert_close, test/test_mps.py::TestNoRegression::test_serialization_map_location, test/test_mps.py::TestMetalLibrary::test_atomic_add_float16, test/test_mps.py::TestMetalLibrary::test_metal_arange_with_arg, test/test_mps.py::TestMetalLibrary::test_metal_arange_with_arg_and_scalar_tensor_float64, test/test_mps.py::TestMetalLibrary::test_metal_dispatch_3d, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_T_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match___rmatmul___mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match___rpow___mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match___rsub___mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match__segment_reduce_lengths_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match__softmax_backward_data_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match__unsafe_masked_index_put_accumulate_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_acos_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_acosh_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_addmm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_addmv_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_addmv_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_addr_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_addr_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_all_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_allclose_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_amax_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_aminmax_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_any_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_arange_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_argmax_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_argmin_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_argsort_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_as_strided_copy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_atleast_1d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_atleast_2d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_atleast_3d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_bernoulli_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_block_diag_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_bmm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_broadcast_shapes_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_broadcast_tensors_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_broadcast_to_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_bucketize_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_cat_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_cauchy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_cfloat_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_char_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_cholesky_inverse_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_chunk_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_clamp_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_column_stack_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_conj_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_copysign_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_cos_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_cosh_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_cosh_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_cross_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_cross_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_cumprod_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_cumsum_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_cumulative_trapezoid_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_deg2rad_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_diag_embed_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_diagonal_copy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_diagonal_copy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_diagonal_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_diagonal_scatter_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_div_no_rounding_mode_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_div_trunc_rounding_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_double_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_dstack_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_empty_strided_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_equal_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_erfc_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_erfinv_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_exp_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_expand_copy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_exponential_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_fft_fft2_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_fft_ifftn_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_fft_ihfft2_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_fft_irfft_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_flatten_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_flipud_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_fmax_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_fmax_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_frac_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_frac_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_geometric_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_grid_sampler_3d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_gt_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_half_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_hash_tensor_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_heaviside_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_histogramdd_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_hstack_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_hypot_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_igamma_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_index_fill_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_inner_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_isinf_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_isnan_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_item_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_jiterator_2inputs_2outputs_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_jiterator_4inputs_with_extra_args_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_jiterator_binary_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_kron_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_ldexp_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_le_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_lerp_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_lgamma_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_cross_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_diagonal_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_lu_factor_ex_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_matrix_norm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_multi_dot_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_norm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_norm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_pinv_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linspace_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linspace_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linspace_tensor_overload_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_log_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_log_normal_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_log_softmax_with_dtype_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_logaddexp2_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_logdet_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_logical_or_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_logical_or_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_logit_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_logspace_tensor_overload_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_mT_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_amin_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_argmin_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_cumprod_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_cumsum_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_fill_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_norm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_prod_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_prod_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_max_binary_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_max_reduction_with_dim_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_maximum_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_maximum_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_mean_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_meshgrid_list_of_tensors_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_meshgrid_variadic_tensors_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_meshgrid_variadic_tensors_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_min_binary_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_min_reduction_with_dim_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_mm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_mode_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_msort_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_mvlgamma_mvlgamma_p_3_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_mvlgamma_mvlgamma_p_5_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nan_to_num_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_native_dropout_backward_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_native_layer_norm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_new_empty_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_new_empty_strided_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_new_full_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_new_full_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_new_ones_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_new_zeros_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nextafter_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_adaptive_avg_pool1d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_adaptive_avg_pool3d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_adaptive_max_pool1d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_avg_pool1d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_batch_norm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_bilinear_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_bilinear_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_binary_cross_entropy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_channel_shuffle_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_conv_transpose3d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_cosine_embedding_loss_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_cosine_similarity_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_cross_entropy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_elu_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_feature_alpha_dropout_without_train_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_fractional_max_pool2d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_gaussian_nll_loss_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_grid_sample_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_group_norm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_hardsigmoid_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_hardswish_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_hardtanh_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_huber_loss_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_interpolate_linear_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_interpolate_nearest-exact_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_interpolate_trilinear_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_kl_div_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_l1_loss_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_leaky_relu_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_leaky_relu_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_linear_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_logsigmoid_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_margin_ranking_loss_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_max_pool1d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_max_unpool2d_grad_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_max_unpool2d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_max_unpool3d_grad_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_mish_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_multilabel_soft_margin_loss_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_multilabel_soft_margin_loss_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_nll_loss_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_pad_circular_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_pad_constant_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_pad_replicate_negative_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_pairwise_distance_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_pdist_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_pixel_shuffle_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_poisson_nll_loss_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_prelu_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_rms_norm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_scaled_dot_product_attention_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_selu_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_silu_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_softmin_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_softmin_with_dtype_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_softmin_with_dtype_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_softsign_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_tanhshrink_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_threshold_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_unfold_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_normal_in_place_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_ones_like_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_outer_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_polygamma_polygamma_n_0_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_pow_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_prod_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_rad2deg_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_rand_like_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_randint_like_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_randn_like_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_randn_like_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_randn_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_ravel_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_real_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_real_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_reciprocal_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_reciprocal_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_remainder_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_reshape_as_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_resize__mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_resolve_conj_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_resolve_neg_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_roll_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_rot90_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_rsqrt_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_scalar_tensor_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_scatter_add_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_scatter_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_scatter_reduce_amin_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_scatter_reduce_prod_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_select_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_select_scatter_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_sgn_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_short_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_sign_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_signal_windows_cosine_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_signal_windows_gaussian_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_signal_windows_general_cosine_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_sinh_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_slice_scatter_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_softmax_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_softmax_with_dtype_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_softmax_with_dtype_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_sparse_sampled_addmm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_airy_ai_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_bessel_j1_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_chebyshev_polynomial_t_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_chebyshev_polynomial_w_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_entr_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_i1_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_i1e_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_ndtr_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_ndtri_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_shifted_chebyshev_polynomial_v_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_xlog1py_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_zeta_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_split_list_args_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_split_with_sizes_copy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_split_with_sizes_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_square_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_squeeze_copy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_squeeze_multiple_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_stack_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_stft_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_sub_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_sum_to_size_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_svd_lowrank_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_svd_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_t_copy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_take_along_dim_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_take_along_dim_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_take_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_tanh_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_tensordot_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_to_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_to_sparse_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_trapezoid_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_trapz_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_true_divide_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_trunc_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_unbind_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_unfold_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_unfold_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_unique_consecutive_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_unique_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_unsafe_chunk_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_unsafe_split_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_unsqueeze_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_var_mean_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_var_mean_unbiased_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_var_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_vdot_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_view_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_vsplit_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_where_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_where_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_xlogy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_zero__mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_H_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_H_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_T_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_T_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_T_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match___getitem___mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match___getitem___mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match___radd___mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match___radd___mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match___radd___mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match___rand___mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match___rdiv___mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match___rdiv___mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match___rdiv___mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match___rdiv___mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match___rdiv___mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match___rmatmul___mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match___rmatmul___mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match___rmul___mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match___rmul___mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match___ror___mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match___rpow___mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match___rsub___mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match___rxor___mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match__batch_norm_with_update_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match__chunk_cat_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match__chunk_cat_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match__segment_reduce_lengths_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match__softmax_backward_data_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match__softmax_backward_data_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match__unsafe_masked_index_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match__unsafe_masked_index_put_accumulate_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match__unsafe_masked_index_put_accumulate_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match__upsample_bicubic2d_aa_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_abs_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_abs_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_acos_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_acos_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_acos_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_acos_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_acosh_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_acosh_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_acosh_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_add_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_add_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_addcdiv_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_addcmul_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_addcmul_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_addmm_decomposed_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_addmm_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_addmv_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_addmv_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_alias_copy_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_alias_copy_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_alias_copy_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_all_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_all_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_all_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_all_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_amax_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_amax_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_amax_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_amax_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_amax_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_amax_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_amax_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_amax_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_amin_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_amin_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_amin_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_amin_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_aminmax_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_aminmax_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_aminmax_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_aminmax_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_angle_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_angle_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_angle_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_angle_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_any_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_arange_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_argmax_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_argmax_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_argmax_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_argmax_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_argmin_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_argmin_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_argsort_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_argsort_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_argsort_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_argsort_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_argwhere_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_argwhere_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_argwhere_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_copy_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_copy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_copy_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_copy_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_partial_views_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_scatter_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_scatter_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_asin_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_asin_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_asinh_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_asinh_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_asinh_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_asinh_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_asinh_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_atan2_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_atan2_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_atan_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_atan_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_atan_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_atan_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_atan_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_atan_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_atanh_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_atanh_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_atanh_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_atleast_1d_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_atleast_2d_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_baddbmm_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_baddbmm_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_baddbmm_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_bfloat16_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_bfloat16_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_bfloat16_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_bfloat16_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_bincount_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_bincount_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_bitwise_left_shift_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_bitwise_not_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_bitwise_or_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_bitwise_or_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_bitwise_right_shift_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_bitwise_right_shift_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_bitwise_right_shift_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_bitwise_xor_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_block_diag_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_block_diag_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_block_diag_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_block_diag_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_bmm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_bmm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_bmm_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_bmm_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_bmm_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_bool_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_bool_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_bool_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_bool_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_broadcast_tensors_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_broadcast_tensors_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_broadcast_tensors_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_bucketize_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_byte_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_byte_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_cartesian_prod_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_cartesian_prod_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_cartesian_prod_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_cat_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_cat_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_cat_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_cauchy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_cdouble_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_cdouble_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_cdouble_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_ceil_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_cfloat_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_cfloat_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_cfloat_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_cfloat_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_chalf_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_chalf_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_chalf_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_chalf_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_char_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_cholesky_inverse_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_cholesky_solve_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_chunk_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_chunk_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_clamp_max_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_clamp_max_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_clamp_max_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_clamp_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_clamp_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_clamp_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_clamp_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_clamp_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_clone_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_clone_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_clone_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_clone_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_column_stack_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_column_stack_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_combinations_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_combinations_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_combinations_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_complex_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_conj_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_conj_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_conj_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_conj_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_conj_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_conj_physical_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_conj_physical_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_conj_physical_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_constant_pad_nd_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_constant_pad_nd_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_contiguous_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_contiguous_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_contiguous_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_corrcoef_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_corrcoef_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_corrcoef_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_cos_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_cos_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_cos_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_cosh_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_cosh_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_cov_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_cov_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_cov_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_cross_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_cross_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_cummax_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_cummax_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_cummin_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_cummin_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_cumprod_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_cumprod_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_cumsum_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_cumsum_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_cumulative_trapezoid_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_cumulative_trapezoid_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_cumulative_trapezoid_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_deg2rad_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_deg2rad_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_diag_embed_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_diag_embed_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_diag_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_diag_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_diag_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_diag_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_diagflat_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_diagonal_copy_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_diagonal_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_diagonal_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_diagonal_scatter_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_diff_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_diff_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_diff_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_diff_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_digamma_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_digamma_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_dist_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_div_floor_rounding_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_div_trunc_rounding_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_div_trunc_rounding_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_div_trunc_rounding_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_dot_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_dot_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_dot_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_dot_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_dot_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_double_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_dsplit_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_dsplit_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_dsplit_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_dsplit_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_dsplit_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_dsplit_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_dstack_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_dstack_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_dstack_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_like_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_like_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_like_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_permuted_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_permuted_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_permuted_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_strided_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_strided_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_eq_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_eq_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_equal_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_equal_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_equal_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_equal_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_erf_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_erfc_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_erfc_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_erfinv_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_erfinv_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_erfinv_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_erfinv_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_exp_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_exp_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_exp_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_expand_as_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_expand_copy_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_expand_copy_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_expand_copy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_expand_copy_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_expand_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_expand_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_expm1_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_exponential_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_eye_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_fft2_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_fft2_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_fft2_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_fft_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_fft_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_fft_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_fftn_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_fftn_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_fftn_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_fftshift_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_hfft2_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_hfft2_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_hfft_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_hfft_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_hfft_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_hfftn_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ifft2_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ifft2_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ifft_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ifftn_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ifftn_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ifftshift_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ifftshift_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ihfft2_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ihfft_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ihfftn_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ihfftn_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ihfftn_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ihfftn_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_irfft2_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_irfft2_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_irfft2_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_irfft_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_irfft_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_irfft_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_irfftn_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_rfft2_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_rfft_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_rfft_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_rfft_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_rfftn_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_rfftn_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_fill_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_fill_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_fill_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_flatten_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_flatten_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_flatten_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_flip_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_fliplr_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_fliplr_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_flipud_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_flipud_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_flipud_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_float_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_float_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_float_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_float_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_float_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_float_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_float_power_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_float_power_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_floor_divide_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_floor_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_floor_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_fmax_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_fmax_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_fmin_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_fmin_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_fmin_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_frac_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_frexp_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_frexp_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_full_like_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_full_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_full_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_full_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_full_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_gather_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_gather_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_gather_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_ge_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_gradient_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_gt_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_gt_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_gt_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_half_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_half_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_half_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_hash_tensor_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_hash_tensor_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_hash_tensor_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_heaviside_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_heaviside_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_heaviside_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_histc_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_hsplit_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_hstack_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_hypot_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_i0_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_igamma_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_igamma_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_igamma_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_igammac_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_igammac_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_imag_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_index_add_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_index_add_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_index_add_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_index_add_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_index_copy_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_index_copy_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_index_copy_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_index_fill_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_index_fill_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_index_put_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_index_put_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_index_reduce_amax_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_index_reduce_amax_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_index_reduce_amin_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_index_reduce_amin_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_index_reduce_mean_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_index_reduce_mean_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_index_reduce_prod_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_index_reduce_prod_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_index_reduce_prod_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_index_reduce_prod_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_index_select_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_index_select_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_index_select_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_inner_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_inner_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_int_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_int_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_int_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_isclose_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_isclose_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_isclose_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_isfinite_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_isfinite_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_isfinite_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_isfinite_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_isin_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_isin_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_isin_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_isin_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_isin_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_isinf_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_isinf_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_isnan_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_isnan_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_isnan_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_isneginf_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_isposinf_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_isposinf_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_isreal_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_isreal_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_item_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_item_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_item_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_2inputs_2outputs_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_2inputs_2outputs_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_2inputs_2outputs_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_4inputs_with_extra_args_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_4inputs_with_extra_args_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_4inputs_with_extra_args_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_binary_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_binary_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_binary_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_binary_return_by_ref_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_binary_return_by_ref_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_binary_return_by_ref_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_binary_return_by_ref_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_binary_return_by_ref_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_binary_return_by_ref_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_unary_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_unary_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_unary_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_kron_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_kron_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_kron_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_kron_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_kron_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_kthvalue_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_lcm_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_ldexp_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_ldexp_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_ldexp_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_ldexp_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_ldexp_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_le_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_le_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_lgamma_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_lgamma_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_lgamma_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_cholesky_ex_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_cholesky_ex_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_cholesky_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_cross_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_diagonal_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_diagonal_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_diagonal_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_eig_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_eigvals_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_ldl_solve_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_lu_factor_ex_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_lu_factor_ex_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_lu_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_matrix_power_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_matrix_power_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_multi_dot_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_multi_dot_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_norm_subgradients_at_zero_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_pinv_hermitian_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_pinv_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_pinv_singular_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_solve_triangular_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_solve_triangular_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_svd_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_tensorinv_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_vander_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_vander_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_vecdot_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linspace_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linspace_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_linspace_tensor_overload_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_log10_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_log10_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_log2_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_log2_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_log2_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_log2_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_log_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_log_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_log_softmax_with_dtype_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_log_softmax_with_dtype_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_log_softmax_with_dtype_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_log_softmax_with_dtype_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_log_softmax_with_dtype_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_logaddexp2_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_logaddexp_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_logcumsumexp_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_logdet_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_and_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_and_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_not_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_not_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_not_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_or_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_xor_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_logit_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_logit_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_logit_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_logit_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_logspace_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_logspace_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_logspace_tensor_overload_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_logspace_tensor_overload_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_logspace_tensor_overload_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_logsumexp_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_logsumexp_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_long_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_long_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_long_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_lt_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_lt_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_lt_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_mH_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_mT_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_mT_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_mT_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_mT_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_amax_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_amax_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_amin_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_amin_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_argmax_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_argmax_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_argmin_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_cumprod_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_cumprod_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_cumprod_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_cumsum_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_cumsum_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_cumsum_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_fill_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_fill_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_fill_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_fill_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_log_softmax_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_median_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_norm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_normalize_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_scatter_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_scatter_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_scatter_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_scatter_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_select_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_select_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_select_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_select_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_softmin_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_softmin_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_std_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_std_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_sum_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_sum_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_sum_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_sum_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_var_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_var_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_matmul_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_matrix_exp_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_max_binary_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_max_binary_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_max_binary_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_max_pool2d_with_indices_backward_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_max_reduction_no_dim_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_max_reduction_no_dim_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_max_reduction_no_dim_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_max_reduction_no_dim_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_maximum_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_maximum_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_maximum_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_maximum_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_mean_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_mean_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_median_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_median_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_median_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_meshgrid_list_of_tensors_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_meshgrid_variadic_tensors_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_meshgrid_variadic_tensors_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_meshgrid_variadic_tensors_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_min_binary_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_min_binary_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_min_binary_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_min_binary_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_min_reduction_no_dim_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_min_reduction_no_dim_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_minimum_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_minimum_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_minimum_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_minimum_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_mm_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_mode_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_mode_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_movedim_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_movedim_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_movedim_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_movedim_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_mul_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_mv_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_mv_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_mvlgamma_mvlgamma_p_1_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_mvlgamma_mvlgamma_p_1_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_mvlgamma_mvlgamma_p_1_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_mvlgamma_mvlgamma_p_3_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_mvlgamma_mvlgamma_p_3_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_mvlgamma_mvlgamma_p_3_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_mvlgamma_mvlgamma_p_5_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_mvlgamma_mvlgamma_p_5_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_nan_to_num_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_nan_to_num_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nanmean_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nanmedian_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nanmedian_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_nansum_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nansum_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_nansum_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_narrow_copy_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_narrow_copy_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_narrow_copy_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_narrow_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_narrow_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_narrow_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_narrow_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_narrow_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_narrow_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_native_batch_norm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_native_batch_norm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_native_dropout_backward_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_native_dropout_backward_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_ne_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_ne_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_neg_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_neg_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_neg_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_new_empty_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_new_empty_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_new_empty_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_new_empty_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_new_empty_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_new_empty_strided_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_new_full_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_new_full_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_new_full_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_new_zeros_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_new_zeros_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_new_zeros_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_nextafter_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_adaptive_avg_pool1d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_adaptive_avg_pool3d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_adaptive_max_pool3d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_avg_pool1d_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_bilinear_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_binary_cross_entropy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_binary_cross_entropy_with_logits_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_binary_cross_entropy_with_logits_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_celu_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_channel_shuffle_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_channel_shuffle_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_channel_shuffle_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_channel_shuffle_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_conv1d_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_conv1d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_conv1d_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_conv2d_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_conv2d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_conv2d_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_conv3d_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_conv_transpose1d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_conv_transpose2d_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_conv_transpose2d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_cosine_embedding_loss_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_cosine_embedding_loss_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_cosine_embedding_loss_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_cosine_embedding_loss_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_cross_entropy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_ctc_loss_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_dropout2d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_dropout2d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_dropout3d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_dropout_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_embedding_bag_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_embedding_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_embedding_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_feature_alpha_dropout_without_train_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_feature_alpha_dropout_without_train_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_gaussian_nll_loss_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_gelu_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_glu_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_grid_sample_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_group_norm_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_group_norm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_hardshrink_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_hardsigmoid_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_hardswish_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_hardtanh_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_hardtanh_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_instance_norm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_interpolate_area_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_interpolate_bicubic_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_interpolate_linear_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_interpolate_nearest_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_interpolate_nearest_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_interpolate_nearest_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_interpolate_trilinear_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_kl_div_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_layer_norm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_linear_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_linear_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_local_response_norm_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_margin_ranking_loss_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_pool2d_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_pool3d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_pool3d_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_unpool2d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_unpool2d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_unpool3d_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_unpool3d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_mish_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_mse_loss_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_mse_loss_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_multi_margin_loss_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_normalize_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_normalize_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_circular_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_circular_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_constant_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_constant_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_constant_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_reflect_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_reflect_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_reflect_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_replicate_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_replicate_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_replicate_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_replicate_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_replicate_negative_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pairwise_distance_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pdist_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pixel_shuffle_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pixel_shuffle_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pixel_shuffle_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pixel_unshuffle_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pixel_unshuffle_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pixel_unshuffle_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_poisson_nll_loss_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_relu6_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_relu6_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_relu_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_relu_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_relu_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_relu_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_scaled_dot_product_attention_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_scaled_dot_product_attention_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_selu_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_softmin_with_dtype_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_softmin_with_dtype_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_softmin_with_dtype_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_softplus_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_softplus_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_softshrink_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_softsign_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_tanhshrink_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_tanhshrink_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_threshold_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_threshold_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_threshold_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_threshold_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_triplet_margin_loss_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_triplet_margin_with_distance_loss_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_triplet_margin_with_distance_loss_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_triplet_margin_with_distance_loss_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_unfold_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_unfold_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nonzero_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_nonzero_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_nonzero_static_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nonzero_static_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nonzero_static_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_norm_fro_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_norm_fro_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_norm_inf_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_norm_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_norm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_norm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_normal_in_place_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_normal_in_place_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_normal_number_mean_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_ones_like_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_ones_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_ones_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_ormqr_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_outer_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_outer_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_outer_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_outer_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_permute_copy_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_permute_copy_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_permute_copy_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_permute_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_permute_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_polar_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_0_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_1_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_1_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_2_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_3_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_4_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_4_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_positive_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_positive_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_pow_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_pow_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_pow_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_prod_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_prod_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_prod_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_prod_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_put_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_qr_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_qr_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_rad2deg_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_rad2deg_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_randint_like_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_randint_like_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_randint_like_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_randint_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_randint_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_randn_like_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_randn_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_ravel_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_real_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_real_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_reciprocal_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_reciprocal_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_reciprocal_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_reciprocal_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_remainder_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_remainder_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_renorm_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_renorm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_repeat_interleave_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_repeat_interleave_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_repeat_interleave_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_reshape_as_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_reshape_as_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_reshape_as_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_reshape_as_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_reshape_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_reshape_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_reshape_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_reshape_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_resize__mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_resize__mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_resize_as__mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_resize_as__mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_resolve_conj_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_resolve_conj_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_resolve_conj_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_resolve_conj_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_resolve_conj_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_resolve_neg_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_resolve_neg_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_resolve_neg_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_roll_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_roll_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_roll_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_rot90_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_rot90_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_round_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_rsqrt_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_rsqrt_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_rsqrt_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_rsqrt_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_rsqrt_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_rsqrt_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_rsqrt_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_rsub_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_scalar_tensor_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_scalar_tensor_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_scalar_tensor_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_add_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_add_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_add_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_add_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_amin_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_amin_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_mean_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_prod_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_sum_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_sum_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_sum_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_searchsorted_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_searchsorted_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_select_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_select_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_select_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_select_scatter_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_select_scatter_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_sgn_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_sgn_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_sgn_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_sgn_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_sigmoid_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_sigmoid_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_sign_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_sign_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_sign_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_signal_windows_bartlett_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_signal_windows_cosine_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_signal_windows_hamming_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_signal_windows_nuttall_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_signbit_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_signbit_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_signbit_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_signbit_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_sin_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_sin_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_sin_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_sinc_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_sinh_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_sinh_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_sinh_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_sinh_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_slice_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_slice_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_slice_scatter_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_slice_scatter_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_slice_scatter_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_slice_scatter_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_slice_scatter_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_softmax_with_dtype_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_sort_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_sort_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_sparse_sampled_addmm_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_special_airy_ai_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_bessel_j0_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_bessel_j1_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_bessel_y0_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_special_bessel_y0_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_bessel_y0_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_bessel_y1_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_bessel_y1_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_chebyshev_polynomial_t_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_chebyshev_polynomial_t_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_chebyshev_polynomial_u_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_chebyshev_polynomial_u_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_chebyshev_polynomial_v_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_chebyshev_polynomial_v_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_chebyshev_polynomial_v_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_chebyshev_polynomial_w_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_chebyshev_polynomial_w_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_chebyshev_polynomial_w_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_special_chebyshev_polynomial_w_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_entr_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_special_entr_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_entr_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_entr_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_special_entr_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_erfcx_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_special_hermite_polynomial_h_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_hermite_polynomial_h_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_i0e_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_i0e_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_i0e_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_i1_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_i1_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_i1_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_i1e_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_i1e_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_special_log_ndtr_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_special_log_ndtr_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_modified_bessel_i0_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_modified_bessel_i0_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_modified_bessel_i1_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_special_modified_bessel_i1_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_modified_bessel_k0_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_modified_bessel_k1_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_modified_bessel_k1_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_modified_bessel_k1_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_special_ndtr_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_ndtr_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_special_ndtr_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_ndtr_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_ndtr_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_ndtri_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_special_ndtri_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_polygamma_special_polygamma_n_0_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_polygamma_special_polygamma_n_0_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_scaled_modified_bessel_k0_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_special_scaled_modified_bessel_k0_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_scaled_modified_bessel_k0_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_scaled_modified_bessel_k0_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_special_scaled_modified_bessel_k1_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_special_scaled_modified_bessel_k1_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_scaled_modified_bessel_k1_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_shifted_chebyshev_polynomial_u_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_special_shifted_chebyshev_polynomial_u_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_shifted_chebyshev_polynomial_v_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_shifted_chebyshev_polynomial_v_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_special_shifted_chebyshev_polynomial_v_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_shifted_chebyshev_polynomial_w_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_shifted_chebyshev_polynomial_w_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_shifted_chebyshev_polynomial_w_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_spherical_bessel_j0_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_spherical_bessel_j0_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_special_spherical_bessel_j0_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_zeta_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_zeta_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_zeta_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_split_list_args_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_split_list_args_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_split_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_split_with_sizes_copy_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_split_with_sizes_copy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_split_with_sizes_copy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_split_with_sizes_copy_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_split_with_sizes_copy_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_split_with_sizes_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_split_with_sizes_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_split_with_sizes_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_split_with_sizes_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_split_with_sizes_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_sqrt_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_sqrt_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_sqrt_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_sqrt_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_square_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_square_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_square_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_squeeze_copy_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_squeeze_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_squeeze_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_squeeze_multiple_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_squeeze_multiple_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_squeeze_multiple_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_stack_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_stack_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_stack_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_stack_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_std_mean_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_std_mean_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_std_mean_unbiased_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_std_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_stft_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_sub_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_sub_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_sum_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_svd_lowrank_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_svd_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_t_copy_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_t_copy_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_t_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_t_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_t_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_t_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_take_along_dim_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_take_along_dim_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_take_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_take_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_take_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_take_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_tan_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_tan_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_tan_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_tan_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_tanh_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_tanh_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_tensor_split_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_tensordot_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_tensordot_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_tensordot_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_tensordot_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_tensordot_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_tensordot_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_tile_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_tile_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_tile_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_to_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_to_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_to_sparse_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_to_sparse_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_topk_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_torch_ops_aten__safe_softmax_default_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_trace_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_trace_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_trace_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_transpose_copy_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_transpose_copy_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_transpose_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_transpose_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_trapezoid_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_trapezoid_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_trapezoid_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_triangular_solve_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_tril_indices_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_tril_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_tril_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_tril_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_tril_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_triu_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_triu_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_triu_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_true_divide_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_true_divide_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_true_divide_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_true_divide_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_true_divide_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_unbind_copy_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_unbind_copy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_unbind_copy_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_unbind_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_unbind_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_unflatten_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_unflatten_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_unfold_copy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_unfold_copy_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_unfold_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_unfold_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_unfold_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_uniform_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_unique_consecutive_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_unique_consecutive_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_unique_consecutive_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_unique_consecutive_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_unique_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_unique_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_unique_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_unravel_index_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_unravel_index_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_unsafe_chunk_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_unsafe_chunk_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_unsafe_chunk_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_unsafe_chunk_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_unsafe_split_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_unsafe_split_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_unsqueeze_copy_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_unsqueeze_copy_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_unsqueeze_copy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_unsqueeze_copy_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_unsqueeze_copy_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_unsqueeze_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_unsqueeze_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_unsqueeze_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_unsqueeze_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_var_mean_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_var_mean_unbiased_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_var_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_var_unbiased_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_vdot_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_view_as_complex_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_view_as_complex_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_view_as_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_view_as_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_view_as_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_view_as_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_view_as_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_view_as_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_view_as_real_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_view_copy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_view_copy_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_view_copy_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_view_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_view_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_view_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_view_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_vsplit_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_vsplit_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_vstack_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_vstack_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_vstack_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_where_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_where_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_where_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_xlogy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_xlogy_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_xlogy_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_xlogy_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_zero__mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_zeros_like_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_zeros_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_zeros_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_zeros_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_zeros_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_zeros_mps_uint8, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_T_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs___rand___mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs___ror___mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs__chunk_cat_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_amin_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_bitwise_and_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_bitwise_right_shift_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_clamp_min_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_complex_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_cov_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_diff_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_div_floor_rounding_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_dstack_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_empty_permuted_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_exponential_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_eye_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_fft_ifftn_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_fft_ihfft_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_fft_ihfftn_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_fft_irfft_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_fliplr_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_fmod_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_gt_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_heaviside_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_hypot_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_index_add_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_isclose_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_le_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_linalg_lstsq_grad_oriented_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_logical_and_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_lt_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_masked_select_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_movedim_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_narrow_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_nn_functional_conv2d_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_nn_functional_hinge_embedding_loss_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_nn_functional_max_pool3d_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_nn_functional_multi_margin_loss_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_nn_functional_rms_norm_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_nn_functional_softshrink_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_nn_functional_triplet_margin_with_distance_loss_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_pow_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_reshape_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_rsub_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_signal_windows_gaussian_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_special_chebyshev_polynomial_w_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_special_legendre_polynomial_p_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_special_shifted_chebyshev_polynomial_u_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_special_shifted_chebyshev_polynomial_w_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_special_zeta_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_t_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_tril_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_vdot_mps, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_aminmax_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_diag_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_linalg_tensorinv_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_meshgrid_variadic_tensors_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_nn_functional_group_norm_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_permute_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_signal_windows_kaiser_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_squeeze_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_transpose_mps_float32, test/test_mps.py::TestCommonMPS::test_tensor_creation_mps_complex128, test/test_mps.py::TestCommonMPS::test_tensor_creation_mps_complex64, test/test_mps.py::TestCommonMPS::test_tensor_creation_mps_int16, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_1_n_48_q_group_32_num_groups_2_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_1_n_64_q_group_128_num_groups_1_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_1_n_64_q_group_128_num_groups_2_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_1_n_64_q_group_32_num_groups_2_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_1_n_64_q_group_64_num_groups_2_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_32_n_48_q_group_256_num_groups_2_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_32_n_48_q_group_32_num_groups_1_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_32_n_64_q_group_64_num_groups_1_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_32_n_64_q_group_64_num_groups_2_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_64_n_48_q_group_128_num_groups_1_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_64_n_48_q_group_128_num_groups_2_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_64_n_48_q_group_256_num_groups_2_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_64_n_48_q_group_32_num_groups_2_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_64_n_48_q_group_64_num_groups_1_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_64_n_64_q_group_128_num_groups_2_mps, test/test_mps.py::TestLinalgMPSMPS::test__int8_mm_m_32_k_32_n_32_mps, test/test_mps.py::TestLinalgMPSMPS::test__int8_mm_m_64_k_32_n_64_mps 2025-09-07T06:50:10.9058880Z 2025-09-07T06:50:12.8154920Z Running test_modules 2/2 ... [2025-09-07 06:50:12.815381] 2025-09-07T06:50:12.8155290Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:50:12.8158220Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'test_modules.py', '-m', 'not serial', '--shard-id=2', '--num-shards=2', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:50:12.815676] 2025-09-07T06:51:13.9237120Z 2025-09-07T06:51:13.9237600Z test_mps 4/4 was successful, full logs can be found in artifacts with path test/test-reports/test_mps_4.4_fc42970329d18c54_.log 2025-09-07T06:51:13.9567190Z Running 1717 items in this shard: test/test_mps.py::TestAutocastMPS::test_conv3d_autocast, test/test_mps.py::TestAutocastMPS::test_matmul_autocast, test/test_mps.py::TestMemoryLeak::test_mps_memory_leak_detection, test/test_mps.py::MatmulTest::test_batched_matrix_x_broadcasted_matrix, test/test_mps.py::MatmulTest::test_batched_matrix_x_broadcasted_vector, test/test_mps.py::MatmulTest::test_large_matmul, test/test_mps.py::TestMPS::test_add_sub, test/test_mps.py::TestMPS::test_all, test/test_mps.py::TestMPS::test_batch_norm_backward, test/test_mps.py::TestMPS::test_batch_norm_backward_weight_bias_gradients, test/test_mps.py::TestMPS::test_bce_loss_size_mismatch, test/test_mps.py::TestMPS::test_bce_with_logits_broadcasts_pos_weights, test/test_mps.py::TestMPS::test_bce_with_logits_with_pos_weight_has_correct_grad_at_zero, test/test_mps.py::TestMPS::test_bernoulli, test/test_mps.py::TestMPS::test_binops_dtype_precedence_binop_add, test/test_mps.py::TestMPS::test_binops_dtype_precedence_binop_div, test/test_mps.py::TestMPS::test_bmm, test/test_mps.py::TestMPS::test_bool_expand, test/test_mps.py::TestMPS::test_buffer_size_match, test/test_mps.py::TestMPS::test_cat2, test/test_mps.py::TestMPS::test_cat_non_contiguous, test/test_mps.py::TestMPS::test_cdist_euclidean_large, test/test_mps.py::TestMPS::test_cdist_non_contiguous_batch, test/test_mps.py::TestMPS::test_cdist_norm, test/test_mps.py::TestMPS::test_cdist_norm_batch, test/test_mps.py::TestMPS::test_clamp, test/test_mps.py::TestMPS::test_clamp_fp16_fp32, test/test_mps.py::TestMPS::test_contiguous_slice_3d, test/test_mps.py::TestMPS::test_copy_large, test/test_mps.py::TestMPS::test_cumsum_all_dtypes, test/test_mps.py::TestMPS::test_cumsum_bool, test/test_mps.py::TestMPS::test_div_bugs, test/test_mps.py::TestMPS::test_elu, test/test_mps.py::TestMPS::test_eq_int64, test/test_mps.py::TestMPS::test_expand, test/test_mps.py::TestMPS::test_exponential, test/test_mps.py::TestMPS::test_exponential_1, test/test_mps.py::TestMPS::test_gelu, test/test_mps.py::TestMPS::test_index_add, test/test_mps.py::TestMPS::test_index_select, test/test_mps.py::TestMPS::test_layer_norm, test/test_mps.py::TestMPS::test_linalg_cholesky, test/test_mps.py::TestMPS::test_linear1D, test/test_mps.py::TestMPS::test_linear2D, test/test_mps.py::TestMPS::test_linear2D_backward, test/test_mps.py::TestMPS::test_linear2D_no_bias_backward, test/test_mps.py::TestMPS::test_linear3D_no_bias, test/test_mps.py::TestMPS::test_local_scalar_dense_mps, test/test_mps.py::TestMPS::test_log1p_bfloat16, test/test_mps.py::TestMPS::test_masked_fill, test/test_mps.py::TestMPS::test_mean, test/test_mps.py::TestMPS::test_median, test/test_mps.py::TestMPS::test_min_el, test/test_mps.py::TestMPS::test_minimum_maximum, test/test_mps.py::TestMPS::test_ne, test/test_mps.py::TestMPS::test_non_dense_in_storage_unary_ops, test/test_mps.py::TestMPS::test_pow, test/test_mps.py::TestMPS::test_reciprocal, test/test_mps.py::TestMPS::test_reduction_sum_max_long_val, test/test_mps.py::TestMPS::test_remainder, test/test_mps.py::TestMPS::test_reshape_storage_offset, test/test_mps.py::TestMPS::test_rounding, test/test_mps.py::TestMPS::test_scatter_reduce, test/test_mps.py::TestMPS::test_sigmoid, test/test_mps.py::TestMPS::test_sign, test/test_mps.py::TestMPS::test_signed_vs_unsigned_comparison, test/test_mps.py::TestMPS::test_slice_scatter, test/test_mps.py::TestMPS::test_slice_view_api_float16, test/test_mps.py::TestMPS::test_softmax, test/test_mps.py::TestMPS::test_sqrt, test/test_mps.py::TestMPS::test_stack, test/test_mps.py::TestMPS::test_threshold, test/test_mps.py::TestMPS::test_to, test/test_mps.py::TestMPS::test_torch_repeat_interleave, test/test_mps.py::TestMPS::test_unary_ops_storage_offset_strided, test/test_mps.py::TestMPS::test_unfold, test/test_mps.py::TestMPS::test_upsample_bilinear2d, test/test_mps.py::TestMPS::test_var_simple, test/test_mps.py::TestMPS::test_view_slice, test/test_mps.py::TestMPS::test_view_slice_reshape, test/test_mps.py::TestLogical::test_isin, test/test_mps.py::TestLogical::test_logical_not, test/test_mps.py::TestLogical::test_min_max_nan_propagation_bfloat16, test/test_mps.py::TestLogical::test_min_max_nan_propagation_float16, test/test_mps.py::TestLogical::test_shifts_bool, test/test_mps.py::TestLogical::test_shifts_int64, test/test_mps.py::TestLogical::test_shifts_uint8, test/test_mps.py::TestSmoothL1Loss::test_smooth_l1_loss_reduction_none_requires_grad_False, test/test_mps.py::TestSmoothL1Loss::test_smooth_l1_loss_reduction_none_requires_grad_True, test/test_mps.py::TestNLLLoss::test_nll_loss_1d, test/test_mps.py::TestNLLLoss::test_nll_loss_backward, test/test_mps.py::TestNLLLoss::test_nll_loss_invalid_target_dim, test/test_mps.py::TestNNMPS::test_group_norm_backward, test/test_mps.py::TestNNMPS::test_no_grad, test/test_mps.py::TestNNMPS::test_permute, test/test_mps.py::TestNNMPS::test_zero_grad, test/test_mps.py::TestPad::test_circular_pad, test/test_mps.py::TestPad::test_pad, test/test_mps.py::TestSDPA::test_fast_full_attention_float16_contiguous_False_head_dim_128_with_mask_False, test/test_mps.py::TestSDPA::test_fast_full_attention_float16_contiguous_False_head_dim_80_with_mask_False, test/test_mps.py::TestSDPA::test_fast_full_attention_float16_contiguous_True_head_dim_64_with_mask_False, test/test_mps.py::TestSDPA::test_fast_full_attention_float16_contiguous_True_head_dim_80_with_mask_True, test/test_mps.py::TestSDPA::test_fast_full_attention_float32_contiguous_False_head_dim_64_with_mask_False, test/test_mps.py::TestSDPA::test_fast_full_attention_float32_contiguous_False_head_dim_80_with_mask_False, test/test_mps.py::TestSDPA::test_fast_full_attention_float32_contiguous_False_head_dim_80_with_mask_True, test/test_mps.py::TestSDPA::test_fast_full_attention_float32_contiguous_True_head_dim_64_with_mask_False, test/test_mps.py::TestSDPA::test_fast_full_attention_float32_contiguous_True_head_dim_80_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_float16_contiguous_False_head_dim_64_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_float16_contiguous_True_head_dim_128_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_float16_contiguous_True_head_dim_96_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float32_contiguous_False_head_dim_128_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_float32_contiguous_False_head_dim_64_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_float32_contiguous_False_head_dim_96_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float32_contiguous_True_head_dim_64_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float32_contiguous_True_head_dim_96_with_mask_False, test/test_mps.py::TestSDPA::test_sdpa_mask_5d_float32, test/test_mps.py::TestSDPA::test_sdpa_mask_fp16_L6, test/test_mps.py::TestSDPA::test_sdpa_no_mask_5d_float32, test/test_mps.py::TestSDPAMeta::test_fast_vector_attention_2pass_meta, test/test_mps.py::TestSDPAMeta::test_sdpa_full_mask_meta, test/test_mps.py::TestSDPAMeta::test_sdpa_mask_5d_meta, test/test_mps.py::TestViewOpsMPS::test_basic_indexing_newaxis_view, test/test_mps.py::TestViewOpsMPS::test_chunk, test/test_mps.py::TestViewOpsMPS::test_contiguous, test/test_mps.py::TestViewOpsMPS::test_contiguous_nonview, test/test_mps.py::TestViewOpsMPS::test_memory_format_resize_as, test/test_mps.py::TestViewOpsMPS::test_movedim_view, test/test_mps.py::TestViewOpsMPS::test_narrow_view, test/test_mps.py::TestViewOpsMPS::test_reshape, test/test_mps.py::TestViewOpsMPS::test_reshape_as_view, test/test_mps.py::TestViewOpsMPS::test_split_view, test/test_mps.py::TestViewOpsMPS::test_squeeze_inplace_view, test/test_mps.py::TestViewOpsMPS::test_transposes_errors, test/test_mps.py::TestViewOpsMPS::test_unbind_view, test/test_mps.py::TestViewOpsMPS::test_unfold_view, test/test_mps.py::TestViewOpsMPS::test_unsqueeze_inplace_view, test/test_mps.py::TestViewOpsMPS::test_view_copy, test/test_mps.py::TestViewOpsMPS::test_view_copy_out, test/test_mps.py::TestConvolutionMPS::test_conv1d_all_strides_paddings, test/test_mps.py::TestConvolutionMPS::test_conv_transpose_1d_all_strides, test/test_mps.py::TestConvolutionMPS::test_conv_transpose_2d_specified_output, test/test_mps.py::TestConvolutionMPS::test_conv_transpose_2d_strided, test/test_mps.py::TestAdvancedIndexing::test_advanced_indexing_3D_get, test/test_mps.py::TestAdvancedIndexing::test_bool_indices, test/test_mps.py::TestAdvancedIndexing::test_byte_mask, test/test_mps.py::TestAdvancedIndexing::test_index_put_accumulate_expanded_values, test/test_mps.py::TestAdvancedIndexing::test_index_put_accumulate_with_optional_tensors, test/test_mps.py::TestAdvancedIndexing::test_index_put_src_datatype, test/test_mps.py::TestAdvancedIndexing::test_index_put_with_view_indices, test/test_mps.py::TestAdvancedIndexing::test_index_src_datatype, test/test_mps.py::TestAdvancedIndexing::test_int_assignment, test/test_mps.py::TestAdvancedIndexing::test_invalid_index, test/test_mps.py::TestAdvancedIndexing::test_masked_select, test/test_mps.py::TestAdvancedIndexing::test_nextafter, test/test_mps.py::TestAdvancedIndexing::test_step_assignment, test/test_mps.py::TestRNNMPS::test_RNN_cell_no_broadcasting, test/test_mps.py::TestFallbackWarning::test_error_on_not_implemented, test/test_mps.py::TestFallbackWarning::test_warn_on_not_implemented_with_fallback, test/test_mps.py::TestMetalLibrary::test_atomic_add_float32, test/test_mps.py::TestMetalLibrary::test_metal_arange_with_arg_and_cast, test/test_mps.py::TestMetalLibrary::test_reduction_utils_int32, test/test_mps.py::TestConsistencyMPS::test_fmax_mixed_dtypes_mps, test/test_mps.py::TestConsistencyMPS::test_grid_sampler_3d_half_precision_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match___getitem___mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match___radd___mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match___rsub___mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match__unsafe_masked_index_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match__unsafe_masked_index_put_accumulate_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_abs_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_acosh_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_addbmm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_addcdiv_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_addmm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_angle_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_arange_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_argmin_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_argwhere_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_as_strided_scatter_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_atanh_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_baddbmm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_bool_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_bool_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_byte_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_byte_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_cdist_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_ceil_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_chalf_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_chalf_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_clamp_max_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_clamp_min_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_clamp_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_column_stack_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_combinations_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_combinations_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_conj_physical_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_cos_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_count_nonzero_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_cummax_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_cummin_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_cumulative_trapezoid_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_diff_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_digamma_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_dot_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_dsplit_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_dsplit_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_einsum_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_empty_like_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_empty_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_empty_strided_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_eq_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_erf_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_erfc_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_exp2_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_eye_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_fft_fftshift_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_fft_hfft2_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_fft_hfft_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_fft_irfft2_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_fft_irfftn_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_fft_rfft2_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_fill_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_flip_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_flip_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_fliplr_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_float_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_float_power_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_floor_divide_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_floor_divide_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_floor_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_fmin_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_fmod_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_frexp_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_frexp_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_full_like_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_full_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_grid_sampler_3d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_half_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_histogram_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_hsplit_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_index_add_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_index_copy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_index_put_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_index_reduce_prod_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_index_reduce_prod_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_index_select_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_inner_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_int_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_isnan_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_isposinf_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_item_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_jiterator_unary_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_kthvalue_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_kthvalue_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_le_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_lgamma_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_cholesky_ex_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_cholesky_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_cond_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_det_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_inv_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_lstsq_grad_oriented_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_matrix_rank_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_multi_dot_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_slogdet_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_solve_ex_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_solve_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_tensorinv_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_tensorsolve_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_vander_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_linalg_vector_norm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_log10_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_log1p_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_log_softmax_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_logical_not_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_logical_not_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_logspace_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_logsumexp_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_lt_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_mH_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_argmax_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_argmin_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_log_softmax_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_logsumexp_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_mean_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_median_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_normalize_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_scatter_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_select_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_select_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_softmax_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_softmin_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_sum_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_masked_var_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_matrix_exp_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_matrix_exp_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_max_binary_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_median_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_min_reduction_no_dim_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_min_reduction_with_dim_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_minimum_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_minimum_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_mode_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_msort_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_mul_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_mvlgamma_mvlgamma_p_1_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nanmedian_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nanmedian_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nansum_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_narrow_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_native_batch_norm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_native_batch_norm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_native_dropout_backward_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_native_layer_norm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_ne_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_new_empty_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nextafter_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_adaptive_avg_pool2d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_adaptive_max_pool3d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_avg_pool1d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_avg_pool3d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_batch_norm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_binary_cross_entropy_with_logits_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_celu_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_conv3d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_conv_transpose2d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_cosine_similarity_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_dropout2d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_dropout2d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_elu_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_embedding_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_feature_alpha_dropout_with_train_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_gaussian_nll_loss_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_gelu_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_gelu_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_glu_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_hardshrink_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_hardsigmoid_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_hardtanh_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_hinge_embedding_loss_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_interpolate_area_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_interpolate_bilinear_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_interpolate_linear_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_kl_div_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_layer_norm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_max_pool1d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_max_pool2d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_max_pool3d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_max_pool3d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_max_unpool1d_grad_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_max_unpool3d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_max_unpool3d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_multi_head_attention_forward_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_multilabel_margin_loss_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_normalize_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_pad_circular_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_pad_constant_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_pad_reflect_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_pad_reflect_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_pad_replicate_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_pad_replicate_negative_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_pairwise_distance_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_poisson_nll_loss_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_relu6_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_relu6_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_relu_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_smooth_l1_loss_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_softplus_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_tanhshrink_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_threshold_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_triplet_margin_loss_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_triplet_margin_loss_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_upsample_bilinear_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nn_functional_upsample_nearest_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nonzero_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_nonzero_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_normal_number_mean_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_normal_number_mean_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_ones_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_ones_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_permute_copy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_pinverse_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_polygamma_polygamma_n_3_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_polygamma_polygamma_n_4_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_pow_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_rand_like_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_renorm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_repeat_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_resize_as__mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_rot90_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_round_decimals_0_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_round_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_rsub_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_rsub_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_scalar_tensor_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_scatter_reduce_amax_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_scatter_reduce_mean_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_scatter_reduce_prod_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_searchsorted_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_searchsorted_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_sgn_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_sigmoid_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_signal_windows_bartlett_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_signal_windows_blackman_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_signal_windows_general_hamming_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_signal_windows_hann_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_signbit_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_slice_scatter_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_chebyshev_polynomial_u_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_chebyshev_polynomial_v_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_hermite_polynomial_he_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_i1e_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_laguerre_polynomial_l_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_modified_bessel_k1_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_scaled_modified_bessel_k0_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_shifted_chebyshev_polynomial_t_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_special_shifted_chebyshev_polynomial_w_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_split_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_split_with_sizes_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_squeeze_copy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_squeeze_multiple_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_stack_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_std_mean_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_std_mean_unbiased_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_std_mean_unbiased_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_std_unbiased_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_sub_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_t_copy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_tan_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_tensordot_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_to_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_topk_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_topk_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_torch_ops_aten__safe_softmax_default_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_trapezoid_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_true_divide_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_unbind_copy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_unbind_copy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_unbind_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_unflatten_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_unfold_copy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_unique_consecutive_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_unsqueeze_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_var_mean_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_vdot_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_view_as_complex_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_view_as_complex_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_view_copy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_view_copy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_view_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_xlogy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_zeros_like_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_grad_match_zeros_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_H_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_H_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_H_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_T_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_T_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_T_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match___getitem___mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match___getitem___mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match___getitem___mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match___radd___mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match___radd___mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match___rand___mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match___rand___mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match___rdiv___mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match___rmatmul___mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match___rmod___mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match___rmul___mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match___rmul___mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match___rmul___mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match___rmul___mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match___rmul___mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match___ror___mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match___ror___mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match___ror___mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match___rpow___mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match___rpow___mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match___rpow___mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match___rsub___mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match___rsub___mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match___rsub___mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match___rxor___mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match__batch_norm_with_update_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match__batch_norm_with_update_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match__chunk_cat_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match__chunk_cat_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match__chunk_cat_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match__native_batch_norm_legit_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match__native_batch_norm_legit_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match__segment_reduce_lengths_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match__unsafe_masked_index_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match__unsafe_masked_index_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match__unsafe_masked_index_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match__unsafe_masked_index_put_accumulate_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match__unsafe_masked_index_put_accumulate_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match__unsafe_masked_index_put_accumulate_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match__upsample_bilinear2d_aa_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match__upsample_bilinear2d_aa_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_abs_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_acos_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_acos_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_acosh_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_acosh_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_acosh_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_add_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_add_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_add_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_addbmm_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_addbmm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_addbmm_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_addbmm_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_addcmul_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_addcmul_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_addcmul_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_addcmul_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_addcmul_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_addmm_decomposed_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_addmm_decomposed_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_addmm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_addmm_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_addmv_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_addmv_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_addmv_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_addr_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_addr_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_addr_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_addr_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_addr_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_alias_copy_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_alias_copy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_alias_copy_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_all_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_allclose_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_amin_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_amin_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_aminmax_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_aminmax_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_angle_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_angle_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_any_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_any_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_any_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_arange_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_arange_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_arange_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_arange_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_argmax_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_argmin_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_argmin_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_argsort_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_argwhere_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_argwhere_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_copy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_partial_views_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_partial_views_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_partial_views_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_partial_views_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_scatter_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_scatter_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_scatter_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_as_strided_scatter_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_asin_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_asin_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_asin_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_asin_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_atan2_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_atan2_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_atan_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_atanh_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_atanh_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_atleast_1d_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_atleast_1d_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_atleast_2d_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_atleast_2d_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_atleast_2d_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_atleast_2d_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_atleast_3d_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_atleast_3d_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_atleast_3d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_atleast_3d_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_atleast_3d_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_bernoulli_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_bfloat16_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_bincount_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_bitwise_and_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_bitwise_left_shift_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_bitwise_left_shift_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_bitwise_not_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_bitwise_or_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_bitwise_or_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_bitwise_right_shift_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_block_diag_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_bmm_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_bmm_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_bool_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_bool_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_broadcast_shapes_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_broadcast_tensors_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_broadcast_tensors_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_broadcast_tensors_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_broadcast_to_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_broadcast_to_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_broadcast_to_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_broadcast_to_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_bucketize_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_bucketize_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_byte_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_byte_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_cartesian_prod_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_cat_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_cdist_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_cdouble_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_cdouble_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_cdouble_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_cdouble_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_cdouble_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_ceil_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_ceil_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_cfloat_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_cfloat_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_cfloat_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_cfloat_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_chalf_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_chalf_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_chalf_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_char_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_cholesky_inverse_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_cholesky_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_chunk_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_clamp_max_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_clamp_max_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_clamp_max_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_clamp_min_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_clamp_min_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_column_stack_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_column_stack_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_column_stack_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_column_stack_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_complex_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_conj_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_constant_pad_nd_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_constant_pad_nd_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_contiguous_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_contiguous_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_copysign_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_copysign_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_copysign_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_corrcoef_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_corrcoef_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_cos_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_cos_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_cos_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_cos_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_cosh_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_cosh_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_count_nonzero_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_count_nonzero_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_cov_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_cross_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_cross_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_cummax_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_cummax_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_cummax_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_cummax_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_cummax_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_cummin_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_cummin_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_cummin_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_cumprod_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_cumsum_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_cumsum_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_cumsum_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_cumsum_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_cumulative_trapezoid_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_cumulative_trapezoid_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_deg2rad_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_deg2rad_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_diag_embed_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_diag_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_diag_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_diag_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_diag_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_diag_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_diagflat_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_diagonal_copy_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_diagonal_copy_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_diagonal_copy_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_diagonal_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_diagonal_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_diagonal_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_diagonal_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_diagonal_scatter_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_diagonal_scatter_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_diagonal_scatter_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_diagonal_scatter_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_diagonal_scatter_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_diagonal_scatter_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_diagonal_scatter_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_diff_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_diff_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_digamma_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_digamma_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_dist_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_div_floor_rounding_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_div_floor_rounding_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_div_no_rounding_mode_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_div_no_rounding_mode_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_div_no_rounding_mode_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_div_no_rounding_mode_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_div_trunc_rounding_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_div_trunc_rounding_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_div_trunc_rounding_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_dot_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_double_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_double_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_double_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_double_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_dsplit_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_dstack_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_dstack_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_einsum_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_einsum_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_like_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_like_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_permuted_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_permuted_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_permuted_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_permuted_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_permuted_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_strided_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_empty_strided_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_eq_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_eq_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_equal_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_equal_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_erf_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_erfc_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_erfc_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_erfc_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_exp2_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_exp2_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_exp2_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_exp_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_exp_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_expand_as_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_expand_as_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_expand_copy_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_expand_copy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_expand_copy_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_expand_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_expand_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_expand_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_expm1_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_exponential_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_eye_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_eye_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_eye_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_eye_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_fft_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_fftn_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_fftn_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_hfft2_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_hfft2_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_hfft2_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_hfft_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_hfft_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_hfftn_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_hfftn_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ifft2_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ifft2_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ifft_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ifft_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ifft_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ifft_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ifftn_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ifftshift_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ihfft2_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ihfft2_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ihfft2_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_ihfft_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_irfft_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_irfft_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_irfftn_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_irfftn_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_irfftn_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_irfftn_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_irfftn_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_rfft2_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_rfft2_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_rfft_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_rfft_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_fft_rfftn_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_fill_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_fill_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_flatten_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_flatten_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_flip_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_flip_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_flip_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_flip_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_flip_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_flip_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_fliplr_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_fliplr_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_flipud_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_flipud_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_flipud_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_float_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_float_power_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_float_power_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_floor_divide_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_floor_divide_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_floor_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_floor_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_floor_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_fmin_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_fmod_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_fmod_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_fmod_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_frac_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_full_like_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_full_like_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_full_like_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_full_like_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_full_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_full_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_gather_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_gather_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_gather_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_gather_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_gcd_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_gcd_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_ge_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_ge_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_ge_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_geometric_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_gradient_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_gradient_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_grid_sampler_2d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_gt_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_half_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_half_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_hash_tensor_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_heaviside_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_heaviside_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_heaviside_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_heaviside_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_hsplit_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_hsplit_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_hsplit_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_hstack_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_hstack_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_hstack_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_i0_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_index_add_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_index_add_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_index_add_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_index_add_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_index_copy_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_index_copy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_index_copy_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_index_copy_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_index_fill_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_index_fill_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_index_put_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_index_put_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_index_put_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_index_put_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_index_put_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_index_reduce_amax_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_index_reduce_amin_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_index_reduce_amin_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_index_reduce_mean_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_index_reduce_mean_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_index_reduce_mean_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_index_reduce_mean_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_index_reduce_prod_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_index_reduce_prod_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_index_select_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_index_select_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_inner_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_inner_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_int_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_int_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_int_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_int_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_int_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_isclose_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_isclose_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_isfinite_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_isfinite_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_isinf_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_isinf_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_isnan_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_isnan_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_isnan_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_isneginf_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_isneginf_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_isneginf_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_isneginf_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_isposinf_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_isreal_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_isreal_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_isreal_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_istft_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_item_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_item_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_item_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_2inputs_2outputs_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_2inputs_2outputs_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_2inputs_2outputs_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_2inputs_2outputs_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_2inputs_2outputs_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_4inputs_with_extra_args_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_4inputs_with_extra_args_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_4inputs_with_extra_args_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_binary_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_binary_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_binary_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_binary_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_binary_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_binary_return_by_ref_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_unary_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_unary_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_jiterator_unary_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_kron_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_kron_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_kthvalue_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_kthvalue_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_kthvalue_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_kthvalue_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_kthvalue_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_lcm_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_lcm_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_ldexp_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_ldexp_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_le_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_lerp_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_lerp_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_lerp_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_lgamma_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_lgamma_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_lgamma_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_cond_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_cross_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_cross_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_cross_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_diagonal_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_eigvalsh_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_householder_product_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_householder_product_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_inv_ex_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_inv_ex_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_inv_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_inv_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_ldl_factor_ex_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_lu_factor_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_lu_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_lu_solve_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_matrix_norm_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_matrix_rank_hermitian_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_multi_dot_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_norm_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_pinv_hermitian_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_pinv_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_qr_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_svdvals_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_svdvals_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_tensorsolve_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_tensorsolve_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_vander_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_vander_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_vector_norm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_linalg_vector_norm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_linspace_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_linspace_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_linspace_tensor_overload_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_linspace_tensor_overload_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_log10_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_log10_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_log10_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_log10_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_log1p_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_log1p_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_log2_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_log2_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_log2_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_log_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_log_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_log_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_log_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_log_normal_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_log_normal_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_log_softmax_with_dtype_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_log_softmax_with_dtype_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_logaddexp2_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_logaddexp_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_logcumsumexp_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_not_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_not_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_not_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_not_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_not_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_or_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_or_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_or_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_or_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_or_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_xor_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_logical_xor_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_logit_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_logspace_tensor_overload_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_logspace_tensor_overload_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_logsumexp_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_long_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_long_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_lt_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_lu_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_lu_solve_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_mH_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_mH_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_mH_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_mT_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_mT_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_mT_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_amax_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_amax_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_amax_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_amax_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_amin_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_argmax_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_argmax_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_argmax_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_cumprod_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_cumprod_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_cumprod_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_cumsum_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_fill_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_fill_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_log_softmax_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_logaddexp_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_logaddexp_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_logsumexp_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_logsumexp_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_logsumexp_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_logsumexp_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_logsumexp_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_mean_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_mean_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_median_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_norm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_prod_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_prod_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_prod_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_prod_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_scatter_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_scatter_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_scatter_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_select_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_select_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_select_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_std_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_std_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_std_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_std_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_sum_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_sum_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_sum_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_var_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_masked_var_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_matmul_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_matmul_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_matmul_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_max_binary_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_max_binary_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_max_binary_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_max_reduction_no_dim_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_max_reduction_no_dim_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_max_reduction_with_dim_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_max_reduction_with_dim_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_max_reduction_with_dim_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_maximum_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_maximum_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_meshgrid_list_of_tensors_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_meshgrid_list_of_tensors_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_meshgrid_list_of_tensors_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_meshgrid_list_of_tensors_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_meshgrid_variadic_tensors_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_meshgrid_variadic_tensors_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_meshgrid_variadic_tensors_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_meshgrid_variadic_tensors_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_min_binary_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_min_binary_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_min_binary_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_min_reduction_no_dim_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_min_reduction_no_dim_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_min_reduction_with_dim_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_min_reduction_with_dim_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_min_reduction_with_dim_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_min_reduction_with_dim_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_minimum_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_mm_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_mm_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_mm_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_mode_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_mode_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_mode_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_mode_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_movedim_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_movedim_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_movedim_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_msort_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_msort_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_msort_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_mul_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_mul_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_multinomial_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_mv_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_mvlgamma_mvlgamma_p_1_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_mvlgamma_mvlgamma_p_1_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_mvlgamma_mvlgamma_p_3_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_mvlgamma_mvlgamma_p_3_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_mvlgamma_mvlgamma_p_5_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_mvlgamma_mvlgamma_p_5_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_mvlgamma_mvlgamma_p_5_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_nan_to_num_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nan_to_num_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_nanmean_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nanmedian_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nanmedian_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_nanquantile_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nansum_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_nansum_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_nansum_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nansum_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_narrow_copy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_narrow_copy_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_narrow_copy_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_narrow_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_narrow_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_native_dropout_backward_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_native_layer_norm_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_native_layer_norm_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_native_layer_norm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_ne_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_ne_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_neg_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_neg_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_neg_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_new_empty_strided_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_new_empty_strided_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_new_full_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_new_full_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_new_ones_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_new_ones_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_new_zeros_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_new_zeros_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nextafter_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_adaptive_max_pool1d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_alpha_dropout_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_alpha_dropout_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_avg_pool1d_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_avg_pool2d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_batch_norm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_bilinear_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_bilinear_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_bilinear_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_bilinear_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_bilinear_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_binary_cross_entropy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_binary_cross_entropy_with_logits_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_conv1d_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_conv2d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_conv3d_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_conv_transpose1d_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_conv_transpose3d_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_conv_transpose3d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_conv_transpose3d_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_cosine_embedding_loss_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_cosine_embedding_loss_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_cosine_similarity_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_cross_entropy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_dropout3d_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_elu_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_embedding_bag_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_feature_alpha_dropout_with_train_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_feature_alpha_dropout_with_train_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_feature_alpha_dropout_without_train_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_feature_alpha_dropout_without_train_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_feature_alpha_dropout_without_train_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_feature_alpha_dropout_without_train_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_feature_alpha_dropout_without_train_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_fractional_max_pool2d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_fractional_max_pool3d_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_fractional_max_pool3d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_fractional_max_pool3d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_gaussian_nll_loss_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_glu_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_grid_sample_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_grid_sample_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_hardshrink_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_hardtanh_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_hinge_embedding_loss_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_hinge_embedding_loss_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_hinge_embedding_loss_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_instance_norm_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_instance_norm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_interpolate_area_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_interpolate_bicubic_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_interpolate_bicubic_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_interpolate_bicubic_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_interpolate_bilinear_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_interpolate_bilinear_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_interpolate_linear_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_interpolate_nearest-exact_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_interpolate_nearest-exact_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_interpolate_nearest-exact_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_interpolate_nearest_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_l1_loss_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_l1_loss_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_layer_norm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_leaky_relu_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_linear_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_logsigmoid_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_margin_ranking_loss_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_pool1d_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_pool1d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_pool1d_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_pool2d_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_pool3d_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_pool3d_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_unpool2d_grad_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_unpool2d_grad_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_unpool2d_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_max_unpool3d_grad_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_mish_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_multilabel_soft_margin_loss_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_multilabel_soft_margin_loss_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_circular_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_constant_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_constant_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_reflect_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_reflect_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_reflect_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_reflect_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_replicate_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_replicate_negative_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pad_replicate_negative_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pairwise_distance_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pairwise_distance_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pairwise_distance_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pixel_shuffle_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pixel_shuffle_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pixel_shuffle_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pixel_shuffle_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pixel_shuffle_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pixel_shuffle_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_pixel_unshuffle_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_poisson_nll_loss_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_poisson_nll_loss_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_prelu_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_relu6_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_relu6_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_relu6_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_relu_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_relu_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_silu_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_smooth_l1_loss_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_soft_margin_loss_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_softmin_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_softmin_with_dtype_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_softsign_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_softsign_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_softsign_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_softsign_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_tanhshrink_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_tanhshrink_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_threshold_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_triplet_margin_loss_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_triplet_margin_loss_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_triplet_margin_loss_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_triplet_margin_loss_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_triplet_margin_with_distance_loss_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_triplet_margin_with_distance_loss_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_unfold_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_upsample_nearest_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nn_functional_upsample_nearest_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_nonzero_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_nonzero_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_nonzero_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_nonzero_static_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_nonzero_static_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_norm_fro_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_norm_inf_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_normal_in_place_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_normal_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_normal_number_mean_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_normal_number_mean_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_ones_like_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_ones_like_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_ones_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_ones_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_ones_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_pca_lowrank_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_permute_copy_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_permute_copy_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_permute_copy_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_permute_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_permute_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_0_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_0_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_1_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_1_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_1_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_1_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_2_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_3_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_3_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_3_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_4_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_polygamma_polygamma_n_4_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_positive_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_positive_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_positive_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_prod_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_prod_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_prod_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_put_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_quantile_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_rad2deg_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_rand_like_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_randint_like_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_randint_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_randn_like_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_randn_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_ravel_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_ravel_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_real_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_real_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_real_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_reciprocal_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_reciprocal_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_remainder_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_remainder_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_remainder_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_repeat_interleave_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_repeat_interleave_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_repeat_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_repeat_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_repeat_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_repeat_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_repeat_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_reshape_as_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_reshape_as_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_reshape_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_resize__mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_resize__mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_resize_as__mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_resize_as__mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_resize_as__mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_roll_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_rot90_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_rot90_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_rot90_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_round_decimals_0_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_round_decimals_3_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_round_decimals_neg_3_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_round_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_round_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_round_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_round_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_rsqrt_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_rsub_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_rsub_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_rsub_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_rsub_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_scalar_tensor_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_scalar_tensor_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_scalar_tensor_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_add_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_add_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_amax_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_amax_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_amax_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_amax_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_amin_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_amin_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_amin_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_mean_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_mean_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_mean_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_prod_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_prod_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_prod_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_scatter_reduce_prod_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_searchsorted_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_searchsorted_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_select_scatter_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_select_scatter_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_sgn_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_short_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_short_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_sigmoid_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_sigmoid_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_sigmoid_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_sign_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_sign_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_signal_windows_gaussian_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_signbit_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_sinc_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_sinc_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_sinc_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_sinh_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_slice_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_slice_scatter_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_slice_scatter_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_softmax_with_dtype_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_sparse_mm_reduce_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_sparse_sampled_addmm_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_airy_ai_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_bessel_j0_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_bessel_j0_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_bessel_j0_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_bessel_j1_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_bessel_j1_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_bessel_y0_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_bessel_y0_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_bessel_y1_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_chebyshev_polynomial_t_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_chebyshev_polynomial_t_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_chebyshev_polynomial_u_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_special_chebyshev_polynomial_w_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_special_chebyshev_polynomial_w_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_entr_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_entr_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_entr_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_erfcx_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_special_erfcx_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_hermite_polynomial_h_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_hermite_polynomial_h_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_special_hermite_polynomial_he_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_i0e_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_i1e_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_laguerre_polynomial_l_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_legendre_polynomial_p_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_special_legendre_polynomial_p_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_legendre_polynomial_p_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_log_ndtr_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_special_log_ndtr_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_modified_bessel_i0_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_special_modified_bessel_i1_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_modified_bessel_k0_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_special_modified_bessel_k0_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_modified_bessel_k0_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_modified_bessel_k0_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_modified_bessel_k1_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_ndtr_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_ndtri_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_polygamma_special_polygamma_n_0_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_special_polygamma_special_polygamma_n_0_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_polygamma_special_polygamma_n_0_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_polygamma_special_polygamma_n_0_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_special_scaled_modified_bessel_k0_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_scaled_modified_bessel_k1_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_scaled_modified_bessel_k1_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_shifted_chebyshev_polynomial_t_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_special_shifted_chebyshev_polynomial_t_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_shifted_chebyshev_polynomial_t_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_shifted_chebyshev_polynomial_u_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_shifted_chebyshev_polynomial_v_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_special_shifted_chebyshev_polynomial_w_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_spherical_bessel_j0_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_xlog1py_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_xlog1py_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_xlog1py_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_xlog1py_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_special_xlog1py_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_special_xlog1py_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_xlog1py_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_zeta_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_special_zeta_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_split_list_args_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_split_list_args_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_split_list_args_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_split_list_args_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_split_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_split_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_split_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_split_with_sizes_copy_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_sqrt_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_sqrt_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_square_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_square_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_squeeze_copy_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_squeeze_copy_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_squeeze_copy_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_squeeze_copy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_squeeze_copy_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_squeeze_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_squeeze_multiple_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_squeeze_multiple_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_stack_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_std_mean_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_std_mean_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_std_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_sub_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_sub_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_sub_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_sub_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_sub_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_sum_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_sum_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_sum_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_sum_to_size_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_sum_to_size_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_sum_to_size_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_svd_lowrank_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_t_copy_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_t_copy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_t_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_t_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_t_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_t_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_take_along_dim_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_take_along_dim_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_take_along_dim_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_take_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_take_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_take_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_tan_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_tan_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_tanh_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_tensor_split_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_tensordot_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_tile_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_tile_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_to_sparse_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_to_sparse_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_to_sparse_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_topk_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_topk_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_torch_ops_aten__safe_softmax_default_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_torch_ops_aten__safe_softmax_default_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_torch_ops_aten__safe_softmax_default_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_trace_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_trace_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_transpose_copy_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_transpose_copy_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_transpose_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_transpose_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_trapezoid_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_trapz_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_trapz_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_triu_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_true_divide_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_trunc_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_trunc_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_trunc_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_trunc_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_trunc_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_unbind_copy_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_unbind_copy_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_unbind_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_unbind_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_unbind_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_unflatten_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_unflatten_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_unflatten_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_unfold_copy_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_unfold_copy_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_unfold_copy_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_unfold_copy_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_unfold_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_uniform_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_uniform_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_unique_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_unique_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_unravel_index_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_unravel_index_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_unsafe_chunk_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_unsafe_split_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_unsafe_split_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_unsqueeze_copy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_unsqueeze_copy_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_unsqueeze_copy_mps_uint8, test/test_mps.py::TestConsistencyMPS::test_output_match_unsqueeze_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_var_mean_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_var_mean_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_var_mean_unbiased_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_var_mean_unbiased_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_var_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_var_unbiased_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_vdot_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_vdot_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_vdot_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_view_as_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_view_copy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_view_copy_mps_int32, test/test_mps.py::TestConsistencyMPS::test_output_match_vsplit_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_vsplit_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_vsplit_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_vsplit_mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_vstack_mps_bfloat16, test/test_mps.py::TestConsistencyMPS::test_output_match_vstack_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_vstack_mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_vstack_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_vstack_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_vstack_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_where_mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_xlogy_mps_bool, test/test_mps.py::TestConsistencyMPS::test_output_match_xlogy_mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_zero__mps_complex64, test/test_mps.py::TestConsistencyMPS::test_output_match_zero__mps_float32, test/test_mps.py::TestConsistencyMPS::test_output_match_zero__mps_int16, test/test_mps.py::TestConsistencyMPS::test_output_match_zero__mps_int8, test/test_mps.py::TestConsistencyMPS::test_output_match_zeros_like_mps_float16, test/test_mps.py::TestConsistencyMPS::test_output_match_zeros_like_mps_int64, test/test_mps.py::TestConsistencyMPS::test_output_match_zeros_like_mps_uint8, test/test_mps.py::TestErrorInputsMPS::test_error_inputs___rsub___mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs___rxor___mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_as_strided_scatter_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_bucketize_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_clamp_max_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_diag_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_diagonal_copy_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_diagonal_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_div_no_rounding_mode_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_div_trunc_rounding_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_dot_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_dsplit_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_fft_fft2_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_fft_fft_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_fft_hfft2_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_fft_hfftn_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_fft_ifft_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_fft_ihfft2_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_gradient_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_jiterator_binary_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_jiterator_binary_return_by_ref_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_linalg_diagonal_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_log_normal_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_logaddexp_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_logspace_tensor_overload_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_max_binary_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_native_layer_norm_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_nn_functional_adaptive_max_pool3d_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_nn_functional_avg_pool1d_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_nn_functional_avg_pool3d_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_nn_functional_conv1d_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_nn_functional_embedding_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_nn_functional_hardtanh_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_nn_functional_huber_loss_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_nn_functional_l1_loss_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_nn_functional_margin_ranking_loss_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_nn_functional_multilabel_margin_loss_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_nn_functional_poisson_nll_loss_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_nn_functional_rrelu_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_nn_functional_soft_margin_loss_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_remainder_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_renorm_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_reshape_as_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_rot90_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_scatter_add_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_signal_windows_bartlett_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_signal_windows_exponential_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_signal_windows_general_cosine_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_signal_windows_nuttall_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_special_chebyshev_polynomial_t_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_special_chebyshev_polynomial_u_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_special_chebyshev_polynomial_v_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_special_hermite_polynomial_he_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_special_shifted_chebyshev_polynomial_t_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_unbind_copy_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_view_as_mps, test/test_mps.py::TestErrorInputsMPS::test_error_inputs_vsplit_mps, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_addbmm_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_clamp_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_diagflat_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_diff_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_equal_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_jiterator_2inputs_2outputs_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_linalg_vecdot_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_native_layer_norm_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_nn_functional_l1_loss_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_nn_functional_pdist_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_ravel_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_searchsorted_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_signal_windows_cosine_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_signal_windows_gaussian_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_squeeze_copy_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_tensor_split_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_unbind_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_view_copy_mps_float32, test/test_mps.py::TestCommonMPS::test_numpy_ref_mps_where_mps_float32, test/test_mps.py::TestCommonMPS::test_tensor_creation_mps_float16, test/test_mps.py::TestCommonMPS::test_tensor_creation_mps_float32, test/test_mps.py::TestCommonMPS::test_tensor_creation_mps_int32, test/test_mps.py::TestCommonMPS::test_tensor_creation_mps_int64, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_1_n_48_q_group_256_num_groups_1_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_1_n_64_q_group_32_num_groups_1_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_32_n_48_q_group_128_num_groups_1_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_32_n_48_q_group_128_num_groups_2_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_32_n_64_q_group_256_num_groups_1_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_32_n_64_q_group_256_num_groups_2_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_32_n_64_q_group_32_num_groups_1_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_32_n_64_q_group_32_num_groups_2_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_64_n_64_q_group_32_num_groups_2_mps, test/test_mps.py::TestLinalgMPSMPS::test__int4_mm_m_64_n_64_q_group_64_num_groups_2_mps, test/test_mps.py::TestLinalgMPSMPS::test__int8_mm_m_1_k_64_n_32_mps, test/test_mps.py::TestLinalgMPSMPS::test__int8_mm_m_1_k_64_n_64_mps, test/test_mps.py::TestLinalgMPSMPS::test__int8_mm_m_32_k_64_n_64_mps, test/test_mps.py::TestLinalgMPSMPS::test__int8_mm_m_64_k_32_n_32_mps, test/test_mps.py::TestLinalgMPSMPS::test_pinv_mps 2025-09-07T06:51:13.9881300Z 2025-09-07T06:51:15.8301600Z Running inductor/test_mps_basic 1/1 ... [2025-09-07 06:51:15.830037] 2025-09-07T06:51:15.8301920Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:51:15.8305220Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'inductor/test_mps_basic.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:51:15.830336] 2025-09-07T06:51:38.9978580Z 2025-09-07T06:51:38.9979480Z inductor/test_mps_basic 1/1 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_mps_basic_1.1_1c54805e6f04abc5_.log 2025-09-07T06:51:38.9986560Z Running 41 items in this shard: test/inductor/test_mps_basic.py::MPSBasicTests::test_acos, test/inductor/test_mps_basic.py::MPSBasicTests::test_add_bfloat16, test/inductor/test_mps_basic.py::MPSBasicTests::test_add_bool, test/inductor/test_mps_basic.py::MPSBasicTests::test_add_complex64, test/inductor/test_mps_basic.py::MPSBasicTests::test_add_float16, test/inductor/test_mps_basic.py::MPSBasicTests::test_add_float32, test/inductor/test_mps_basic.py::MPSBasicTests::test_add_int16, test/inductor/test_mps_basic.py::MPSBasicTests::test_add_int32, test/inductor/test_mps_basic.py::MPSBasicTests::test_add_int64, test/inductor/test_mps_basic.py::MPSBasicTests::test_add_int8, test/inductor/test_mps_basic.py::MPSBasicTests::test_add_uint8, test/inductor/test_mps_basic.py::MPSBasicTests::test_atanh, test/inductor/test_mps_basic.py::MPSBasicTests::test_broadcast, test/inductor/test_mps_basic.py::MPSBasicTests::test_cast_bfloat16, test/inductor/test_mps_basic.py::MPSBasicTests::test_cast_bool, test/inductor/test_mps_basic.py::MPSBasicTests::test_cast_complex64, test/inductor/test_mps_basic.py::MPSBasicTests::test_cast_float16, test/inductor/test_mps_basic.py::MPSBasicTests::test_cast_float32, test/inductor/test_mps_basic.py::MPSBasicTests::test_cast_int16, test/inductor/test_mps_basic.py::MPSBasicTests::test_cast_int32, test/inductor/test_mps_basic.py::MPSBasicTests::test_cast_int64, test/inductor/test_mps_basic.py::MPSBasicTests::test_cast_int8, test/inductor/test_mps_basic.py::MPSBasicTests::test_cast_uint8, test/inductor/test_mps_basic.py::MPSBasicTests::test_cholesky, test/inductor/test_mps_basic.py::MPSBasicTests::test_compile_numpy_scalar, test/inductor/test_mps_basic.py::MPSBasicTests::test_conv_transpose_channels_last, test/inductor/test_mps_basic.py::MPSBasicTests::test_floor, test/inductor/test_mps_basic.py::MPSBasicTests::test_inplace, test/inductor/test_mps_basic.py::MPSBasicTests::test_log, test/inductor/test_mps_basic.py::MPSBasicTests::test_reduced_max, test/inductor/test_mps_basic.py::MPSBasicTests::test_rms_norm_nograd, test/inductor/test_mps_basic.py::MPSBasicTests::test_sign, test/inductor/test_mps_basic.py::MPSBasicTests::test_sliced_input, test/inductor/test_mps_basic.py::MPSBasicTests::test_where, test/inductor/test_mps_basic.py::MPSBasicTestsAOTI::test_add_mps, test/inductor/test_mps_basic.py::MPSBasicTestsAOTI::test_c10, test/inductor/test_mps_basic.py::MPSBasicTestsAOTI::test_dynamic_cat, test/inductor/test_mps_basic.py::MPSBasicTestsAOTI::test_fallback_mps, test/inductor/test_mps_basic.py::MPSBasicTestsAOTI::test_reuse_kernel, test/inductor/test_mps_basic.py::MPSBasicTestsAOTI::test_simple_dynamic, test/inductor/test_mps_basic.py::MPSBasicTestsAOTI::test_two_const 2025-09-07T06:51:38.9992790Z 2025-09-07T06:51:40.9308920Z Running nn/test_dropout 1/1 ... [2025-09-07 06:51:40.930711] 2025-09-07T06:51:40.9309250Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:51:40.9310390Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'nn/test_dropout.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:51:40.930964] 2025-09-07T06:51:43.6083180Z 2025-09-07T06:51:43.6083740Z nn/test_dropout 1/1 was successful, full logs can be found in artifacts with path test/test-reports/nn.test_dropout_1.1_2948744eb32e91ff_.log 2025-09-07T06:51:43.6088690Z Running 14 items in this shard: test/nn/test_dropout.py::TestDropoutNN::test_AlphaDropout, test/nn/test_dropout.py::TestDropoutNN::test_FeatureAlphaDropout, test/nn/test_dropout.py::TestDropoutNN::test_invalid_dropout_p, test/nn/test_dropout.py::TestDropoutNN::test_native_dropout_corner_case, test/nn/test_dropout.py::TestDropoutNNDeviceTypeCPU::test_Dropout1d_cpu_float64, test/nn/test_dropout.py::TestDropoutNNDeviceTypeCPU::test_Dropout2d_cpu, test/nn/test_dropout.py::TestDropoutNNDeviceTypeCPU::test_Dropout3d_cpu, test/nn/test_dropout.py::TestDropoutNNDeviceTypeCPU::test_Dropout_cpu, test/nn/test_dropout.py::TestDropoutNNDeviceTypeCPU::test_empty_dropout_cpu, test/nn/test_dropout.py::TestDropoutNNDeviceTypeMPS::test_Dropout1d_mps_float32, test/nn/test_dropout.py::TestDropoutNNDeviceTypeMPS::test_Dropout2d_mps, test/nn/test_dropout.py::TestDropoutNNDeviceTypeMPS::test_Dropout3d_mps, test/nn/test_dropout.py::TestDropoutNNDeviceTypeMPS::test_Dropout_mps, test/nn/test_dropout.py::TestDropoutNNDeviceTypeMPS::test_empty_dropout_mps 2025-09-07T06:51:43.6091390Z 2025-09-07T06:51:45.5138260Z Running test_view_ops 1/1 ... [2025-09-07 06:51:45.513703] 2025-09-07T06:51:45.5138590Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:51:45.5141350Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'test_view_ops.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:51:45.514026] 2025-09-07T06:51:54.4440350Z 2025-09-07T06:51:54.4440990Z test_view_ops 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_view_ops_1.1_4fe70343654fcc14_.log 2025-09-07T06:51:54.4580340Z Running 587 items in this shard: test/test_view_ops.py::TestViewOpsCPU::test_T_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_advanced_indexing_assignment_cpu, test/test_view_ops.py::TestViewOpsCPU::test_advanced_indexing_nonview_cpu, test/test_view_ops.py::TestViewOpsCPU::test_as_strided_gradients_cpu, test/test_view_ops.py::TestViewOpsCPU::test_as_strided_inplace_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_as_strided_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_basic_indexing_ellipses_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_basic_indexing_newaxis_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_basic_indexing_slice_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_chunk_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_conj_imag_view_cpu_complex128, test/test_view_ops.py::TestViewOpsCPU::test_conj_imag_view_cpu_complex64, test/test_view_ops.py::TestViewOpsCPU::test_conj_self_cpu_bfloat16, test/test_view_ops.py::TestViewOpsCPU::test_conj_self_cpu_float16, test/test_view_ops.py::TestViewOpsCPU::test_conj_self_cpu_float32, test/test_view_ops.py::TestViewOpsCPU::test_conj_self_cpu_float64, test/test_view_ops.py::TestViewOpsCPU::test_conj_self_cpu_int16, test/test_view_ops.py::TestViewOpsCPU::test_conj_self_cpu_int32, test/test_view_ops.py::TestViewOpsCPU::test_conj_self_cpu_int64, test/test_view_ops.py::TestViewOpsCPU::test_conj_self_cpu_int8, test/test_view_ops.py::TestViewOpsCPU::test_conj_self_cpu_uint8, test/test_view_ops.py::TestViewOpsCPU::test_conj_view_with_shared_memory_cpu, test/test_view_ops.py::TestViewOpsCPU::test_contiguous_nonview_cpu, test/test_view_ops.py::TestViewOpsCPU::test_contiguous_self_cpu, test/test_view_ops.py::TestViewOpsCPU::test_diagonal_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_expand_as_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_expand_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_flatten_nonview_cpu, test/test_view_ops.py::TestViewOpsCPU::test_flatten_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_imag_noncomplex_cpu_bfloat16, test/test_view_ops.py::TestViewOpsCPU::test_imag_noncomplex_cpu_float16, test/test_view_ops.py::TestViewOpsCPU::test_imag_noncomplex_cpu_float32, test/test_view_ops.py::TestViewOpsCPU::test_imag_noncomplex_cpu_float64, test/test_view_ops.py::TestViewOpsCPU::test_imag_noncomplex_cpu_int16, test/test_view_ops.py::TestViewOpsCPU::test_imag_noncomplex_cpu_int32, test/test_view_ops.py::TestViewOpsCPU::test_imag_noncomplex_cpu_int64, test/test_view_ops.py::TestViewOpsCPU::test_imag_noncomplex_cpu_int8, test/test_view_ops.py::TestViewOpsCPU::test_imag_noncomplex_cpu_uint8, test/test_view_ops.py::TestViewOpsCPU::test_movedim_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_narrow_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_permute_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_real_imag_view_cpu_complex128, test/test_view_ops.py::TestViewOpsCPU::test_real_imag_view_cpu_complex64, test/test_view_ops.py::TestViewOpsCPU::test_reshape_as_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_reshape_nonview_cpu, test/test_view_ops.py::TestViewOpsCPU::test_reshape_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_select_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex128_bfloat16, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex128_bool, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex128_complex128, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex128_complex64, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex128_float16, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex128_float32, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex128_float64, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex128_int16, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex128_int32, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex128_int64, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex128_int8, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex128_uint8, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex64_bfloat16, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex64_bool, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex64_complex128, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex64_complex64, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex64_float16, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex64_float32, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex64_float64, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex64_int16, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex64_int32, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex64_int64, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex64_int8, test/test_view_ops.py::TestViewOpsCPU::test_set_real_imag_cpu_complex64_uint8, test/test_view_ops.py::TestViewOpsCPU::test_split_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_squeeze_inplace_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_squeeze_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_t_inplace_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_t_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_transpose_inplace_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_transpose_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_unbind_cpu, test/test_view_ops.py::TestViewOpsCPU::test_unbind_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_unfold_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_unsqueeze_inplace_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_unsqueeze_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_view_as_complex_cpu, test/test_view_ops.py::TestViewOpsCPU::test_view_as_real_cpu_complex128, test/test_view_ops.py::TestViewOpsCPU::test_view_as_real_cpu_complex32, test/test_view_ops.py::TestViewOpsCPU::test_view_as_real_cpu_complex64, test/test_view_ops.py::TestViewOpsCPU::test_view_as_view_cpu, test/test_view_ops.py::TestViewOpsCPU::test_view_copy_cpu, test/test_view_ops.py::TestViewOpsCPU::test_view_copy_out_cpu, test/test_view_ops.py::TestViewOpsCPU::test_view_copy_output_contiguous_cpu, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_new_cpu_bool, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_new_cpu_complex128, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_new_cpu_complex64, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_new_cpu_float16, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_new_cpu_float32, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_new_cpu_float64, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_new_cpu_int16, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_new_cpu_int32, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_new_cpu_int64, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_new_cpu_int8, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_new_cpu_uint8, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_upsize_errors_cpu_bfloat16, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_upsize_errors_cpu_bool, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_upsize_errors_cpu_complex128, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_upsize_errors_cpu_complex64, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_upsize_errors_cpu_float16, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_upsize_errors_cpu_float32, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_upsize_errors_cpu_float64, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_upsize_errors_cpu_int16, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_upsize_errors_cpu_int32, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_upsize_errors_cpu_int64, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_upsize_errors_cpu_int8, test/test_view_ops.py::TestViewOpsCPU::test_view_dtype_upsize_errors_cpu_uint8, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_dsplit_cpu_bfloat16, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_dsplit_cpu_bool, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_dsplit_cpu_complex128, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_dsplit_cpu_complex64, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_dsplit_cpu_float16, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_dsplit_cpu_float32, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_dsplit_cpu_float64, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_dsplit_cpu_int16, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_dsplit_cpu_int32, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_dsplit_cpu_int64, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_dsplit_cpu_int8, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_dsplit_cpu_uint8, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_hsplit_cpu_bfloat16, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_hsplit_cpu_bool, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_hsplit_cpu_complex128, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_hsplit_cpu_complex64, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_hsplit_cpu_float16, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_hsplit_cpu_float32, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_hsplit_cpu_float64, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_hsplit_cpu_int16, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_hsplit_cpu_int32, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_hsplit_cpu_int64, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_hsplit_cpu_int8, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_hsplit_cpu_uint8, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_split_cpu_bfloat16, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_split_cpu_bool, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_split_cpu_complex128, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_split_cpu_complex64, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_split_cpu_float16, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_split_cpu_float32, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_split_cpu_float64, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_split_cpu_int16, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_split_cpu_int32, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_split_cpu_int64, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_split_cpu_int8, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_split_cpu_uint8, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_vsplit_cpu_bfloat16, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_vsplit_cpu_bool, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_vsplit_cpu_complex128, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_vsplit_cpu_complex64, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_vsplit_cpu_float16, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_vsplit_cpu_float32, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_vsplit_cpu_float64, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_vsplit_cpu_int16, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_vsplit_cpu_int32, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_vsplit_cpu_int64, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_vsplit_cpu_int8, test/test_view_ops.py::TestViewOpsCPU::test_view_tensor_vsplit_cpu_uint8, test/test_view_ops.py::TestViewOpsCPU::test_view_view_cpu, test/test_view_ops.py::TestViewOpsMPS::test_T_view_mps, test/test_view_ops.py::TestViewOpsMPS::test_advanced_indexing_assignment_mps, test/test_view_ops.py::TestViewOpsMPS::test_advanced_indexing_nonview_mps, test/test_view_ops.py::TestViewOpsMPS::test_as_strided_gradients_mps, test/test_view_ops.py::TestViewOpsMPS::test_as_strided_inplace_view_mps, test/test_view_ops.py::TestViewOpsMPS::test_as_strided_view_mps, test/test_view_ops.py::TestViewOpsMPS::test_basic_indexing_ellipses_view_mps, test/test_view_ops.py::TestViewOpsMPS::test_basic_indexing_newaxis_view_mps, test/test_view_ops.py::TestViewOpsMPS::test_basic_indexing_slice_view_mps, test/test_view_ops.py::TestViewOpsMPS::test_chunk_view_mps, test/test_view_ops.py::TestViewOpsMPS::test_conj_imag_view_mps_complex128, test/test_view_ops.py::TestViewOpsMPS::test_conj_imag_view_mps_complex64, test/test_view_ops.py::TestViewOpsMPS::test_conj_self_mps_bfloat16, test/test_view_ops.py::TestViewOpsMPS::test_conj_self_mps_float16, test/test_view_ops.py::TestViewOpsMPS::test_conj_self_mps_float32, test/test_view_ops.py::TestViewOpsMPS::test_conj_self_mps_float64, test/test_view_ops.py::TestViewOpsMPS::test_conj_self_mps_int16, test/test_view_ops.py::TestViewOpsMPS::test_conj_self_mps_int32, test/test_view_ops.py::TestViewOpsMPS::test_conj_self_mps_int64, test/test_view_ops.py::TestViewOpsMPS::test_conj_self_mps_int8, test/test_view_ops.py::TestViewOpsMPS::test_conj_self_mps_uint8, test/test_view_ops.py::TestViewOpsMPS::test_conj_view_with_shared_memory_mps, test/test_view_ops.py::TestViewOpsMPS::test_contiguous_nonview_mps, test/test_view_ops.py::TestViewOpsMPS::test_contiguous_self_mps, test/test_view_ops.py::TestViewOpsMPS::test_diagonal_view_mps, test/test_view_ops.py::TestViewOpsMPS::test_expand_as_view_mps, test/test_view_ops.py::TestViewOpsMPS::test_expand_view_mps, test/test_view_ops.py::TestViewOpsMPS::test_flatten_nonview_mps, test/test_view_ops.py::TestViewOpsMPS::test_flatten_view_mps, test/test_view_ops.py::TestViewOpsMPS::test_imag_noncomplex_mps_bfloat16, test/test_view_ops.py::TestViewOpsMPS::test_imag_noncomplex_mps_bool, test/test_view_ops.py::TestViewOpsMPS::test_imag_noncomplex_mps_float16, test/test_view_ops.py::TestViewOpsMPS::test_imag_noncomplex_mps_float32, test/test_view_ops.py::TestViewOpsMPS::test_imag_noncomplex_mps_int16, test/test_view_ops.py::TestViewOpsMPS::test_imag_noncomplex_mps_int32, test/test_view_ops.py::TestViewOpsMPS::test_imag_noncomplex_mps_int64, test/test_view_ops.py::TestViewOpsMPS::test_imag_noncomplex_mps_int8, test/test_view_ops.py::TestViewOpsMPS::test_imag_noncomplex_mps_uint8, test/test_view_ops.py::TestViewOpsMPS::test_movedim_view_mps, test/test_view_ops.py::TestViewOpsMPS::test_narrow_view_mps, test/test_view_ops.py::TestViewOpsMPS::test_permute_view_mps, test/test_view_ops.py::TestViewOpsMPS::test_real_imag_view_mps_complex64, test/test_view_ops.py::TestViewOpsMPS::test_reshape_as_view_mps, test/test_view_ops.py::TestViewOpsMPS::test_reshape_nonview_mps, test/test_view_ops.py::TestViewOpsMPS::test_reshape_view_mps, test/test_view_ops.py::TestViewOpsMPS::test_select_view_mps, test/test_view_ops.py::TestViewOpsMPS::test_set_real_imag_mps_complex32_bfloat16, test/test_view_ops.py::TestViewOpsMPS::test_set_real_imag_mps_complex32_bool, test/test_view_ops.py::TestViewOpsMPS::test_set_real_imag_mps_complex32_complex32, test/test_view_ops.py::TestViewOpsMPS::test_set_real_imag_mps_complex32_complex64, test/test_view_ops.py::TestViewOpsMPS::test_set_real_imag_mps_complex32_float16, test/test_view_ops.py::TestViewOpsMPS::test_set_real_imag_mps_complex32_float32, test/test_view_ops.py::TestViewOpsMPS::test_set_real_imag_mps_complex32_int16, test/test_view_ops.py::TestViewOpsMPS::test_set_real_imag_mps_complex32_int32, test/test_view_ops.py::TestViewOpsMPS::test_set_real_imag_mps_complex32_int64, test/test_view_ops.py::TestViewOpsMPS::test_set_real_imag_mps_complex32_int8, test/test_view_ops.py::TestViewOpsMPS::test_set_real_imag_mps_complex32_uint8, test/test_view_ops.py::TestViewOpsMPS::test_set_real_imag_mps_complex64_bfloat16, test/test_view_ops.py::TestViewOpsMPS::test_set_real_imag_mps_complex64_bool, test/test_view_ops.py::TestViewOpsMPS::test_set_real_imag_mps_complex64_complex32, test/test_view_ops.py::TestViewOpsMPS::test_set_real_imag_mps_complex64_complex64, test/test_view_ops.py::TestViewOpsMPS::test_set_real_imag_mps_complex64_float16, test/test_view_ops.py::TestViewOpsMPS::test_set_real_imag_mps_complex64_float32, test/test_view_ops.py::TestViewOpsMPS::test_set_real_imag_mps_complex64_int16, test/test_view_ops.py::TestViewOpsMPS::test_set_real_imag_mps_complex64_int32, test/test_view_ops.py::TestViewOpsMPS::test_set_real_imag_mps_complex64_int64, test/test_view_ops.py::TestViewOpsMPS::test_set_real_imag_mps_complex64_int8, test/test_view_ops.py::TestViewOpsMPS::test_set_real_imag_mps_complex64_uint8, test/test_view_ops.py::TestViewOpsMPS::test_split_view_mps, test/test_view_ops.py::TestViewOpsMPS::test_squeeze_inplace_view_mps, test/test_view_ops.py::TestViewOpsMPS::test_squeeze_view_mps, test/test_view_ops.py::TestViewOpsMPS::test_t_inplace_view_mps, test/test_view_ops.py::TestViewOpsMPS::test_t_view_mps, test/test_view_ops.py::TestViewOpsMPS::test_transpose_inplace_view_mps, test/test_view_ops.py::TestViewOpsMPS::test_transpose_view_mps, test/test_view_ops.py::TestViewOpsMPS::test_unbind_mps, test/test_view_ops.py::TestViewOpsMPS::test_unbind_view_mps, test/test_view_ops.py::TestViewOpsMPS::test_unfold_view_mps, test/test_view_ops.py::TestViewOpsMPS::test_unsqueeze_inplace_view_mps, test/test_view_ops.py::TestViewOpsMPS::test_unsqueeze_view_mps, test/test_view_ops.py::TestViewOpsMPS::test_view_as_complex_mps, test/test_view_ops.py::TestViewOpsMPS::test_view_as_real_mps_complex32, test/test_view_ops.py::TestViewOpsMPS::test_view_as_real_mps_complex64, test/test_view_ops.py::TestViewOpsMPS::test_view_as_view_mps, test/test_view_ops.py::TestViewOpsMPS::test_view_copy_mps, test/test_view_ops.py::TestViewOpsMPS::test_view_copy_out_mps, test/test_view_ops.py::TestViewOpsMPS::test_view_copy_output_contiguous_mps, test/test_view_ops.py::TestViewOpsMPS::test_view_dtype_new_mps_bool, test/test_view_ops.py::TestViewOpsMPS::test_view_dtype_new_mps_complex64, test/test_view_ops.py::TestViewOpsMPS::test_view_dtype_new_mps_float16, test/test_view_ops.py::TestViewOpsMPS::test_view_dtype_new_mps_float32, test/test_view_ops.py::TestViewOpsMPS::test_view_dtype_new_mps_int16, test/test_view_ops.py::TestViewOpsMPS::test_view_dtype_new_mps_int32, test/test_view_ops.py::TestViewOpsMPS::test_view_dtype_new_mps_int64, test/test_view_ops.py::TestViewOpsMPS::test_view_dtype_new_mps_int8, test/test_view_ops.py::TestViewOpsMPS::test_view_dtype_new_mps_uint8, test/test_view_ops.py::TestViewOpsMPS::test_view_dtype_upsize_errors_mps_bfloat16, test/test_view_ops.py::TestViewOpsMPS::test_view_dtype_upsize_errors_mps_bool, test/test_view_ops.py::TestViewOpsMPS::test_view_dtype_upsize_errors_mps_float16, test/test_view_ops.py::TestViewOpsMPS::test_view_dtype_upsize_errors_mps_float32, test/test_view_ops.py::TestViewOpsMPS::test_view_dtype_upsize_errors_mps_int16, test/test_view_ops.py::TestViewOpsMPS::test_view_dtype_upsize_errors_mps_int32, test/test_view_ops.py::TestViewOpsMPS::test_view_dtype_upsize_errors_mps_int64, test/test_view_ops.py::TestViewOpsMPS::test_view_dtype_upsize_errors_mps_int8, test/test_view_ops.py::TestViewOpsMPS::test_view_dtype_upsize_errors_mps_uint8, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_dsplit_mps_bfloat16, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_dsplit_mps_bool, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_dsplit_mps_complex64, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_dsplit_mps_float16, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_dsplit_mps_float32, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_dsplit_mps_int16, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_dsplit_mps_int32, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_dsplit_mps_int64, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_dsplit_mps_int8, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_dsplit_mps_uint8, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_hsplit_mps_bfloat16, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_hsplit_mps_bool, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_hsplit_mps_complex64, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_hsplit_mps_float16, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_hsplit_mps_float32, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_hsplit_mps_int16, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_hsplit_mps_int32, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_hsplit_mps_int64, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_hsplit_mps_int8, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_hsplit_mps_uint8, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_split_mps_bfloat16, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_split_mps_bool, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_split_mps_float16, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_split_mps_float32, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_split_mps_int16, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_split_mps_int32, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_split_mps_int64, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_split_mps_int8, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_split_mps_uint8, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_vsplit_mps_bfloat16, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_vsplit_mps_bool, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_vsplit_mps_complex64, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_vsplit_mps_float16, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_vsplit_mps_float32, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_vsplit_mps_int16, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_vsplit_mps_int32, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_vsplit_mps_int64, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_vsplit_mps_int8, test/test_view_ops.py::TestViewOpsMPS::test_view_tensor_vsplit_mps_uint8, test/test_view_ops.py::TestViewOpsMPS::test_view_view_mps, test/test_view_ops.py::TestViewOpsLAZY::test_T_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_advanced_indexing_assignment_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_advanced_indexing_nonview_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_as_strided_gradients_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_as_strided_inplace_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_as_strided_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_basic_indexing_ellipses_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_basic_indexing_newaxis_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_basic_indexing_slice_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_chunk_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_conj_imag_view_lazy_complex128, test/test_view_ops.py::TestViewOpsLAZY::test_conj_imag_view_lazy_complex64, test/test_view_ops.py::TestViewOpsLAZY::test_conj_self_lazy_bfloat16, test/test_view_ops.py::TestViewOpsLAZY::test_conj_self_lazy_float16, test/test_view_ops.py::TestViewOpsLAZY::test_conj_self_lazy_float32, test/test_view_ops.py::TestViewOpsLAZY::test_conj_self_lazy_float64, test/test_view_ops.py::TestViewOpsLAZY::test_conj_self_lazy_int16, test/test_view_ops.py::TestViewOpsLAZY::test_conj_self_lazy_int32, test/test_view_ops.py::TestViewOpsLAZY::test_conj_self_lazy_int64, test/test_view_ops.py::TestViewOpsLAZY::test_conj_self_lazy_int8, test/test_view_ops.py::TestViewOpsLAZY::test_conj_self_lazy_uint8, test/test_view_ops.py::TestViewOpsLAZY::test_conj_view_with_shared_memory_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_contiguous_nonview_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_contiguous_self_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_diagonal_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_expand_as_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_expand_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_flatten_nonview_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_flatten_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_imag_noncomplex_lazy_bfloat16, test/test_view_ops.py::TestViewOpsLAZY::test_imag_noncomplex_lazy_float16, test/test_view_ops.py::TestViewOpsLAZY::test_imag_noncomplex_lazy_float32, test/test_view_ops.py::TestViewOpsLAZY::test_imag_noncomplex_lazy_float64, test/test_view_ops.py::TestViewOpsLAZY::test_imag_noncomplex_lazy_int16, test/test_view_ops.py::TestViewOpsLAZY::test_imag_noncomplex_lazy_int32, test/test_view_ops.py::TestViewOpsLAZY::test_imag_noncomplex_lazy_int64, test/test_view_ops.py::TestViewOpsLAZY::test_imag_noncomplex_lazy_int8, test/test_view_ops.py::TestViewOpsLAZY::test_imag_noncomplex_lazy_uint8, test/test_view_ops.py::TestViewOpsLAZY::test_movedim_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_narrow_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_permute_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_real_imag_view_lazy_complex128, test/test_view_ops.py::TestViewOpsLAZY::test_real_imag_view_lazy_complex64, test/test_view_ops.py::TestViewOpsLAZY::test_reshape_as_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_reshape_nonview_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_reshape_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_select_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex128_bfloat16, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex128_bool, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex128_complex128, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex128_complex64, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex128_float16, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex128_float32, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex128_float64, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex128_int16, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex128_int32, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex128_int64, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex128_int8, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex128_uint8, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex64_bfloat16, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex64_bool, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex64_complex128, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex64_complex64, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex64_float16, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex64_float32, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex64_float64, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex64_int16, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex64_int32, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex64_int64, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex64_int8, test/test_view_ops.py::TestViewOpsLAZY::test_set_real_imag_lazy_complex64_uint8, test/test_view_ops.py::TestViewOpsLAZY::test_split_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_squeeze_inplace_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_squeeze_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_t_inplace_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_t_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_transpose_inplace_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_transpose_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_unbind_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_unbind_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_unfold_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_unsqueeze_inplace_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_unsqueeze_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_view_as_complex_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_view_as_real_lazy_complex128, test/test_view_ops.py::TestViewOpsLAZY::test_view_as_real_lazy_complex32, test/test_view_ops.py::TestViewOpsLAZY::test_view_as_real_lazy_complex64, test/test_view_ops.py::TestViewOpsLAZY::test_view_as_view_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_view_copy_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_view_copy_out_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_view_copy_output_contiguous_lazy, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_new_lazy_bool, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_new_lazy_complex128, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_new_lazy_complex64, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_new_lazy_float16, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_new_lazy_float32, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_new_lazy_float64, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_new_lazy_int16, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_new_lazy_int32, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_new_lazy_int64, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_new_lazy_int8, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_new_lazy_uint8, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_upsize_errors_lazy_bfloat16, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_upsize_errors_lazy_bool, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_upsize_errors_lazy_complex128, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_upsize_errors_lazy_complex64, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_upsize_errors_lazy_float16, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_upsize_errors_lazy_float32, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_upsize_errors_lazy_float64, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_upsize_errors_lazy_int16, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_upsize_errors_lazy_int32, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_upsize_errors_lazy_int64, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_upsize_errors_lazy_int8, test/test_view_ops.py::TestViewOpsLAZY::test_view_dtype_upsize_errors_lazy_uint8, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_dsplit_lazy_bfloat16, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_dsplit_lazy_bool, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_dsplit_lazy_complex128, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_dsplit_lazy_complex64, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_dsplit_lazy_float16, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_dsplit_lazy_float32, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_dsplit_lazy_float64, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_dsplit_lazy_int16, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_dsplit_lazy_int32, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_dsplit_lazy_int64, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_dsplit_lazy_int8, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_dsplit_lazy_uint8, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_hsplit_lazy_bfloat16, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_hsplit_lazy_bool, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_hsplit_lazy_complex128, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_hsplit_lazy_complex64, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_hsplit_lazy_float16, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_hsplit_lazy_float32, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_hsplit_lazy_float64, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_hsplit_lazy_int16, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_hsplit_lazy_int32, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_hsplit_lazy_int64, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_hsplit_lazy_int8, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_hsplit_lazy_uint8, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_split_lazy_bfloat16, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_split_lazy_bool, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_split_lazy_complex128, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_split_lazy_complex64, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_split_lazy_float16, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_split_lazy_float32, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_split_lazy_float64, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_split_lazy_int16, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_split_lazy_int32, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_split_lazy_int64, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_split_lazy_int8, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_split_lazy_uint8, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_vsplit_lazy_bfloat16, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_vsplit_lazy_bool, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_vsplit_lazy_complex128, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_vsplit_lazy_complex64, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_vsplit_lazy_float16, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_vsplit_lazy_float32, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_vsplit_lazy_float64, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_vsplit_lazy_int16, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_vsplit_lazy_int32, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_vsplit_lazy_int64, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_vsplit_lazy_int8, test/test_view_ops.py::TestViewOpsLAZY::test_view_tensor_vsplit_lazy_uint8, test/test_view_ops.py::TestViewOpsLAZY::test_view_view_lazy, test/test_view_ops.py::TestOldViewOpsCPU::test_T_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_as_strided_overflow_storage_offset_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_atleast_cpu_complex128, test/test_view_ops.py::TestOldViewOpsCPU::test_atleast_cpu_complex64, test/test_view_ops.py::TestOldViewOpsCPU::test_atleast_cpu_float16, test/test_view_ops.py::TestOldViewOpsCPU::test_atleast_cpu_float32, test/test_view_ops.py::TestOldViewOpsCPU::test_atleast_cpu_float64, test/test_view_ops.py::TestOldViewOpsCPU::test_atleast_cpu_int16, test/test_view_ops.py::TestOldViewOpsCPU::test_atleast_cpu_int32, test/test_view_ops.py::TestOldViewOpsCPU::test_atleast_cpu_int64, test/test_view_ops.py::TestOldViewOpsCPU::test_atleast_cpu_int8, test/test_view_ops.py::TestOldViewOpsCPU::test_atleast_cpu_uint8, test/test_view_ops.py::TestOldViewOpsCPU::test_atleast_gradient_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_big_transpose_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_broadcast_shapes_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_broadcast_tensors_cpu_float32, test/test_view_ops.py::TestOldViewOpsCPU::test_broadcast_to_cpu_bool, test/test_view_ops.py::TestOldViewOpsCPU::test_broadcast_to_cpu_complex128, test/test_view_ops.py::TestOldViewOpsCPU::test_broadcast_to_cpu_complex64, test/test_view_ops.py::TestOldViewOpsCPU::test_broadcast_to_cpu_float16, test/test_view_ops.py::TestOldViewOpsCPU::test_broadcast_to_cpu_float32, test/test_view_ops.py::TestOldViewOpsCPU::test_broadcast_to_cpu_float64, test/test_view_ops.py::TestOldViewOpsCPU::test_broadcast_to_cpu_int16, test/test_view_ops.py::TestOldViewOpsCPU::test_broadcast_to_cpu_int32, test/test_view_ops.py::TestOldViewOpsCPU::test_broadcast_to_cpu_int64, test/test_view_ops.py::TestOldViewOpsCPU::test_broadcast_to_cpu_int8, test/test_view_ops.py::TestOldViewOpsCPU::test_broadcast_to_cpu_uint8, test/test_view_ops.py::TestOldViewOpsCPU::test_chunk_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_conj_neg_view_numpy_error_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_contiguous_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_crow_col_indices_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_empty_reshape_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_expand_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_flatten_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_memory_format_resize__cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_memory_format_resize_as_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_narrow_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_narrow_tensor_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_python_types_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_ravel_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_reshape_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_reshape_view_semantics_cpu_bfloat16, test/test_view_ops.py::TestOldViewOpsCPU::test_reshape_view_semantics_cpu_bool, test/test_view_ops.py::TestOldViewOpsCPU::test_reshape_view_semantics_cpu_complex128, test/test_view_ops.py::TestOldViewOpsCPU::test_reshape_view_semantics_cpu_complex64, test/test_view_ops.py::TestOldViewOpsCPU::test_reshape_view_semantics_cpu_float16, test/test_view_ops.py::TestOldViewOpsCPU::test_reshape_view_semantics_cpu_float32, test/test_view_ops.py::TestOldViewOpsCPU::test_reshape_view_semantics_cpu_float64, test/test_view_ops.py::TestOldViewOpsCPU::test_reshape_view_semantics_cpu_int16, test/test_view_ops.py::TestOldViewOpsCPU::test_reshape_view_semantics_cpu_int32, test/test_view_ops.py::TestOldViewOpsCPU::test_reshape_view_semantics_cpu_int64, test/test_view_ops.py::TestOldViewOpsCPU::test_reshape_view_semantics_cpu_int8, test/test_view_ops.py::TestOldViewOpsCPU::test_reshape_view_semantics_cpu_uint8, test/test_view_ops.py::TestOldViewOpsCPU::test_resize_all_dtypes_and_devices_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_resize_as_all_dtypes_and_devices_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_resize_as_preserves_strides_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_resize_overflow_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_split_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_t_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_errors_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_indices_cpu_bool, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_indices_cpu_complex128, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_indices_cpu_complex64, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_indices_cpu_float16, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_indices_cpu_float32, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_indices_cpu_float64, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_indices_cpu_int16, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_indices_cpu_int32, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_indices_cpu_int64, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_indices_cpu_int8, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_indices_cpu_uint8, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_sections_cpu_bool, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_sections_cpu_complex128, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_sections_cpu_complex64, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_sections_cpu_float16, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_sections_cpu_float32, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_sections_cpu_float64, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_sections_cpu_int16, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_sections_cpu_int32, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_sections_cpu_int64, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_sections_cpu_int8, test/test_view_ops.py::TestOldViewOpsCPU::test_tensor_split_sections_cpu_uint8, test/test_view_ops.py::TestOldViewOpsCPU::test_transpose_invalid_cpu_complex128, test/test_view_ops.py::TestOldViewOpsCPU::test_transpose_invalid_cpu_float32, test/test_view_ops.py::TestOldViewOpsCPU::test_transpose_invalid_cpu_int64, test/test_view_ops.py::TestOldViewOpsCPU::test_transpose_vs_numpy_cpu_complex128, test/test_view_ops.py::TestOldViewOpsCPU::test_transpose_vs_numpy_cpu_float32, test/test_view_ops.py::TestOldViewOpsCPU::test_transpose_vs_numpy_cpu_int64, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_cpu_bfloat16, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_cpu_bool, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_cpu_complex128, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_cpu_complex64, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_cpu_float16, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_cpu_float32, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_cpu_float64, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_cpu_int16, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_cpu_int32, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_cpu_int64, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_cpu_int8, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_cpu_uint8, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_errors_cpu_bfloat16, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_errors_cpu_bool, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_errors_cpu_complex128, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_errors_cpu_complex64, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_errors_cpu_float16, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_errors_cpu_float32, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_errors_cpu_float64, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_errors_cpu_int16, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_errors_cpu_int32, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_errors_cpu_int64, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_errors_cpu_int8, test/test_view_ops.py::TestOldViewOpsCPU::test_transposes_errors_cpu_uint8, test/test_view_ops.py::TestOldViewOpsCPU::test_unsqueeze_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_view_all_dtypes_and_devices_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_view_cpu, test/test_view_ops.py::TestOldViewOpsCPU::test_view_empty_cpu 2025-09-07T06:51:54.4691510Z 2025-09-07T06:51:56.2769960Z Running test_metal 1/1 ... [2025-09-07 06:51:56.276890] 2025-09-07T06:51:56.2770320Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-09-07T06:51:56.2772910Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/bin/python', '-bb', 'test_metal.py', '-m', 'not serial', '--shard-id=1', '--num-shards=1', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-09-07 06:51:56.277163] 2025-09-07T06:51:58.1064690Z 2025-09-07T06:51:58.1065800Z test_metal 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_metal_1.1_61893c1e46b8ed91_.log 2025-09-07T06:51:58.1067060Z Running 1 items in this shard: test/test_metal.py::TestMetalRewritePass::test_conv 2025-09-07T06:51:58.1067330Z 2025-09-07T06:51:59.9518180Z 2025-09-07T06:51:59.9518850Z test_modules 1/2 was successful, full logs can be found in artifacts with path test/test-reports/test_modules_1.2_fd3b326f6343f515_.log 2025-09-07T06:52:00.0568890Z Running 3394 items in this shard: test/test_modules.py::TestModuleCPU::test_check_inplace_nn_ELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_check_inplace_nn_Hardswish_cpu_float64, test/test_modules.py::TestModuleCPU::test_check_inplace_nn_LeakyReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_check_inplace_nn_Mish_cpu_float32, test/test_modules.py::TestModuleCPU::test_check_inplace_nn_ReLU6_cpu_float64, test/test_modules.py::TestModuleCPU::test_check_inplace_nn_ReLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_check_inplace_nn_ReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_check_inplace_nn_SELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_check_inplace_nn_SiLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_check_inplace_nn_Threshold_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_AdaptiveAvgPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_AdaptiveMaxPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_AvgPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_AvgPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_BCELoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_BCEWithLogitsLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_BatchNorm1d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_BatchNorm1d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_BatchNorm1d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_BatchNorm2d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_BatchNorm2d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_BatchNorm2d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_BatchNorm3d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_BatchNorm3d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_BatchNorm3d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_CELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_CELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_CTCLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_CircularPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_CircularPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_CircularPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_CircularPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ConstantPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ConstantPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ConstantPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Conv1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Conv3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_complex32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_CrossEntropyLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_FractionalMaxPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_FractionalMaxPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_GRUCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_GRU_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_GaussianNLLLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_GroupNorm_cpu_bfloat16, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_GroupNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Hardshrink_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Hardswish_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Hardtanh_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_HingeEmbeddingLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_InstanceNorm1d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_InstanceNorm1d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_InstanceNorm1d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_InstanceNorm2d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_InstanceNorm2d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_InstanceNorm2d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_InstanceNorm3d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_KLDivLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_L1Loss_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_L1Loss_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_LPPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_LPPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_LPPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_LPPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_LPPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_LSTMCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_LSTM_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_LayerNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_LazyConv2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_LazyConv3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_LazyConv3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_LazyConvTranspose1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_LazyConvTranspose1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_LazyConvTranspose3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_LeakyReLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_LeakyReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_LocalResponseNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_LogSigmoid_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_LogSoftmax_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_MSELoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_MaxPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_MaxPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_MaxPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_MultiLabelMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_MultiMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_MultiheadAttention_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_MultiheadAttention_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_MultiheadAttention_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_MultiheadAttention_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_PReLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_PReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_PoissonNLLLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_PoissonNLLLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_RMSNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_RNNCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_RNN_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ReLU6_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ReflectionPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ReflectionPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ReflectionPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ReplicationPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ReplicationPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ReplicationPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_SELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_SELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_SiLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Sigmoid_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_SmoothL1Loss_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_SoftMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_SoftMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Softmax2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Softmax_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Softmax_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Softmin_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Softplus_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Softplus_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Softsign_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Softsign_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Tanh_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Tanh_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Tanhshrink_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Tanhshrink_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Threshold_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Threshold_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_TransformerEncoderLayer_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_TransformerEncoderLayer_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_TransformerEncoderLayer_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_TransformerEncoder_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_TransformerEncoder_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_TransformerEncoder_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Transformer_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ZeroPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ZeroPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_AdaptiveAvgPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_AdaptiveMaxPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_AvgPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_AvgPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_AvgPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_BCELoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_BCEWithLogitsLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_BatchNorm1d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_BatchNorm1d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_BatchNorm2d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_BatchNorm2d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_BatchNorm2d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_BatchNorm2d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_BatchNorm3d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_BatchNorm3d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_BatchNorm3d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_BatchNorm3d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Bilinear_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Bilinear_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_CELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_CTCLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_CircularPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_CircularPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_CircularPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ConstantPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ConstantPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ConstantPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Conv1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Conv2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Conv2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Conv3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ConvTranspose1d_cpu_complex128, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ConvTranspose1d_cpu_complex32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ConvTranspose1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ConvTranspose2d_cpu_complex128, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ConvTranspose2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ConvTranspose3d_cpu_complex32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ConvTranspose3d_cpu_complex64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_CosineEmbeddingLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Embedding_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Embedding_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_FractionalMaxPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_FractionalMaxPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_FractionalMaxPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_GELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_GRU_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_GRU_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_GaussianNLLLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_GroupNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Hardshrink_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Hardswish_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Hardtanh_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_HingeEmbeddingLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_HuberLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_HuberLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_InstanceNorm1d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_InstanceNorm1d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_InstanceNorm1d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_InstanceNorm2d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_InstanceNorm2d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_InstanceNorm2d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_InstanceNorm2d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_InstanceNorm3d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_InstanceNorm3d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_InstanceNorm3d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_InstanceNorm3d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_KLDivLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_L1Loss_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_LPPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_LPPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_LPPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_LPPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_LPPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_LSTM_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_LayerNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_LayerNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_LazyConv1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_LazyConv1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_LazyConv2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_LazyConv3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_LazyConvTranspose1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_LazyConvTranspose1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_LazyConvTranspose2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_LazyConvTranspose3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_LazyConvTranspose3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Linear_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_LogSigmoid_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_LogSigmoid_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_LogSoftmax_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_MaxPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Mish_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Mish_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_MultiLabelMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_MultiLabelMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_MultiLabelSoftMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_MultiLabelSoftMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_MultiMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_MultiheadAttention_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_PReLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_PReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_PoissonNLLLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_RMSNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_RNNCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_RNN_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_RNN_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ReLU6_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ReLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ReflectionPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ReflectionPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ReflectionPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ReflectionPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ReplicationPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ReplicationPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ReplicationPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_SELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_SELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_SmoothL1Loss_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_SoftMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Softplus_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Softshrink_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Softshrink_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Tanh_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Tanhshrink_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_TransformerDecoderLayer_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_TransformerEncoderLayer_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_TransformerEncoder_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Transformer_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Transformer_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ZeroPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ZeroPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_errors_nn_CircularPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_errors_nn_CircularPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_errors_nn_CircularPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_errors_nn_CircularPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_errors_nn_GRUCell_cpu_float32, test/test_modules.py::TestModuleCPU::test_errors_nn_GRUCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_errors_nn_GRU_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_errors_nn_LSTMCell_cpu_float32, test/test_modules.py::TestModuleCPU::test_errors_nn_LSTM_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_errors_nn_RNNCell_cpu_float32, test/test_modules.py::TestModuleCPU::test_errors_nn_RNNCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_errors_nn_RNN_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_errors_nn_RNN_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_AdaptiveAvgPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_AdaptiveAvgPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_AdaptiveAvgPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_AdaptiveMaxPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_AdaptiveMaxPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_AvgPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_AvgPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_AvgPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_BCELoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_BCELoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_BatchNorm1d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_BatchNorm1d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_BatchNorm2d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_BatchNorm2d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_BatchNorm3d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_BatchNorm3d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_BatchNorm3d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Bilinear_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Bilinear_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_CELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_CTCLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_CTCLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_CircularPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_CircularPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_CircularPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_CircularPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_CircularPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_CircularPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ConstantPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ConstantPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ConstantPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Conv2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Conv2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ConvTranspose1d_cpu_complex64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ConvTranspose1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ConvTranspose2d_cpu_complex128, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ConvTranspose2d_cpu_complex64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ConvTranspose2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ConvTranspose3d_cpu_complex32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ConvTranspose3d_cpu_complex64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ConvTranspose3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_CosineEmbeddingLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_CosineEmbeddingLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_CrossEntropyLoss_cpu_float16, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_CrossEntropyLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Embedding_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_FractionalMaxPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_FractionalMaxPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_FractionalMaxPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_FractionalMaxPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_GELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_GELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_GRUCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_GRU_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_GaussianNLLLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_GroupNorm_cpu_bfloat16, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_GroupNorm_cpu_float16, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_GroupNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Hardswish_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Hardtanh_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_HingeEmbeddingLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_HuberLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_HuberLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_InstanceNorm1d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_InstanceNorm2d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_InstanceNorm2d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_InstanceNorm2d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_InstanceNorm3d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_InstanceNorm3d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_KLDivLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_LPPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_LPPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_LPPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_LPPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_LSTMCell_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_LSTMCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_LSTM_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_LSTM_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_LazyConv1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_LazyConv2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_LazyConv3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_LazyConv3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_LazyConvTranspose1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_LazyConvTranspose2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_LeakyReLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Linear_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_LocalResponseNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_LogSigmoid_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_LogSoftmax_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_LogSoftmax_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_MSELoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_MarginRankingLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_MaxPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_MaxPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_MaxPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_MaxPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Mish_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_MultiLabelMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_MultiLabelMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_MultiLabelSoftMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_MultiMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_MultiMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_MultiheadAttention_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_MultiheadAttention_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_MultiheadAttention_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_NLLLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_NLLLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_PoissonNLLLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_RNNCell_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_RNN_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ReLU6_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ReLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ReflectionPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ReflectionPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ReflectionPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ReplicationPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_SELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_SELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_SiLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Sigmoid_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_SmoothL1Loss_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_SmoothL1Loss_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_SoftMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Softmax2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Softmax_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Softmin_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Softplus_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Softplus_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Softshrink_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Softsign_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Tanh_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Tanhshrink_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Tanhshrink_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Threshold_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_TransformerEncoderLayer_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_TransformerEncoder_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_TransformerEncoder_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_TransformerEncoder_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_TransformerEncoder_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ZeroPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ZeroPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ZeroPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ZeroPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_AdaptiveAvgPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_AdaptiveAvgPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_AdaptiveAvgPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_AdaptiveAvgPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_AdaptiveMaxPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_AdaptiveMaxPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_AdaptiveMaxPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_AvgPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_BatchNorm1d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_BatchNorm1d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_BatchNorm1d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_BatchNorm2d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_BatchNorm2d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_BatchNorm3d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_BatchNorm3d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_BatchNorm3d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_CELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_CTCLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_CircularPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_CircularPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_CircularPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_ConstantPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_ConstantPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_ConstantPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_Conv1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_Conv2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_Conv3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_ConvTranspose1d_cpu_complex128, test/test_modules.py::TestModuleCPU::test_forward_nn_ConvTranspose1d_cpu_complex64, test/test_modules.py::TestModuleCPU::test_forward_nn_ConvTranspose1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_ConvTranspose2d_cpu_complex64, test/test_modules.py::TestModuleCPU::test_forward_nn_ConvTranspose2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_CosineEmbeddingLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_CosineEmbeddingLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_CrossEntropyLoss_cpu_float16, test/test_modules.py::TestModuleCPU::test_forward_nn_CrossEntropyLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_ELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_Embedding_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_Embedding_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_FractionalMaxPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_GLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_GaussianNLLLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_GaussianNLLLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_GroupNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_Hardtanh_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_Hardtanh_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_HingeEmbeddingLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_HingeEmbeddingLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_HuberLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_HuberLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_InstanceNorm1d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_InstanceNorm1d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_InstanceNorm1d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_InstanceNorm2d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_InstanceNorm2d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_InstanceNorm3d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_InstanceNorm3d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_KLDivLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_L1Loss_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_LPPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_LPPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_LPPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_LSTMCell_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_LSTM_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_LSTM_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_LayerNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_LazyConv1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_LazyConv2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_LazyConvTranspose1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_LazyConvTranspose2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_LazyConvTranspose2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_LazyConvTranspose3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_Linear_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_LogSigmoid_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_LogSigmoid_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_LogSoftmax_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_MarginRankingLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_MarginRankingLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_MaxPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_MaxPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_MaxPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_MaxPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_MultiLabelSoftMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_MultiMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_MultiMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_MultiheadAttention_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_MultiheadAttention_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_NLLLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_PReLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_PReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_RMSNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_RNNCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_RNN_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_RNN_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_ReLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_ReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_ReflectionPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_ReflectionPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_ReflectionPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_ReflectionPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_ReflectionPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_ReplicationPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_ReplicationPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_SiLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_SmoothL1Loss_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_SoftMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_SoftMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_Softmax2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_Softmax_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_Softmin_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_Softsign_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_Tanh_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_Tanhshrink_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_Threshold_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_TransformerDecoderLayer_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_TransformerEncoderLayer_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_TransformerEncoderLayer_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_TransformerEncoderLayer_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_TransformerEncoder_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_Transformer_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_ZeroPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_ZeroPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_ZeroPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_AdaptiveAvgPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_AvgPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_AvgPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_BCELoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_BatchNorm1d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_BatchNorm1d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_BatchNorm2d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_BatchNorm3d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_BatchNorm3d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_Bilinear_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_CTCLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_CircularPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_CircularPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_CircularPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_ConstantPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_ConstantPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_Conv1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_Conv2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_ConvTranspose2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_ConvTranspose3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_CosineEmbeddingLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_ELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_GELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_GRUCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_GRU_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_GaussianNLLLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_Hardshrink_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_Hardswish_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_HingeEmbeddingLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_InstanceNorm1d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_InstanceNorm3d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_LPPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_LPPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_LSTMCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_LSTM_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_LazyConvTranspose2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_MarginRankingLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_MaxPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_MaxPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_Mish_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_MultiMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_MultiheadAttention_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_MultiheadAttention_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_PoissonNLLLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_RNNCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_RNN_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_RNN_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_ReLU6_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_ReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_ReflectionPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_ReplicationPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_SELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_SmoothL1Loss_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_SoftMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_Softmax2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_Softmax_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_Softshrink_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_Tanh_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_TransformerEncoderLayer_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_AdaptiveAvgPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_AdaptiveMaxPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_AdaptiveMaxPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_AvgPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_AvgPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_BCELoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_BCEWithLogitsLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_BatchNorm1d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_BatchNorm1d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_BatchNorm3d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_CTCLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_CircularPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_CircularPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_ConstantPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_ConstantPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_ConstantPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_Conv1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_ConvTranspose1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_ConvTranspose3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_CrossEntropyLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_ELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_FractionalMaxPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_GELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_GLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_GRU_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_Hardtanh_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_HingeEmbeddingLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_InstanceNorm1d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_InstanceNorm2d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_InstanceNorm3d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_LPPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_LPPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_LPPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_LayerNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_LazyConv1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_LazyConv2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_LazyConvTranspose2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_LazyConvTranspose3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_LeakyReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_Linear_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_LocalResponseNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_LogSigmoid_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_MSELoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_Mish_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_MultiLabelMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_MultiMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_NLLLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_PReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_RNNCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_ReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_ReflectionPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_ReplicationPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_Sigmoid_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_Softmax_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_Softshrink_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_Softsign_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_Tanh_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_Threshold_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_TransformerDecoderLayer_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_TransformerEncoder_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_Transformer_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_ZeroPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_ZeroPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_AdaptiveMaxPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_AdaptiveMaxPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_AdaptiveMaxPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_AvgPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_AvgPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_AvgPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_AvgPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_BCELoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_BatchNorm1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_CELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_CELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_CTCLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_CTCLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_CircularPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_CircularPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ConstantPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ConstantPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ConstantPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Conv1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Conv2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Conv3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Conv3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_complex128, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_complex32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_complex64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_complex128, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_complex64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_complex128, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_complex32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_complex64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Embedding_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Embedding_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_GLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_GLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_GRUCell_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_GRUCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_GRU_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_GRU_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_GaussianNLLLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_GaussianNLLLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_GroupNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Hardswish_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Hardswish_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Hardtanh_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_HuberLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_KLDivLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_KLDivLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_LPPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_LPPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_LPPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_LPPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_LSTMCell_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_LayerNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_LazyConv1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_LazyConv2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_LazyConvTranspose1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_LazyConvTranspose2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_LeakyReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Linear_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_LocalResponseNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_LogSigmoid_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_MarginRankingLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_MaxPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_MaxPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_MaxPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_MaxPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_MaxPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Mish_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_MultiLabelMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_MultiLabelMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_MultiLabelSoftMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_MultiMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_RNNCell_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_RNNCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_RNN_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_RNN_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ReflectionPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ReflectionPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ReflectionPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ReplicationPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ReplicationPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ReplicationPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ReplicationPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_SELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_SiLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Softmax2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Softmax_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Softmin_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Softplus_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Tanhshrink_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Threshold_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_TransformerDecoderLayer_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_TransformerEncoder_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Transformer_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Transformer_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ZeroPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ZeroPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_AdaptiveAvgPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_AdaptiveAvgPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_AdaptiveAvgPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_AdaptiveAvgPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_AdaptiveMaxPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_AvgPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_AvgPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_AvgPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_AvgPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_AvgPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_BCELoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_BCELoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_BCEWithLogitsLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_BatchNorm1d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_BatchNorm1d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_BatchNorm3d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_BatchNorm3d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_BatchNorm3d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_CELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_CTCLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_CTCLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_CircularPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_CircularPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_CircularPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_CircularPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_CircularPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_CircularPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ConstantPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Conv1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Conv3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ConvTranspose1d_cpu_complex128, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ConvTranspose1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ConvTranspose2d_cpu_complex128, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ConvTranspose2d_cpu_complex32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ConvTranspose3d_cpu_complex128, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ConvTranspose3d_cpu_complex32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ConvTranspose3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_CosineEmbeddingLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_CrossEntropyLoss_cpu_float16, test/test_modules.py::TestModuleCPU::test_memory_format_nn_CrossEntropyLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_CrossEntropyLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Embedding_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_FractionalMaxPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_FractionalMaxPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_FractionalMaxPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_GRUCell_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_GRU_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_GRU_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_GroupNorm_cpu_float16, test/test_modules.py::TestModuleCPU::test_memory_format_nn_GroupNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Hardshrink_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Hardswish_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Hardtanh_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Hardtanh_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_HingeEmbeddingLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_HingeEmbeddingLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_HuberLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_HuberLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_InstanceNorm1d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_InstanceNorm1d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_L1Loss_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_L1Loss_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_LPPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_LPPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_LPPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_LPPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_LSTM_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_LazyConv1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_LazyConv2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_LazyConvTranspose1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_LazyConvTranspose2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_LazyConvTranspose3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_LeakyReLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Linear_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Linear_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_LocalResponseNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_LogSigmoid_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_LogSoftmax_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_MarginRankingLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_MaxPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_MaxPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_MaxPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_MaxPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Mish_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_MultiLabelMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_MultiLabelMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_MultiLabelSoftMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_MultiMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_MultiMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_MultiheadAttention_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_MultiheadAttention_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_NLLLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_NLLLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_PReLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_PoissonNLLLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_RMSNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_RNNCell_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_RNNCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_RNN_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_RNN_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ReLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ReflectionPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ReplicationPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ReplicationPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_SiLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_SiLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Sigmoid_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Sigmoid_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_SmoothL1Loss_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_SoftMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Softmax2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Softmax_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Softmax_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Softplus_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Softshrink_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Softsign_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Tanh_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Tanhshrink_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Threshold_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_TransformerEncoderLayer_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_TransformerEncoderLayer_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_TransformerEncoderLayer_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_TransformerEncoder_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_TransformerEncoder_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Transformer_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ZeroPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ZeroPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ZeroPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_AdaptiveAvgPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_AdaptiveAvgPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_AdaptiveAvgPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_AdaptiveMaxPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_AdaptiveMaxPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_AdaptiveMaxPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_AdaptiveMaxPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_AdaptiveMaxPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_AvgPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_AvgPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_AvgPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_AvgPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_AvgPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_BCEWithLogitsLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_BCEWithLogitsLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_BatchNorm1d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_BatchNorm1d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_BatchNorm1d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_BatchNorm2d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_BatchNorm2d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_BatchNorm3d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_BatchNorm3d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Bilinear_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Bilinear_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_CELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_CTCLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_CircularPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_CircularPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_CircularPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_CircularPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ConstantPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ConstantPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ConstantPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ConstantPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ConstantPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Conv1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Conv2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Conv3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex128, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ConvTranspose1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ConvTranspose1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ConvTranspose2d_cpu_complex128, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ConvTranspose2d_cpu_complex64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ConvTranspose2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ConvTranspose3d_cpu_complex128, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ConvTranspose3d_cpu_complex64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ConvTranspose3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ConvTranspose3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_CosineEmbeddingLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_CosineEmbeddingLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Embedding_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Embedding_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_FractionalMaxPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_FractionalMaxPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_GELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_GRUCell_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_GRU_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_GaussianNLLLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_GroupNorm_cpu_bfloat16, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_GroupNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_GroupNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Hardshrink_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Hardshrink_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Hardswish_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Hardswish_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_HingeEmbeddingLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_HuberLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_InstanceNorm1d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_InstanceNorm1d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_InstanceNorm2d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_InstanceNorm2d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_InstanceNorm2d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_InstanceNorm3d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_InstanceNorm3d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_KLDivLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_L1Loss_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_L1Loss_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_LPPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_LPPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_LPPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_LSTMCell_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_LSTM_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_LSTM_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_LSTM_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_LazyConv1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_LazyConv1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_LazyConv2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_LazyConv3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_LeakyReLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_LogSigmoid_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_LogSigmoid_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_LogSoftmax_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_MarginRankingLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_MarginRankingLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_MaxPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_MaxPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_MaxPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Mish_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Mish_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_MultiLabelMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_MultiLabelMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_MultiLabelSoftMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_MultiMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_MultiMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_MultiheadAttention_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_NLLLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_PReLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_PReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_RMSNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_RNNCell_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_RNNCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_RNN_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_RNN_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ReLU6_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ReLU6_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ReLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ReflectionPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ReflectionPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ReflectionPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ReplicationPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ReplicationPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Sigmoid_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Sigmoid_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_SmoothL1Loss_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_SmoothL1Loss_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Softmax2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Softmax2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Softmax_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Softplus_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Softshrink_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Softshrink_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Tanh_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Tanhshrink_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Tanhshrink_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Threshold_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_TransformerDecoderLayer_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_TransformerEncoderLayer_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_TransformerEncoderLayer_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_TransformerEncoderLayer_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_TransformerEncoder_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_TransformerEncoder_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Transformer_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ZeroPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ZeroPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_AdaptiveAvgPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_AdaptiveAvgPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_AdaptiveAvgPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_AdaptiveMaxPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_AdaptiveMaxPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_AvgPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_AvgPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_AvgPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_AvgPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_BCEWithLogitsLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_BatchNorm2d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_CELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_CTCLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_CTCLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_CircularPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ConstantPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ConstantPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Conv1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Conv3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Conv3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_complex128, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_complex32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_complex64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_complex32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_CosineEmbeddingLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Embedding_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_FractionalMaxPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_FractionalMaxPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_GELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_GELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_GRUCell_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_GRUCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_GRU_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_GRU_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_GaussianNLLLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_GroupNorm_cpu_float16, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_GroupNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Hardshrink_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Hardtanh_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_HingeEmbeddingLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_InstanceNorm1d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_InstanceNorm3d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_KLDivLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_KLDivLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_L1Loss_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_LPPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_LPPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_LSTMCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_LSTM_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_LSTM_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_LayerNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_LayerNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_LazyConv3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_LazyConvTranspose1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_LazyConvTranspose3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_LeakyReLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Linear_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Linear_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_LocalResponseNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_LocalResponseNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_LogSigmoid_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_LogSoftmax_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_MSELoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_MarginRankingLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_MarginRankingLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_MaxPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_MaxPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_MaxPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_MultiLabelMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_MultiLabelSoftMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_MultiMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_MultiheadAttention_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_PReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_PoissonNLLLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_RMSNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_RNNCell_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_RNN_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_RNN_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_RNN_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_RNN_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ReLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ReflectionPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ReflectionPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ReplicationPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ReplicationPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ReplicationPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_SELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_SELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_SiLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_SiLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Sigmoid_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Sigmoid_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Softmax2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Softmax_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Softplus_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Softsign_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Tanh_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Tanhshrink_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Threshold_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_TransformerDecoderLayer_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_TransformerEncoderLayer_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_TransformerEncoder_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Transformer_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ZeroPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ZeroPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ZeroPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ZeroPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ZeroPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_AdaptiveAvgPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_AdaptiveAvgPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_AdaptiveAvgPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_AdaptiveMaxPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_AvgPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_AvgPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_AvgPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_BCELoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_BCEWithLogitsLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_BatchNorm1d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_BatchNorm1d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_BatchNorm2d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_BatchNorm2d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_BatchNorm3d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_BatchNorm3d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_Bilinear_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_CELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_CircularPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_CircularPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_CircularPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_CircularPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_CircularPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_ConstantPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_ConstantPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_ConstantPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_Conv1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_Conv2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_ConvTranspose1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_ConvTranspose2d_cpu_complex128, test/test_modules.py::TestModuleCPU::test_repr_nn_ConvTranspose2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_ConvTranspose2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_ConvTranspose3d_cpu_complex32, test/test_modules.py::TestModuleCPU::test_repr_nn_CosineEmbeddingLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_CosineEmbeddingLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_CrossEntropyLoss_cpu_float16, test/test_modules.py::TestModuleCPU::test_repr_nn_CrossEntropyLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_ELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_ELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_Embedding_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_FractionalMaxPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_FractionalMaxPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_GLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_GRUCell_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_GRU_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_GaussianNLLLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_GroupNorm_cpu_bfloat16, test/test_modules.py::TestModuleCPU::test_repr_nn_GroupNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_Hardshrink_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_Hardshrink_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_Hardswish_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_Hardtanh_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_Hardtanh_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_HingeEmbeddingLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_HuberLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_InstanceNorm1d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_InstanceNorm2d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_InstanceNorm3d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_InstanceNorm3d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_KLDivLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_KLDivLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_LPPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_LPPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_LPPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_LPPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_LSTMCell_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_LSTMCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_LSTM_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_LayerNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_LayerNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_LazyConv1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_LazyConv2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_LazyConvTranspose1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_LazyConvTranspose2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_LocalResponseNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_LogSoftmax_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_LogSoftmax_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_MSELoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_MarginRankingLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_MaxPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_MaxPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_MaxPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_MaxPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_MaxPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_Mish_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_MultiLabelSoftMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_MultiMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_MultiMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_MultiheadAttention_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_MultiheadAttention_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_MultiheadAttention_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_NLLLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_PReLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_PoissonNLLLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_PoissonNLLLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_RNNCell_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_RNN_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_RNN_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_ReflectionPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_ReflectionPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_ReflectionPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_ReplicationPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_ReplicationPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_ReplicationPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_SELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_SELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_SiLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_SiLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_Sigmoid_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_SmoothL1Loss_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_SoftMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_SoftMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_Softmax_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_Softplus_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_Softshrink_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_Softsign_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_Tanh_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_Tanhshrink_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_Threshold_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_TransformerDecoderLayer_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_TransformerEncoderLayer_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_TransformerEncoderLayer_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_TransformerEncoderLayer_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_TransformerEncoder_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_Transformer_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_ZeroPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_ZeroPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_ZeroPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_AdaptiveAvgPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_AdaptiveMaxPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_AdaptiveMaxPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_AdaptiveMaxPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_AdaptiveMaxPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_AvgPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_AvgPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_BCELoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_BCELoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_BCEWithLogitsLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_BatchNorm1d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_BatchNorm1d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_BatchNorm2d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_BatchNorm2d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_BatchNorm2d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_BatchNorm3d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_BatchNorm3d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_Bilinear_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_Bilinear_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_CELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_CTCLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_CTCLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_CircularPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_CircularPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_CircularPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_ConstantPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_ConstantPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_ConstantPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_ConstantPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_Conv1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_Conv1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_Conv2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_Conv2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_ConvTranspose1d_cpu_complex128, test/test_modules.py::TestModuleCPU::test_save_load_nn_ConvTranspose1d_cpu_complex64, test/test_modules.py::TestModuleCPU::test_save_load_nn_ConvTranspose1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_ConvTranspose2d_cpu_complex128, test/test_modules.py::TestModuleCPU::test_save_load_nn_ConvTranspose2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_ConvTranspose3d_cpu_complex128, test/test_modules.py::TestModuleCPU::test_save_load_nn_CosineEmbeddingLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_CosineEmbeddingLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_CrossEntropyLoss_cpu_float16, test/test_modules.py::TestModuleCPU::test_save_load_nn_CrossEntropyLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_CrossEntropyLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_ELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_Embedding_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_Embedding_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_FractionalMaxPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_GELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_GLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_GLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_GRU_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_GRU_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_GRU_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_GaussianNLLLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_GaussianNLLLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_GroupNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_Hardswish_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_Hardswish_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_Hardtanh_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_Hardtanh_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_HingeEmbeddingLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_HuberLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_InstanceNorm1d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_InstanceNorm2d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_InstanceNorm3d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_InstanceNorm3d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_L1Loss_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_LPPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_LPPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_LPPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_LSTMCell_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_LSTM_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_LSTM_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_LazyConv2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_LazyConv2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_LazyConvTranspose2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_LazyConvTranspose3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_Linear_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_LocalResponseNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_LogSoftmax_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_LogSoftmax_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_MSELoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_MarginRankingLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_MarginRankingLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_MaxPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_MaxPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_MaxPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_MaxPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_MaxPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_MultiLabelSoftMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_MultiLabelSoftMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_MultiMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_MultiheadAttention_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_NLLLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_PReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_PoissonNLLLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_PoissonNLLLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_RMSNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_RNNCell_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_RNN_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_RNN_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_RNN_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_RNN_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_ReLU6_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_ReLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_ReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_ReflectionPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_ReflectionPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_ReflectionPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_SELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_SELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_SiLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_SiLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_Sigmoid_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_SmoothL1Loss_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_SoftMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_Softmax2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_Softmax_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_Softmax_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_Softmin_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_Softplus_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_Softplus_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_Softshrink_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_Softshrink_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_Softsign_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_Tanhshrink_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_TransformerDecoderLayer_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_TransformerEncoderLayer_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_TransformerEncoderLayer_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_TransformerEncoderLayer_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_TransformerEncoder_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_TransformerEncoder_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_Transformer_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_Transformer_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_ZeroPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_ZeroPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_to_empty_nn_AdaptiveAvgPool1d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_AdaptiveAvgPool1d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_AdaptiveAvgPool2d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_AdaptiveAvgPool3d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_AdaptiveAvgPool3d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_AdaptiveMaxPool2d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_AdaptiveMaxPool3d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_AdaptiveMaxPool3d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_AvgPool1d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_AvgPool2d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_AvgPool3d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_BCELoss_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_BCEWithLogitsLoss_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_BatchNorm1d_eval_mode_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_BatchNorm1d_eval_mode_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_BatchNorm1d_train_mode_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_BatchNorm1d_train_mode_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_BatchNorm2d_eval_mode_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_BatchNorm3d_eval_mode_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_BatchNorm3d_train_mode_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Bilinear_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Bilinear_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_CELU_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_CELU_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_CTCLoss_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_CircularPad1d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_CircularPad2d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_CircularPad2d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_CircularPad3d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_CircularPad3d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_ConstantPad1d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_ConstantPad2d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Conv2d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Conv2d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Conv3d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Conv3d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_ConvTranspose1d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_ConvTranspose1d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_ConvTranspose2d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_ConvTranspose2d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_ConvTranspose3d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_ConvTranspose3d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_CosineEmbeddingLoss_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_CrossEntropyLoss_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Embedding_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_FractionalMaxPool2d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_FractionalMaxPool2d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_FractionalMaxPool3d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_GELU_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_GLU_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_GRUCell_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_GRUCell_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_GRU_eval_mode_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Hardswish_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Hardtanh_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_HuberLoss_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_HuberLoss_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_InstanceNorm1d_eval_mode_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_InstanceNorm2d_eval_mode_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_InstanceNorm2d_train_mode_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_InstanceNorm2d_train_mode_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_InstanceNorm3d_eval_mode_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_InstanceNorm3d_train_mode_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_KLDivLoss_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_L1Loss_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_LPPool2d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_LPPool3d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_LPPool3d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_LSTMCell_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_LSTM_eval_mode_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_LSTM_train_mode_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_LayerNorm_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_LeakyReLU_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_LeakyReLU_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Linear_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Linear_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_LocalResponseNorm_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_LocalResponseNorm_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_LogSigmoid_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_MSELoss_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_MaxPool1d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_MaxPool2d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_MaxPool2d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_MaxPool3d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Mish_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Mish_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_MultiLabelSoftMarginLoss_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_MultiMarginLoss_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_MultiMarginLoss_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_MultiheadAttention_train_mode_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_NLLLoss_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_NLLLoss_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_PReLU_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_RNNCell_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_RNN_eval_mode_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_RNN_train_mode_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_RNN_train_mode_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_ReLU6_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_ReflectionPad1d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_ReflectionPad3d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_ReflectionPad3d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_ReplicationPad1d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_ReplicationPad2d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_ReplicationPad3d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_SELU_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Sigmoid_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_SmoothL1Loss_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_SoftMarginLoss_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_SoftMarginLoss_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Softmax2d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Softmax2d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Softmax_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Softmin_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Softplus_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Softplus_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Softshrink_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Softsign_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Tanh_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Tanhshrink_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Threshold_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_TransformerDecoderLayer_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_TransformerEncoderLayer_eval_mode_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_TransformerEncoderLayer_train_mode_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_TransformerEncoder_eval_mode_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_TransformerEncoder_eval_mode_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_TransformerEncoder_train_mode_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Transformer_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Transformer_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_ZeroPad1d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_ZeroPad1d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_ZeroPad2d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_ZeroPad2d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_AdaptiveAvgPool1d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_AdaptiveAvgPool1d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_AdaptiveAvgPool1d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_AdaptiveAvgPool2d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_AdaptiveAvgPool2d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_AdaptiveAvgPool3d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_AdaptiveMaxPool1d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_AdaptiveMaxPool1d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_AdaptiveMaxPool2d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_AdaptiveMaxPool2d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_AdaptiveMaxPool3d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_AdaptiveMaxPool3d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_AvgPool1d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_AvgPool2d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_AvgPool2d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_AvgPool2d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_AvgPool3d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_AvgPool3d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_BCELoss_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_BCELoss_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_BatchNorm1d_eval_mode_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_BatchNorm1d_train_mode_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_BatchNorm2d_train_mode_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_BatchNorm2d_train_mode_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_BatchNorm3d_eval_mode_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_BatchNorm3d_eval_mode_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_BatchNorm3d_eval_mode_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_BatchNorm3d_train_mode_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_BatchNorm3d_train_mode_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_BatchNorm3d_train_mode_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Bilinear_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_CELU_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_CELU_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_CELU_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_CTCLoss_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_CTCLoss_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_CircularPad1d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_CircularPad1d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_CircularPad1d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_CircularPad2d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_CircularPad2d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_CircularPad3d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ConstantPad1d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ConstantPad1d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ConstantPad2d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ConstantPad2d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ConstantPad2d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ConstantPad3d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ConstantPad3d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ConstantPad3d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ConstantPad3d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Conv1d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Conv1d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Conv2d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Conv2d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Conv2d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Conv3d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Conv3d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ConvTranspose1d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ConvTranspose1d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ConvTranspose1d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ConvTranspose2d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ConvTranspose2d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ConvTranspose3d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ConvTranspose3d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ConvTranspose3d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_CosineEmbeddingLoss_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_CrossEntropyLoss_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_CrossEntropyLoss_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ELU_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ELU_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Embedding_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Embedding_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Embedding_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_FractionalMaxPool2d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_FractionalMaxPool2d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_FractionalMaxPool3d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_FractionalMaxPool3d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_FractionalMaxPool3d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_FractionalMaxPool3d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_GELU_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_GLU_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_GLU_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_GLU_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_GRUCell_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_GRUCell_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_GRU_eval_mode_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_GRU_eval_mode_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_GRU_train_mode_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_GRU_train_mode_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_GaussianNLLLoss_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_GaussianNLLLoss_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_GaussianNLLLoss_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_GroupNorm_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_GroupNorm_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Hardshrink_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Hardshrink_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Hardshrink_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Hardswish_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Hardtanh_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Hardtanh_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Hardtanh_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_HingeEmbeddingLoss_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_HuberLoss_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_InstanceNorm1d_eval_mode_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_InstanceNorm2d_eval_mode_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_InstanceNorm2d_train_mode_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_InstanceNorm2d_train_mode_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_InstanceNorm3d_eval_mode_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_InstanceNorm3d_train_mode_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_KLDivLoss_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_L1Loss_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LPPool1d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LPPool1d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LPPool1d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LPPool1d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LPPool3d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LPPool3d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LSTMCell_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LSTM_eval_mode_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LSTM_eval_mode_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LSTM_eval_mode_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LSTM_train_mode_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LayerNorm_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LayerNorm_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LeakyReLU_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LeakyReLU_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Linear_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LocalResponseNorm_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LocalResponseNorm_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LocalResponseNorm_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LogSigmoid_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LogSigmoid_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LogSigmoid_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LogSigmoid_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LogSoftmax_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LogSoftmax_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MSELoss_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MSELoss_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MSELoss_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MSELoss_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MarginRankingLoss_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MarginRankingLoss_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MarginRankingLoss_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MaxPool1d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MaxPool1d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MaxPool1d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MaxPool2d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MaxPool3d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MaxPool3d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Mish_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Mish_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MultiLabelMarginLoss_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MultiLabelMarginLoss_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MultiLabelSoftMarginLoss_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MultiMarginLoss_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MultiMarginLoss_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MultiheadAttention_eval_mode_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MultiheadAttention_train_mode_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MultiheadAttention_train_mode_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MultiheadAttention_train_mode_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_NLLLoss_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_NLLLoss_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_PReLU_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_PReLU_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_PoissonNLLLoss_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_PoissonNLLLoss_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_PoissonNLLLoss_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_RMSNorm_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_RMSNorm_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_RNNCell_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_RNNCell_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_RNNCell_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_RNN_eval_mode_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_RNN_train_mode_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_RNN_train_mode_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ReLU6_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ReLU_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ReflectionPad1d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ReflectionPad2d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ReflectionPad2d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ReflectionPad2d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ReflectionPad3d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ReflectionPad3d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ReplicationPad1d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ReplicationPad2d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ReplicationPad2d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ReplicationPad2d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ReplicationPad3d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_SELU_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_SiLU_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_SiLU_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Sigmoid_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Sigmoid_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_SmoothL1Loss_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_SmoothL1Loss_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_SmoothL1Loss_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Softmax2d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Softmax_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Softmin_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Softplus_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Softshrink_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Softshrink_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Softshrink_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Softsign_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Softsign_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Tanhshrink_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Threshold_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Threshold_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_TransformerDecoderLayer_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_TransformerEncoderLayer_eval_mode_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_TransformerEncoderLayer_eval_mode_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_TransformerEncoderLayer_train_mode_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_TransformerEncoderLayer_train_mode_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_TransformerEncoderLayer_train_mode_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_TransformerEncoder_eval_mode_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_TransformerEncoder_eval_mode_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_TransformerEncoder_train_mode_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Transformer_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Transformer_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Transformer_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ZeroPad1d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ZeroPad1d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ZeroPad2d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ZeroPad2d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ZeroPad3d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ZeroPad3d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleMPS::test_check_inplace_nn_ELU_mps_float16, test/test_modules.py::TestModuleMPS::test_check_inplace_nn_Hardswish_mps_float32, test/test_modules.py::TestModuleMPS::test_check_inplace_nn_LeakyReLU_mps_float16, test/test_modules.py::TestModuleMPS::test_check_inplace_nn_Mish_mps_float16, test/test_modules.py::TestModuleMPS::test_check_inplace_nn_ReLU6_mps_float16, test/test_modules.py::TestModuleMPS::test_check_inplace_nn_ReLU6_mps_float32, test/test_modules.py::TestModuleMPS::test_check_inplace_nn_ReLU_mps_float16, test/test_modules.py::TestModuleMPS::test_check_inplace_nn_ReLU_mps_float32, test/test_modules.py::TestModuleMPS::test_check_inplace_nn_SELU_mps_float16, test/test_modules.py::TestModuleMPS::test_check_inplace_nn_SiLU_mps_float16, test/test_modules.py::TestModuleMPS::test_check_inplace_nn_SiLU_mps_float32, test/test_modules.py::TestModuleMPS::test_check_inplace_nn_Threshold_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_AdaptiveAvgPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_AdaptiveAvgPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_AdaptiveMaxPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_AdaptiveMaxPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_AdaptiveMaxPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_AdaptiveMaxPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_AvgPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_AvgPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_AvgPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_AvgPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_BCELoss_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_BatchNorm1d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_BatchNorm2d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_BatchNorm3d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_BatchNorm3d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Bilinear_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_CELU_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_CELU_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_CTCLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_CTCLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_CircularPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_CircularPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_CircularPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_ConstantPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_ConstantPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_ConstantPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Conv1d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Conv3d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_ConvTranspose2d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_ConvTranspose2d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_CrossEntropyLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_ELU_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Embedding_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_FractionalMaxPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_FractionalMaxPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_GLU_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_GRUCell_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_GRU_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_GRU_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_GroupNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_GroupNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Hardshrink_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Hardshrink_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Hardswish_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_HuberLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_InstanceNorm1d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_InstanceNorm1d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_InstanceNorm2d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_InstanceNorm3d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_InstanceNorm3d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_KLDivLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_KLDivLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_L1Loss_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_L1Loss_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_LPPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_LPPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_LPPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_LPPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_LSTMCell_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_LSTMCell_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_LSTM_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_LSTM_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_LayerNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_LayerNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_LazyConv1d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_LazyConv2d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_LazyConvTranspose2d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_LazyConvTranspose3d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_LeakyReLU_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_LeakyReLU_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Linear_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_LogSigmoid_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_LogSigmoid_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_LogSoftmax_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_MSELoss_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_MSELoss_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_MaxPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_MaxPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_MaxPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Mish_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Mish_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_MultiLabelMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_MultiLabelSoftMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_MultiLabelSoftMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_NLLLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_PReLU_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_PoissonNLLLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_RNNCell_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_RNN_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_ReLU6_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_ReLU6_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_ReLU_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_ReflectionPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_ReflectionPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_ReflectionPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_ReflectionPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_ReplicationPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_ReplicationPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_SELU_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_SELU_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_SiLU_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_SoftMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Softmax2d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Softmax2d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Softmax_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Softshrink_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Softshrink_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Softsign_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Tanh_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Tanh_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Tanhshrink_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Threshold_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_TransformerDecoderLayer_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_TransformerEncoder_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_TransformerEncoder_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_TransformerEncoder_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Transformer_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_ZeroPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_ZeroPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_AdaptiveAvgPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_AdaptiveAvgPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_AdaptiveAvgPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_AdaptiveMaxPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_AdaptiveMaxPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_AvgPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_AvgPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_AvgPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_AvgPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_AvgPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_BCELoss_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_BCELoss_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_BatchNorm1d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_BatchNorm1d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_BatchNorm2d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_BatchNorm3d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_CELU_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_CTCLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_CTCLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_CircularPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_CircularPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_CircularPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_CircularPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_ConstantPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_ConstantPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_ConstantPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Conv1d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Conv2d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Conv3d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Conv3d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_ConvTranspose2d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_ConvTranspose3d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_ELU_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_ELU_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Embedding_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_FractionalMaxPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_FractionalMaxPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_GELU_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_GLU_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_GRUCell_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_GRUCell_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_GRU_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_GRU_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_GRU_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_GaussianNLLLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_GaussianNLLLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_GroupNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Hardshrink_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Hardswish_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Hardtanh_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_HuberLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_HuberLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_InstanceNorm1d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_InstanceNorm1d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_InstanceNorm2d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_InstanceNorm3d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_KLDivLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_KLDivLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_L1Loss_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_LPPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_LPPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_LPPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_LSTMCell_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_LSTM_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_LayerNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_LazyConv1d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_LazyConv2d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_LazyConv2d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_LazyConv3d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_LazyConvTranspose1d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_LazyConvTranspose1d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_LeakyReLU_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_LeakyReLU_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_LocalResponseNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_LogSigmoid_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_LogSoftmax_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_LogSoftmax_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_MSELoss_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_MSELoss_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_MarginRankingLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_MarginRankingLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_MaxPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_MaxPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_MaxPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_MaxPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Mish_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_MultiLabelMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_MultiLabelSoftMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_MultiMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_MultiMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_MultiheadAttention_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_MultiheadAttention_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_NLLLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_NLLLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_PReLU_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_RMSNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_RNNCell_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_RNN_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_ReLU6_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_ReflectionPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_ReflectionPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_ReflectionPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_ReflectionPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_ReflectionPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_ReplicationPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_ReplicationPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_SELU_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_SELU_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Sigmoid_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Sigmoid_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_SmoothL1Loss_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_SmoothL1Loss_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_SoftMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_SoftMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Softmax2d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Softmin_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Softplus_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Softshrink_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Softsign_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Tanhshrink_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Threshold_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_TransformerDecoderLayer_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_TransformerEncoderLayer_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_TransformerEncoderLayer_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_TransformerEncoder_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Transformer_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_ZeroPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_ZeroPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_ZeroPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_ZeroPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_errors_nn_CircularPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_errors_nn_GRUCell_mps_float16, test/test_modules.py::TestModuleMPS::test_errors_nn_GRU_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_errors_nn_GRU_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_errors_nn_GRU_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_errors_nn_LSTMCell_mps_float16, test/test_modules.py::TestModuleMPS::test_errors_nn_LSTMCell_mps_float32, test/test_modules.py::TestModuleMPS::test_errors_nn_RNNCell_mps_float16, test/test_modules.py::TestModuleMPS::test_errors_nn_RNN_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_AdaptiveAvgPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_AdaptiveMaxPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_AdaptiveMaxPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_AdaptiveMaxPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_AdaptiveMaxPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_AvgPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_AvgPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_BCELoss_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_BCEWithLogitsLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_BCEWithLogitsLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_BatchNorm1d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_BatchNorm1d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_BatchNorm2d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_BatchNorm2d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_CTCLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_CircularPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_CircularPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_CircularPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_CircularPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_CircularPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_ConstantPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_ConstantPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_ConstantPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_ConstantPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Conv1d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Conv2d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Conv3d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Conv3d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_ConvTranspose1d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_ConvTranspose2d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_ConvTranspose3d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_CosineEmbeddingLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_CosineEmbeddingLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_ELU_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_ELU_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Embedding_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_FractionalMaxPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_FractionalMaxPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_FractionalMaxPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_GELU_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_GELU_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_GRU_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_GaussianNLLLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_GroupNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_GroupNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Hardswish_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Hardtanh_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Hardtanh_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_HingeEmbeddingLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_HingeEmbeddingLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_HuberLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_InstanceNorm1d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_InstanceNorm2d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_InstanceNorm3d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_InstanceNorm3d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_InstanceNorm3d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_InstanceNorm3d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_KLDivLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_L1Loss_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_LPPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_LPPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_LPPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_LPPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_LSTMCell_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_LSTMCell_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_LSTM_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_LSTM_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_LayerNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_LazyConv1d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_LazyConv3d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_LazyConvTranspose1d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_LazyConvTranspose3d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_LeakyReLU_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Linear_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_LocalResponseNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_LocalResponseNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_LogSigmoid_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_LogSoftmax_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_MSELoss_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_MSELoss_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_MarginRankingLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_MaxPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Mish_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_MultiMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_MultiMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_MultiheadAttention_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_MultiheadAttention_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_PReLU_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_PoissonNLLLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_RMSNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_RNNCell_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_RNN_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_RNN_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_ReLU6_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_ReLU_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_ReflectionPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_ReflectionPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_ReflectionPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_ReplicationPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_ReplicationPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_SELU_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Sigmoid_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Sigmoid_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_SmoothL1Loss_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_SoftMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_SoftMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Softmax_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Softmax_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Softmin_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Softmin_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Softshrink_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Softsign_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Softsign_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Tanh_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Tanh_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_TransformerDecoderLayer_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_TransformerEncoderLayer_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_TransformerEncoderLayer_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_TransformerEncoderLayer_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_TransformerEncoder_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_TransformerEncoder_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_TransformerEncoder_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Transformer_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_ZeroPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_ZeroPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_ZeroPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_AdaptiveAvgPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_AdaptiveMaxPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_AdaptiveMaxPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_AdaptiveMaxPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_AvgPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_BatchNorm1d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_BatchNorm1d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_BatchNorm1d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_BatchNorm2d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_BatchNorm2d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_BatchNorm2d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_BatchNorm3d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_BatchNorm3d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_CELU_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_CTCLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_CircularPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_CircularPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_ConstantPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_ConstantPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_ConstantPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_ConstantPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_ConstantPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_Conv1d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_Conv2d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_Conv3d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_ConvTranspose2d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_ConvTranspose3d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_CosineEmbeddingLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_CrossEntropyLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_ELU_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_ELU_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_FractionalMaxPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_FractionalMaxPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_FractionalMaxPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_GELU_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_GELU_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_GRUCell_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_GRU_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_GroupNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_Hardswish_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_Hardswish_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_Hardtanh_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_HingeEmbeddingLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_HuberLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_HuberLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_InstanceNorm1d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_InstanceNorm1d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_InstanceNorm1d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_InstanceNorm2d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_InstanceNorm2d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_InstanceNorm2d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_InstanceNorm3d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_InstanceNorm3d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_KLDivLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_KLDivLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_L1Loss_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_LPPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_LPPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_LPPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_LPPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_LSTM_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_LSTM_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_LSTM_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_LayerNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_LazyConv1d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_LazyConv1d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_LazyConvTranspose2d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_LazyConvTranspose3d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_LeakyReLU_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_LeakyReLU_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_Linear_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_MSELoss_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_MSELoss_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_MarginRankingLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_MaxPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_MaxPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_MaxPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_Mish_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_MultiLabelMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_MultiLabelMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_MultiLabelSoftMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_MultiLabelSoftMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_MultiheadAttention_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_MultiheadAttention_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_NLLLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_PReLU_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_RMSNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_RMSNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_RNNCell_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_RNN_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_RNN_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_RNN_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_ReLU_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_ReflectionPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_ReflectionPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_ReplicationPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_ReplicationPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_SELU_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_SELU_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_Sigmoid_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_SmoothL1Loss_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_SoftMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_Softmax2d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_Softmax2d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_Softmax_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_Softmax_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_Softmin_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_Softplus_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_Softshrink_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_Softsign_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_Softsign_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_Tanh_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_Tanhshrink_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_Threshold_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_Threshold_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_TransformerDecoderLayer_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_TransformerDecoderLayer_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_TransformerEncoderLayer_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_TransformerEncoderLayer_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_TransformerEncoder_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_TransformerEncoder_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_ZeroPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_ZeroPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_ZeroPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_AdaptiveMaxPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_AdaptiveMaxPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_AdaptiveMaxPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_AdaptiveMaxPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_AvgPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_BCEWithLogitsLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_BatchNorm2d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_BatchNorm2d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_BatchNorm3d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Bilinear_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Bilinear_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_CELU_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_CTCLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_CircularPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_CircularPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_CircularPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_ConstantPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Conv2d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Conv3d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_CosineEmbeddingLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_CosineEmbeddingLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_ELU_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_ELU_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Embedding_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_FractionalMaxPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_FractionalMaxPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_GELU_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_GLU_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_GLU_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_GRUCell_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_GRUCell_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_GaussianNLLLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Hardshrink_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Hardtanh_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_HingeEmbeddingLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_InstanceNorm1d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_InstanceNorm1d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_KLDivLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_KLDivLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_L1Loss_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_L1Loss_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_LPPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_LPPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_LSTMCell_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_LSTMCell_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_LSTM_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_LayerNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_LazyConv1d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_LazyConv2d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_LazyConvTranspose1d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_LazyConvTranspose1d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_LazyConvTranspose2d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_LeakyReLU_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Linear_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_LocalResponseNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_LocalResponseNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_LogSigmoid_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_MSELoss_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_MarginRankingLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_MaxPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_MaxPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_MaxPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_MaxPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_MultiheadAttention_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_PReLU_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_PoissonNLLLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_RNNCell_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_ReLU6_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_ReflectionPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_ReflectionPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_ReflectionPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_ReplicationPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_SiLU_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_SiLU_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Sigmoid_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Sigmoid_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_SmoothL1Loss_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_SoftMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_SoftMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Softmin_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Softshrink_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Softshrink_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Tanh_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Tanh_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Tanhshrink_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Threshold_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Threshold_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_TransformerDecoderLayer_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_TransformerEncoderLayer_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Transformer_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Transformer_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_ZeroPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_ZeroPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_ZeroPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_ZeroPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_AdaptiveAvgPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_AdaptiveAvgPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_AdaptiveAvgPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_AdaptiveMaxPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_AdaptiveMaxPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_AdaptiveMaxPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_AdaptiveMaxPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_AvgPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_AvgPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_AvgPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_AvgPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_BCELoss_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_BCEWithLogitsLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_BatchNorm1d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_BatchNorm1d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_BatchNorm1d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_BatchNorm2d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_BatchNorm3d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_BatchNorm3d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_CELU_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_CTCLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_CTCLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_CircularPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_ConstantPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Conv1d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Conv2d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Conv3d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_ConvTranspose2d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_ConvTranspose3d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_CrossEntropyLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_ELU_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Embedding_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_FractionalMaxPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_FractionalMaxPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_GELU_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_GRUCell_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_GRUCell_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_GRU_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_GRU_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_GRU_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_GRU_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_GaussianNLLLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_GroupNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_GroupNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_HuberLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_InstanceNorm1d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_InstanceNorm1d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_InstanceNorm2d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_InstanceNorm2d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_InstanceNorm2d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_L1Loss_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_LPPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_LPPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_LSTM_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_LayerNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_LazyConv1d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_LazyConv2d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_LazyConv3d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_LazyConvTranspose1d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_LazyConvTranspose3d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_LocalResponseNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_LocalResponseNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_LogSoftmax_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_MSELoss_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_MarginRankingLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_MaxPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_MaxPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_MaxPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Mish_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_MultiLabelMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_MultiLabelSoftMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_MultiheadAttention_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_MultiheadAttention_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_MultiheadAttention_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_NLLLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_NLLLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_PReLU_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_RMSNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_RNNCell_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_ReLU_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_ReflectionPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_ReflectionPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_ReplicationPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_ReplicationPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_ReplicationPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_ReplicationPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_SELU_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_SiLU_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Sigmoid_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_SmoothL1Loss_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Softmax2d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Softmax_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Softmin_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Softplus_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Softsign_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Tanhshrink_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Threshold_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Threshold_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_TransformerEncoderLayer_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_TransformerEncoderLayer_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_TransformerEncoder_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_TransformerEncoder_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_TransformerEncoder_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_TransformerEncoder_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Transformer_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_ZeroPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_ZeroPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_ZeroPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_ZeroPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_AdaptiveAvgPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_AdaptiveAvgPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_AdaptiveAvgPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_AdaptiveAvgPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_AdaptiveAvgPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_AdaptiveMaxPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_AdaptiveMaxPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_AdaptiveMaxPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_AvgPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_AvgPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_AvgPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_BCELoss_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_BCEWithLogitsLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_BatchNorm1d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_BatchNorm2d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_BatchNorm3d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Bilinear_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Bilinear_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_CTCLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_CTCLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_CircularPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_CircularPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_CircularPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_CircularPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_ConstantPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_ConstantPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_ConstantPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_ConstantPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Conv1d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Conv2d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Conv3d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Conv3d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_ConvTranspose1d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_ConvTranspose3d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_CosineEmbeddingLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_CrossEntropyLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_CrossEntropyLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Embedding_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_FractionalMaxPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_FractionalMaxPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_FractionalMaxPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_GELU_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_GRUCell_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_GRUCell_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_GRU_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_GaussianNLLLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_GroupNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Hardshrink_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Hardswish_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Hardswish_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Hardtanh_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Hardtanh_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_HuberLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_InstanceNorm1d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_InstanceNorm1d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_InstanceNorm1d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_InstanceNorm2d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_InstanceNorm3d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_InstanceNorm3d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_InstanceNorm3d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_KLDivLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_LPPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_LPPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_LPPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_LPPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_LPPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_LPPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_LSTM_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_LSTM_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_LayerNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_LazyConv1d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_LazyConv2d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_LazyConv3d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_LazyConvTranspose1d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_LazyConvTranspose2d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_LazyConvTranspose3d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Linear_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_LocalResponseNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_LogSigmoid_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_LogSigmoid_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_LogSoftmax_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_LogSoftmax_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_MaxPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_MaxPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_MaxPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Mish_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Mish_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_MultiLabelSoftMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_MultiheadAttention_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_NLLLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_PoissonNLLLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_RMSNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_RNNCell_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_RNNCell_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_RNN_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_ReLU6_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_ReLU_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_ReLU_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_ReflectionPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_ReflectionPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_ReplicationPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_SELU_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Sigmoid_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_SmoothL1Loss_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_SoftMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Softmax2d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Softmax_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Softmin_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Softplus_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Softsign_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Softsign_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Tanh_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Tanhshrink_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Tanhshrink_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Threshold_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_TransformerEncoderLayer_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_TransformerEncoderLayer_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_TransformerEncoder_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_TransformerEncoder_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_TransformerEncoder_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_TransformerEncoder_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Transformer_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_ZeroPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_ZeroPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_AdaptiveMaxPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_AdaptiveMaxPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_AvgPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_AvgPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_AvgPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_AvgPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_AvgPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_BCELoss_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_BCEWithLogitsLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_BatchNorm1d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_BatchNorm1d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_BatchNorm1d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_BatchNorm2d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_BatchNorm3d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_BatchNorm3d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_BatchNorm3d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Bilinear_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Bilinear_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_CTCLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_CircularPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_CircularPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_CircularPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_ConstantPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_ConstantPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Conv1d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Conv2d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Conv3d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_ConvTranspose1d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_ConvTranspose2d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_CosineEmbeddingLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_ELU_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Embedding_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_FractionalMaxPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_GELU_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_GELU_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_GLU_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_GRU_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_GRU_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_GaussianNLLLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_GroupNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_GroupNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Hardshrink_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Hardshrink_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Hardtanh_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_HuberLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_InstanceNorm1d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_InstanceNorm1d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_InstanceNorm2d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_InstanceNorm3d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_KLDivLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_LPPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_LPPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_LSTMCell_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_LSTM_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_LSTM_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_LazyConv1d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_LazyConv1d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_LazyConv2d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_LazyConv3d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_LazyConvTranspose1d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_LazyConvTranspose1d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_LazyConvTranspose3d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_LazyConvTranspose3d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_LeakyReLU_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Linear_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_LocalResponseNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_LogSigmoid_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_LogSoftmax_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_LogSoftmax_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_MSELoss_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_MarginRankingLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_MaxPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_MaxPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_MaxPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_MaxPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Mish_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Mish_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_MultiLabelMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_MultiLabelSoftMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_MultiLabelSoftMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_MultiMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_MultiheadAttention_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_MultiheadAttention_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_PReLU_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_PoissonNLLLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_RMSNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_RNNCell_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_RNNCell_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_RNN_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_ReLU6_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_ReLU6_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_ReLU_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_ReflectionPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_ReflectionPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_ReflectionPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_ReplicationPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_ReplicationPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_ReplicationPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_ReplicationPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_SELU_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_SiLU_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Sigmoid_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_SmoothL1Loss_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Softmax2d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Softmax2d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Softmax_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Softmax_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Softplus_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Softshrink_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Tanh_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Tanhshrink_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_TransformerEncoderLayer_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_TransformerEncoderLayer_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_TransformerEncoderLayer_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_TransformerEncoderLayer_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_TransformerEncoder_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Transformer_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_ZeroPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_ZeroPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_ZeroPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_AdaptiveAvgPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_AdaptiveAvgPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_AdaptiveMaxPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_AdaptiveMaxPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_AvgPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_AvgPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_AvgPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_BCELoss_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_BCEWithLogitsLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_BatchNorm1d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_BatchNorm1d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_BatchNorm2d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_BatchNorm2d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_BatchNorm3d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_BatchNorm3d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_BatchNorm3d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_Bilinear_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_CTCLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_CTCLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_CircularPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_ConstantPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_ConstantPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_ConstantPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_Conv1d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_Conv2d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_Conv2d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_ConvTranspose1d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_ConvTranspose2d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_ConvTranspose3d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_ConvTranspose3d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_CrossEntropyLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_CrossEntropyLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_ELU_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_Embedding_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_FractionalMaxPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_GELU_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_GELU_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_GLU_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_GRUCell_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_GRUCell_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_GRU_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_GRU_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_GroupNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_Hardshrink_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_Hardshrink_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_Hardtanh_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_Hardtanh_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_HingeEmbeddingLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_HuberLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_InstanceNorm1d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_InstanceNorm2d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_InstanceNorm2d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_InstanceNorm3d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_InstanceNorm3d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_LPPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_LPPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_LPPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_LPPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_LPPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_LSTMCell_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_LSTM_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_LayerNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_LayerNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_LazyConv1d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_LazyConv1d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_LazyConv2d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_LazyConv3d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_LazyConvTranspose2d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_LazyConvTranspose3d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_LazyConvTranspose3d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_LeakyReLU_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_Linear_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_Linear_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_LocalResponseNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_LogSigmoid_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_LogSigmoid_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_LogSoftmax_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_MSELoss_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_MSELoss_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_MarginRankingLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_MaxPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_MaxPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_MaxPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_Mish_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_MultiLabelMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_MultiLabelSoftMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_MultiMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_MultiheadAttention_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_PReLU_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_PoissonNLLLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_RMSNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_RNNCell_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_RNNCell_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_RNN_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_RNN_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_ReLU6_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_ReflectionPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_ReflectionPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_ReflectionPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_ReflectionPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_ReplicationPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_ReplicationPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_ReplicationPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_ReplicationPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_SELU_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_SELU_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_SiLU_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_SiLU_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_SmoothL1Loss_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_Softmax2d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_Softmax2d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_Softmax_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_Softshrink_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_Softsign_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_Tanh_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_Tanh_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_Tanhshrink_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_TransformerEncoderLayer_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_TransformerEncoderLayer_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_TransformerEncoderLayer_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_TransformerEncoder_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_Transformer_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_Transformer_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_ZeroPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_ZeroPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_ZeroPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_ZeroPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_AdaptiveAvgPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_AdaptiveAvgPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_AdaptiveAvgPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_AdaptiveMaxPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_AdaptiveMaxPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_AdaptiveMaxPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_AvgPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_AvgPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_AvgPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_BCEWithLogitsLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_BatchNorm1d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_BatchNorm1d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_BatchNorm2d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_BatchNorm2d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_BatchNorm2d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_BatchNorm3d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_BatchNorm3d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_BatchNorm3d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_Bilinear_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_CTCLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_CircularPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_ConstantPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_ConstantPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_ConstantPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_Conv1d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_Conv2d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_Conv2d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_Conv3d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_Conv3d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_ConvTranspose1d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_ConvTranspose1d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_ConvTranspose2d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_ConvTranspose3d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_CosineEmbeddingLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_CrossEntropyLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_ELU_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_Embedding_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_FractionalMaxPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_FractionalMaxPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_GLU_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_GRU_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_GRU_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_GRU_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_GroupNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_Hardshrink_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_Hardswish_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_Hardtanh_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_HuberLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_InstanceNorm1d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_InstanceNorm2d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_InstanceNorm2d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_InstanceNorm3d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_InstanceNorm3d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_InstanceNorm3d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_InstanceNorm3d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_KLDivLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_L1Loss_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_LPPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_LPPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_LSTM_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_LayerNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_LayerNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_LazyConv1d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_LazyConv2d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_LazyConv3d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_LazyConvTranspose1d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_LazyConvTranspose2d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_LazyConvTranspose3d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_Linear_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_Linear_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_LogSigmoid_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_LogSigmoid_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_LogSoftmax_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_MSELoss_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_MarginRankingLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_MarginRankingLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_MaxPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_MaxPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_MultiLabelSoftMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_MultiMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_MultiMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_MultiheadAttention_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_NLLLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_NLLLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_PReLU_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_PoissonNLLLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_PoissonNLLLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_RMSNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_RNN_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_RNN_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_RNN_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_ReLU6_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_ReLU6_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_ReLU_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_ReLU_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_ReflectionPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_ReflectionPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_ReflectionPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_ReflectionPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_ReplicationPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_ReplicationPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_ReplicationPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_SiLU_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_Sigmoid_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_SmoothL1Loss_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_SoftMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_Softmax2d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_Softplus_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_Softshrink_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_Softsign_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_Softsign_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_Tanh_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_Tanhshrink_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_Threshold_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_Threshold_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_TransformerDecoderLayer_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_TransformerEncoderLayer_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_TransformerEncoder_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_TransformerEncoder_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_TransformerEncoder_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_TransformerEncoder_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_Transformer_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_Transformer_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_ZeroPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_ZeroPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_ZeroPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_ZeroPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_AdaptiveAvgPool1d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_AdaptiveAvgPool1d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_AdaptiveAvgPool2d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_AdaptiveMaxPool2d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_AdaptiveMaxPool3d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_AvgPool1d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_AvgPool1d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_AvgPool2d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_AvgPool2d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_BCELoss_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_BCELoss_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_BatchNorm1d_train_mode_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_BatchNorm1d_train_mode_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_BatchNorm2d_eval_mode_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_BatchNorm2d_train_mode_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_BatchNorm3d_train_mode_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_BatchNorm3d_train_mode_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Bilinear_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_CELU_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_CTCLoss_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_CircularPad2d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_ConstantPad1d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_ConstantPad3d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Conv1d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Conv3d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_ConvTranspose1d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_ConvTranspose1d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_ConvTranspose2d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_ConvTranspose3d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_CosineEmbeddingLoss_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_CosineEmbeddingLoss_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_CrossEntropyLoss_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_CrossEntropyLoss_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_ELU_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Embedding_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_FractionalMaxPool2d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_FractionalMaxPool3d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_GLU_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_GRU_eval_mode_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_GaussianNLLLoss_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_GroupNorm_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Hardshrink_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Hardswish_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Hardtanh_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_HingeEmbeddingLoss_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_InstanceNorm1d_eval_mode_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_InstanceNorm1d_train_mode_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_InstanceNorm2d_eval_mode_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_InstanceNorm2d_eval_mode_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_InstanceNorm3d_eval_mode_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_InstanceNorm3d_eval_mode_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_KLDivLoss_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_LPPool1d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_LPPool2d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_LPPool2d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_LPPool3d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_LSTMCell_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_LSTMCell_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_LSTM_train_mode_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_LocalResponseNorm_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_LogSigmoid_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_LogSoftmax_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_LogSoftmax_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_MSELoss_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_MarginRankingLoss_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_MaxPool2d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_MaxPool3d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Mish_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_MultiLabelMarginLoss_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_MultiLabelSoftMarginLoss_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_MultiMarginLoss_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_MultiheadAttention_train_mode_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_MultiheadAttention_train_mode_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_NLLLoss_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_NLLLoss_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_PReLU_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_PoissonNLLLoss_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_PoissonNLLLoss_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_RMSNorm_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_RNNCell_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_RNN_eval_mode_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_RNN_eval_mode_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_ReLU6_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_ReLU_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_ReflectionPad2d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_ReflectionPad3d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_ReplicationPad1d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_ReplicationPad2d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_ReplicationPad3d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_ReplicationPad3d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_SELU_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_SiLU_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_SmoothL1Loss_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_SmoothL1Loss_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Softmax2d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Softmax_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Softmax_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Softmin_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Softplus_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Tanh_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Tanhshrink_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Threshold_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Threshold_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_TransformerDecoderLayer_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_TransformerEncoderLayer_eval_mode_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_TransformerEncoderLayer_eval_mode_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_TransformerEncoderLayer_train_mode_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_TransformerEncoderLayer_train_mode_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_TransformerEncoder_eval_mode_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_TransformerEncoder_train_mode_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Transformer_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Transformer_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_ZeroPad2d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_AdaptiveAvgPool1d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_AdaptiveAvgPool2d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_AdaptiveAvgPool2d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_AdaptiveAvgPool2d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_AdaptiveAvgPool3d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_AdaptiveAvgPool3d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_AdaptiveAvgPool3d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_AdaptiveMaxPool1d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_AdaptiveMaxPool1d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_AdaptiveMaxPool2d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_AdaptiveMaxPool2d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_AdaptiveMaxPool2d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_AdaptiveMaxPool3d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_AvgPool1d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_AvgPool1d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_AvgPool2d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_AvgPool2d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_AvgPool3d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_AvgPool3d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_AvgPool3d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_BCELoss_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_BCEWithLogitsLoss_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_BCEWithLogitsLoss_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_BatchNorm1d_eval_mode_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_BatchNorm1d_eval_mode_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_BatchNorm1d_eval_mode_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_BatchNorm1d_train_mode_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_BatchNorm1d_train_mode_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_BatchNorm1d_train_mode_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_BatchNorm1d_train_mode_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_BatchNorm2d_eval_mode_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_BatchNorm2d_train_mode_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_BatchNorm3d_eval_mode_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_BatchNorm3d_eval_mode_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_BatchNorm3d_eval_mode_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_BatchNorm3d_train_mode_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_BatchNorm3d_train_mode_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Bilinear_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_CELU_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_CELU_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_CTCLoss_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_CircularPad1d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_CircularPad1d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_CircularPad2d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_CircularPad2d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_CircularPad2d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_CircularPad3d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_CircularPad3d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ConstantPad1d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ConstantPad1d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ConstantPad2d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ConstantPad2d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ConstantPad3d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ConstantPad3d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ConstantPad3d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ConstantPad3d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Conv1d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Conv1d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Conv1d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Conv2d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Conv2d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Conv3d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Conv3d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ConvTranspose1d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ConvTranspose1d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ConvTranspose2d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ConvTranspose2d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ConvTranspose3d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ConvTranspose3d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ConvTranspose3d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_CosineEmbeddingLoss_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_CosineEmbeddingLoss_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_CosineEmbeddingLoss_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ELU_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ELU_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Embedding_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Embedding_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_FractionalMaxPool3d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_FractionalMaxPool3d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_GELU_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_GELU_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_GLU_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_GLU_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_GRUCell_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_GRU_eval_mode_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_GRU_eval_mode_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_GRU_train_mode_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_GRU_train_mode_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_GRU_train_mode_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_GaussianNLLLoss_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_GaussianNLLLoss_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_GaussianNLLLoss_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_GroupNorm_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_GroupNorm_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Hardshrink_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Hardswish_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Hardswish_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Hardtanh_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Hardtanh_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Hardtanh_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_HingeEmbeddingLoss_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_HingeEmbeddingLoss_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_HuberLoss_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_HuberLoss_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_HuberLoss_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_InstanceNorm1d_eval_mode_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_InstanceNorm1d_eval_mode_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_InstanceNorm1d_train_mode_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_InstanceNorm2d_eval_mode_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_InstanceNorm2d_eval_mode_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_InstanceNorm2d_train_mode_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_InstanceNorm2d_train_mode_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_InstanceNorm3d_eval_mode_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_InstanceNorm3d_eval_mode_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_InstanceNorm3d_eval_mode_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_InstanceNorm3d_train_mode_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_InstanceNorm3d_train_mode_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_InstanceNorm3d_train_mode_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_L1Loss_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_L1Loss_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LPPool1d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LPPool1d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LPPool2d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LPPool2d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LPPool2d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LPPool3d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LPPool3d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LSTMCell_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LSTMCell_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LSTMCell_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LSTM_eval_mode_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LSTM_eval_mode_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LSTM_eval_mode_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LSTM_eval_mode_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LSTM_train_mode_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LSTM_train_mode_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LayerNorm_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LeakyReLU_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LeakyReLU_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Linear_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Linear_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Linear_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LocalResponseNorm_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LocalResponseNorm_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LogSigmoid_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LogSoftmax_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MarginRankingLoss_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MarginRankingLoss_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MarginRankingLoss_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MaxPool1d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MaxPool1d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MaxPool1d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MaxPool2d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MaxPool2d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MaxPool2d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MaxPool2d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MaxPool3d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Mish_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MultiLabelMarginLoss_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MultiLabelMarginLoss_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MultiLabelSoftMarginLoss_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MultiMarginLoss_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MultiMarginLoss_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MultiheadAttention_eval_mode_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MultiheadAttention_eval_mode_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MultiheadAttention_train_mode_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MultiheadAttention_train_mode_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_NLLLoss_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_PReLU_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_PReLU_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_PoissonNLLLoss_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_PoissonNLLLoss_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_PoissonNLLLoss_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_RMSNorm_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_RMSNorm_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_RNNCell_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_RNNCell_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_RNNCell_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_RNN_eval_mode_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_RNN_eval_mode_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_RNN_eval_mode_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_RNN_train_mode_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_RNN_train_mode_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_RNN_train_mode_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ReLU6_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ReLU6_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ReLU_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ReLU_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ReLU_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ReflectionPad1d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ReflectionPad1d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ReflectionPad1d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ReflectionPad2d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ReflectionPad2d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ReflectionPad2d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ReflectionPad3d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ReflectionPad3d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ReplicationPad1d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ReplicationPad2d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ReplicationPad2d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ReplicationPad2d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ReplicationPad3d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_SELU_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_SELU_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_SiLU_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_SiLU_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Sigmoid_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Sigmoid_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_SmoothL1Loss_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_SmoothL1Loss_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_SoftMarginLoss_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_SoftMarginLoss_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Softmax2d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Softmax_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Softmax_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Softmax_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Softmin_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Softplus_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Softplus_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Softplus_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Softplus_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Softshrink_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Softshrink_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Softshrink_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Softsign_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Softsign_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Tanh_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Tanhshrink_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Tanhshrink_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Threshold_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_TransformerDecoderLayer_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_TransformerEncoderLayer_eval_mode_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_TransformerEncoderLayer_eval_mode_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_TransformerEncoderLayer_eval_mode_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_TransformerEncoderLayer_train_mode_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_TransformerEncoder_eval_mode_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_TransformerEncoder_eval_mode_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_TransformerEncoder_eval_mode_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_TransformerEncoder_eval_mode_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Transformer_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Transformer_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ZeroPad1d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ZeroPad1d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ZeroPad2d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ZeroPad2d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ZeroPad2d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ZeroPad3d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ZeroPad3d_swap_False_set_grad_True_mps_float32 2025-09-07T06:52:00.1220430Z 2025-09-07T06:53:38.9892630Z 2025-09-07T06:53:38.9893100Z test_modules 2/2 was successful, full logs can be found in artifacts with path test/test-reports/test_modules_2.2_c9ba2142a543e4ac_.log 2025-09-07T06:53:39.0587490Z Running 3447 items in this shard: test/test_modules.py::TestModuleCPU::test_check_inplace_nn_CELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_check_inplace_nn_CELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_check_inplace_nn_ELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_check_inplace_nn_Hardswish_cpu_float32, test/test_modules.py::TestModuleCPU::test_check_inplace_nn_Hardtanh_cpu_float32, test/test_modules.py::TestModuleCPU::test_check_inplace_nn_Hardtanh_cpu_float64, test/test_modules.py::TestModuleCPU::test_check_inplace_nn_LeakyReLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_check_inplace_nn_Mish_cpu_float64, test/test_modules.py::TestModuleCPU::test_check_inplace_nn_ReLU6_cpu_float32, test/test_modules.py::TestModuleCPU::test_check_inplace_nn_SELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_check_inplace_nn_SiLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_check_inplace_nn_Threshold_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_AdaptiveAvgPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_AdaptiveAvgPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_AdaptiveAvgPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_AdaptiveMaxPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_AdaptiveMaxPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_AdaptiveMaxPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_AdaptiveMaxPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_AdaptiveMaxPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_AvgPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_AvgPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_AvgPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_AvgPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_BCELoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_BCEWithLogitsLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_BatchNorm1d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_BatchNorm2d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_BatchNorm3d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Bilinear_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Bilinear_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_CTCLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_CircularPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_CircularPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ConstantPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ConstantPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ConstantPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Conv1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Conv2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Conv2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Conv3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex128, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_complex128, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_complex32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_complex64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_complex128, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_complex64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_CosineEmbeddingLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_CosineEmbeddingLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_CrossEntropyLoss_cpu_float16, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_CrossEntropyLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Embedding_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Embedding_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_FractionalMaxPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_FractionalMaxPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_GELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_GELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_GLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_GLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_GRUCell_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_GRU_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_GRU_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_GRU_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_GaussianNLLLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_GroupNorm_cpu_float16, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_GroupNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Hardshrink_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Hardswish_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Hardtanh_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_HingeEmbeddingLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_HuberLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_HuberLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_InstanceNorm1d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_InstanceNorm2d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_InstanceNorm3d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_InstanceNorm3d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_InstanceNorm3d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_KLDivLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_LPPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_LSTMCell_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_LSTM_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_LSTM_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_LSTM_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_LayerNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_LazyConv1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_LazyConv1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_LazyConv2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_LazyConvTranspose2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_LazyConvTranspose2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_LazyConvTranspose3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Linear_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Linear_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_LocalResponseNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_LogSigmoid_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_LogSoftmax_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_MSELoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_MarginRankingLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_MarginRankingLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_MaxPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_MaxPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_MaxPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Mish_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Mish_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_MultiLabelMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_MultiLabelSoftMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_MultiLabelSoftMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_MultiMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_NLLLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_NLLLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_RMSNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_RNNCell_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_RNN_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_RNN_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_RNN_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ReLU6_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ReLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ReflectionPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ReflectionPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ReflectionPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ReplicationPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ReplicationPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ReplicationPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_SiLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Sigmoid_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_SmoothL1Loss_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Softmax2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Softmin_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Softshrink_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Softshrink_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_TransformerDecoderLayer_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_TransformerDecoderLayer_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_TransformerEncoderLayer_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_TransformerEncoder_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_Transformer_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ZeroPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ZeroPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ZeroPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_cpu_gpu_parity_nn_ZeroPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_AdaptiveAvgPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_AdaptiveAvgPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_AdaptiveAvgPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_AdaptiveAvgPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_AdaptiveAvgPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_AdaptiveMaxPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_AdaptiveMaxPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_AdaptiveMaxPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_AdaptiveMaxPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_AdaptiveMaxPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_AvgPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_AvgPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_AvgPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_BCELoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_BCEWithLogitsLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_BatchNorm1d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_BatchNorm1d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_CELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_CTCLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_CircularPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_CircularPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_CircularPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ConstantPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ConstantPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ConstantPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Conv1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Conv3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ConvTranspose1d_cpu_complex64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ConvTranspose1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ConvTranspose2d_cpu_complex32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ConvTranspose2d_cpu_complex64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ConvTranspose2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ConvTranspose3d_cpu_complex128, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ConvTranspose3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ConvTranspose3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_CosineEmbeddingLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_CrossEntropyLoss_cpu_float16, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_CrossEntropyLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_CrossEntropyLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_FractionalMaxPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_GELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_GLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_GLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_GRUCell_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_GRUCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_GRU_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_GRU_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_GaussianNLLLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_GroupNorm_cpu_bfloat16, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_GroupNorm_cpu_float16, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_GroupNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Hardshrink_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Hardswish_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Hardtanh_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_HingeEmbeddingLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_InstanceNorm1d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_KLDivLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_L1Loss_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_LPPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_LSTMCell_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_LSTMCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_LSTM_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_LSTM_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_LSTM_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_LazyConv2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_LazyConv3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_LazyConvTranspose2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_LeakyReLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_LeakyReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Linear_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_LocalResponseNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_LocalResponseNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_LogSoftmax_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_MSELoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_MSELoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_MarginRankingLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_MarginRankingLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_MaxPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_MaxPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_MaxPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_MaxPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_MaxPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_MultiMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_MultiheadAttention_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_MultiheadAttention_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_MultiheadAttention_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_NLLLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_NLLLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_PoissonNLLLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_RMSNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_RNNCell_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_RNN_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_RNN_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ReLU6_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ReflectionPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ReflectionPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ReplicationPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ReplicationPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ReplicationPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_SiLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_SiLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Sigmoid_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Sigmoid_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_SmoothL1Loss_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_SoftMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Softmax2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Softmax2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Softmax_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Softmax_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Softmin_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Softmin_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Softplus_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Softsign_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Softsign_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Tanh_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Tanhshrink_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Threshold_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_Threshold_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_TransformerDecoderLayer_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_TransformerEncoderLayer_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_TransformerEncoderLayer_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_TransformerEncoderLayer_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_TransformerEncoder_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_TransformerEncoder_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_TransformerEncoder_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ZeroPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ZeroPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ZeroPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_device_ctx_init_nn_ZeroPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_errors_nn_CircularPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_errors_nn_CircularPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_errors_nn_GRU_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_errors_nn_GRU_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_errors_nn_GRU_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_errors_nn_LSTMCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_errors_nn_LSTM_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_errors_nn_LSTM_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_errors_nn_LSTM_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_errors_nn_RNN_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_errors_nn_RNN_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_AdaptiveAvgPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_AdaptiveAvgPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_AdaptiveAvgPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_AdaptiveMaxPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_AdaptiveMaxPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_AdaptiveMaxPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_AdaptiveMaxPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_AvgPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_AvgPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_AvgPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_BCEWithLogitsLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_BCEWithLogitsLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_BatchNorm1d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_BatchNorm1d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_BatchNorm2d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_BatchNorm2d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_BatchNorm3d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_CELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ConstantPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ConstantPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ConstantPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Conv1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Conv1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Conv3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Conv3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ConvTranspose1d_cpu_complex128, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ConvTranspose1d_cpu_complex32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ConvTranspose1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ConvTranspose2d_cpu_complex32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ConvTranspose2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ConvTranspose3d_cpu_complex128, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ConvTranspose3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_CrossEntropyLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Embedding_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_GLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_GLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_GRUCell_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_GRU_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_GRU_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_GRU_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_GaussianNLLLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_GroupNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Hardshrink_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Hardshrink_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Hardswish_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Hardtanh_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_HingeEmbeddingLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_InstanceNorm1d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_InstanceNorm1d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_InstanceNorm1d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_InstanceNorm2d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_InstanceNorm3d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_InstanceNorm3d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_KLDivLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_L1Loss_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_L1Loss_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_LPPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_LPPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_LSTM_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_LSTM_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_LayerNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_LayerNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_LazyConv1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_LazyConv2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_LazyConvTranspose1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_LazyConvTranspose2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_LazyConvTranspose3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_LazyConvTranspose3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_LeakyReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Linear_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_LocalResponseNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_LogSigmoid_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_MSELoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_MarginRankingLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_MaxPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_MaxPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Mish_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_MultiLabelSoftMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_MultiheadAttention_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_PReLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_PReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_PoissonNLLLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_RMSNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_RMSNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_RNNCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_RNN_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_RNN_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_RNN_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ReLU6_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ReflectionPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ReflectionPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ReflectionPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ReplicationPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ReplicationPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ReplicationPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ReplicationPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ReplicationPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_SiLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Sigmoid_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_SoftMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Softmax2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Softmax_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Softmin_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Softshrink_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Softsign_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Tanh_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Threshold_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_TransformerDecoderLayer_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_TransformerDecoderLayer_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_TransformerEncoderLayer_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_TransformerEncoderLayer_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_TransformerEncoderLayer_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Transformer_cpu_float32, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_Transformer_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ZeroPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_factory_kwargs_nn_ZeroPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_AdaptiveAvgPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_AdaptiveAvgPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_AdaptiveMaxPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_AdaptiveMaxPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_AdaptiveMaxPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_AvgPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_AvgPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_AvgPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_AvgPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_AvgPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_BCELoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_BCELoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_BCEWithLogitsLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_BCEWithLogitsLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_BatchNorm1d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_BatchNorm2d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_BatchNorm2d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_BatchNorm3d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_Bilinear_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_Bilinear_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_CELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_CTCLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_CircularPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_CircularPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_CircularPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_ConstantPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_ConstantPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_ConstantPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_Conv1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_Conv2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_Conv3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_ConvTranspose1d_cpu_complex32, test/test_modules.py::TestModuleCPU::test_forward_nn_ConvTranspose1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_ConvTranspose2d_cpu_complex128, test/test_modules.py::TestModuleCPU::test_forward_nn_ConvTranspose2d_cpu_complex32, test/test_modules.py::TestModuleCPU::test_forward_nn_ConvTranspose2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_ConvTranspose3d_cpu_complex128, test/test_modules.py::TestModuleCPU::test_forward_nn_ConvTranspose3d_cpu_complex32, test/test_modules.py::TestModuleCPU::test_forward_nn_ConvTranspose3d_cpu_complex64, test/test_modules.py::TestModuleCPU::test_forward_nn_ConvTranspose3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_ConvTranspose3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_CrossEntropyLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_ELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_FractionalMaxPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_FractionalMaxPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_FractionalMaxPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_GELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_GELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_GLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_GRUCell_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_GRUCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_GRU_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_GRU_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_GRU_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_GRU_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_GroupNorm_cpu_bfloat16, test/test_modules.py::TestModuleCPU::test_forward_nn_GroupNorm_cpu_float16, test/test_modules.py::TestModuleCPU::test_forward_nn_GroupNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_Hardshrink_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_Hardshrink_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_Hardswish_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_Hardswish_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_InstanceNorm1d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_InstanceNorm2d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_InstanceNorm2d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_InstanceNorm3d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_InstanceNorm3d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_KLDivLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_L1Loss_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_LPPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_LPPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_LPPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_LSTMCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_LSTM_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_LSTM_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_LayerNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_LazyConv1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_LazyConv2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_LazyConv3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_LazyConv3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_LazyConvTranspose1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_LazyConvTranspose3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_LeakyReLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_LeakyReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_Linear_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_LocalResponseNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_LocalResponseNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_LogSoftmax_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_MSELoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_MSELoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_MaxPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_MaxPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_Mish_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_Mish_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_MultiLabelMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_MultiLabelMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_MultiLabelSoftMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_MultiheadAttention_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_MultiheadAttention_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_NLLLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_PoissonNLLLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_PoissonNLLLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_RMSNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_RNNCell_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_RNN_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_RNN_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_ReLU6_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_ReLU6_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_ReflectionPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_ReplicationPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_ReplicationPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_ReplicationPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_ReplicationPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_SELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_SELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_SiLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_Sigmoid_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_Sigmoid_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_SmoothL1Loss_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_Softmax2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_Softmax_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_Softmin_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_Softplus_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_Softplus_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_Softshrink_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_Softshrink_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_Softsign_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_Tanh_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_Tanhshrink_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_Threshold_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_TransformerDecoderLayer_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_TransformerEncoderLayer_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_TransformerEncoder_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_TransformerEncoder_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_TransformerEncoder_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_Transformer_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_ZeroPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_forward_nn_ZeroPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_forward_nn_ZeroPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_grad_nn_AdaptiveAvgPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_AdaptiveAvgPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_AdaptiveMaxPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_AdaptiveMaxPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_AdaptiveMaxPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_AvgPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_BCEWithLogitsLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_BatchNorm2d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_CELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_ConstantPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_Conv3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_ConvTranspose1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_CrossEntropyLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_Embedding_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_FractionalMaxPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_FractionalMaxPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_GLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_GRU_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_GroupNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_Hardtanh_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_HuberLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_InstanceNorm1d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_InstanceNorm2d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_InstanceNorm2d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_InstanceNorm3d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_KLDivLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_L1Loss_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_LPPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_LSTM_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_LayerNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_LazyConv1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_LazyConv2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_LazyConv3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_LazyConvTranspose1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_LazyConvTranspose3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_LeakyReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_Linear_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_LocalResponseNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_LogSigmoid_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_LogSoftmax_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_MSELoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_MaxPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_MultiLabelMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_MultiLabelSoftMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_NLLLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_PReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_RMSNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_ReflectionPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_ReflectionPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_ReplicationPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_ReplicationPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_SiLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_Sigmoid_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_Softmin_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_Softplus_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_Softsign_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_Tanhshrink_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_Threshold_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_TransformerDecoderLayer_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_TransformerEncoderLayer_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_TransformerEncoder_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_TransformerEncoder_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_Transformer_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_ZeroPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_ZeroPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_grad_nn_ZeroPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_AdaptiveAvgPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_AdaptiveAvgPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_AdaptiveMaxPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_AvgPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_BatchNorm2d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_BatchNorm2d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_BatchNorm3d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_Bilinear_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_CELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_CircularPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_Conv2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_Conv3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_ConvTranspose2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_CosineEmbeddingLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_Embedding_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_FractionalMaxPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_GRUCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_GRU_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_GaussianNLLLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_GroupNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_Hardshrink_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_HuberLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_InstanceNorm1d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_InstanceNorm2d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_InstanceNorm3d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_KLDivLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_L1Loss_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_LSTMCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_LSTM_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_LSTM_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_LazyConv3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_LazyConvTranspose1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_LogSoftmax_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_MarginRankingLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_MaxPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_MaxPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_MaxPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_MultiLabelSoftMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_MultiheadAttention_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_MultiheadAttention_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_PoissonNLLLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_RMSNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_RNN_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_RNN_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_ReLU6_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_ReflectionPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_ReflectionPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_ReplicationPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_ReplicationPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_SELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_SiLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_SmoothL1Loss_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_SoftMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_Softmax2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_Softmin_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_Softplus_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_Tanhshrink_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_TransformerEncoderLayer_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_TransformerEncoderLayer_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_TransformerEncoder_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_gradgrad_nn_ZeroPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_AdaptiveMaxPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_AdaptiveMaxPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_AdaptiveMaxPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_AvgPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_AvgPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_BCELoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_BCEWithLogitsLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_BCEWithLogitsLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_BatchNorm1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_BatchNorm2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_BatchNorm2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_BatchNorm3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_BatchNorm3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Bilinear_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Bilinear_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_CircularPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_CircularPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_CircularPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_CircularPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ConstantPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ConstantPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ConstantPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Conv1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Conv2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_complex32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_CosineEmbeddingLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_CosineEmbeddingLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_cpu_float16, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_FractionalMaxPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_FractionalMaxPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_FractionalMaxPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_FractionalMaxPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_GELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_GELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_GroupNorm_cpu_bfloat16, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_GroupNorm_cpu_float16, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_GroupNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Hardshrink_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Hardshrink_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Hardtanh_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_HingeEmbeddingLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_HingeEmbeddingLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_HuberLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_InstanceNorm1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_InstanceNorm1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_InstanceNorm2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_InstanceNorm2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_InstanceNorm3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_InstanceNorm3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_L1Loss_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_L1Loss_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_LPPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_LPPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_LSTMCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_LSTM_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_LSTM_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_LayerNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_LazyConv1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_LazyConv2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_LazyConv3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_LazyConv3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_LazyConvTranspose1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_LazyConvTranspose2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_LazyConvTranspose3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_LazyConvTranspose3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_LeakyReLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Linear_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_LocalResponseNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_LogSigmoid_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_LogSoftmax_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_LogSoftmax_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_MSELoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_MSELoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_MarginRankingLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_MaxPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Mish_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_MultiLabelSoftMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_MultiMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_MultiheadAttention_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_MultiheadAttention_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_NLLLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_NLLLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_PReLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_PReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_PoissonNLLLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_PoissonNLLLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_RMSNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_RMSNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ReLU6_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ReLU6_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ReLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ReflectionPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ReflectionPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ReflectionPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ReplicationPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ReplicationPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_SELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_SiLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Sigmoid_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Sigmoid_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_SmoothL1Loss_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_SmoothL1Loss_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_SoftMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_SoftMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Softmax2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Softmax_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Softmin_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Softplus_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Softshrink_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Softshrink_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Softsign_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Softsign_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Tanh_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Tanh_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Tanhshrink_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_Threshold_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_TransformerDecoderLayer_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_TransformerEncoderLayer_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_TransformerEncoderLayer_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_TransformerEncoder_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ZeroPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ZeroPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ZeroPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_if_train_and_eval_modes_differ_nn_ZeroPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_AdaptiveAvgPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_AdaptiveAvgPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_AdaptiveMaxPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_AdaptiveMaxPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_AdaptiveMaxPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_AdaptiveMaxPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_AdaptiveMaxPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_AvgPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_BCEWithLogitsLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_BatchNorm1d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_BatchNorm1d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_BatchNorm2d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_BatchNorm2d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_BatchNorm2d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_BatchNorm2d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_BatchNorm3d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Bilinear_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Bilinear_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_CELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ConstantPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ConstantPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ConstantPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ConstantPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ConstantPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Conv1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Conv2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Conv2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Conv3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ConvTranspose1d_cpu_complex32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ConvTranspose1d_cpu_complex64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ConvTranspose1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ConvTranspose2d_cpu_complex64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ConvTranspose2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ConvTranspose2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ConvTranspose3d_cpu_complex64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ConvTranspose3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_CosineEmbeddingLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Embedding_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_FractionalMaxPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_GELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_GELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_GLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_GLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_GRUCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_GRU_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_GRU_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_GaussianNLLLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_GaussianNLLLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_GroupNorm_cpu_bfloat16, test/test_modules.py::TestModuleCPU::test_memory_format_nn_GroupNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Hardshrink_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Hardswish_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_InstanceNorm1d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_InstanceNorm1d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_InstanceNorm2d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_InstanceNorm2d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_InstanceNorm2d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_InstanceNorm2d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_InstanceNorm3d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_InstanceNorm3d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_InstanceNorm3d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_InstanceNorm3d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_KLDivLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_KLDivLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_LPPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_LPPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_LSTMCell_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_LSTMCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_LSTM_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_LSTM_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_LSTM_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_LayerNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_LayerNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_LazyConv1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_LazyConv2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_LazyConv3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_LazyConv3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_LazyConvTranspose1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_LazyConvTranspose2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_LazyConvTranspose3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_LeakyReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_LocalResponseNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_LogSigmoid_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_LogSoftmax_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_MSELoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_MSELoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_MarginRankingLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_MaxPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_MaxPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Mish_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_MultiLabelSoftMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_MultiheadAttention_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_MultiheadAttention_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_PReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_PoissonNLLLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_RMSNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_RNN_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_RNN_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ReLU6_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ReLU6_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ReflectionPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ReflectionPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ReflectionPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ReflectionPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ReflectionPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ReplicationPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ReplicationPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ReplicationPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ReplicationPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_SELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_SELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_SmoothL1Loss_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_SoftMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Softmax2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Softmin_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Softmin_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Softplus_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Softshrink_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Softsign_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Tanh_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Tanhshrink_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Threshold_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_TransformerDecoderLayer_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_TransformerDecoderLayer_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_TransformerEncoderLayer_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_TransformerEncoder_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_TransformerEncoder_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_Transformer_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ZeroPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ZeroPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_memory_format_nn_ZeroPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_AdaptiveAvgPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_AdaptiveMaxPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_AvgPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_BCELoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_BCELoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_BatchNorm1d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_BatchNorm2d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_BatchNorm2d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_BatchNorm3d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_BatchNorm3d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_CELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_CTCLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_CircularPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_CircularPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ConstantPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Conv1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Conv2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Conv3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ConvTranspose2d_cpu_complex32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ConvTranspose2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ConvTranspose3d_cpu_complex32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_CrossEntropyLoss_cpu_float16, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_CrossEntropyLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_CrossEntropyLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_FractionalMaxPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_FractionalMaxPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_GELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_GLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_GLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_GRUCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_GRU_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_GRU_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_GRU_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_GaussianNLLLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_GroupNorm_cpu_float16, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Hardtanh_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Hardtanh_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_HingeEmbeddingLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_HuberLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_InstanceNorm1d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_InstanceNorm1d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_InstanceNorm2d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_InstanceNorm3d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_InstanceNorm3d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_KLDivLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_LPPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_LPPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_LPPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_LSTMCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_LSTM_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_LayerNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_LayerNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_LazyConv2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_LazyConv3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_LazyConvTranspose1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_LazyConvTranspose1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_LazyConvTranspose2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_LazyConvTranspose2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_LazyConvTranspose3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_LazyConvTranspose3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_LeakyReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Linear_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Linear_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_LocalResponseNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_LocalResponseNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_LogSoftmax_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_MSELoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_MSELoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_MaxPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_MaxPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_MaxPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_MultiLabelSoftMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_MultiheadAttention_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_MultiheadAttention_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_MultiheadAttention_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_NLLLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_PoissonNLLLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_PoissonNLLLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_RMSNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_RNN_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_RNN_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ReflectionPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ReflectionPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ReflectionPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ReplicationPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ReplicationPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ReplicationPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ReplicationPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_SELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_SELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_SiLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_SiLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_SoftMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_SoftMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Softmax_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Softmin_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Softmin_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Softplus_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Softsign_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Softsign_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Tanh_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Threshold_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_TransformerDecoderLayer_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_TransformerEncoderLayer_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_TransformerEncoder_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_TransformerEncoder_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_Transformer_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ZeroPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ZeroPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ZeroPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_multiple_device_transfer_nn_ZeroPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_AdaptiveAvgPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_AdaptiveMaxPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_AdaptiveMaxPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_AdaptiveMaxPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_AdaptiveMaxPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_AvgPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_AvgPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_BCELoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_BCELoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_BCEWithLogitsLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_BatchNorm1d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_BatchNorm1d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_BatchNorm1d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_BatchNorm1d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_BatchNorm2d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_BatchNorm2d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_BatchNorm2d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_BatchNorm3d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_BatchNorm3d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_BatchNorm3d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_BatchNorm3d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Bilinear_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Bilinear_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_CELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_CircularPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_CircularPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_CircularPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_CircularPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_CircularPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ConstantPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ConstantPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ConstantPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ConstantPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Conv1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Conv2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Conv2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex128, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_complex128, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_complex64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_CosineEmbeddingLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_CrossEntropyLoss_cpu_float16, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_CrossEntropyLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_CrossEntropyLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Embedding_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_FractionalMaxPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_FractionalMaxPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_GLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_GLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_GRU_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_GRU_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_GaussianNLLLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_GroupNorm_cpu_bfloat16, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_GroupNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Hardshrink_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Hardswish_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Hardswish_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Hardtanh_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_HingeEmbeddingLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_HuberLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_HuberLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_InstanceNorm1d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_InstanceNorm1d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_InstanceNorm1d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_InstanceNorm2d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_InstanceNorm2d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_InstanceNorm2d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_InstanceNorm2d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_InstanceNorm3d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_InstanceNorm3d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_InstanceNorm3d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_L1Loss_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_LPPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_LPPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_LPPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_LPPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_LSTMCell_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_LSTM_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_LSTM_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_LazyConv1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_LazyConv1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_LazyConv2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_LazyConv2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_LazyConv3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_LazyConvTranspose1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_LazyConvTranspose2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_LazyConvTranspose2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_LazyConvTranspose3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_LeakyReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_LogSigmoid_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_LogSoftmax_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_MSELoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_MaxPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_MaxPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_MaxPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Mish_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Mish_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_MultiLabelMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_MultiLabelSoftMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_MultiMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_MultiheadAttention_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_MultiheadAttention_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_MultiheadAttention_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_NLLLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_NLLLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_PReLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_PoissonNLLLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_RMSNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_RNNCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ReLU6_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ReLU6_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ReflectionPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ReflectionPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ReflectionPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ReflectionPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ReplicationPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ReplicationPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ReplicationPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_SmoothL1Loss_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_SmoothL1Loss_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_SoftMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_SoftMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Softmax2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Softmax_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Softmin_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Softmin_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Softplus_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Softshrink_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Softshrink_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Softsign_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Tanh_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Tanhshrink_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Threshold_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_TransformerDecoderLayer_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_TransformerEncoderLayer_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_TransformerEncoderLayer_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_TransformerEncoderLayer_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_TransformerEncoder_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_TransformerEncoder_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_TransformerEncoder_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_Transformer_cpu_float32, test/test_modules.py::TestModuleCPU::test_non_contiguous_tensors_nn_ZeroPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_AdaptiveAvgPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_AdaptiveAvgPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_AdaptiveAvgPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_AdaptiveMaxPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_AdaptiveMaxPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_AdaptiveMaxPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_AdaptiveMaxPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_AdaptiveMaxPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_AvgPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_AvgPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_AvgPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_BCELoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_BCEWithLogitsLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_BatchNorm1d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_BatchNorm1d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_BatchNorm2d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_BatchNorm2d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_BatchNorm3d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_BatchNorm3d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_Bilinear_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_CELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_CTCLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_CTCLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_CircularPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_ConstantPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_ConstantPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_ConstantPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_Conv1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_Conv2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_Conv3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_Conv3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_ConvTranspose1d_cpu_complex128, test/test_modules.py::TestModuleCPU::test_repr_nn_ConvTranspose1d_cpu_complex32, test/test_modules.py::TestModuleCPU::test_repr_nn_ConvTranspose1d_cpu_complex64, test/test_modules.py::TestModuleCPU::test_repr_nn_ConvTranspose1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_ConvTranspose2d_cpu_complex32, test/test_modules.py::TestModuleCPU::test_repr_nn_ConvTranspose2d_cpu_complex64, test/test_modules.py::TestModuleCPU::test_repr_nn_ConvTranspose3d_cpu_complex128, test/test_modules.py::TestModuleCPU::test_repr_nn_ConvTranspose3d_cpu_complex64, test/test_modules.py::TestModuleCPU::test_repr_nn_ConvTranspose3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_ConvTranspose3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_CrossEntropyLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_Embedding_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_FractionalMaxPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_FractionalMaxPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_GELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_GELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_GLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_GRUCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_GRU_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_GRU_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_GRU_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_GaussianNLLLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_GroupNorm_cpu_float16, test/test_modules.py::TestModuleCPU::test_repr_nn_GroupNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_Hardswish_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_HingeEmbeddingLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_HuberLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_InstanceNorm1d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_InstanceNorm1d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_InstanceNorm1d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_InstanceNorm2d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_InstanceNorm2d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_InstanceNorm2d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_InstanceNorm3d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_InstanceNorm3d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_L1Loss_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_L1Loss_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_LPPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_LPPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_LSTM_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_LSTM_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_LSTM_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_LazyConv1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_LazyConv2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_LazyConv3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_LazyConv3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_LazyConvTranspose1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_LazyConvTranspose2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_LazyConvTranspose3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_LazyConvTranspose3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_LeakyReLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_LeakyReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_Linear_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_Linear_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_LocalResponseNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_LogSigmoid_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_LogSigmoid_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_MSELoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_MarginRankingLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_MaxPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_Mish_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_MultiLabelMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_MultiLabelMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_MultiLabelSoftMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_MultiheadAttention_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_NLLLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_PReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_RMSNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_RMSNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_RNNCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_RNN_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_RNN_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_ReLU6_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_ReLU6_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_ReLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_ReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_ReflectionPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_ReflectionPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_ReflectionPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_ReplicationPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_ReplicationPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_ReplicationPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_Sigmoid_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_SmoothL1Loss_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_Softmax2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_Softmax2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_Softmax_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_Softmin_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_Softmin_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_Softplus_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_Softshrink_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_Softsign_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_Tanh_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_Tanhshrink_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_Threshold_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_TransformerDecoderLayer_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_TransformerEncoderLayer_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_TransformerEncoder_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_TransformerEncoder_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_TransformerEncoder_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_Transformer_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_ZeroPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_repr_nn_ZeroPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_repr_nn_ZeroPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_AdaptiveAvgPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_AdaptiveAvgPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_AdaptiveAvgPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_AdaptiveAvgPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_AdaptiveAvgPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_AdaptiveMaxPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_AdaptiveMaxPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_AvgPool1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_AvgPool2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_AvgPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_AvgPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_BCEWithLogitsLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_BatchNorm1d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_BatchNorm1d_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_BatchNorm2d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_BatchNorm3d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_BatchNorm3d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_CELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_CircularPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_CircularPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_CircularPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_ConstantPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_ConstantPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_Conv3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_Conv3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_ConvTranspose1d_cpu_complex32, test/test_modules.py::TestModuleCPU::test_save_load_nn_ConvTranspose1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_ConvTranspose2d_cpu_complex32, test/test_modules.py::TestModuleCPU::test_save_load_nn_ConvTranspose2d_cpu_complex64, test/test_modules.py::TestModuleCPU::test_save_load_nn_ConvTranspose2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_ConvTranspose3d_cpu_complex32, test/test_modules.py::TestModuleCPU::test_save_load_nn_ConvTranspose3d_cpu_complex64, test/test_modules.py::TestModuleCPU::test_save_load_nn_ConvTranspose3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_ConvTranspose3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_ELU_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_FractionalMaxPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_FractionalMaxPool3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_FractionalMaxPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_GELU_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_GRUCell_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_GRUCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_GRU_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_GroupNorm_cpu_bfloat16, test/test_modules.py::TestModuleCPU::test_save_load_nn_GroupNorm_cpu_float16, test/test_modules.py::TestModuleCPU::test_save_load_nn_GroupNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_Hardshrink_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_Hardshrink_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_HingeEmbeddingLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_HuberLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_InstanceNorm1d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_InstanceNorm1d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_InstanceNorm1d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_InstanceNorm2d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_InstanceNorm2d_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_InstanceNorm2d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_InstanceNorm3d_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_InstanceNorm3d_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_KLDivLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_KLDivLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_L1Loss_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_LPPool1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_LPPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_LPPool3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_LSTMCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_LSTM_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_LSTM_train_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_LayerNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_LayerNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_LazyConv1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_LazyConv1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_LazyConv3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_LazyConv3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_LazyConvTranspose1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_LazyConvTranspose1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_LazyConvTranspose2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_LazyConvTranspose3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_LeakyReLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_LeakyReLU_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_Linear_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_LocalResponseNorm_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_LogSigmoid_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_LogSigmoid_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_MSELoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_MaxPool2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_Mish_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_Mish_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_MultiLabelMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_MultiLabelMarginLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_MultiMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_MultiheadAttention_eval_mode_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_MultiheadAttention_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_MultiheadAttention_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_NLLLoss_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_PReLU_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_RMSNorm_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_RNNCell_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_ReLU6_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_ReflectionPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_ReflectionPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_ReflectionPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_ReplicationPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_ReplicationPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_ReplicationPad2d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_ReplicationPad2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_ReplicationPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_ReplicationPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_Sigmoid_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_SmoothL1Loss_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_SoftMarginLoss_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_Softmax2d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_Softmin_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_Softsign_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_Tanh_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_Tanh_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_Tanhshrink_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_Threshold_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_Threshold_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_TransformerDecoderLayer_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_TransformerEncoderLayer_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_TransformerEncoder_eval_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_TransformerEncoder_train_mode_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_ZeroPad1d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_ZeroPad1d_cpu_float64, test/test_modules.py::TestModuleCPU::test_save_load_nn_ZeroPad3d_cpu_float32, test/test_modules.py::TestModuleCPU::test_save_load_nn_ZeroPad3d_cpu_float64, test/test_modules.py::TestModuleCPU::test_to_empty_nn_AdaptiveAvgPool2d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_AdaptiveMaxPool1d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_AdaptiveMaxPool1d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_AdaptiveMaxPool2d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_AvgPool1d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_AvgPool2d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_AvgPool3d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_BCELoss_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_BCEWithLogitsLoss_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_BatchNorm2d_eval_mode_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_BatchNorm2d_train_mode_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_BatchNorm2d_train_mode_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_BatchNorm3d_eval_mode_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_BatchNorm3d_train_mode_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_CTCLoss_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_CircularPad1d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_ConstantPad1d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_ConstantPad2d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_ConstantPad3d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_ConstantPad3d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Conv1d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Conv1d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_CosineEmbeddingLoss_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_CrossEntropyLoss_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_ELU_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_ELU_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Embedding_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_FractionalMaxPool3d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_GELU_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_GLU_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_GRU_eval_mode_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_GRU_train_mode_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_GRU_train_mode_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_GaussianNLLLoss_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_GaussianNLLLoss_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_GroupNorm_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_GroupNorm_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Hardshrink_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Hardshrink_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Hardswish_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Hardtanh_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_HingeEmbeddingLoss_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_HingeEmbeddingLoss_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_InstanceNorm1d_eval_mode_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_InstanceNorm1d_train_mode_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_InstanceNorm1d_train_mode_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_InstanceNorm2d_eval_mode_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_InstanceNorm3d_eval_mode_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_InstanceNorm3d_train_mode_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_KLDivLoss_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_L1Loss_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_LPPool1d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_LPPool1d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_LPPool2d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_LSTMCell_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_LSTM_eval_mode_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_LSTM_train_mode_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_LayerNorm_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_LogSigmoid_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_LogSoftmax_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_LogSoftmax_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_MSELoss_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_MarginRankingLoss_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_MarginRankingLoss_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_MaxPool1d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_MaxPool3d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_MultiLabelMarginLoss_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_MultiLabelMarginLoss_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_MultiLabelSoftMarginLoss_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_MultiheadAttention_eval_mode_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_MultiheadAttention_eval_mode_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_MultiheadAttention_train_mode_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_PReLU_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_PoissonNLLLoss_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_PoissonNLLLoss_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_RMSNorm_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_RMSNorm_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_RNNCell_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_RNN_eval_mode_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_ReLU6_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_ReLU_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_ReLU_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_ReflectionPad1d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_ReflectionPad2d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_ReflectionPad2d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_ReplicationPad1d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_ReplicationPad2d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_ReplicationPad3d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_SELU_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_SiLU_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_SiLU_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Sigmoid_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_SmoothL1Loss_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Softmax_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Softmin_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Softshrink_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Softsign_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Tanh_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Tanhshrink_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_Threshold_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_TransformerDecoderLayer_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_TransformerEncoderLayer_eval_mode_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_TransformerEncoderLayer_train_mode_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_TransformerEncoder_train_mode_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_ZeroPad3d_swap_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_empty_nn_ZeroPad3d_swap_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_AdaptiveAvgPool1d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_AdaptiveAvgPool2d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_AdaptiveAvgPool2d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_AdaptiveAvgPool3d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_AdaptiveAvgPool3d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_AdaptiveAvgPool3d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_AdaptiveMaxPool1d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_AdaptiveMaxPool1d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_AdaptiveMaxPool2d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_AdaptiveMaxPool2d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_AdaptiveMaxPool3d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_AdaptiveMaxPool3d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_AvgPool1d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_AvgPool1d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_AvgPool1d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_AvgPool2d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_AvgPool3d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_AvgPool3d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_BCELoss_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_BCELoss_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_BCEWithLogitsLoss_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_BCEWithLogitsLoss_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_BCEWithLogitsLoss_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_BCEWithLogitsLoss_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_BatchNorm1d_eval_mode_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_BatchNorm1d_eval_mode_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_BatchNorm1d_eval_mode_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_BatchNorm1d_train_mode_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_BatchNorm1d_train_mode_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_BatchNorm1d_train_mode_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_BatchNorm2d_eval_mode_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_BatchNorm2d_eval_mode_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_BatchNorm2d_eval_mode_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_BatchNorm2d_eval_mode_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_BatchNorm2d_train_mode_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_BatchNorm2d_train_mode_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_BatchNorm3d_eval_mode_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_BatchNorm3d_train_mode_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Bilinear_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Bilinear_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Bilinear_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_CELU_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_CTCLoss_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_CTCLoss_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_CircularPad1d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_CircularPad2d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_CircularPad2d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_CircularPad3d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_CircularPad3d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_CircularPad3d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ConstantPad1d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ConstantPad1d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ConstantPad2d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Conv1d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Conv1d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Conv2d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Conv3d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Conv3d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ConvTranspose1d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ConvTranspose2d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ConvTranspose2d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ConvTranspose3d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_CosineEmbeddingLoss_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_CosineEmbeddingLoss_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_CosineEmbeddingLoss_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_CrossEntropyLoss_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_CrossEntropyLoss_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ELU_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ELU_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Embedding_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_FractionalMaxPool2d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_FractionalMaxPool2d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_GELU_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_GELU_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_GELU_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_GLU_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_GRUCell_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_GRUCell_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_GRU_eval_mode_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_GRU_eval_mode_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_GRU_train_mode_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_GRU_train_mode_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_GaussianNLLLoss_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_GroupNorm_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_GroupNorm_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Hardshrink_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Hardswish_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Hardswish_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Hardswish_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Hardtanh_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_HingeEmbeddingLoss_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_HingeEmbeddingLoss_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_HingeEmbeddingLoss_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_HuberLoss_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_HuberLoss_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_HuberLoss_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_InstanceNorm1d_eval_mode_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_InstanceNorm1d_eval_mode_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_InstanceNorm1d_eval_mode_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_InstanceNorm1d_train_mode_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_InstanceNorm1d_train_mode_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_InstanceNorm1d_train_mode_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_InstanceNorm1d_train_mode_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_InstanceNorm2d_eval_mode_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_InstanceNorm2d_eval_mode_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_InstanceNorm2d_eval_mode_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_InstanceNorm2d_train_mode_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_InstanceNorm2d_train_mode_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_InstanceNorm3d_eval_mode_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_InstanceNorm3d_eval_mode_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_InstanceNorm3d_eval_mode_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_InstanceNorm3d_train_mode_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_InstanceNorm3d_train_mode_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_InstanceNorm3d_train_mode_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_KLDivLoss_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_KLDivLoss_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_KLDivLoss_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_L1Loss_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_L1Loss_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_L1Loss_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LPPool2d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LPPool2d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LPPool2d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LPPool2d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LPPool3d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LPPool3d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LSTMCell_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LSTMCell_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LSTMCell_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LSTM_eval_mode_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LSTM_train_mode_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LSTM_train_mode_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LSTM_train_mode_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LayerNorm_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LayerNorm_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LeakyReLU_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LeakyReLU_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Linear_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Linear_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Linear_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LocalResponseNorm_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LogSoftmax_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_LogSoftmax_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MarginRankingLoss_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MaxPool1d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MaxPool2d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MaxPool2d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MaxPool2d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MaxPool3d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MaxPool3d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Mish_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Mish_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MultiLabelMarginLoss_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MultiLabelMarginLoss_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MultiLabelSoftMarginLoss_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MultiLabelSoftMarginLoss_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MultiLabelSoftMarginLoss_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MultiMarginLoss_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MultiMarginLoss_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MultiheadAttention_eval_mode_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MultiheadAttention_eval_mode_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MultiheadAttention_eval_mode_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_MultiheadAttention_train_mode_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_NLLLoss_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_NLLLoss_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_PReLU_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_PReLU_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_PoissonNLLLoss_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_RMSNorm_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_RMSNorm_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_RNNCell_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_RNN_eval_mode_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_RNN_eval_mode_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_RNN_eval_mode_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_RNN_train_mode_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_RNN_train_mode_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ReLU6_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ReLU6_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ReLU6_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ReLU_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ReLU_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ReLU_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ReflectionPad1d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ReflectionPad1d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ReflectionPad1d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ReflectionPad2d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ReflectionPad3d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ReflectionPad3d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ReplicationPad1d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ReplicationPad1d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ReplicationPad1d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ReplicationPad2d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ReplicationPad3d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ReplicationPad3d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ReplicationPad3d_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_SELU_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_SELU_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_SELU_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_SiLU_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_SiLU_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Sigmoid_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Sigmoid_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_SmoothL1Loss_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_SoftMarginLoss_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_SoftMarginLoss_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_SoftMarginLoss_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_SoftMarginLoss_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Softmax2d_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Softmax2d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Softmax2d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Softmax_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Softmax_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Softmax_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Softmin_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Softmin_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Softmin_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Softplus_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Softplus_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Softplus_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Softshrink_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Softsign_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Softsign_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Tanh_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Tanh_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Tanh_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Tanh_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Tanhshrink_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Tanhshrink_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Tanhshrink_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Threshold_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Threshold_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_TransformerDecoderLayer_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_TransformerDecoderLayer_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_TransformerDecoderLayer_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_TransformerEncoderLayer_eval_mode_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_TransformerEncoderLayer_eval_mode_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_TransformerEncoderLayer_train_mode_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_TransformerEncoder_eval_mode_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_TransformerEncoder_eval_mode_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_TransformerEncoder_train_mode_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_TransformerEncoder_train_mode_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_TransformerEncoder_train_mode_swap_True_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_Transformer_swap_False_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ZeroPad1d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ZeroPad1d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ZeroPad2d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ZeroPad2d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ZeroPad3d_swap_False_set_grad_True_cpu_float32, test/test_modules.py::TestModuleCPU::test_to_nn_ZeroPad3d_swap_True_set_grad_False_cpu_float32, test/test_modules.py::TestModuleMPS::test_check_inplace_nn_CELU_mps_float16, test/test_modules.py::TestModuleMPS::test_check_inplace_nn_CELU_mps_float32, test/test_modules.py::TestModuleMPS::test_check_inplace_nn_ELU_mps_float32, test/test_modules.py::TestModuleMPS::test_check_inplace_nn_Hardswish_mps_float16, test/test_modules.py::TestModuleMPS::test_check_inplace_nn_Hardtanh_mps_float16, test/test_modules.py::TestModuleMPS::test_check_inplace_nn_Hardtanh_mps_float32, test/test_modules.py::TestModuleMPS::test_check_inplace_nn_LeakyReLU_mps_float32, test/test_modules.py::TestModuleMPS::test_check_inplace_nn_Mish_mps_float32, test/test_modules.py::TestModuleMPS::test_check_inplace_nn_SELU_mps_float32, test/test_modules.py::TestModuleMPS::test_check_inplace_nn_Threshold_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_AdaptiveAvgPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_AdaptiveAvgPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_AdaptiveMaxPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_AdaptiveMaxPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_AvgPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_AvgPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_BCELoss_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_BCEWithLogitsLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_BCEWithLogitsLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_BatchNorm1d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_BatchNorm1d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_BatchNorm1d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_BatchNorm2d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_BatchNorm2d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_BatchNorm2d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_BatchNorm3d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_BatchNorm3d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Bilinear_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_CircularPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_CircularPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_CircularPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_ConstantPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_ConstantPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_ConstantPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Conv1d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Conv2d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Conv2d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Conv3d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_ConvTranspose1d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_ConvTranspose1d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_ConvTranspose3d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_ConvTranspose3d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_CosineEmbeddingLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_CosineEmbeddingLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_CrossEntropyLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_ELU_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Embedding_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_FractionalMaxPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_FractionalMaxPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_GELU_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_GELU_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_GLU_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_GRUCell_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_GRU_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_GRU_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_GaussianNLLLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_GaussianNLLLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Hardswish_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Hardtanh_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Hardtanh_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_HingeEmbeddingLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_HingeEmbeddingLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_HuberLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_InstanceNorm1d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_InstanceNorm1d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_InstanceNorm2d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_InstanceNorm2d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_InstanceNorm2d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_InstanceNorm3d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_InstanceNorm3d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_LPPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_LPPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_LSTM_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_LSTM_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_LazyConv1d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_LazyConv2d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_LazyConv3d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_LazyConv3d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_LazyConvTranspose1d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_LazyConvTranspose1d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_LazyConvTranspose2d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_LazyConvTranspose3d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Linear_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_LocalResponseNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_LocalResponseNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_LogSoftmax_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_MarginRankingLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_MarginRankingLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_MaxPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_MaxPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_MaxPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_MultiLabelMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_MultiMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_MultiMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_MultiheadAttention_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_MultiheadAttention_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_MultiheadAttention_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_MultiheadAttention_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_NLLLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_PReLU_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_PoissonNLLLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_RMSNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_RMSNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_RNNCell_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_RNN_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_RNN_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_RNN_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_ReLU_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_ReflectionPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_ReflectionPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_ReplicationPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_ReplicationPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_ReplicationPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_ReplicationPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_SiLU_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Sigmoid_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Sigmoid_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_SmoothL1Loss_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_SmoothL1Loss_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_SoftMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Softmax_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Softmin_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Softmin_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Softplus_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Softplus_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Softsign_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Tanhshrink_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Threshold_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_TransformerDecoderLayer_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_TransformerEncoderLayer_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_TransformerEncoderLayer_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_TransformerEncoderLayer_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_TransformerEncoderLayer_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_TransformerEncoder_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_Transformer_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_ZeroPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_ZeroPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_ZeroPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_cpu_gpu_parity_nn_ZeroPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_AdaptiveAvgPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_AdaptiveAvgPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_AdaptiveAvgPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_AdaptiveMaxPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_AdaptiveMaxPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_AdaptiveMaxPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_AdaptiveMaxPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_AvgPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_BCEWithLogitsLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_BCEWithLogitsLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_BatchNorm1d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_BatchNorm1d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_BatchNorm2d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_BatchNorm2d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_BatchNorm2d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_BatchNorm3d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_BatchNorm3d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_BatchNorm3d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Bilinear_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Bilinear_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_CELU_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_CircularPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_CircularPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_ConstantPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_ConstantPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_ConstantPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Conv1d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Conv2d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_ConvTranspose1d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_ConvTranspose1d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_ConvTranspose2d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_ConvTranspose3d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_CosineEmbeddingLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_CosineEmbeddingLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_CrossEntropyLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_CrossEntropyLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Embedding_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_FractionalMaxPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_FractionalMaxPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_GELU_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_GLU_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_GRU_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_GroupNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Hardshrink_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Hardswish_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Hardtanh_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_HingeEmbeddingLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_HingeEmbeddingLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_InstanceNorm1d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_InstanceNorm1d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_InstanceNorm2d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_InstanceNorm2d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_InstanceNorm2d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_InstanceNorm3d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_InstanceNorm3d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_InstanceNorm3d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_L1Loss_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_LPPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_LPPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_LPPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_LSTMCell_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_LSTM_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_LSTM_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_LSTM_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_LayerNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_LazyConv1d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_LazyConv3d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_LazyConvTranspose2d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_LazyConvTranspose2d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_LazyConvTranspose3d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_LazyConvTranspose3d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Linear_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Linear_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_LocalResponseNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_LogSigmoid_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_MaxPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_MaxPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Mish_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_MultiLabelMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_MultiLabelSoftMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_MultiheadAttention_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_MultiheadAttention_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_PReLU_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_PoissonNLLLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_PoissonNLLLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_RMSNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_RNNCell_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_RNN_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_RNN_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_RNN_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_ReLU6_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_ReLU_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_ReLU_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_ReflectionPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_ReplicationPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_ReplicationPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_ReplicationPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_ReplicationPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_SiLU_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_SiLU_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Softmax2d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Softmax_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Softmax_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Softmin_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Softplus_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Softshrink_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Softsign_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Tanh_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Tanh_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Tanhshrink_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Threshold_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_TransformerDecoderLayer_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_TransformerEncoderLayer_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_TransformerEncoderLayer_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_TransformerEncoder_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_TransformerEncoder_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_TransformerEncoder_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_Transformer_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_ZeroPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_device_ctx_init_nn_ZeroPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_errors_nn_CircularPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_errors_nn_CircularPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_errors_nn_CircularPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_errors_nn_CircularPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_errors_nn_CircularPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_errors_nn_GRUCell_mps_float32, test/test_modules.py::TestModuleMPS::test_errors_nn_GRU_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_errors_nn_LSTM_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_errors_nn_LSTM_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_errors_nn_LSTM_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_errors_nn_LSTM_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_errors_nn_RNNCell_mps_float32, test/test_modules.py::TestModuleMPS::test_errors_nn_RNN_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_errors_nn_RNN_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_errors_nn_RNN_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_AdaptiveAvgPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_AdaptiveAvgPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_AdaptiveAvgPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_AdaptiveAvgPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_AdaptiveAvgPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_AdaptiveMaxPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_AdaptiveMaxPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_AvgPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_AvgPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_AvgPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_AvgPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_BCELoss_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_BatchNorm1d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_BatchNorm1d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_BatchNorm2d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_BatchNorm2d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_BatchNorm3d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_BatchNorm3d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_BatchNorm3d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_BatchNorm3d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Bilinear_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Bilinear_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_CELU_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_CELU_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_CTCLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_CircularPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_ConstantPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_ConstantPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Conv1d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Conv2d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_ConvTranspose1d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_ConvTranspose2d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_ConvTranspose3d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_CrossEntropyLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_CrossEntropyLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Embedding_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_FractionalMaxPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_GLU_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_GLU_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_GRUCell_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_GRUCell_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_GRU_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_GRU_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_GRU_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_GaussianNLLLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Hardshrink_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Hardshrink_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Hardswish_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_HuberLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_InstanceNorm1d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_InstanceNorm1d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_InstanceNorm1d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_InstanceNorm2d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_InstanceNorm2d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_InstanceNorm2d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_KLDivLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_L1Loss_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_LPPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_LPPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_LSTM_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_LSTM_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_LayerNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_LazyConv1d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_LazyConv2d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_LazyConv2d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_LazyConv3d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_LazyConvTranspose1d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_LazyConvTranspose2d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_LazyConvTranspose2d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_LazyConvTranspose3d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_LeakyReLU_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Linear_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_LogSigmoid_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_LogSoftmax_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_MarginRankingLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_MaxPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_MaxPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_MaxPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_MaxPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_MaxPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Mish_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_MultiLabelMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_MultiLabelMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_MultiLabelSoftMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_MultiLabelSoftMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_MultiheadAttention_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_MultiheadAttention_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_NLLLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_NLLLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_PReLU_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_PoissonNLLLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_RMSNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_RNNCell_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_RNN_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_RNN_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_ReLU6_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_ReLU_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_ReflectionPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_ReflectionPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_ReflectionPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_ReplicationPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_ReplicationPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_ReplicationPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_ReplicationPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_SELU_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_SiLU_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_SiLU_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_SmoothL1Loss_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Softmax2d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Softmax2d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Softplus_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Softplus_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Softshrink_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Tanhshrink_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Tanhshrink_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Threshold_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Threshold_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_TransformerDecoderLayer_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_TransformerEncoderLayer_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_TransformerEncoder_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_Transformer_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_ZeroPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_ZeroPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_factory_kwargs_nn_ZeroPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_AdaptiveAvgPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_AdaptiveAvgPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_AdaptiveAvgPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_AdaptiveAvgPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_AdaptiveAvgPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_AdaptiveMaxPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_AdaptiveMaxPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_AdaptiveMaxPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_AvgPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_AvgPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_AvgPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_AvgPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_AvgPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_BCELoss_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_BCELoss_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_BCEWithLogitsLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_BCEWithLogitsLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_BatchNorm1d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_BatchNorm2d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_BatchNorm3d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_BatchNorm3d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_Bilinear_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_Bilinear_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_CELU_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_CTCLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_CircularPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_CircularPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_CircularPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_CircularPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_ConstantPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_Conv1d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_Conv2d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_Conv3d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_ConvTranspose1d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_ConvTranspose1d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_ConvTranspose2d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_ConvTranspose3d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_CosineEmbeddingLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_CrossEntropyLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_Embedding_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_Embedding_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_FractionalMaxPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_GLU_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_GLU_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_GRUCell_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_GRU_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_GRU_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_GRU_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_GaussianNLLLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_GaussianNLLLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_GroupNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_Hardshrink_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_Hardshrink_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_Hardtanh_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_HingeEmbeddingLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_InstanceNorm1d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_InstanceNorm2d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_InstanceNorm3d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_InstanceNorm3d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_L1Loss_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_LPPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_LPPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_LSTMCell_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_LSTMCell_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_LSTM_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_LayerNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_LazyConv2d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_LazyConv2d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_LazyConv3d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_LazyConv3d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_LazyConvTranspose1d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_LazyConvTranspose1d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_LazyConvTranspose2d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_LazyConvTranspose3d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_Linear_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_LocalResponseNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_LocalResponseNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_LogSigmoid_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_LogSigmoid_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_LogSoftmax_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_LogSoftmax_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_MarginRankingLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_MaxPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_MaxPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_MaxPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_Mish_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_MultiMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_MultiMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_MultiheadAttention_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_MultiheadAttention_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_NLLLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_PReLU_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_PoissonNLLLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_PoissonNLLLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_RNNCell_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_RNN_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_ReLU6_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_ReLU6_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_ReLU_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_ReflectionPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_ReflectionPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_ReflectionPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_ReflectionPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_ReplicationPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_ReplicationPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_ReplicationPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_ReplicationPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_SiLU_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_SiLU_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_Sigmoid_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_SmoothL1Loss_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_SoftMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_Softmin_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_Softplus_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_Softshrink_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_Tanh_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_Tanhshrink_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_TransformerEncoderLayer_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_TransformerEncoderLayer_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_TransformerEncoder_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_TransformerEncoder_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_Transformer_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_Transformer_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_ZeroPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_forward_nn_ZeroPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_forward_nn_ZeroPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_AdaptiveMaxPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_AdaptiveMaxPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_AvgPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_AvgPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_AvgPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_AvgPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_AvgPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_BCELoss_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_BCELoss_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_BCEWithLogitsLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_BatchNorm1d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_BatchNorm1d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_BatchNorm3d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_CELU_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_CTCLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_CircularPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_CircularPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_CircularPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_ConstantPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_ConstantPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_ConstantPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_ConstantPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_ConstantPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Conv1d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Conv1d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Conv2d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Conv3d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Embedding_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_FractionalMaxPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_FractionalMaxPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_GELU_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_GRU_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_GRU_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_GaussianNLLLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_GroupNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_GroupNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Hardshrink_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Hardswish_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Hardswish_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Hardtanh_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_HingeEmbeddingLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_HuberLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_HuberLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_InstanceNorm2d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_InstanceNorm2d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_InstanceNorm3d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_InstanceNorm3d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_LPPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_LPPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_LPPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_LPPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_LSTM_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_LayerNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_LazyConv1d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_LazyConv2d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_LazyConv3d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_LazyConv3d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_LazyConvTranspose2d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_LazyConvTranspose3d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_LazyConvTranspose3d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_LeakyReLU_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Linear_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_LogSigmoid_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_LogSoftmax_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_LogSoftmax_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_MSELoss_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_MarginRankingLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_MaxPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_MaxPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Mish_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Mish_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_MultiLabelMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_MultiLabelMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_MultiLabelSoftMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_MultiLabelSoftMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_MultiMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_MultiMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_MultiheadAttention_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_NLLLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_NLLLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_PReLU_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_PoissonNLLLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_RMSNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_RMSNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_RNNCell_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_RNN_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_RNN_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_ReLU6_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_ReLU_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_ReLU_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_ReflectionPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_ReflectionPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_ReflectionPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_ReplicationPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_ReplicationPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_ReplicationPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_ReplicationPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_ReplicationPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_SELU_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_SELU_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_SmoothL1Loss_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Softmax2d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Softmax2d_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Softmax_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Softmax_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Softmin_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Softplus_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Softplus_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Softsign_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Softsign_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_Tanhshrink_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_TransformerDecoderLayer_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_TransformerEncoderLayer_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_TransformerEncoder_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_TransformerEncoder_mps_float32, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_ZeroPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_if_train_and_eval_modes_differ_nn_ZeroPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_AdaptiveAvgPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_AdaptiveAvgPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_AdaptiveAvgPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_AdaptiveMaxPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_AdaptiveMaxPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_AvgPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_AvgPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_BCELoss_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_BCEWithLogitsLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_BatchNorm1d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_BatchNorm2d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_BatchNorm2d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_BatchNorm2d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_BatchNorm3d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_BatchNorm3d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Bilinear_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Bilinear_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_CELU_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_CircularPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_CircularPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_CircularPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_CircularPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_CircularPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_ConstantPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_ConstantPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_ConstantPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_ConstantPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_ConstantPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Conv1d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Conv2d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Conv3d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_ConvTranspose1d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_ConvTranspose1d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_ConvTranspose2d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_ConvTranspose3d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_CosineEmbeddingLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_CosineEmbeddingLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_CrossEntropyLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_ELU_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Embedding_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_FractionalMaxPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_FractionalMaxPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_GELU_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_GLU_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_GLU_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_GaussianNLLLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Hardshrink_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Hardshrink_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Hardswish_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Hardswish_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Hardtanh_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Hardtanh_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_HingeEmbeddingLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_HingeEmbeddingLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_HuberLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_InstanceNorm1d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_InstanceNorm1d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_InstanceNorm2d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_InstanceNorm3d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_InstanceNorm3d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_InstanceNorm3d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_InstanceNorm3d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_KLDivLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_KLDivLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_L1Loss_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_LPPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_LPPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_LPPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_LPPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_LSTMCell_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_LSTMCell_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_LSTM_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_LSTM_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_LSTM_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_LayerNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_LazyConv1d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_LazyConv2d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_LazyConv3d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_LazyConvTranspose1d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_LazyConvTranspose2d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_LazyConvTranspose2d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_LazyConvTranspose3d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_LeakyReLU_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_LeakyReLU_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Linear_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Linear_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_LogSigmoid_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_LogSigmoid_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_LogSoftmax_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_MSELoss_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_MarginRankingLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_MaxPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_MaxPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_MaxPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Mish_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_MultiLabelMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_MultiLabelSoftMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_MultiMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_MultiMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_MultiheadAttention_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_PReLU_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_PoissonNLLLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_PoissonNLLLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_RMSNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_RNNCell_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_RNN_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_RNN_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_RNN_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_RNN_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_ReLU6_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_ReLU6_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_ReLU_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_ReflectionPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_ReflectionPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_ReflectionPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_ReflectionPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_ReplicationPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_ReplicationPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_SELU_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_SiLU_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Sigmoid_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_SmoothL1Loss_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_SoftMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_SoftMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Softmax2d_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Softmax_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Softmin_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Softplus_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Softshrink_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Softshrink_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Softsign_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Tanh_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Tanh_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Tanhshrink_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_TransformerDecoderLayer_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_TransformerDecoderLayer_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_TransformerEncoderLayer_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_TransformerEncoderLayer_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_memory_format_nn_Transformer_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_ZeroPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_memory_format_nn_ZeroPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_AdaptiveAvgPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_AdaptiveMaxPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_AdaptiveMaxPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_AdaptiveMaxPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_AvgPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_AvgPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_AvgPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_BCELoss_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_BCEWithLogitsLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_BatchNorm1d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_BatchNorm1d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_BatchNorm1d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_BatchNorm2d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_BatchNorm2d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_BatchNorm2d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_BatchNorm3d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_BatchNorm3d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_BatchNorm3d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_CELU_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_CELU_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_CircularPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_CircularPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_ConstantPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_ConstantPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Conv1d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Conv2d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_ConvTranspose1d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_ConvTranspose2d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_ConvTranspose2d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_ConvTranspose3d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_CosineEmbeddingLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_ELU_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_ELU_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Embedding_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_FractionalMaxPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_GELU_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_GLU_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_GLU_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_GRU_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_GRU_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_GRU_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_GaussianNLLLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_GroupNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Hardshrink_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_HingeEmbeddingLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_HingeEmbeddingLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_HuberLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_InstanceNorm1d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_InstanceNorm2d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_InstanceNorm2d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_InstanceNorm2d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_InstanceNorm3d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_KLDivLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_L1Loss_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_L1Loss_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_LSTMCell_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_LSTMCell_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_LSTM_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_LSTM_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_LayerNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_LazyConv1d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_LazyConv2d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_LazyConv3d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_LazyConvTranspose1d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_LazyConvTranspose2d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_LazyConvTranspose3d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_LeakyReLU_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_LeakyReLU_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Linear_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_LocalResponseNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_MSELoss_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_MSELoss_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_MarginRankingLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_MarginRankingLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_MaxPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_MaxPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_MaxPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_MultiLabelMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_MultiLabelMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_MultiLabelSoftMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_MultiMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_MultiMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_MultiheadAttention_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_MultiheadAttention_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_MultiheadAttention_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_NLLLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_PReLU_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_PReLU_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_PoissonNLLLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_RMSNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_RNN_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_RNN_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_RNN_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_ReLU6_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_ReflectionPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_ReflectionPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_ReflectionPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_ReflectionPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_ReplicationPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_ReplicationPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_ReplicationPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_ReplicationPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_ReplicationPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_SELU_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_SiLU_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_SiLU_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Sigmoid_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_SmoothL1Loss_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_SoftMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Softmax2d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Softmax_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Softmin_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Softplus_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Softshrink_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Softshrink_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Tanh_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Threshold_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_TransformerDecoderLayer_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_TransformerDecoderLayer_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_TransformerEncoderLayer_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_TransformerEncoderLayer_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_Transformer_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_ZeroPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_ZeroPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_ZeroPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_multiple_device_transfer_nn_ZeroPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_AdaptiveAvgPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_AdaptiveAvgPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_AdaptiveAvgPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_AdaptiveAvgPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_AdaptiveMaxPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_AdaptiveMaxPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_AdaptiveMaxPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_AdaptiveMaxPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_AvgPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_BCELoss_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_BCEWithLogitsLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_BatchNorm1d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_BatchNorm2d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_BatchNorm2d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_BatchNorm2d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_BatchNorm3d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_CELU_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_CELU_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_CTCLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_CircularPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_CircularPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_CircularPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_ConstantPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_ConstantPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_ConstantPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_ConstantPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Conv1d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Conv2d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Conv3d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_ConvTranspose1d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_ConvTranspose2d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_ConvTranspose3d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_ConvTranspose3d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_CosineEmbeddingLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_CrossEntropyLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_CrossEntropyLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_ELU_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Embedding_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_FractionalMaxPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_FractionalMaxPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_FractionalMaxPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_GLU_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_GRUCell_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_GRUCell_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_GRU_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_GRU_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_GaussianNLLLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Hardswish_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Hardswish_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Hardtanh_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_HingeEmbeddingLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_HingeEmbeddingLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_HuberLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_InstanceNorm1d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_InstanceNorm1d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_InstanceNorm2d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_InstanceNorm2d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_InstanceNorm2d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_InstanceNorm3d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_InstanceNorm3d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_InstanceNorm3d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_KLDivLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_L1Loss_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_L1Loss_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_LPPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_LPPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_LPPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_LPPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_LSTMCell_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_LSTM_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_LSTM_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_LayerNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_LayerNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_LazyConv2d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_LazyConv3d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_LazyConvTranspose2d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_LazyConvTranspose2d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_LeakyReLU_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Linear_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_LocalResponseNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_LogSigmoid_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_MSELoss_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_MarginRankingLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_MaxPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_MaxPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_MultiLabelMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_MultiMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_MultiheadAttention_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_MultiheadAttention_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_NLLLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_NLLLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_PReLU_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_PoissonNLLLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_RMSNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_RNN_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_RNN_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_RNN_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_ReLU_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_ReflectionPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_ReflectionPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_ReflectionPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_ReplicationPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_ReplicationPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_SELU_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_SiLU_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Sigmoid_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_SmoothL1Loss_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_SoftMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_SoftMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Softmin_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Softmin_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Softplus_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Softshrink_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Softsign_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Softsign_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Tanh_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Tanhshrink_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Threshold_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Threshold_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_TransformerDecoderLayer_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_TransformerDecoderLayer_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_TransformerEncoder_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_TransformerEncoder_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_TransformerEncoder_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_Transformer_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_ZeroPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_ZeroPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_non_contiguous_tensors_nn_ZeroPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_AdaptiveAvgPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_AdaptiveAvgPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_AdaptiveAvgPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_AdaptiveAvgPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_AdaptiveMaxPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_AdaptiveMaxPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_AdaptiveMaxPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_AdaptiveMaxPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_AvgPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_AvgPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_AvgPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_BCELoss_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_BCEWithLogitsLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_BatchNorm1d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_BatchNorm1d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_BatchNorm2d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_BatchNorm2d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_BatchNorm3d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_Bilinear_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_CELU_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_CELU_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_CircularPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_CircularPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_CircularPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_CircularPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_CircularPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_ConstantPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_ConstantPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_ConstantPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_Conv1d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_Conv3d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_Conv3d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_ConvTranspose1d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_ConvTranspose2d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_CosineEmbeddingLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_CosineEmbeddingLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_ELU_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_Embedding_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_FractionalMaxPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_FractionalMaxPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_FractionalMaxPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_GLU_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_GRU_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_GRU_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_GaussianNLLLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_GaussianNLLLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_GroupNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_Hardswish_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_Hardswish_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_HingeEmbeddingLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_HuberLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_InstanceNorm1d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_InstanceNorm1d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_InstanceNorm1d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_InstanceNorm2d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_InstanceNorm2d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_InstanceNorm3d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_InstanceNorm3d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_KLDivLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_KLDivLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_L1Loss_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_L1Loss_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_LPPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_LSTMCell_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_LSTM_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_LSTM_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_LSTM_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_LazyConv2d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_LazyConv3d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_LazyConvTranspose1d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_LazyConvTranspose1d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_LazyConvTranspose2d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_LeakyReLU_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_LocalResponseNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_LogSoftmax_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_MarginRankingLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_MaxPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_MaxPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_MaxPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_Mish_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_MultiLabelMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_MultiLabelSoftMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_MultiMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_MultiheadAttention_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_MultiheadAttention_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_MultiheadAttention_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_NLLLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_NLLLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_PReLU_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_PoissonNLLLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_RMSNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_RNN_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_RNN_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_ReLU6_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_ReLU_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_ReLU_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_ReflectionPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_ReflectionPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_ReplicationPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_ReplicationPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_Sigmoid_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_Sigmoid_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_SmoothL1Loss_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_SoftMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_SoftMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_Softmax_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_Softmin_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_Softmin_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_Softplus_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_Softplus_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_Softshrink_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_Softsign_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_Tanhshrink_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_Threshold_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_Threshold_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_TransformerDecoderLayer_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_TransformerDecoderLayer_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_TransformerEncoderLayer_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_TransformerEncoder_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_TransformerEncoder_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_TransformerEncoder_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_repr_nn_ZeroPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_repr_nn_ZeroPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_AdaptiveAvgPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_AdaptiveAvgPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_AdaptiveAvgPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_AdaptiveMaxPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_AdaptiveMaxPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_AdaptiveMaxPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_AvgPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_AvgPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_AvgPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_BCELoss_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_BCELoss_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_BCEWithLogitsLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_BatchNorm1d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_BatchNorm1d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_BatchNorm2d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_BatchNorm3d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_Bilinear_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_CELU_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_CELU_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_CTCLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_CircularPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_CircularPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_CircularPad2d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_CircularPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_CircularPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_ConstantPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_ConstantPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_ConstantPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_Conv1d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_ConvTranspose2d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_ConvTranspose3d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_CosineEmbeddingLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_CrossEntropyLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_ELU_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_Embedding_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_FractionalMaxPool2d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_FractionalMaxPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_GELU_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_GELU_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_GLU_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_GRUCell_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_GRUCell_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_GRU_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_GaussianNLLLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_GaussianNLLLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_GroupNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_Hardshrink_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_Hardswish_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_Hardtanh_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_HingeEmbeddingLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_HingeEmbeddingLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_HuberLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_InstanceNorm1d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_InstanceNorm1d_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_InstanceNorm1d_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_InstanceNorm2d_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_InstanceNorm2d_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_KLDivLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_L1Loss_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_LPPool1d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_LPPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_LPPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_LPPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_LSTMCell_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_LSTMCell_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_LSTM_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_LSTM_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_LSTM_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_LazyConv1d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_LazyConv2d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_LazyConv3d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_LazyConvTranspose1d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_LazyConvTranspose2d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_LazyConvTranspose3d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_LeakyReLU_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_LeakyReLU_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_LocalResponseNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_LocalResponseNorm_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_LogSoftmax_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_MSELoss_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_MaxPool1d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_MaxPool2d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_MaxPool3d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_MaxPool3d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_Mish_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_Mish_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_MultiLabelMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_MultiLabelMarginLoss_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_MultiLabelSoftMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_MultiheadAttention_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_MultiheadAttention_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_MultiheadAttention_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_PReLU_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_RMSNorm_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_RNNCell_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_RNNCell_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_RNN_eval_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_ReflectionPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_ReflectionPad3d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_ReplicationPad1d_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_ReplicationPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_ReplicationPad3d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_SELU_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_SELU_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_SiLU_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_Sigmoid_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_SmoothL1Loss_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_SoftMarginLoss_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_Softmax2d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_Softmax_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_Softmax_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_Softmin_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_Softmin_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_Softplus_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_Softshrink_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_Tanh_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_Tanhshrink_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_TransformerDecoderLayer_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_TransformerEncoderLayer_eval_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_TransformerEncoderLayer_train_mode_mps_float16, test/test_modules.py::TestModuleMPS::test_save_load_nn_TransformerEncoderLayer_train_mode_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_ZeroPad1d_mps_float32, test/test_modules.py::TestModuleMPS::test_save_load_nn_ZeroPad2d_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_AdaptiveAvgPool2d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_AdaptiveAvgPool3d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_AdaptiveAvgPool3d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_AdaptiveMaxPool1d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_AdaptiveMaxPool1d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_AdaptiveMaxPool2d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_AdaptiveMaxPool3d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_AvgPool3d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_AvgPool3d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_BCEWithLogitsLoss_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_BCEWithLogitsLoss_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_BatchNorm1d_eval_mode_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_BatchNorm1d_eval_mode_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_BatchNorm2d_eval_mode_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_BatchNorm2d_train_mode_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_BatchNorm3d_eval_mode_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_BatchNorm3d_eval_mode_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Bilinear_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_CELU_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_CTCLoss_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_CircularPad1d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_CircularPad1d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_CircularPad2d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_CircularPad3d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_CircularPad3d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_ConstantPad1d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_ConstantPad2d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_ConstantPad2d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_ConstantPad3d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Conv1d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Conv2d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Conv2d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Conv3d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_ConvTranspose2d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_ConvTranspose3d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_ELU_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Embedding_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_FractionalMaxPool2d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_FractionalMaxPool3d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_GELU_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_GELU_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_GLU_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_GRUCell_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_GRUCell_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_GRU_eval_mode_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_GRU_train_mode_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_GRU_train_mode_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_GaussianNLLLoss_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_GroupNorm_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Hardshrink_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Hardswish_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Hardtanh_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_HingeEmbeddingLoss_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_HuberLoss_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_HuberLoss_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_InstanceNorm1d_eval_mode_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_InstanceNorm1d_train_mode_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_InstanceNorm2d_train_mode_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_InstanceNorm2d_train_mode_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_InstanceNorm3d_train_mode_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_InstanceNorm3d_train_mode_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_KLDivLoss_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_L1Loss_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_L1Loss_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_LPPool1d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_LPPool3d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_LSTM_eval_mode_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_LSTM_eval_mode_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_LSTM_train_mode_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_LayerNorm_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_LayerNorm_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_LeakyReLU_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_LeakyReLU_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Linear_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Linear_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_LocalResponseNorm_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_LogSigmoid_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_MSELoss_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_MarginRankingLoss_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_MaxPool1d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_MaxPool1d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_MaxPool2d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_MaxPool3d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Mish_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_MultiLabelMarginLoss_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_MultiLabelSoftMarginLoss_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_MultiMarginLoss_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_MultiheadAttention_eval_mode_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_MultiheadAttention_eval_mode_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_PReLU_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_RMSNorm_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_RNNCell_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_RNN_train_mode_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_RNN_train_mode_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_ReLU6_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_ReLU_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_ReflectionPad1d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_ReflectionPad1d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_ReflectionPad2d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_ReflectionPad3d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_ReplicationPad1d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_ReplicationPad2d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_SELU_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_SiLU_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Sigmoid_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Sigmoid_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_SoftMarginLoss_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_SoftMarginLoss_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Softmax2d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Softmin_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Softplus_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Softshrink_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Softshrink_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Softsign_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Softsign_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Tanh_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_Tanhshrink_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_TransformerDecoderLayer_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_TransformerEncoder_eval_mode_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_TransformerEncoder_train_mode_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_ZeroPad1d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_ZeroPad1d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_ZeroPad2d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_ZeroPad3d_swap_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_empty_nn_ZeroPad3d_swap_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_AdaptiveAvgPool1d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_AdaptiveAvgPool1d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_AdaptiveAvgPool1d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_AdaptiveAvgPool2d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_AdaptiveAvgPool3d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_AdaptiveMaxPool1d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_AdaptiveMaxPool1d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_AdaptiveMaxPool2d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_AdaptiveMaxPool3d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_AdaptiveMaxPool3d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_AdaptiveMaxPool3d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_AvgPool1d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_AvgPool1d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_AvgPool2d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_AvgPool2d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_AvgPool3d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_BCELoss_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_BCELoss_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_BCELoss_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_BCEWithLogitsLoss_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_BCEWithLogitsLoss_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_BatchNorm1d_eval_mode_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_BatchNorm2d_eval_mode_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_BatchNorm2d_eval_mode_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_BatchNorm2d_eval_mode_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_BatchNorm2d_train_mode_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_BatchNorm2d_train_mode_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_BatchNorm2d_train_mode_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_BatchNorm3d_eval_mode_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_BatchNorm3d_train_mode_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_BatchNorm3d_train_mode_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Bilinear_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Bilinear_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Bilinear_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_CELU_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_CELU_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_CTCLoss_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_CTCLoss_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_CTCLoss_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_CircularPad1d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_CircularPad1d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_CircularPad2d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_CircularPad3d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_CircularPad3d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ConstantPad1d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ConstantPad1d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ConstantPad2d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ConstantPad2d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Conv1d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Conv2d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Conv2d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Conv3d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Conv3d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ConvTranspose1d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ConvTranspose1d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ConvTranspose2d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ConvTranspose2d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ConvTranspose3d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_CosineEmbeddingLoss_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_CrossEntropyLoss_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_CrossEntropyLoss_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_CrossEntropyLoss_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_CrossEntropyLoss_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ELU_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ELU_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Embedding_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Embedding_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_FractionalMaxPool2d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_FractionalMaxPool2d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_FractionalMaxPool2d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_FractionalMaxPool2d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_FractionalMaxPool3d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_FractionalMaxPool3d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_GELU_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_GELU_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_GLU_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_GLU_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_GRUCell_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_GRUCell_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_GRUCell_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_GRU_eval_mode_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_GRU_eval_mode_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_GRU_train_mode_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_GaussianNLLLoss_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_GroupNorm_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_GroupNorm_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Hardshrink_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Hardshrink_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Hardshrink_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Hardswish_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Hardswish_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Hardtanh_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_HingeEmbeddingLoss_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_HingeEmbeddingLoss_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_HuberLoss_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_InstanceNorm1d_eval_mode_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_InstanceNorm1d_eval_mode_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_InstanceNorm1d_train_mode_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_InstanceNorm1d_train_mode_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_InstanceNorm1d_train_mode_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_InstanceNorm2d_eval_mode_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_InstanceNorm2d_eval_mode_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_InstanceNorm2d_train_mode_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_InstanceNorm2d_train_mode_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_InstanceNorm3d_eval_mode_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_InstanceNorm3d_train_mode_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_KLDivLoss_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_KLDivLoss_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_KLDivLoss_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_KLDivLoss_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_L1Loss_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_L1Loss_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LPPool1d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LPPool1d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LPPool2d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LPPool3d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LPPool3d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LSTMCell_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LSTM_train_mode_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LSTM_train_mode_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LayerNorm_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LayerNorm_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LayerNorm_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LeakyReLU_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LeakyReLU_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Linear_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LocalResponseNorm_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LocalResponseNorm_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LogSigmoid_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LogSigmoid_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LogSigmoid_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LogSoftmax_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LogSoftmax_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_LogSoftmax_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MSELoss_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MSELoss_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MSELoss_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MSELoss_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MarginRankingLoss_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MaxPool1d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MaxPool3d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MaxPool3d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MaxPool3d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Mish_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Mish_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Mish_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MultiLabelMarginLoss_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MultiLabelMarginLoss_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MultiLabelSoftMarginLoss_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MultiLabelSoftMarginLoss_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MultiLabelSoftMarginLoss_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MultiMarginLoss_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MultiMarginLoss_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MultiheadAttention_eval_mode_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MultiheadAttention_eval_mode_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MultiheadAttention_train_mode_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_MultiheadAttention_train_mode_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_NLLLoss_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_NLLLoss_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_NLLLoss_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_PReLU_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_PReLU_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_PoissonNLLLoss_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_RMSNorm_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_RMSNorm_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_RNNCell_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_RNN_eval_mode_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_RNN_train_mode_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ReLU6_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ReLU6_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ReLU_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ReflectionPad1d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ReflectionPad2d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ReflectionPad3d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ReflectionPad3d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ReplicationPad1d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ReplicationPad1d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ReplicationPad1d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ReplicationPad2d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ReplicationPad3d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ReplicationPad3d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ReplicationPad3d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_SELU_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_SELU_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_SiLU_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_SiLU_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Sigmoid_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Sigmoid_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_SmoothL1Loss_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_SmoothL1Loss_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_SoftMarginLoss_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_SoftMarginLoss_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Softmax2d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Softmax2d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Softmax2d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Softmax_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Softmin_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Softmin_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Softmin_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Softshrink_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Softsign_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Softsign_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Tanh_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Tanh_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Tanh_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Tanhshrink_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Tanhshrink_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Threshold_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Threshold_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Threshold_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_TransformerDecoderLayer_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_TransformerDecoderLayer_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_TransformerDecoderLayer_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_TransformerEncoderLayer_eval_mode_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_TransformerEncoderLayer_train_mode_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_TransformerEncoderLayer_train_mode_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_TransformerEncoderLayer_train_mode_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_TransformerEncoder_train_mode_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_TransformerEncoder_train_mode_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_TransformerEncoder_train_mode_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_TransformerEncoder_train_mode_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Transformer_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_Transformer_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ZeroPad1d_swap_False_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ZeroPad1d_swap_True_set_grad_True_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ZeroPad2d_swap_False_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ZeroPad3d_swap_True_set_grad_False_mps_float32, test/test_modules.py::TestModuleMPS::test_to_nn_ZeroPad3d_swap_True_set_grad_True_mps_float32 2025-09-07T06:53:39.1252280Z 2025-09-07T06:53:39.4293660Z Running test batch 'tests to run' cost 2030.51 seconds 2025-09-07T06:53:41.2500580Z 2025-09-07T06:53:41.2501630Z real 33m58.623s 2025-09-07T06:53:41.2501960Z user 71m39.644s 2025-09-07T06:53:41.2502160Z sys 15m58.878s 2025-09-07T06:53:41.2502330Z + MTL_CAPTURE_ENABLED=1 2025-09-07T06:53:41.2502570Z + python3 test/test_mps.py --verbose -k test_metal_capture 2025-09-07T06:53:43.8881970Z 2025-09-07T06:53:43.8882190Z Running tests... 2025-09-07T06:53:43.8882480Z ---------------------------------------------------------------------- 2025-09-07T06:53:43.8883510Z Test results will be stored in test-reports/python-unittest/test.test_mps 2025-09-07T06:53:44.5493940Z test_metal_capture (__main__.TestMetalLibrary.test_metal_capture) ... ok (0.661s) 2025-09-07T06:53:44.5494260Z 2025-09-07T06:53:44.5494410Z ---------------------------------------------------------------------- 2025-09-07T06:53:44.5494630Z Ran 1 test in 0.661s 2025-09-07T06:53:44.5494740Z 2025-09-07T06:53:44.5494810Z OK 2025-09-07T06:53:44.5494900Z 2025-09-07T06:53:44.5494950Z Generating XML reports... 2025-09-07T06:53:44.5575200Z Generated XML report: test-reports/python-unittest/test.test_mps/TEST-TestMetalLibrary-20250907065343.xml 2025-09-07T06:53:45.0637780Z + assert_git_not_dirty 2025-09-07T06:53:45.0637970Z + [[ macos-py3-arm64 != *rocm* ]] 2025-09-07T06:53:45.0638200Z + [[ macos-py3-arm64 != *xla* ]] 2025-09-07T06:53:45.0644740Z ++ git status --porcelain 2025-09-07T06:53:45.0645470Z ++ grep -v '?? third_party' 2025-09-07T06:53:48.6474690Z ++ true 2025-09-07T06:53:48.6476740Z + git_status= 2025-09-07T06:53:48.6476920Z + [[ -n '' ]] 2025-09-07T06:53:48.6688100Z ##[group]Run cat test/**/*_toprint.log || true 2025-09-07T06:53:48.6688340Z cat test/**/*_toprint.log || true 2025-09-07T06:53:48.7457420Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:53:48.7457660Z env: 2025-09-07T06:53:48.7457810Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:53:48.7467190Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:53:48.7467390Z TEST_CONFIG: mps 2025-09-07T06:53:48.7467610Z SHARD_NUMBER: 1 2025-09-07T06:53:48.7467760Z NUM_TEST_SHARDS: 1 2025-09-07T06:53:48.7467920Z PR_BODY: 2025-09-07T06:53:48.7468080Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:53:48.7468360Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:53:48.7468610Z ##[endgroup] 2025-09-07T06:53:49.2541850Z cat: test/**/*_toprint.log: No such file or directory 2025-09-07T06:53:49.2569030Z ##[group]Run python3 test/bench_mps_ops.py 2025-09-07T06:53:49.2569270Z python3 test/bench_mps_ops.py 2025-09-07T06:53:49.2579710Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:53:49.2579910Z env: 2025-09-07T06:53:49.2580040Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:53:49.2580190Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:53:49.2580360Z TEST_CONFIG: mps 2025-09-07T06:53:49.2580490Z SHARD_NUMBER: 1 2025-09-07T06:53:49.2580620Z NUM_TEST_SHARDS: 1 2025-09-07T06:53:49.2580740Z PR_BODY: 2025-09-07T06:53:49.2580860Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:53:49.2581080Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:53:49.2581300Z ##[endgroup] 2025-09-07T06:53:59.2180890Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/bench_mps_ops.py:99: UserWarning: Eager and compile reduction do not match for sum and torch.float32 max_diff=4.57763671875e-05 2025-09-07T06:53:59.2181810Z check_eager_vs_compile(rc_c, rc_e, reduction_func, dtype) 2025-09-07T06:53:59.7084760Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/bench_mps_ops.py:99: UserWarning: Eager and compile reduction do not match for sum and torch.float32 max_diff=7.62939453125e-05 2025-09-07T06:53:59.7085400Z check_eager_vs_compile(rc_c, rc_e, reduction_func, dtype) 2025-09-07T06:54:00.2008490Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/bench_mps_ops.py:99: UserWarning: Eager and compile reduction do not match for sum and torch.float32 max_diff=0.00018310546875 2025-09-07T06:54:00.2009090Z check_eager_vs_compile(rc_c, rc_e, reduction_func, dtype) 2025-09-07T06:54:00.6866930Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/bench_mps_ops.py:99: UserWarning: Eager and compile reduction do not match for sum and torch.float32 max_diff=0.000274658203125 2025-09-07T06:54:00.6867570Z check_eager_vs_compile(rc_c, rc_e, reduction_func, dtype) 2025-09-07T06:54:42.8172790Z [------------------------------------------------------------ -----------------------------------------------------------] 2025-09-07T06:54:42.8173200Z | 11x50x50 | 11x100x100 | 11x500x500 | 11x1000x1000 | 11x2000x2000 2025-09-07T06:54:42.8173570Z 1 threads: ---------------------------------------------------------------------------------------------------------------- 2025-09-07T06:54:42.8174010Z __getitem__ (torch.int8, torch.int64) | 286.4 | 286.8 | 379.4 | 671.5 | 1873.8 2025-09-07T06:54:42.8174410Z __getitem__ (torch.float16, torch.int64) | 284.0 | 289.9 | 383.9 | 676.2 | 1883.7 2025-09-07T06:54:42.8174810Z __getitem__ (torch.float32, torch.int64) | 282.8 | 288.1 | 384.8 | 683.3 | 1893.4 2025-09-07T06:54:42.8175060Z 2025-09-07T06:54:42.8175120Z Times are in microseconds (us). 2025-09-07T06:54:42.8175250Z 2025-09-07T06:54:42.8175400Z [------------------------------------------- ------------------------------------------] 2025-09-07T06:54:42.8175690Z | dense | transposed | strided | strided + transposed 2025-09-07T06:54:42.8176040Z 1 threads: ------------------------------------------------------------------------------ 2025-09-07T06:54:42.8176340Z sqrt (torch.float16) | 161.6 | 160.4 | 282.4 | 245.2 2025-09-07T06:54:42.8176660Z sqrt (torch.float32) | 163.6 | 163.8 | 274.8 | 248.1 2025-09-07T06:54:42.8176950Z sqrt (torch.bfloat16) | 160.4 | 161.6 | 283.3 | 250.2 2025-09-07T06:54:42.8177240Z sin (torch.float16) | 172.0 | 172.7 | 302.5 | 287.3 2025-09-07T06:54:42.8177540Z sin (torch.float32) | 199.6 | 196.3 | 311.2 | 286.0 2025-09-07T06:54:42.8177830Z sin (torch.bfloat16) | 205.7 | 204.1 | 312.8 | 288.8 2025-09-07T06:54:42.8178260Z 2025-09-07T06:54:42.8178630Z Times are in microseconds (us). 2025-09-07T06:54:42.8178780Z 2025-09-07T06:54:42.8178990Z [--------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------] 2025-09-07T06:54:42.8179590Z | eager-512x512 | compile-512x512 | eager-1024x1024 | compile-1024x1024 | eager-2048x2048 | compile-2048x2048 | eager-4096x4096 | compile-4096x4096 2025-09-07T06:54:42.8180180Z 1 threads: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2025-09-07T06:54:42.8180640Z sum (torch.float32) | 174.2 | 210.0 | 179.7 | 251.6 | 256.9 | 454.9 | 545.8 | 1250.2 2025-09-07T06:54:42.8181120Z max (torch.float32) | 241.9 | 242.6 | 295.0 | 326.2 | 509.2 | 454.2 | 1559.8 | 1225.8 2025-09-07T06:54:42.8181350Z 2025-09-07T06:54:42.8181440Z Times are in microseconds (us). 2025-09-07T06:54:42.8181560Z 2025-09-07T06:54:42.8181640Z [------------------------------- -------------------------------] 2025-09-07T06:54:42.8181880Z | eager | compile 2025-09-07T06:54:42.8182100Z 1 threads: ------------------------------------------------------- 2025-09-07T06:54:42.8182380Z cumsum-dim0-32x32 (torch.float16) | 172.9 | 203.3 2025-09-07T06:54:42.8182640Z cumsum-dim0-128x128 (torch.float16) | 166.4 | 188.3 2025-09-07T06:54:42.8182920Z cumsum-dim0-512x512 (torch.float16) | 198.4 | 219.9 2025-09-07T06:54:42.8183180Z cumsum-dim0-1024x1024 (torch.float16) | 284.0 | 312.1 2025-09-07T06:54:42.8183610Z cumsum-dim1-32x32 (torch.float16) | 178.4 | 199.5 2025-09-07T06:54:42.8183880Z cumsum-dim1-128x128 (torch.float16) | 164.3 | 187.5 2025-09-07T06:54:42.8184140Z cumsum-dim1-512x512 (torch.float16) | 185.5 | 208.3 2025-09-07T06:54:42.8184420Z cumsum-dim1-1024x1024 (torch.float16) | 219.4 | 240.2 2025-09-07T06:54:42.8184710Z cumsum-1d-100 (torch.float16) | 161.6 | 182.3 2025-09-07T06:54:42.8184980Z cumsum-1d-10000 (torch.float16) | 179.1 | 200.7 2025-09-07T06:54:42.8185230Z cumsum-1d-1000000 (torch.float16) | 231.3 | 267.1 2025-09-07T06:54:42.8185540Z cumsum-dim0-32x32 (torch.float32) | 173.8 | 213.5 2025-09-07T06:54:42.8185800Z cumsum-dim0-128x128 (torch.float32) | 166.0 | 187.3 2025-09-07T06:54:42.8186130Z cumsum-dim0-512x512 (torch.float32) | 199.4 | 221.6 2025-09-07T06:54:42.8186390Z cumsum-dim0-1024x1024 (torch.float32) | 287.1 | 314.5 2025-09-07T06:54:42.8186670Z cumsum-dim1-32x32 (torch.float32) | 173.5 | 212.4 2025-09-07T06:54:42.8186930Z cumsum-dim1-128x128 (torch.float32) | 167.0 | 187.9 2025-09-07T06:54:42.8187190Z cumsum-dim1-512x512 (torch.float32) | 190.7 | 226.8 2025-09-07T06:54:42.8187540Z cumsum-dim1-1024x1024 (torch.float32) | 259.6 | 263.8 2025-09-07T06:54:42.8187800Z cumsum-1d-100 (torch.float32) | 161.1 | 181.1 2025-09-07T06:54:42.8188060Z cumsum-1d-10000 (torch.float32) | 177.9 | 199.3 2025-09-07T06:54:42.8188320Z cumsum-1d-1000000 (torch.float32) | 240.8 | 273.0 2025-09-07T06:54:42.8188590Z cumsum-dim0-32x32 (torch.bfloat16) | 190.4 | 214.9 2025-09-07T06:54:42.8188850Z cumsum-dim0-128x128 (torch.bfloat16) | 167.2 | 189.4 2025-09-07T06:54:42.8189170Z cumsum-dim0-512x512 (torch.bfloat16) | 199.0 | 221.4 2025-09-07T06:54:42.8189440Z cumsum-dim0-1024x1024 (torch.bfloat16) | 285.2 | 313.2 2025-09-07T06:54:42.8189940Z cumsum-dim1-32x32 (torch.bfloat16) | 189.8 | 221.0 2025-09-07T06:54:42.8190240Z cumsum-dim1-128x128 (torch.bfloat16) | 144.5 | 190.2 2025-09-07T06:54:42.8190530Z cumsum-dim1-512x512 (torch.bfloat16) | 186.7 | 208.2 2025-09-07T06:54:42.8190800Z cumsum-dim1-1024x1024 (torch.bfloat16) | 238.2 | 268.3 2025-09-07T06:54:42.8191050Z cumsum-1d-100 (torch.bfloat16) | 160.8 | 181.9 2025-09-07T06:54:42.8191310Z cumsum-1d-10000 (torch.bfloat16) | 179.2 | 200.1 2025-09-07T06:54:42.8191570Z cumsum-1d-1000000 (torch.bfloat16) | 236.5 | 265.5 2025-09-07T06:54:42.8191730Z 2025-09-07T06:54:42.8191790Z Times are in microseconds (us). 2025-09-07T06:54:42.8191900Z 2025-09-07T06:54:42.8192070Z [-------------------------------- -------------------------------] 2025-09-07T06:54:42.8192290Z | eager | compile 2025-09-07T06:54:42.8192530Z 1 threads: -------------------------------------------------------- 2025-09-07T06:54:42.8192780Z cummin-dim0-32x32 (torch.float16) | 157.4 | 183.1 2025-09-07T06:54:42.8193050Z cummin-dim0-128x128 (torch.float16) | 170.1 | 195.7 2025-09-07T06:54:42.8193310Z cummin-dim0-512x512 (torch.float16) | 230.0 | 264.3 2025-09-07T06:54:42.8193580Z cummin-dim0-1024x1024 (torch.float16) | 375.5 | 402.5 2025-09-07T06:54:42.8193830Z cummin-dim1-32x32 (torch.float16) | 155.3 | 179.7 2025-09-07T06:54:42.8194090Z cummin-dim1-128x128 (torch.float16) | 155.9 | 180.4 2025-09-07T06:54:42.8194360Z cummin-dim1-512x512 (torch.float16) | 183.1 | 208.5 2025-09-07T06:54:42.8194620Z cummin-dim1-1024x1024 (torch.float16) | 271.3 | 304.8 2025-09-07T06:54:42.8194920Z cummin-1d-100 (torch.float16) | 156.4 | 179.3 2025-09-07T06:54:42.8195220Z cummin-1d-10000 (torch.float16) | 170.2 | 195.5 2025-09-07T06:54:42.8195480Z cummin-1d-1000000 (torch.float16) | 1847.2 | 1877.7 2025-09-07T06:54:42.8195770Z cummin-dim0-32x32 (torch.float32) | 158.1 | 182.0 2025-09-07T06:54:42.8196040Z cummin-dim0-128x128 (torch.float32) | 146.8 | 179.0 2025-09-07T06:54:42.8196300Z cummin-dim0-512x512 (torch.float32) | 213.7 | 233.4 2025-09-07T06:54:42.8196570Z cummin-dim0-1024x1024 (torch.float32) | 360.2 | 397.0 2025-09-07T06:54:42.8196830Z cummin-dim1-32x32 (torch.float32) | 154.4 | 179.8 2025-09-07T06:54:42.8197080Z cummin-dim1-128x128 (torch.float32) | 155.1 | 180.9 2025-09-07T06:54:42.8197340Z cummin-dim1-512x512 (torch.float32) | 165.4 | 211.9 2025-09-07T06:54:42.8197600Z cummin-dim1-1024x1024 (torch.float32) | 256.6 | 302.4 2025-09-07T06:54:42.8197870Z cummin-1d-100 (torch.float32) | 157.2 | 179.6 2025-09-07T06:54:42.8198130Z cummin-1d-10000 (torch.float32) | 174.3 | 197.3 2025-09-07T06:54:42.8198390Z cummin-1d-1000000 (torch.float32) | 2082.2 | 2099.0 2025-09-07T06:54:42.8198650Z cummin-dim0-32x32 (torch.bfloat16) | 149.9 | 151.5 2025-09-07T06:54:42.8198910Z cummin-dim0-128x128 (torch.bfloat16) | 170.2 | 180.4 2025-09-07T06:54:42.8199170Z cummin-dim0-512x512 (torch.bfloat16) | 197.1 | 251.0 2025-09-07T06:54:42.8199440Z cummin-dim0-1024x1024 (torch.bfloat16) | 367.3 | 399.5 2025-09-07T06:54:42.8199690Z cummin-dim1-32x32 (torch.bfloat16) | 154.6 | 180.2 2025-09-07T06:54:42.8199940Z cummin-dim1-128x128 (torch.bfloat16) | 156.3 | 181.7 2025-09-07T06:54:42.8200210Z cummin-dim1-512x512 (torch.bfloat16) | 183.5 | 208.9 2025-09-07T06:54:42.8200460Z cummin-dim1-1024x1024 (torch.bfloat16) | 270.5 | 308.0 2025-09-07T06:54:42.8200730Z cummin-1d-100 (torch.bfloat16) | 155.2 | 180.2 2025-09-07T06:54:42.8201170Z cummin-1d-10000 (torch.bfloat16) | 172.1 | 199.2 2025-09-07T06:54:42.8201470Z cummin-1d-1000000 (torch.bfloat16) | 1839.2 | 1870.7 2025-09-07T06:54:42.8201640Z 2025-09-07T06:54:42.8201690Z Times are in microseconds (us). 2025-09-07T06:54:42.8201800Z 2025-09-07T06:54:42.8201980Z [---------------------------------------------------------------------- ----------------------------------------------------------------------] 2025-09-07T06:54:42.8202380Z | dense-dense | transp-transp | dense-transp | transp-dense | dense-scalar | dense-bcast 2025-09-07T06:54:42.8202810Z 1 threads: ------------------------------------------------------------------------------------------------------------------------------------- 2025-09-07T06:54:42.8203210Z fmax (torch.float16, torch.float16) | 160.5 | 159.8 | 273.5 | 273.9 | 242.1 | 300.1 2025-09-07T06:54:42.8203630Z fmax (torch.float32, torch.float32) | 166.5 | 168.3 | 252.6 | 259.3 | 218.9 | 287.4 2025-09-07T06:54:42.8204020Z fmax (torch.float32, torch.float16) | 156.5 | 155.8 | 285.9 | 281.3 | 234.9 | 308.8 2025-09-07T06:54:42.8204420Z fmax (torch.bfloat16, torch.bfloat16) | 158.0 | 154.2 | 271.5 | 270.7 | 239.5 | 297.3 2025-09-07T06:54:42.8204880Z add (torch.float16, torch.float16) | 153.8 | 137.0 | 271.4 | 273.4 | 222.7 | 295.1 2025-09-07T06:54:42.8205320Z add (torch.float32, torch.float32) | 194.9 | 192.0 | 295.5 | 298.3 | 248.3 | 297.9 2025-09-07T06:54:42.8205700Z add (torch.float32, torch.float16) | 195.2 | 195.6 | 287.0 | 297.9 | 253.3 | 307.7 2025-09-07T06:54:42.8206140Z add (torch.bfloat16, torch.bfloat16) | 160.0 | 160.5 | 275.8 | 276.3 | 245.8 | 299.4 2025-09-07T06:54:42.8206360Z 2025-09-07T06:54:42.8206430Z Times are in microseconds (us). 2025-09-07T06:54:42.8206550Z 2025-09-07T06:54:43.2206870Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2025-09-07T06:54:43.2207080Z kill "$MONITOR_SCRIPT_PID" 2025-09-07T06:54:43.2241910Z shell: /bin/bash -e -l {0} 2025-09-07T06:54:43.2242050Z env: 2025-09-07T06:54:43.2242160Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:54:43.2242310Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:54:43.2242460Z TEST_CONFIG: mps 2025-09-07T06:54:43.2242590Z SHARD_NUMBER: 1 2025-09-07T06:54:43.2242700Z NUM_TEST_SHARDS: 1 2025-09-07T06:54:43.2242810Z PR_BODY: 2025-09-07T06:54:43.2242910Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:54:43.2243110Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:54:43.2243340Z MONITOR_SCRIPT_PID: 57953 2025-09-07T06:54:43.2243470Z ##[endgroup] 2025-09-07T06:54:43.2937540Z Prepare all required actions 2025-09-07T06:54:43.2937880Z Getting action download info 2025-09-07T06:54:43.4548970Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-09-07T06:54:43.7082420Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-09-07T06:54:43.9273690Z ##[group]Run ./.github/actions/upload-test-artifacts 2025-09-07T06:54:43.9273960Z with: 2025-09-07T06:54:43.9274060Z use-gha: true 2025-09-07T06:54:43.9274210Z file-suffix: test-mps-1-1-macos-m2-15_49773898079 2025-09-07T06:54:43.9274420Z s3-bucket: gha-artifacts 2025-09-07T06:54:43.9274550Z env: 2025-09-07T06:54:43.9274670Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:54:43.9274830Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:54:43.9275000Z TEST_CONFIG: mps 2025-09-07T06:54:43.9275140Z SHARD_NUMBER: 1 2025-09-07T06:54:43.9275450Z NUM_TEST_SHARDS: 1 2025-09-07T06:54:43.9275590Z PR_BODY: 2025-09-07T06:54:43.9275720Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:54:43.9275930Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:54:43.9276150Z ##[endgroup] 2025-09-07T06:54:43.9394260Z ##[group]Run actions/upload-artifact@v4 2025-09-07T06:54:43.9394410Z with: 2025-09-07T06:54:43.9394590Z name: test-jsons-runattempt1-test-mps-1-1-macos-m2-15_49773898079.zip 2025-09-07T06:54:43.9394820Z retention-days: 14 2025-09-07T06:54:43.9394950Z if-no-files-found: warn 2025-09-07T06:54:43.9395070Z path: test/**/*.json 2025-09-07T06:54:43.9395190Z compression-level: 6 2025-09-07T06:54:43.9395310Z overwrite: false 2025-09-07T06:54:43.9395430Z include-hidden-files: false 2025-09-07T06:54:43.9395560Z env: 2025-09-07T06:54:43.9395660Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:54:43.9395800Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:54:43.9395950Z TEST_CONFIG: mps 2025-09-07T06:54:43.9396060Z SHARD_NUMBER: 1 2025-09-07T06:54:43.9396170Z NUM_TEST_SHARDS: 1 2025-09-07T06:54:43.9396280Z PR_BODY: 2025-09-07T06:54:43.9396390Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:54:43.9396580Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:54:43.9396780Z ##[endgroup] 2025-09-07T06:54:44.2954070Z With the provided path, there will be 6 files uploaded 2025-09-07T06:54:44.2957540Z Artifact name is valid! 2025-09-07T06:54:44.2958380Z Root directory input is valid! 2025-09-07T06:54:44.3481420Z Beginning upload of artifact content to blob storage 2025-09-07T06:54:44.4132660Z Uploaded bytes 42254 2025-09-07T06:54:44.4284750Z Finished uploading artifact content to blob storage! 2025-09-07T06:54:44.4286250Z SHA256 digest of uploaded artifact zip is 71f62f1ef00f69fda9687d78e3a65c38d470c631d6bb8463f5947a64aa298ccd 2025-09-07T06:54:44.4287010Z Finalizing artifact upload 2025-09-07T06:54:44.5011720Z Artifact test-jsons-runattempt1-test-mps-1-1-macos-m2-15_49773898079.zip.zip successfully finalized. Artifact ID 3946411951 2025-09-07T06:54:44.5013480Z Artifact test-jsons-runattempt1-test-mps-1-1-macos-m2-15_49773898079.zip has been successfully uploaded! Final size is 42254 bytes. Artifact ID is 3946411951 2025-09-07T06:54:44.5027330Z Artifact download URL: https://github.com/pytorch/pytorch/actions/runs/17524754564/artifacts/3946411951 2025-09-07T06:54:44.5139060Z ##[group]Run actions/upload-artifact@v4 2025-09-07T06:54:44.5139400Z with: 2025-09-07T06:54:44.5139780Z name: test-reports-runattempt1-test-mps-1-1-macos-m2-15_49773898079.zip 2025-09-07T06:54:44.5140260Z retention-days: 14 2025-09-07T06:54:44.5140510Z if-no-files-found: ignore 2025-09-07T06:54:44.5140840Z path: test/**/*.xml test/**/*.csv 2025-09-07T06:54:44.5141140Z compression-level: 6 2025-09-07T06:54:44.5141400Z overwrite: false 2025-09-07T06:54:44.5141650Z include-hidden-files: false 2025-09-07T06:54:44.5141950Z env: 2025-09-07T06:54:44.5142160Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:54:44.5142470Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:54:44.5143230Z TEST_CONFIG: mps 2025-09-07T06:54:44.5143490Z SHARD_NUMBER: 1 2025-09-07T06:54:44.5143740Z NUM_TEST_SHARDS: 1 2025-09-07T06:54:44.5143990Z PR_BODY: 2025-09-07T06:54:44.5144230Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:54:44.5144620Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:54:44.5145030Z ##[endgroup] 2025-09-07T06:54:44.8702450Z With the provided path, there will be 56 files uploaded 2025-09-07T06:54:44.8705070Z Artifact name is valid! 2025-09-07T06:54:44.8705490Z Root directory input is valid! 2025-09-07T06:54:44.9273100Z Beginning upload of artifact content to blob storage 2025-09-07T06:54:45.1122260Z Uploaded bytes 346328 2025-09-07T06:54:45.1279880Z Finished uploading artifact content to blob storage! 2025-09-07T06:54:45.1281680Z SHA256 digest of uploaded artifact zip is cfa07640dbfaa156271faee1c5bec7f08674ba9d4b61a011751aea7b1e4a30f8 2025-09-07T06:54:45.1282510Z Finalizing artifact upload 2025-09-07T06:54:45.1978480Z Artifact test-reports-runattempt1-test-mps-1-1-macos-m2-15_49773898079.zip.zip successfully finalized. Artifact ID 3946411969 2025-09-07T06:54:45.1980080Z Artifact test-reports-runattempt1-test-mps-1-1-macos-m2-15_49773898079.zip has been successfully uploaded! Final size is 346328 bytes. Artifact ID is 3946411969 2025-09-07T06:54:45.1995730Z Artifact download URL: https://github.com/pytorch/pytorch/actions/runs/17524754564/artifacts/3946411969 2025-09-07T06:54:45.2140460Z ##[group]Run actions/upload-artifact@v4 2025-09-07T06:54:45.2140780Z with: 2025-09-07T06:54:45.2141110Z name: logs-runattempt1-test-mps-1-1-macos-m2-15_49773898079.zip 2025-09-07T06:54:45.2141530Z retention-days: 14 2025-09-07T06:54:45.2141780Z if-no-files-found: ignore 2025-09-07T06:54:45.2142070Z path: usage_log.txt test/**/*.log 2025-09-07T06:54:45.2142390Z compression-level: 6 2025-09-07T06:54:45.2142640Z overwrite: false 2025-09-07T06:54:45.2142910Z include-hidden-files: false 2025-09-07T06:54:45.2143180Z env: 2025-09-07T06:54:45.2143400Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:54:45.2143710Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:54:45.2144030Z TEST_CONFIG: mps 2025-09-07T06:54:45.2144270Z SHARD_NUMBER: 1 2025-09-07T06:54:45.2144540Z NUM_TEST_SHARDS: 1 2025-09-07T06:54:45.2144800Z PR_BODY: 2025-09-07T06:54:45.2145050Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:54:45.2145450Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:54:45.2145860Z ##[endgroup] 2025-09-07T06:54:45.5768610Z Multiple search paths detected. Calculating the least common ancestor of all paths 2025-09-07T06:54:45.5769680Z The least common ancestor is /Users/ec2-user/runner/_work/pytorch/pytorch. This will be the root directory of the artifact 2025-09-07T06:54:45.5770120Z With the provided path, there will be 54 files uploaded 2025-09-07T06:54:45.5772360Z Artifact name is valid! 2025-09-07T06:54:45.5772600Z Root directory input is valid! 2025-09-07T06:54:45.6326620Z Beginning upload of artifact content to blob storage 2025-09-07T06:54:45.8240530Z Uploaded bytes 441536 2025-09-07T06:54:45.8402140Z Finished uploading artifact content to blob storage! 2025-09-07T06:54:45.8403810Z SHA256 digest of uploaded artifact zip is 54465429fbb9ac90828a26f074fe894344cb2930da5434813783955c860447b9 2025-09-07T06:54:45.8404820Z Finalizing artifact upload 2025-09-07T06:54:45.9216000Z Artifact logs-runattempt1-test-mps-1-1-macos-m2-15_49773898079.zip.zip successfully finalized. Artifact ID 3946411992 2025-09-07T06:54:45.9217650Z Artifact logs-runattempt1-test-mps-1-1-macos-m2-15_49773898079.zip has been successfully uploaded! Final size is 441536 bytes. Artifact ID is 3946411992 2025-09-07T06:54:45.9243490Z Artifact download URL: https://github.com/pytorch/pytorch/actions/runs/17524754564/artifacts/3946411992 2025-09-07T06:54:45.9483090Z ##[group]Run pytorch/test-infra/.github/actions/upload-benchmark-results@main 2025-09-07T06:54:45.9483660Z with: 2025-09-07T06:54:45.9483940Z benchmark-results-dir: test/test-reports 2025-09-07T06:54:45.9484330Z dry-run: false 2025-09-07T06:54:45.9484630Z schema-version: v3 2025-09-07T06:54:45.9485280Z github-token: *** 2025-09-07T06:54:45.9485560Z env: 2025-09-07T06:54:45.9485820Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:54:45.9486270Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:54:45.9486620Z TEST_CONFIG: mps 2025-09-07T06:54:45.9486920Z SHARD_NUMBER: 1 2025-09-07T06:54:45.9487200Z NUM_TEST_SHARDS: 1 2025-09-07T06:54:45.9487470Z PR_BODY: 2025-09-07T06:54:45.9487730Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:54:45.9488200Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:54:45.9488700Z ##[endgroup] 2025-09-07T06:54:45.9509870Z ##[group]Run set -eux 2025-09-07T06:54:45.9510190Z set -eux 2025-09-07T06:54:45.9510460Z  2025-09-07T06:54:45.9510670Z if [[ -n "" ]]; then 2025-09-07T06:54:45.9510990Z  source "" 2025-09-07T06:54:45.9511250Z fi 2025-09-07T06:54:45.9511790Z python3 -mpip install boto3==1.35.33 psutil==7.0.0 pynvml==12.0.0 2025-09-07T06:54:45.9512260Z  2025-09-07T06:54:45.9512490Z DEVICE_NAME="" 2025-09-07T06:54:45.9512750Z DEVICE_TYPE="" 2025-09-07T06:54:45.9513000Z  2025-09-07T06:54:45.9513270Z if command -v nvidia-smi; then 2025-09-07T06:54:45.9513730Z  # NB: I'm using PyTorch here to get the device name, however, it needs to 2025-09-07T06:54:45.9514330Z  # install the correct version of PyTorch manually for now. Any PyTorch 2025-09-07T06:54:45.9514890Z  # version is fine, I just use 2.7.1 to satify PYPIDEP linter 2025-09-07T06:54:45.9515320Z  python3 -mpip install torch==2.7.1 2025-09-07T06:54:45.9515690Z elif command -v rocminfo; then 2025-09-07T06:54:45.9516160Z  # NB: Installing torch on ROCm runner with pip here causes CI to fail 2025-09-07T06:54:45.9516720Z  # with a memoryview is too large error only on MI300 runners. Is pip 2025-09-07T06:54:45.9517310Z  # version on ROCm runner there too old? As a workaround, let's use the 2025-09-07T06:54:45.9517820Z  # GPU device name coming from rocminfo instead 2025-09-07T06:54:45.9518180Z  DEVICE_NAME=rocm 2025-09-07T06:54:45.9518710Z  DEVICE_TYPE=$(rocminfo | grep "Marketing Name" | tail -n1 | awk -F':' '{print $2}' | xargs) 2025-09-07T06:54:45.9519220Z fi 2025-09-07T06:54:45.9519430Z  2025-09-07T06:54:45.9519720Z echo "DEVICE_NAME=$DEVICE_NAME" >> $GITHUB_ENV 2025-09-07T06:54:45.9520160Z echo "DEVICE_TYPE=$DEVICE_TYPE" >> $GITHUB_ENV 2025-09-07T06:54:45.9544100Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:54:45.9544490Z env: 2025-09-07T06:54:45.9544730Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:54:45.9545030Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:54:45.9545340Z TEST_CONFIG: mps 2025-09-07T06:54:45.9545680Z SHARD_NUMBER: 1 2025-09-07T06:54:45.9545930Z NUM_TEST_SHARDS: 1 2025-09-07T06:54:45.9546170Z PR_BODY: 2025-09-07T06:54:45.9546440Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:54:45.9546850Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:54:45.9547250Z ##[endgroup] 2025-09-07T06:54:45.9823370Z + [[ -n '' ]] 2025-09-07T06:54:45.9823910Z + python3 -mpip install boto3==1.35.33 psutil==7.0.0 pynvml==12.0.0 2025-09-07T06:54:46.5506300Z Collecting boto3==1.35.33 2025-09-07T06:54:46.5527640Z Using cached boto3-1.35.33-py3-none-any.whl.metadata (6.6 kB) 2025-09-07T06:54:46.5908980Z Collecting psutil==7.0.0 2025-09-07T06:54:46.5929370Z Using cached psutil-7.0.0-cp36-abi3-macosx_11_0_arm64.whl.metadata (22 kB) 2025-09-07T06:54:46.6097410Z Collecting pynvml==12.0.0 2025-09-07T06:54:46.6116380Z Using cached pynvml-12.0.0-py3-none-any.whl.metadata (5.4 kB) 2025-09-07T06:54:46.6153320Z Requirement already satisfied: botocore<1.36.0,>=1.35.33 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from boto3==1.35.33) (1.35.99) 2025-09-07T06:54:46.6155970Z Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from boto3==1.35.33) (1.0.1) 2025-09-07T06:54:46.6158380Z Requirement already satisfied: s3transfer<0.11.0,>=0.10.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from boto3==1.35.33) (0.10.4) 2025-09-07T06:54:46.6243460Z Collecting nvidia-ml-py<13.0.0a0,>=12.0.0 (from pynvml==12.0.0) 2025-09-07T06:54:46.6262420Z Using cached nvidia_ml_py-12.575.51-py3-none-any.whl.metadata (9.3 kB) 2025-09-07T06:54:46.6309580Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from botocore<1.36.0,>=1.35.33->boto3==1.35.33) (2.9.0.post0) 2025-09-07T06:54:46.6315170Z Requirement already satisfied: urllib3!=2.2.0,<3,>=1.25.4 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from botocore<1.36.0,>=1.35.33->boto3==1.35.33) (1.26.20) 2025-09-07T06:54:46.6336820Z Requirement already satisfied: six>=1.5 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.36.0,>=1.35.33->boto3==1.35.33) (1.17.0) 2025-09-07T06:54:46.6398730Z Using cached boto3-1.35.33-py3-none-any.whl (139 kB) 2025-09-07T06:54:46.6422340Z Using cached psutil-7.0.0-cp36-abi3-macosx_11_0_arm64.whl (239 kB) 2025-09-07T06:54:46.6454800Z Using cached pynvml-12.0.0-py3-none-any.whl (26 kB) 2025-09-07T06:54:46.6473150Z Using cached nvidia_ml_py-12.575.51-py3-none-any.whl (47 kB) 2025-09-07T06:54:46.7839980Z Installing collected packages: nvidia-ml-py, pynvml, psutil, boto3 2025-09-07T06:54:46.8250620Z Attempting uninstall: psutil 2025-09-07T06:54:46.8274490Z Found existing installation: psutil 5.9.8 2025-09-07T06:54:46.8316520Z Uninstalling psutil-5.9.8: 2025-09-07T06:54:46.8323410Z Successfully uninstalled psutil-5.9.8 2025-09-07T06:54:46.9199460Z Attempting uninstall: boto3 2025-09-07T06:54:46.9213050Z Found existing installation: boto3 1.35.42 2025-09-07T06:54:46.9282020Z Uninstalling boto3-1.35.42: 2025-09-07T06:54:46.9295640Z Successfully uninstalled boto3-1.35.42 2025-09-07T06:54:46.9680250Z 2025-09-07T06:54:46.9718100Z Successfully installed boto3-1.35.33 nvidia-ml-py-12.575.51 psutil-7.0.0 pynvml-12.0.0 2025-09-07T06:54:46.9752300Z 2025-09-07T06:54:46.9752470Z [notice] A new release of pip is available: 25.1.1 -> 25.2 2025-09-07T06:54:46.9752760Z [notice] To update, run: pip install --upgrade pip 2025-09-07T06:54:47.0112630Z + DEVICE_NAME= 2025-09-07T06:54:47.0112800Z + DEVICE_TYPE= 2025-09-07T06:54:47.0112990Z + command -v nvidia-smi 2025-09-07T06:54:47.0113500Z + command -v rocminfo 2025-09-07T06:54:47.0113720Z + echo DEVICE_NAME= 2025-09-07T06:54:47.0115430Z + echo DEVICE_TYPE= 2025-09-07T06:54:47.0151240Z ##[group]Run set -eux 2025-09-07T06:54:47.0151420Z set -eux 2025-09-07T06:54:47.0151550Z  2025-09-07T06:54:47.0151730Z if [[ -z "${GITHUB_TOKEN}" ]]; then 2025-09-07T06:54:47.0151930Z  echo "Missing github-token input" 2025-09-07T06:54:47.0152160Z  exit 1 2025-09-07T06:54:47.0152300Z fi 2025-09-07T06:54:47.0170130Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:54:47.0170400Z env: 2025-09-07T06:54:47.0170540Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:54:47.0170710Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:54:47.0170900Z TEST_CONFIG: mps 2025-09-07T06:54:47.0171050Z SHARD_NUMBER: 1 2025-09-07T06:54:47.0171200Z NUM_TEST_SHARDS: 1 2025-09-07T06:54:47.0171350Z PR_BODY: 2025-09-07T06:54:47.0171490Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:54:47.0171910Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:54:47.0172170Z DEVICE_NAME: 2025-09-07T06:54:47.0172330Z DEVICE_TYPE: 2025-09-07T06:54:47.0172630Z GITHUB_TOKEN: *** 2025-09-07T06:54:47.0172800Z ##[endgroup] 2025-09-07T06:54:47.0380960Z + [[ -z *** ]] 2025-09-07T06:54:47.0427140Z ##[group]Run pytorch/test-infra/.github/actions/get-workflow-job-id@main 2025-09-07T06:54:47.0427390Z with: 2025-09-07T06:54:47.0427610Z github-token: *** 2025-09-07T06:54:47.0427760Z env: 2025-09-07T06:54:47.0427890Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:54:47.0428070Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:54:47.0428250Z TEST_CONFIG: mps 2025-09-07T06:54:47.0428390Z SHARD_NUMBER: 1 2025-09-07T06:54:47.0428530Z NUM_TEST_SHARDS: 1 2025-09-07T06:54:47.0428670Z PR_BODY: 2025-09-07T06:54:47.0428840Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:54:47.0429080Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:54:47.0429300Z DEVICE_NAME: 2025-09-07T06:54:47.0429470Z DEVICE_TYPE: 2025-09-07T06:54:47.0429610Z ##[endgroup] 2025-09-07T06:54:47.0439830Z ##[group]Run set -eux 2025-09-07T06:54:47.0440020Z set -eux 2025-09-07T06:54:47.0440290Z  2025-09-07T06:54:47.0440570Z python3 "${GITHUB_ACTION_PATH}/../../scripts/get_workflow_job_id.py" "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2025-09-07T06:54:47.0450910Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:54:47.0451150Z env: 2025-09-07T06:54:47.0451280Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:54:47.0451460Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:54:47.0451640Z TEST_CONFIG: mps 2025-09-07T06:54:47.0451790Z SHARD_NUMBER: 1 2025-09-07T06:54:47.0451940Z NUM_TEST_SHARDS: 1 2025-09-07T06:54:47.0452080Z PR_BODY: 2025-09-07T06:54:47.0452210Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:54:47.0452450Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:54:47.0452690Z DEVICE_NAME: 2025-09-07T06:54:47.0452830Z DEVICE_TYPE: 2025-09-07T06:54:47.0453050Z GITHUB_TOKEN: *** 2025-09-07T06:54:47.0453200Z ##[endgroup] 2025-09-07T06:54:47.0647150Z + python3 /Users/ec2-user/runner/_work/_actions/pytorch/test-infra/main/.github/actions/get-workflow-job-id/../../scripts/get_workflow_job_id.py 17524754564 i-07de67d0d8dadeb49 2025-09-07T06:54:47.8349160Z setting job-id=49773898079 2025-09-07T06:54:47.8350990Z setting job-name=macos-py3-arm64 / test (mps, 1, 1, macos-m2-15) 2025-09-07T06:54:47.8667520Z ##[group]Run set -eux 2025-09-07T06:54:47.8668000Z set -eux 2025-09-07T06:54:47.8668300Z  2025-09-07T06:54:47.8668600Z if [[ -n "" ]]; then 2025-09-07T06:54:47.8669210Z  source "" 2025-09-07T06:54:47.8669650Z fi 2025-09-07T06:54:47.8669900Z  2025-09-07T06:54:47.8670470Z python3 "${GITHUB_ACTION_PATH}/../../scripts/benchmarks/gather_metadata.py" \ 2025-09-07T06:54:47.8671230Z  --schema-version "${SCHEMA_VERSION}" \ 2025-09-07T06:54:47.8671730Z  --repo "${REPO}" \ 2025-09-07T06:54:47.8672170Z  --head-branch "${HEAD_BRANCH}" \ 2025-09-07T06:54:47.8672940Z  --head-sha "${HEAD_SHA}" \ 2025-09-07T06:54:47.8673440Z  --workflow-id "${WORKFLOW_RUN_ID}" \ 2025-09-07T06:54:47.8673900Z  --run-attempt "${RUN_ATTEMPT}" \ 2025-09-07T06:54:47.8674380Z  --job-id "${JOB_ID}" \ 2025-09-07T06:54:47.8674810Z  --job-name "${JOB_NAME}" 2025-09-07T06:54:47.8702010Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:54:47.8702540Z env: 2025-09-07T06:54:47.8702840Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:54:47.8703280Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:54:47.8703750Z TEST_CONFIG: mps 2025-09-07T06:54:47.8704060Z SHARD_NUMBER: 1 2025-09-07T06:54:47.8704430Z NUM_TEST_SHARDS: 1 2025-09-07T06:54:47.8704790Z PR_BODY: 2025-09-07T06:54:47.8705100Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:54:47.8706050Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:54:47.8706670Z DEVICE_NAME: 2025-09-07T06:54:47.8706990Z DEVICE_TYPE: 2025-09-07T06:54:47.8707320Z SCHEMA_VERSION: v3 2025-09-07T06:54:47.8707720Z REPO: pytorch/pytorch 2025-09-07T06:54:47.8708120Z HEAD_BRANCH: refs/heads/main 2025-09-07T06:54:47.8708600Z HEAD_SHA: 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T06:54:47.8709120Z WORKFLOW_RUN_ID: 17524754564 2025-09-07T06:54:47.8709500Z RUN_ATTEMPT: 1 2025-09-07T06:54:47.8709840Z JOB_ID: 49773898079 2025-09-07T06:54:47.8710320Z JOB_NAME: macos-py3-arm64 / test (mps, 1, 1, macos-m2-15) 2025-09-07T06:54:47.8710850Z ##[endgroup] 2025-09-07T06:54:47.9015240Z + [[ -n '' ]] 2025-09-07T06:54:47.9017010Z + python3 /Users/ec2-user/runner/_work/_actions/pytorch/test-infra/main/.github/actions/upload-benchmark-results/../../scripts/benchmarks/gather_metadata.py --schema-version v3 --repo pytorch/pytorch --head-branch refs/heads/main --head-sha 93fb23d6fae7c4e82c4239a1033e522088742634 --workflow-id 17524754564 --run-attempt 1 --job-id 49773898079 --job-name 'macos-py3-arm64 / test (mps, 1, 1, macos-m2-15)' 2025-09-07T06:54:47.9321830Z ##[group]Run set -eux 2025-09-07T06:54:47.9322210Z set -eux 2025-09-07T06:54:47.9322370Z  2025-09-07T06:54:47.9322500Z if [[ -n "" ]]; then 2025-09-07T06:54:47.9322680Z  source "" 2025-09-07T06:54:47.9322860Z fi 2025-09-07T06:54:47.9322990Z  2025-09-07T06:54:47.9323240Z python3 "${GITHUB_ACTION_PATH}/../../scripts/benchmarks/gather_runners_info.py" 2025-09-07T06:54:47.9335730Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:54:47.9335940Z env: 2025-09-07T06:54:47.9336080Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:54:47.9336260Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:54:47.9336470Z TEST_CONFIG: mps 2025-09-07T06:54:47.9336650Z SHARD_NUMBER: 1 2025-09-07T06:54:47.9336800Z NUM_TEST_SHARDS: 1 2025-09-07T06:54:47.9336940Z PR_BODY: 2025-09-07T06:54:47.9337090Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:54:47.9337340Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:54:47.9337570Z DEVICE_NAME: 2025-09-07T06:54:47.9337760Z DEVICE_TYPE: 2025-09-07T06:54:47.9337890Z ##[endgroup] 2025-09-07T06:54:47.9560560Z + [[ -n '' ]] 2025-09-07T06:54:47.9561180Z + python3 /Users/ec2-user/runner/_work/_actions/pytorch/test-infra/main/.github/actions/upload-benchmark-results/../../scripts/benchmarks/gather_runners_info.py 2025-09-07T06:54:48.9727180Z ##[group]Run set -eux 2025-09-07T06:54:48.9727400Z set -eux 2025-09-07T06:54:48.9727550Z  2025-09-07T06:54:48.9727700Z # TODO (huydhn): Implement this part 2025-09-07T06:54:48.9727950Z echo "dependencies={}" >> "${GITHUB_OUTPUT}" 2025-09-07T06:54:48.9746330Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:54:48.9746560Z env: 2025-09-07T06:54:48.9746700Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:54:48.9746900Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:54:48.9747100Z TEST_CONFIG: mps 2025-09-07T06:54:48.9747240Z SHARD_NUMBER: 1 2025-09-07T06:54:48.9747390Z NUM_TEST_SHARDS: 1 2025-09-07T06:54:48.9747750Z PR_BODY: 2025-09-07T06:54:48.9747920Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:54:48.9748150Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:54:48.9748390Z DEVICE_NAME: 2025-09-07T06:54:48.9748520Z DEVICE_TYPE: 2025-09-07T06:54:48.9748680Z ##[endgroup] 2025-09-07T06:54:48.9976340Z + echo 'dependencies={}' 2025-09-07T06:54:49.0000860Z ##[group]Run set -eux 2025-09-07T06:54:49.0001040Z set -eux 2025-09-07T06:54:49.0001210Z  2025-09-07T06:54:49.0001340Z if [[ -n "" ]]; then 2025-09-07T06:54:49.0001500Z  source "" 2025-09-07T06:54:49.0001680Z fi 2025-09-07T06:54:49.0001810Z  2025-09-07T06:54:49.0001960Z if [[ ! -d "${BENCHMARK_RESULTS_DIR}" ]]; then 2025-09-07T06:54:49.0002420Z  echo "${BENCHMARK_RESULTS_DIR} does not exist, skipping" 2025-09-07T06:54:49.0002730Z  # We don't want the job to fail if the directory doesn't exist 2025-09-07T06:54:49.0003030Z  exit 0 2025-09-07T06:54:49.0003240Z fi 2025-09-07T06:54:49.0003400Z  2025-09-07T06:54:49.0003540Z if [[ "${DRY_RUN}" == "true" ]]; then 2025-09-07T06:54:49.0003830Z  python3 "${GITHUB_ACTION_PATH}/../../scripts/upload_benchmark_results.py" \ 2025-09-07T06:54:49.0004190Z  --benchmark-results-dir "${BENCHMARK_RESULTS_DIR}" \ 2025-09-07T06:54:49.0004440Z  --metadata "${BENCHMARK_METADATA}" \ 2025-09-07T06:54:49.0004650Z  --runners "${RUNNER_INFO}" \ 2025-09-07T06:54:49.0004870Z  --dependencies "${DEPENDENCIES}" \ 2025-09-07T06:54:49.0005110Z  --dry-run 2025-09-07T06:54:49.0005260Z else 2025-09-07T06:54:49.0005490Z  python3 "${GITHUB_ACTION_PATH}/../../scripts/upload_benchmark_results.py" \ 2025-09-07T06:54:49.0005810Z  --benchmark-results-dir "${BENCHMARK_RESULTS_DIR}" \ 2025-09-07T06:54:49.0006060Z  --metadata "${BENCHMARK_METADATA}" \ 2025-09-07T06:54:49.0006400Z  --runners "${RUNNER_INFO}" \ 2025-09-07T06:54:49.0006640Z  --dependencies "${DEPENDENCIES}" 2025-09-07T06:54:49.0006840Z fi 2025-09-07T06:54:49.0017590Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:54:49.0017810Z env: 2025-09-07T06:54:49.0017930Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:54:49.0018100Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:54:49.0018300Z TEST_CONFIG: mps 2025-09-07T06:54:49.0018430Z SHARD_NUMBER: 1 2025-09-07T06:54:49.0018600Z NUM_TEST_SHARDS: 1 2025-09-07T06:54:49.0018750Z PR_BODY: 2025-09-07T06:54:49.0018880Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:54:49.0019120Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:54:49.0019400Z DEVICE_NAME: 2025-09-07T06:54:49.0019530Z DEVICE_TYPE: 2025-09-07T06:54:49.0019690Z BENCHMARK_RESULTS_DIR: test/test-reports 2025-09-07T06:54:49.0019900Z DRY_RUN: false 2025-09-07T06:54:49.0020550Z BENCHMARK_METADATA: {"timestamp": 1757228087, "schema_version": "v3", "name": "macos-py3-arm64 / test (mps, 1, 1, macos-m2-15)", "repo": "pytorch/pytorch", "head_branch": "refs/heads/main", "head_sha": "93fb23d6fae7c4e82c4239a1033e522088742634", "workflow_id": 17524754564, "run_attempt": 1, "job_id": 49773898079} 2025-09-07T06:54:49.0021420Z RUNNER_INFO: [{"cpu_info": "arm", "cpu_count": 12, "avail_mem_in_gb": 32, "extra_info": {"hostname": "ip-10-0-3-226.ec2.internal"}, "name": "", "type": ""}] 2025-09-07T06:54:49.0021780Z DEPENDENCIES: {} 2025-09-07T06:54:49.0021920Z ##[endgroup] 2025-09-07T06:54:49.0222670Z + [[ -n '' ]] 2025-09-07T06:54:49.0222900Z + [[ ! -d test/test-reports ]] 2025-09-07T06:54:49.0223080Z + [[ false == \t\r\u\e ]] 2025-09-07T06:54:49.0224660Z + python3 /Users/ec2-user/runner/_work/_actions/pytorch/test-infra/main/.github/actions/upload-benchmark-results/../../scripts/upload_benchmark_results.py --benchmark-results-dir test/test-reports --metadata '{"timestamp": 1757228087, "schema_version": "v3", "name": "macos-py3-arm64 / test (mps, 1, 1, macos-m2-15)", "repo": "pytorch/pytorch", "head_branch": "refs/heads/main", "head_sha": "93fb23d6fae7c4e82c4239a1033e522088742634", "workflow_id": 17524754564, "run_attempt": 1, "job_id": 49773898079}' --runners '[{"cpu_info": "arm", "cpu_count": 12, "avail_mem_in_gb": 32, "extra_info": {"hostname": "ip-10-0-3-226.ec2.internal"}, "name": "", "type": ""}]' --dependencies '{}' 2025-09-07T06:54:49.1145660Z /Users/ec2-user/runner/_work/_actions/pytorch/test-infra/main/.github/actions/upload-benchmark-results/../../scripts/upload_benchmark_results.py:236: UserWarning: {'included': [{'test_file': 'inductor/test_aot_inductor'}, {'test_file': 'inductor/test_torchinductor'}, {'test_file': 'inductor/test_torchinductor_dynamic_shapes'}, {'test_file': 'test_mps'}, {'test_file': 'test_modules'}, {'test_file': 'inductor/test_mps_basic'}, {'test_file': 'nn/test_dropout'}, {'test_file': 'test_view_ops'}, {'test_file': 'test_nn'}, {'test_file': 'nn/test_pooling'}, {'test_file': 'nn/test_convolution'}, {'test_file': 'test_metal'}], 'excluded': []} from test/test-reports/td_exclusions-7aba582c0af932c07a0c.json is not a benchmark record, skipping 2025-09-07T06:54:49.1147350Z warn(f"{result} from {filepath} is not a benchmark record, skipping") 2025-09-07T06:54:49.1291310Z Prepare all required actions 2025-09-07T06:54:49.1291640Z Getting action download info 2025-09-07T06:54:49.2447800Z ##[group]Run ./.github/actions/upload-utilization-stats 2025-09-07T06:54:49.2448170Z with: 2025-09-07T06:54:49.2448380Z job_id: 49773898079 2025-09-07T06:54:49.2448690Z job_name: macos-py3-arm64 / test (mps, 1, 1, macos-m2-15) 2025-09-07T06:54:49.2449050Z workflow_name: trunk 2025-09-07T06:54:49.2449290Z workflow_run_id: 17524754564 2025-09-07T06:54:49.2449550Z workflow_attempt: 1 2025-09-07T06:54:49.2449800Z local_path: usage_log.txt 2025-09-07T06:54:49.2450040Z env: 2025-09-07T06:54:49.2450240Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:54:49.2450530Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:54:49.2451010Z TEST_CONFIG: mps 2025-09-07T06:54:49.2451240Z SHARD_NUMBER: 1 2025-09-07T06:54:49.2451490Z NUM_TEST_SHARDS: 1 2025-09-07T06:54:49.2451710Z PR_BODY: 2025-09-07T06:54:49.2451940Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:54:49.2452350Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:54:49.2452710Z DEVICE_NAME: 2025-09-07T06:54:49.2452930Z DEVICE_TYPE: 2025-09-07T06:54:49.2453150Z ##[endgroup] 2025-09-07T06:54:49.2469810Z ##[group]Run echo "workflow_id: 17524754564" 2025-09-07T06:54:49.2470170Z echo "workflow_id: 17524754564" 2025-09-07T06:54:49.2470480Z echo "workflow_attempt: 1" 2025-09-07T06:54:49.2470760Z echo "workflow_Name: trunk" 2025-09-07T06:54:49.2471060Z echo "job_id: 49773898079" 2025-09-07T06:54:49.2471480Z echo "job_name: macos-py3-arm64 / test (mps, 1, 1, macos-m2-15)" 2025-09-07T06:54:49.2471880Z echo "artifact_prefix: " 2025-09-07T06:54:49.2472180Z python3 --version 2025-09-07T06:54:49.2531630Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:54:49.2531930Z env: 2025-09-07T06:54:49.2532120Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:54:49.2532370Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:54:49.2532630Z TEST_CONFIG: mps 2025-09-07T06:54:49.2532830Z SHARD_NUMBER: 1 2025-09-07T06:54:49.2533040Z NUM_TEST_SHARDS: 1 2025-09-07T06:54:49.2533230Z PR_BODY: 2025-09-07T06:54:49.2533420Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:54:49.2533760Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:54:49.2534100Z DEVICE_NAME: 2025-09-07T06:54:49.2534310Z DEVICE_TYPE: 2025-09-07T06:54:49.2534510Z ##[endgroup] 2025-09-07T06:54:49.2772000Z workflow_id: 17524754564 2025-09-07T06:54:49.2772320Z workflow_attempt: 1 2025-09-07T06:54:49.2772490Z workflow_Name: trunk 2025-09-07T06:54:49.2772670Z job_id: 49773898079 2025-09-07T06:54:49.2772890Z job_name: macos-py3-arm64 / test (mps, 1, 1, macos-m2-15) 2025-09-07T06:54:49.2773380Z artifact_prefix: 2025-09-07T06:54:49.2836290Z Python 3.12.11 2025-09-07T06:54:49.2877730Z ##[group]Run nick-fields/retry@v3.0.0 2025-09-07T06:54:49.2877920Z with: 2025-09-07T06:54:49.2878040Z shell: bash 2025-09-07T06:54:49.2878190Z timeout_minutes: 5 2025-09-07T06:54:49.2878350Z max_attempts: 5 2025-09-07T06:54:49.2878520Z retry_wait_seconds: 30 2025-09-07T06:54:49.2878900Z 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-09-07T06:54:49.2879260Z polling_interval_seconds: 1 2025-09-07T06:54:49.2879430Z warning_on_retry: true 2025-09-07T06:54:49.2879590Z continue_on_error: false 2025-09-07T06:54:49.2879770Z env: 2025-09-07T06:54:49.2879920Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:54:49.2880110Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:54:49.2880300Z TEST_CONFIG: mps 2025-09-07T06:54:49.2880470Z SHARD_NUMBER: 1 2025-09-07T06:54:49.2880660Z NUM_TEST_SHARDS: 1 2025-09-07T06:54:49.2880850Z PR_BODY: 2025-09-07T06:54:49.2881000Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:54:49.2881250Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:54:49.2881540Z DEVICE_NAME: 2025-09-07T06:54:49.2881970Z DEVICE_TYPE: 2025-09-07T06:54:49.2882100Z ##[endgroup] 2025-09-07T06:54:49.5386350Z Collecting python-dateutil==2.8.2 2025-09-07T06:54:49.5405880Z Using cached python_dateutil-2.8.2-py2.py3-none-any.whl.metadata (8.2 kB) 2025-09-07T06:54:49.6686320Z Collecting boto3==1.35.42 2025-09-07T06:54:49.6707160Z Using cached boto3-1.35.42-py3-none-any.whl.metadata (6.7 kB) 2025-09-07T06:54:49.7268790Z Collecting pandas==2.1.3 2025-09-07T06:54:49.7283170Z Using cached pandas-2.1.3-cp312-cp312-macosx_11_0_arm64.whl.metadata (18 kB) 2025-09-07T06:54:49.7406670Z Requirement already satisfied: dataclasses_json==0.6.7 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (0.6.7) 2025-09-07T06:54:49.7411600Z Requirement already satisfied: six>=1.5 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from python-dateutil==2.8.2) (1.17.0) 2025-09-07T06:54:49.7416640Z Requirement already satisfied: botocore<1.36.0,>=1.35.42 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from boto3==1.35.42) (1.35.99) 2025-09-07T06:54:49.7419120Z Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from boto3==1.35.42) (1.0.1) 2025-09-07T06:54:49.7421540Z Requirement already satisfied: s3transfer<0.11.0,>=0.10.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from boto3==1.35.42) (0.10.4) 2025-09-07T06:54:49.7427110Z Requirement already satisfied: numpy<2,>=1.26.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from pandas==2.1.3) (1.26.4) 2025-09-07T06:54:49.7654980Z Collecting pytz>=2020.1 (from pandas==2.1.3) 2025-09-07T06:54:49.7670520Z Using cached pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) 2025-09-07T06:54:49.7797170Z Collecting tzdata>=2022.1 (from pandas==2.1.3) 2025-09-07T06:54:49.7811070Z Using cached tzdata-2025.2-py2.py3-none-any.whl.metadata (1.4 kB) 2025-09-07T06:54:49.7851560Z Requirement already satisfied: marshmallow<4.0.0,>=3.18.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from dataclasses_json==0.6.7) (3.26.1) 2025-09-07T06:54:49.7854420Z Requirement already satisfied: typing-inspect<1,>=0.4.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from dataclasses_json==0.6.7) (0.9.0) 2025-09-07T06:54:49.7876630Z Requirement already satisfied: urllib3!=2.2.0,<3,>=1.25.4 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from botocore<1.36.0,>=1.35.42->boto3==1.35.42) (1.26.20) 2025-09-07T06:54:49.7885410Z Requirement already satisfied: packaging>=17.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from marshmallow<4.0.0,>=3.18.0->dataclasses_json==0.6.7) (23.1) 2025-09-07T06:54:49.7919660Z Requirement already satisfied: mypy-extensions>=0.3.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from typing-inspect<1,>=0.4.0->dataclasses_json==0.6.7) (1.1.0) 2025-09-07T06:54:49.7922350Z Requirement already satisfied: typing-extensions>=3.7.4 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938/lib/python3.12/site-packages (from typing-inspect<1,>=0.4.0->dataclasses_json==0.6.7) (4.15.0) 2025-09-07T06:54:49.7972350Z Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2025-09-07T06:54:49.8009070Z Using cached boto3-1.35.42-py3-none-any.whl (139 kB) 2025-09-07T06:54:49.8033710Z Using cached pandas-2.1.3-cp312-cp312-macosx_11_0_arm64.whl (10.6 MB) 2025-09-07T06:54:49.8316850Z Using cached pytz-2025.2-py2.py3-none-any.whl (509 kB) 2025-09-07T06:54:49.8354750Z Using cached tzdata-2025.2-py2.py3-none-any.whl (347 kB) 2025-09-07T06:54:49.9299560Z Installing collected packages: pytz, tzdata, python-dateutil, pandas, boto3 2025-09-07T06:54:50.0577070Z Attempting uninstall: python-dateutil 2025-09-07T06:54:50.0598400Z Found existing installation: python-dateutil 2.9.0.post0 2025-09-07T06:54:50.0625740Z Uninstalling python-dateutil-2.9.0.post0: 2025-09-07T06:54:50.0632500Z Successfully uninstalled python-dateutil-2.9.0.post0 2025-09-07T06:54:52.2881510Z Attempting uninstall: boto3 2025-09-07T06:54:52.2897260Z Found existing installation: boto3 1.35.33 2025-09-07T06:54:52.2927740Z Uninstalling boto3-1.35.33: 2025-09-07T06:54:52.2941420Z Successfully uninstalled boto3-1.35.33 2025-09-07T06:54:52.4165790Z 2025-09-07T06:54:52.4205940Z Successfully installed boto3-1.35.42 pandas-2.1.3 python-dateutil-2.8.2 pytz-2025.2 tzdata-2025.2 2025-09-07T06:54:52.4229660Z 2025-09-07T06:54:52.4229920Z [notice] A new release of pip is available: 25.1.1 -> 25.2 2025-09-07T06:54:52.4230400Z [notice] To update, run: pip install --upgrade pip 2025-09-07T06:54:53.3667910Z Command completed after 1 attempt(s). 2025-09-07T06:54:53.3829250Z ##[group]Run python3 -m tools.stats.upload_utilization_stats.upload_utilization_stats \ 2025-09-07T06:54:53.3830790Z python3 -m tools.stats.upload_utilization_stats.upload_utilization_stats \ 2025-09-07T06:54:53.3831960Z  --workflow-run-id "17524754564" \ 2025-09-07T06:54:53.3832670Z  --workflow-name "trunk" \ 2025-09-07T06:54:53.3833480Z  --workflow-run-attempt "1" \ 2025-09-07T06:54:53.3834190Z  --job-id "49773898079" \ 2025-09-07T06:54:53.3835350Z  --job-name "macos-py3-arm64 / test (mps, 1, 1, macos-m2-15)" \ 2025-09-07T06:54:53.3836310Z  --local-path "usage_log.txt" \ 2025-09-07T06:54:53.3837100Z  --artifact-prefix "" 2025-09-07T06:54:53.3892620Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:54:53.3893470Z env: 2025-09-07T06:54:53.3894110Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:54:53.3894810Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:54:53.3895520Z TEST_CONFIG: mps 2025-09-07T06:54:53.3896130Z SHARD_NUMBER: 1 2025-09-07T06:54:53.3896640Z NUM_TEST_SHARDS: 1 2025-09-07T06:54:53.3897220Z PR_BODY: 2025-09-07T06:54:53.3897750Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:54:53.3898550Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:54:53.3899390Z DEVICE_NAME: 2025-09-07T06:54:53.3899930Z DEVICE_TYPE: 2025-09-07T06:54:53.3900400Z ##[endgroup] 2025-09-07T06:54:59.1799430Z repo: pytorch/pytorch 2025-09-07T06:54:59.1799890Z Converted Log Model: UtilizationMetadata: 2025-09-07T06:54:59.1801050Z UtilizationMetadata(level='metadata', workflow_id='17524754564', job_id='49773898079', workflow_name='trunk', job_name='macos-py3-arm64 / test (mps, 1, 1, macos-m2-15)', usage_collect_interval=1.0, data_model_version=1.5, start_at=1757225963, gpu_count=0, cpu_count=12, gpu_type=None, error=None) 2025-09-07T06:54:59.1802890Z [Db Segments] detected pytest cmd: 0, generated segments: 0 2025-09-07T06:54:59.1803290Z [db model] Peek db timeseries 2025-09-07T06:54:59.1803640Z :{ 2025-09-07T06:54:59.1803830Z "created_at": 1757228098, 2025-09-07T06:54:59.1804190Z "type": "utilization", 2025-09-07T06:54:59.1804470Z "tags": [ 2025-09-07T06:54:59.1804670Z "record" 2025-09-07T06:54:59.1804910Z ], 2025-09-07T06:54:59.1805120Z "time_stamp": 1757225963, 2025-09-07T06:54:59.1805370Z "repo": "pytorch/pytorch", 2025-09-07T06:54:59.1805700Z "workflow_id": 17524754564, 2025-09-07T06:54:59.1805990Z "run_attempt": 1, 2025-09-07T06:54:59.1806230Z "job_id": 49773898079, 2025-09-07T06:54:59.1806500Z "workflow_name": "trunk", 2025-09-07T06:54:59.1806870Z "job_name": "macos-py3-arm64 / test (mps, 1, 1, macos-m2-15)", 2025-09-07T06:54:59.1807440Z "json_data": "{\"cpu\": {\"avg\": 0.0, \"max\": 0.0, \"raw\": [0.0]}, \"memory\": {\"avg\": 14.5, \"max\": 14.5, \"raw\": [14.5]}, \"gpu_usage\": null}" 2025-09-07T06:54:59.1807920Z } 2025-09-07T06:54:59.1808410Z Writing 1 documents to S3 ossci-utilization/util_metadata/v_1.5/pytorch/pytorch/17524754564/1/49773898079/metadata 2025-09-07T06:54:59.1809670Z Done! Finish writing document to S3 ossci-utilization/util_metadata/v_1.5/pytorch/pytorch/17524754564/1/49773898079/metadata 2025-09-07T06:54:59.1810560Z Writing 424 documents to S3 ossci-utilization/util_timeseries/v_1.5/pytorch/pytorch/17524754564/1/49773898079/time_series 2025-09-07T06:54:59.1811440Z Done! Finish writing document to S3 ossci-utilization/util_timeseries/v_1.5/pytorch/pytorch/17524754564/1/49773898079/time_series 2025-09-07T06:54:59.2403700Z ##[group]Run if [[ -n "$REINSTALL_BREW_MINICONDA" ]]; then 2025-09-07T06:54:59.2404010Z if [[ -n "$REINSTALL_BREW_MINICONDA" ]]; then 2025-09-07T06:54:59.2404260Z  brew install --cask miniconda 2025-09-07T06:54:59.2404480Z fi 2025-09-07T06:54:59.2416670Z shell: /bin/bash -e -l {0} 2025-09-07T06:54:59.2416970Z env: 2025-09-07T06:54:59.2417100Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:54:59.2417330Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:54:59.2417530Z TEST_CONFIG: mps 2025-09-07T06:54:59.2417670Z SHARD_NUMBER: 1 2025-09-07T06:54:59.2417830Z NUM_TEST_SHARDS: 1 2025-09-07T06:54:59.2417970Z PR_BODY: 2025-09-07T06:54:59.2418110Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:54:59.2418350Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:54:59.2418600Z DEVICE_NAME: 2025-09-07T06:54:59.2418730Z DEVICE_TYPE: 2025-09-07T06:54:59.2418870Z ##[endgroup] 2025-09-07T06:55:00.7917220Z ==> Caveats 2025-09-07T06:55:00.7917510Z Please run the following to setup your shell: 2025-09-07T06:55:00.7917760Z conda init "$(basename "${SHELL}")" 2025-09-07T06:55:00.7917910Z 2025-09-07T06:55:00.7918030Z Alternatively, manually add the following to your shell init: 2025-09-07T06:55:00.7918310Z eval "$(conda "shell.$(basename "${SHELL}")" hook)" 2025-09-07T06:55:00.7918510Z 2025-09-07T06:55:00.9035340Z ==> Downloading https://raw.githubusercontent.com/Homebrew/homebrew-cask/befbae9b07631bd03e2a4327bbf2619086344576/Casks/m/miniconda.rb 2025-09-07T06:55:00.9376370Z ==> Downloading https://repo.anaconda.com/miniconda/Miniconda3-py313_25.7.0-2-MacOSX-arm64.sh 2025-09-07T06:55:01.0924840Z Already downloaded: /Users/ec2-user/Library/Caches/Homebrew/downloads/60f9c25f1c65a6000428ff0ff524a5414829fcebbff9cac3bc2e84a1e6c1abc6--Miniconda3-py313_25.7.0-2-MacOSX-arm64.sh 2025-09-07T06:55:02.8695200Z ==> Installing Cask miniconda 2025-09-07T06:55:03.0945160Z ==> Running installer script 'Miniconda3-py313_25.7.0-2-MacOSX-arm64.sh' 2025-09-07T06:55:04.1543070Z PREFIX=/opt/homebrew/Caskroom/miniconda/base 2025-09-07T06:55:04.3982230Z Unpacking bootstrapper... 2025-09-07T06:55:04.4891340Z Unpacking payload... 2025-09-07T06:55:23.6837770Z 2025-09-07T06:55:23.6838470Z Installing base environment... 2025-09-07T06:55:23.6838660Z 2025-09-07T06:55:32.2323480Z Preparing transaction: ...working... done 2025-09-07T06:55:48.4503390Z Executing transaction: ...working... 2025-09-07T06:55:48.4503680Z done 2025-09-07T06:55:53.2518760Z installation finished. 2025-09-07T06:55:53.2527080Z ==> Linking Binary 'conda' to '/opt/homebrew/bin/conda' 2025-09-07T06:55:53.3412790Z 🍺 miniconda was successfully installed! 2025-09-07T06:55:53.3544250Z ==> No outdated dependents to upgrade! 2025-09-07T06:55:53.3671600Z ##[group]Run pytorch/test-infra/.github/actions/check-disk-space@main 2025-09-07T06:55:53.3671860Z with: 2025-09-07T06:55:53.3672010Z minimum-available-space-in-gb: 6 2025-09-07T06:55:53.3672180Z env: 2025-09-07T06:55:53.3672320Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:55:53.3672500Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:55:53.3672660Z TEST_CONFIG: mps 2025-09-07T06:55:53.3672800Z SHARD_NUMBER: 1 2025-09-07T06:55:53.3672950Z NUM_TEST_SHARDS: 1 2025-09-07T06:55:53.3673100Z PR_BODY: 2025-09-07T06:55:53.3673240Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:55:53.3673470Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:55:53.3673710Z DEVICE_NAME: 2025-09-07T06:55:53.3673880Z DEVICE_TYPE: 2025-09-07T06:55:53.3674010Z ##[endgroup] 2025-09-07T06:55:53.3683940Z ##[group]Run echo "Print the available disk space for manual inspection" 2025-09-07T06:55:53.3684320Z echo "Print the available disk space for manual inspection" 2025-09-07T06:55:53.3684550Z df -h 2025-09-07T06:55:53.3684720Z  2025-09-07T06:55:53.3684850Z function check_disk_space() { 2025-09-07T06:55:53.3685030Z  set +e 2025-09-07T06:55:53.3685160Z  2025-09-07T06:55:53.3685300Z  # Set the minimum requirement space to 6GB 2025-09-07T06:55:53.3685600Z  MINIMUM_AVAILABLE_SPACE_IN_KB=$(($MINIMUM_AVAILABLE_SPACE_IN_GB * 1024 * 1024)) 2025-09-07T06:55:53.3685870Z  2025-09-07T06:55:53.3686170Z  # Use KB to avoid floating point warning like 3.1GB 2025-09-07T06:55:53.3686430Z  df -k | tr -s ' ' | cut -d' ' -f 4,9 | while read -r LINE; 2025-09-07T06:55:53.3686640Z  do 2025-09-07T06:55:53.3686800Z  AVAIL=$(echo $LINE | cut -f1 -d' ') 2025-09-07T06:55:53.3687040Z  MOUNT=$(echo $LINE | cut -f2 -d' ') 2025-09-07T06:55:53.3687230Z  2025-09-07T06:55:53.3687380Z  if [ "${MOUNT}" = "/" ]; then 2025-09-07T06:55:53.3687620Z  if [ "${AVAIL}" -lt "${MINIMUM_AVAILABLE_SPACE_IN_KB}" ]; then 2025-09-07T06:55:53.3688290Z  echo "Failure: There is only ${AVAIL}KB free space left in ${MOUNT}, which is less than the minimum requirement of ${MINIMUM_AVAILABLE_SPACE_IN_KB}KB for ${RUNNER_OS}" 2025-09-07T06:55:53.3688720Z  else 2025-09-07T06:55:53.3688970Z  echo "Success: There is ${AVAIL}KB free space left in ${MOUNT} for ${RUNNER_OS}, continue" 2025-09-07T06:55:53.3689280Z  fi 2025-09-07T06:55:53.3689420Z  fi 2025-09-07T06:55:53.3689540Z  done 2025-09-07T06:55:53.3689670Z  2025-09-07T06:55:53.3689790Z  set -e 2025-09-07T06:55:53.3689920Z } 2025-09-07T06:55:53.3690080Z  2025-09-07T06:55:53.3690210Z RESULT=$(check_disk_space) 2025-09-07T06:55:53.3690370Z echo "${RESULT}" 2025-09-07T06:55:53.3690530Z  2025-09-07T06:55:53.3690730Z if [[ "${RESULT}" == *Failure* && "${RUNNER_OS}" == "macOS" ]]; then 2025-09-07T06:55:53.3691180Z  # We can clean up /System/Library/Caches/com.apple.coresymbolicationd on MacOS to free up the space and this should free up enough space 2025-09-07T06:55:53.3691650Z  # https://github.com/pytorch/pytorch/issues/85440 2025-09-07T06:55:53.3691970Z  sudo rm "/System/Library/Caches/com.apple.coresymbolicationd/data" || true 2025-09-07T06:55:53.3692520Z  # Stop the daemon and launchctl will automatically start it again, thus accomplish a restart and free up the above file 2025-09-07T06:55:53.3692960Z  sudo launchctl stop com.apple.coresymbolicationd || true 2025-09-07T06:55:53.3693190Z  2025-09-07T06:55:53.3693340Z  # Clean up crash reports on the runner 2025-09-07T06:55:53.3693720Z  sudo rm -rf "/System/Volumes/Data/Library/Logs/CrashReporter" || true 2025-09-07T06:55:53.3693970Z  2025-09-07T06:55:53.3694350Z  # Also try to clean up torch.hub caching directory 2025-09-07T06:55:53.3694610Z  rm -rf "${HOME}/.cache/torch/hub" || true 2025-09-07T06:55:53.3694810Z  2025-09-07T06:55:53.3694920Z  # Purge conda 2025-09-07T06:55:53.3695130Z  conda clean -p -t -y || true 2025-09-07T06:55:53.3695300Z  # and pip cache 2025-09-07T06:55:53.3695560Z  pip cache purge || true 2025-09-07T06:55:53.3695740Z  2025-09-07T06:55:53.3696000Z  echo "Re-run disk space check for ${RUNNER_OS} after cleaning up" 2025-09-07T06:55:53.3696230Z  # Re-run the check 2025-09-07T06:55:53.3696440Z  RESULT=$(check_disk_space) 2025-09-07T06:55:53.3696630Z  echo "${RESULT}" 2025-09-07T06:55:53.3696790Z fi 2025-09-07T06:55:53.3696970Z  2025-09-07T06:55:53.3697100Z if [[ "${RESULT}" == *Failure* ]]; then 2025-09-07T06:55:53.3697370Z  df -h 2025-09-07T06:55:53.3697560Z  2025-09-07T06:55:53.3697960Z  echo "Please help create an issue to PyTorch Release Engineering via https://github.com/pytorch/test-infra/issues and provide the link to the workflow run." 2025-09-07T06:55:53.3698390Z  exit 1 2025-09-07T06:55:53.3698570Z fi 2025-09-07T06:55:53.3713600Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:55:53.3713810Z env: 2025-09-07T06:55:53.3713940Z GIT_DEFAULT_BRANCH: main 2025-09-07T06:55:53.3714120Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-09-07T06:55:53.3714340Z TEST_CONFIG: mps 2025-09-07T06:55:53.3714480Z SHARD_NUMBER: 1 2025-09-07T06:55:53.3714620Z NUM_TEST_SHARDS: 1 2025-09-07T06:55:53.3714760Z PR_BODY: 2025-09-07T06:55:53.3714900Z REINSTALL_BREW_MINICONDA: 1 2025-09-07T06:55:53.3715120Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:55:53.3715350Z DEVICE_NAME: 2025-09-07T06:55:53.3715490Z DEVICE_TYPE: 2025-09-07T06:55:53.3715640Z MINIMUM_AVAILABLE_SPACE_IN_GB: 6 2025-09-07T06:55:53.3715810Z ##[endgroup] 2025-09-07T06:55:53.3912280Z Print the available disk space for manual inspection 2025-09-07T06:55:53.3926190Z Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 2025-09-07T06:55:53.3926540Z /dev/disk5s2s1 256Gi 10Gi 200Gi 5% 412k 2.1G 0% / 2025-09-07T06:55:53.3926840Z devfs 216Ki 216Ki 0Bi 100% 748 0 100% /dev 2025-09-07T06:55:53.3927190Z /dev/disk5s5 256Gi 1.0Gi 200Gi 1% 1 2.1G 0% /System/Volumes/VM 2025-09-07T06:55:53.3927570Z /dev/disk5s3 256Gi 6.4Gi 200Gi 4% 1.2k 2.1G 0% /System/Volumes/Preboot 2025-09-07T06:55:53.3927930Z /dev/disk1s2 500Mi 6.0Mi 399Mi 2% 1 4.1M 0% /System/Volumes/xarts 2025-09-07T06:55:53.3928380Z /dev/disk1s1 500Mi 48Mi 399Mi 11% 64 4.1M 0% /System/Volumes/iSCPreboot 2025-09-07T06:55:53.3928930Z /dev/disk1s3 500Mi 916Ki 399Mi 1% 53 4.1M 0% /System/Volumes/Hardware 2025-09-07T06:55:53.3929280Z /dev/disk5s1 256Gi 37Gi 200Gi 16% 2.0M 2.1G 0% /System/Volumes/Data 2025-09-07T06:55:53.3929680Z map auto_home 0Bi 0Bi 0Bi 100% 0 0 - /System/Volumes/Data/home 2025-09-07T06:55:53.3930080Z /dev/disk3s4 460Gi 2.3Mi 442Gi 1% 18 4.6G 0% /private/tmp/tmp-mount-0AH9aO 2025-09-07T06:55:53.4319980Z Success: There is 209562308KB free space left in / for macOS, continue 2025-09-07T06:55:53.4356090Z Post job cleanup. 2025-09-07T06:55:53.4743140Z Removing virtual environment at /Users/ec2-user/runner/_work/_temp/venv-3.12-1757225938 2025-09-07T06:55:56.7571740Z Post job cleanup. 2025-09-07T06:55:56.7612110Z Post job cleanup. 2025-09-07T06:55:56.8409510Z [command]/usr/bin/git version 2025-09-07T06:55:56.8485870Z git version 2.39.5 (Apple Git-154) 2025-09-07T06:55:56.8502840Z Copying '/Users/ec2-user/.gitconfig' to '/Users/ec2-user/runner/_work/_temp/4588f15e-4802-4355-b106-5e5a09ff909f/.gitconfig' 2025-09-07T06:55:56.8508460Z Temporarily overriding HOME='/Users/ec2-user/runner/_work/_temp/4588f15e-4802-4355-b106-5e5a09ff909f' before making global git config changes 2025-09-07T06:55:56.8509020Z Adding repository directory to the temporary git global config as a safe directory 2025-09-07T06:55:56.8511060Z [command]/usr/bin/git config --global --add safe.directory /Users/ec2-user/runner/_work/pytorch/pytorch 2025-09-07T06:55:56.8582310Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-09-07T06:55:56.8645620Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-09-07T06:55:56.9473030Z Entering 'android/libs/fbjni' 2025-09-07T06:55:56.9597570Z Entering 'third_party/FP16' 2025-09-07T06:55:56.9714550Z Entering 'third_party/FXdiv' 2025-09-07T06:55:56.9829470Z Entering 'third_party/NNPACK' 2025-09-07T06:55:56.9947190Z Entering 'third_party/NVTX' 2025-09-07T06:55:57.0056160Z Entering 'third_party/VulkanMemoryAllocator' 2025-09-07T06:55:57.0161000Z Entering 'third_party/XNNPACK' 2025-09-07T06:55:57.0404630Z Entering 'third_party/aiter' 2025-09-07T06:55:57.0509770Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T06:55:57.0617450Z Entering 'third_party/benchmark' 2025-09-07T06:55:57.0732360Z Entering 'third_party/composable_kernel' 2025-09-07T06:55:57.0838750Z Entering 'third_party/cpp-httplib' 2025-09-07T06:55:57.0943390Z Entering 'third_party/cpuinfo' 2025-09-07T06:55:57.1082600Z Entering 'third_party/cudnn_frontend' 2025-09-07T06:55:57.1186800Z Entering 'third_party/cutlass' 2025-09-07T06:55:57.1294650Z Entering 'third_party/fbgemm' 2025-09-07T06:55:57.1481460Z Entering 'third_party/fbgemm/external/asmjit' 2025-09-07T06:55:57.1623580Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-09-07T06:55:57.1845080Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-09-07T06:55:57.1999380Z Entering 'third_party/fbgemm/external/cutlass' 2025-09-07T06:55:57.2237810Z Entering 'third_party/fbgemm/external/googletest' 2025-09-07T06:55:57.2368700Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-09-07T06:55:57.2503320Z Entering 'third_party/fbgemm/external/json' 2025-09-07T06:55:57.2661990Z Entering 'third_party/flash-attention' 2025-09-07T06:55:57.2767050Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T06:55:57.2871070Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-09-07T06:55:57.2978980Z Entering 'third_party/flatbuffers' 2025-09-07T06:55:57.3083650Z Entering 'third_party/fmt' 2025-09-07T06:55:57.3194610Z Entering 'third_party/gemmlowp/gemmlowp' 2025-09-07T06:55:57.3306890Z Entering 'third_party/gloo' 2025-09-07T06:55:57.3423790Z Entering 'third_party/googletest' 2025-09-07T06:55:57.3542050Z Entering 'third_party/ideep' 2025-09-07T06:55:57.3671290Z Entering 'third_party/ideep/mkl-dnn' 2025-09-07T06:55:57.3875250Z Entering 'third_party/ittapi' 2025-09-07T06:55:57.3978930Z Entering 'third_party/kineto' 2025-09-07T06:55:57.4080660Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T06:55:57.4182140Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T06:55:57.4285580Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T06:55:57.4387980Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T06:55:57.4490720Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T06:55:57.4592820Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T06:55:57.4696730Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T06:55:57.4799820Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T06:55:57.4902380Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T06:55:57.5004070Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T06:55:57.5108940Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T06:55:57.5211320Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T06:55:57.5315200Z Entering 'third_party/kleidiai' 2025-09-07T06:55:57.5418490Z Entering 'third_party/mimalloc' 2025-09-07T06:55:57.5520150Z Entering 'third_party/nlohmann' 2025-09-07T06:55:57.5623750Z Entering 'third_party/onnx' 2025-09-07T06:55:57.5916540Z Entering 'third_party/onnx/third_party/pybind11' 2025-09-07T06:55:57.6042730Z Entering 'third_party/opentelemetry-cpp' 2025-09-07T06:55:57.6146110Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T06:55:57.6247760Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T06:55:57.6349660Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T06:55:57.6451930Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T06:55:57.6554140Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T06:55:57.6655680Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T06:55:57.6757150Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T06:55:57.6856790Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T06:55:57.6959870Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T06:55:57.7063510Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T06:55:57.7173190Z Entering 'third_party/pocketfft' 2025-09-07T06:55:57.7277280Z Entering 'third_party/protobuf' 2025-09-07T06:55:57.7475300Z Entering 'third_party/protobuf/third_party/benchmark' 2025-09-07T06:55:57.7616570Z Entering 'third_party/protobuf/third_party/googletest' 2025-09-07T06:55:57.7746710Z Entering 'third_party/psimd' 2025-09-07T06:55:57.7855890Z Entering 'third_party/pthreadpool' 2025-09-07T06:55:57.7965410Z Entering 'third_party/pybind11' 2025-09-07T06:55:57.8088790Z Entering 'third_party/python-peachpy' 2025-09-07T06:55:57.8198450Z Entering 'third_party/sleef' 2025-09-07T06:55:57.8314760Z Entering 'third_party/tensorpipe' 2025-09-07T06:55:57.8458630Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-09-07T06:55:57.8607910Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-09-07T06:55:57.8741640Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-09-07T06:55:57.8896560Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T06:55:57.9037840Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T06:55:57.9168210Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-09-07T06:55:57.9229550Z http.https://github.com/.extraheader 2025-09-07T06:55:57.9236310Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-09-07T06:55:57.9300140Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-09-07T06:55:57.9794140Z Entering 'android/libs/fbjni' 2025-09-07T06:55:57.9864360Z http.https://github.com/.extraheader 2025-09-07T06:55:57.9937020Z Entering 'third_party/FP16' 2025-09-07T06:55:58.0005800Z http.https://github.com/.extraheader 2025-09-07T06:55:58.0070200Z Entering 'third_party/FXdiv' 2025-09-07T06:55:58.0139430Z http.https://github.com/.extraheader 2025-09-07T06:55:58.0203630Z Entering 'third_party/NNPACK' 2025-09-07T06:55:58.0273440Z http.https://github.com/.extraheader 2025-09-07T06:55:58.0336710Z Entering 'third_party/NVTX' 2025-09-07T06:55:58.0405800Z http.https://github.com/.extraheader 2025-09-07T06:55:58.0470510Z Entering 'third_party/VulkanMemoryAllocator' 2025-09-07T06:55:58.0539470Z http.https://github.com/.extraheader 2025-09-07T06:55:58.0604090Z Entering 'third_party/XNNPACK' 2025-09-07T06:55:58.0672780Z http.https://github.com/.extraheader 2025-09-07T06:55:58.0740990Z Entering 'third_party/aiter' 2025-09-07T06:55:58.0810480Z http.https://github.com/.extraheader 2025-09-07T06:55:58.0873730Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T06:55:58.0942070Z http.https://github.com/.extraheader 2025-09-07T06:55:58.1009010Z Entering 'third_party/benchmark' 2025-09-07T06:55:58.1078500Z http.https://github.com/.extraheader 2025-09-07T06:55:58.1142350Z Entering 'third_party/composable_kernel' 2025-09-07T06:55:58.1211460Z http.https://github.com/.extraheader 2025-09-07T06:55:58.1278670Z Entering 'third_party/cpp-httplib' 2025-09-07T06:55:58.1347590Z http.https://github.com/.extraheader 2025-09-07T06:55:58.1412320Z Entering 'third_party/cpuinfo' 2025-09-07T06:55:58.1481310Z http.https://github.com/.extraheader 2025-09-07T06:55:58.1545290Z Entering 'third_party/cudnn_frontend' 2025-09-07T06:55:58.1614170Z http.https://github.com/.extraheader 2025-09-07T06:55:58.1678140Z Entering 'third_party/cutlass' 2025-09-07T06:55:58.1748570Z http.https://github.com/.extraheader 2025-09-07T06:55:58.1814900Z Entering 'third_party/fbgemm' 2025-09-07T06:55:58.1884200Z http.https://github.com/.extraheader 2025-09-07T06:55:58.1948170Z Entering 'third_party/fbgemm/external/asmjit' 2025-09-07T06:55:58.2016160Z http.https://github.com/.extraheader 2025-09-07T06:55:58.2080400Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-09-07T06:55:58.2149070Z http.https://github.com/.extraheader 2025-09-07T06:55:58.2215570Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-09-07T06:55:58.2283720Z http.https://github.com/.extraheader 2025-09-07T06:55:58.2347830Z Entering 'third_party/fbgemm/external/cutlass' 2025-09-07T06:55:58.2417470Z http.https://github.com/.extraheader 2025-09-07T06:55:58.2484110Z Entering 'third_party/fbgemm/external/googletest' 2025-09-07T06:55:58.2553800Z http.https://github.com/.extraheader 2025-09-07T06:55:58.2617690Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-09-07T06:55:58.2685260Z http.https://github.com/.extraheader 2025-09-07T06:55:58.2748870Z Entering 'third_party/fbgemm/external/json' 2025-09-07T06:55:58.2817370Z http.https://github.com/.extraheader 2025-09-07T06:55:58.2883530Z Entering 'third_party/flash-attention' 2025-09-07T06:55:58.2953370Z http.https://github.com/.extraheader 2025-09-07T06:55:58.3015900Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T06:55:58.3086190Z http.https://github.com/.extraheader 2025-09-07T06:55:58.3152430Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-09-07T06:55:58.3221220Z http.https://github.com/.extraheader 2025-09-07T06:55:58.3289310Z Entering 'third_party/flatbuffers' 2025-09-07T06:55:58.3358800Z http.https://github.com/.extraheader 2025-09-07T06:55:58.3424350Z Entering 'third_party/fmt' 2025-09-07T06:55:58.3494220Z http.https://github.com/.extraheader 2025-09-07T06:55:58.3558750Z Entering 'third_party/gemmlowp/gemmlowp' 2025-09-07T06:55:58.3628100Z http.https://github.com/.extraheader 2025-09-07T06:55:58.3692510Z Entering 'third_party/gloo' 2025-09-07T06:55:58.3761360Z http.https://github.com/.extraheader 2025-09-07T06:55:58.3825080Z Entering 'third_party/googletest' 2025-09-07T06:55:58.3893680Z http.https://github.com/.extraheader 2025-09-07T06:55:58.3957380Z Entering 'third_party/ideep' 2025-09-07T06:55:58.4025460Z http.https://github.com/.extraheader 2025-09-07T06:55:58.4095470Z Entering 'third_party/ideep/mkl-dnn' 2025-09-07T06:55:58.4163590Z http.https://github.com/.extraheader 2025-09-07T06:55:58.4231110Z Entering 'third_party/ittapi' 2025-09-07T06:55:58.4301470Z http.https://github.com/.extraheader 2025-09-07T06:55:58.4365370Z Entering 'third_party/kineto' 2025-09-07T06:55:58.4434460Z http.https://github.com/.extraheader 2025-09-07T06:55:58.4497490Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T06:55:58.4566370Z http.https://github.com/.extraheader 2025-09-07T06:55:58.4630340Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T06:55:58.4698910Z http.https://github.com/.extraheader 2025-09-07T06:55:58.4764550Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T06:55:58.4833180Z http.https://github.com/.extraheader 2025-09-07T06:55:58.4897670Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T06:55:58.4967110Z http.https://github.com/.extraheader 2025-09-07T06:55:58.5031260Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T06:55:58.5100830Z http.https://github.com/.extraheader 2025-09-07T06:55:58.5163580Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T06:55:58.5232320Z http.https://github.com/.extraheader 2025-09-07T06:55:58.5298650Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T06:55:58.5367230Z http.https://github.com/.extraheader 2025-09-07T06:55:58.5432310Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T06:55:58.5500640Z http.https://github.com/.extraheader 2025-09-07T06:55:58.5566030Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T06:55:58.5634850Z http.https://github.com/.extraheader 2025-09-07T06:55:58.5699320Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T06:55:58.5768660Z http.https://github.com/.extraheader 2025-09-07T06:55:58.5833500Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T06:55:58.5902770Z http.https://github.com/.extraheader 2025-09-07T06:55:58.5975070Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T06:55:58.6043810Z http.https://github.com/.extraheader 2025-09-07T06:55:58.6110030Z Entering 'third_party/kleidiai' 2025-09-07T06:55:58.6179300Z http.https://github.com/.extraheader 2025-09-07T06:55:58.6243570Z Entering 'third_party/mimalloc' 2025-09-07T06:55:58.6312240Z http.https://github.com/.extraheader 2025-09-07T06:55:58.6376490Z Entering 'third_party/nlohmann' 2025-09-07T06:55:58.6445730Z http.https://github.com/.extraheader 2025-09-07T06:55:58.6509270Z Entering 'third_party/onnx' 2025-09-07T06:55:58.6579020Z http.https://github.com/.extraheader 2025-09-07T06:55:58.6647380Z Entering 'third_party/onnx/third_party/pybind11' 2025-09-07T06:55:58.6717350Z http.https://github.com/.extraheader 2025-09-07T06:55:58.6782720Z Entering 'third_party/opentelemetry-cpp' 2025-09-07T06:55:58.6851590Z http.https://github.com/.extraheader 2025-09-07T06:55:58.6916400Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T06:55:58.6985010Z http.https://github.com/.extraheader 2025-09-07T06:55:58.7049540Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T06:55:58.7118040Z http.https://github.com/.extraheader 2025-09-07T06:55:58.7182250Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T06:55:58.7251790Z http.https://github.com/.extraheader 2025-09-07T06:55:58.7315490Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T06:55:58.7384240Z http.https://github.com/.extraheader 2025-09-07T06:55:58.7449120Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T06:55:58.7517270Z http.https://github.com/.extraheader 2025-09-07T06:55:58.7582310Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T06:55:58.7651150Z http.https://github.com/.extraheader 2025-09-07T06:55:58.7715320Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T06:55:58.7784390Z http.https://github.com/.extraheader 2025-09-07T06:55:58.7846450Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T06:55:58.7915570Z http.https://github.com/.extraheader 2025-09-07T06:55:58.7980790Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T06:55:58.8049460Z http.https://github.com/.extraheader 2025-09-07T06:55:58.8116130Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T06:55:58.8183940Z http.https://github.com/.extraheader 2025-09-07T06:55:58.8256310Z Entering 'third_party/pocketfft' 2025-09-07T06:55:58.8325880Z http.https://github.com/.extraheader 2025-09-07T06:55:58.8390220Z Entering 'third_party/protobuf' 2025-09-07T06:55:58.8459950Z http.https://github.com/.extraheader 2025-09-07T06:55:58.8523870Z Entering 'third_party/protobuf/third_party/benchmark' 2025-09-07T06:55:58.8592950Z http.https://github.com/.extraheader 2025-09-07T06:55:58.8658430Z Entering 'third_party/protobuf/third_party/googletest' 2025-09-07T06:55:58.8727300Z http.https://github.com/.extraheader 2025-09-07T06:55:58.8793440Z Entering 'third_party/psimd' 2025-09-07T06:55:58.8862170Z http.https://github.com/.extraheader 2025-09-07T06:55:58.8925920Z Entering 'third_party/pthreadpool' 2025-09-07T06:55:58.8994900Z http.https://github.com/.extraheader 2025-09-07T06:55:58.9059210Z Entering 'third_party/pybind11' 2025-09-07T06:55:58.9129010Z http.https://github.com/.extraheader 2025-09-07T06:55:58.9193160Z Entering 'third_party/python-peachpy' 2025-09-07T06:55:58.9263030Z http.https://github.com/.extraheader 2025-09-07T06:55:58.9326380Z Entering 'third_party/sleef' 2025-09-07T06:55:58.9395680Z http.https://github.com/.extraheader 2025-09-07T06:55:58.9460280Z Entering 'third_party/tensorpipe' 2025-09-07T06:55:58.9529200Z http.https://github.com/.extraheader 2025-09-07T06:55:58.9591780Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-09-07T06:55:58.9660600Z http.https://github.com/.extraheader 2025-09-07T06:55:58.9725180Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-09-07T06:55:58.9793840Z http.https://github.com/.extraheader 2025-09-07T06:55:58.9856760Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-09-07T06:55:58.9925830Z http.https://github.com/.extraheader 2025-09-07T06:55:58.9989920Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T06:55:59.0058560Z http.https://github.com/.extraheader 2025-09-07T06:55:59.0122740Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T06:55:59.0191470Z http.https://github.com/.extraheader 2025-09-07T06:55:59.0313410Z A job completed hook has been configured by the self-hosted runner administrator 2025-09-07T06:55:59.0333340Z ##[group]Run '/opt/runner_scripts/post-job.sh' 2025-09-07T06:55:59.0343130Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T06:55:59.0343340Z ##[endgroup] 2025-09-07T06:55:59.0611100Z + df -h 2025-09-07T06:55:59.0631250Z + ls -t /var/log/post_job 2025-09-07T06:55:59.0631580Z + awk 'NR>100' 2025-09-07T06:55:59.0632410Z + xargs rm -fv 2025-09-07T06:55:59.0637320Z + Checking if runner needs to be terminated...ok 2025-09-07T06:55:59.0637620Z + Outputting disk space 2025-09-07T06:55:59.0637880Z Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 2025-09-07T06:55:59.0638210Z /dev/disk5s2s1 256Gi 10Gi 201Gi 5% 412k 2.1G 0% / 2025-09-07T06:55:59.0638500Z devfs 216Ki 216Ki 0Bi 100% 748 0 100% /dev 2025-09-07T06:55:59.0638890Z /dev/disk5s5 256Gi 1.0Gi 201Gi 1% 1 2.1G 0% /System/Volumes/VM 2025-09-07T06:55:59.0639230Z /dev/disk5s3 256Gi 6.4Gi 201Gi 4% 1.2k 2.1G 0% /System/Volumes/Preboot 2025-09-07T06:55:59.0639570Z /dev/disk1s2 500Mi 6.0Mi 399Mi 2% 1 4.1M 0% /System/Volumes/xarts 2025-09-07T06:55:59.0639910Z /dev/disk1s1 500Mi 48Mi 399Mi 11% 64 4.1M 0% /System/Volumes/iSCPreboot 2025-09-07T06:55:59.0640450Z /dev/disk1s3 500Mi 916Ki 399Mi 1% 53 4.1M 0% /System/Volumes/Hardware 2025-09-07T06:55:59.0640800Z /dev/disk5s1 256Gi 36Gi 201Gi 16% 2.0M 2.1G 0% /System/Volumes/Data 2025-09-07T06:55:59.0641120Z map auto_home 0Bi 0Bi 0Bi 100% 0 0 - /System/Volumes/Data/home 2025-09-07T06:55:59.0641470Z /dev/disk3s4 460Gi 2.3Mi 442Gi 1% 18 4.6G 0% /private/tmp/tmp-mount-0AH9aO 2025-09-07T06:55:59.0641760Z + Cleaning up old logs (Keep the latest 100) 2025-09-07T06:55:59.0986360Z + Restoring SSH key to be the skeleton key 2025-09-07T06:55:59.1062560Z Cleaning up orphan processes